YourNightmar3

Members
  • Posts

    36
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

YourNightmar3's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks, it works very good indeed! Do you know if this version of the container has a web API that you can call to generate images and get the result returned? Or if there is one like that? I've been looking for a selfhosted InvokeAI webapi like this for a little while to use in some hobby projects. I can't really find much information about it on Google.
  2. That works great, thank you! What exactly is the different between the diffuser version and the other version? I feel like my results with this are a little less good than the examples on their github.
  3. I got it working and it's great. I'm using an old GTX 970 with 4Gb VRAM and the image generation works fine. The inpainting gives an "out of vram" error fyi. However i've been trying for hours to get the "Waifu Diffusion" model with the kl-f8-anime vae loaded but i can't seem to do it. It shows up in the WebUI and when i press "Load" it seems to do something, then it says "New model loaded" but it didn't actually load the Waifu Diffusion model. Also when i restart my container it says this in the logs: >> Scanning Model: Waifu Diffusion >> Model scanned ok! >> Loading Waifu Diffusion from /userfiles/models/ldm/waifu-diffusion-v1-4/wd-v1-3-float32.ckpt | Forcing garbage collection prior to loading new model ** model Waifu Diffusion could not be loaded: LatentDiffusion.__init__() missing 1 required positional argument: 'personalization_config' I tried different versions and different vae files but i cannot get it to work. Do you know how i'd do this? I've had another Stable Difffusion container running before and i did manage to get Waifu Diffusion working, but that container broke completely that's why i set a new one up with your tutorial.
  4. Ah thank you, i'm not very experienced with Docker and i must have changed the name when i executed the docker build command. It's working now.
  5. Im getting this error after following the instructions, when creating the container with my XML file: docker: Error response from daemon: pull access denied for invokeai_docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. Edit: in the docker template screen i changed the repo from "invokeai_docker" to "invokeai" and now it works. Maybe it has something to do with the fact that i had another "invokeai_docker" container previously.
  6. Oh, this suddenly over-night solved itself. Containers are showing "up-to-date" and "Apply update" again.
  7. Last night my ISP performed some kind of maintenance that gave me a new static IP address, and since then all of the Docker containers on my server are now showing "not available" at the "version" row. It looks like this: I have already rebooted the server a couple times and also changed the DNS configs from my router's IP address to 1.0.0.2 and 1.1.1.2 because i read a thread on this forum that this solved the same issue for someone, but unfortunately for me that did not solve it. Because i was doubting wether my server had proper internet access i did a 'wget google.com' command in the console and that does work fine: Resolving google.com (google.com)... 2a00:1450:400e:80e::200e, 216.58.208.110 Connecting to google.com (google.com)|2a00:1450:400e:80e::200e|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://www.google.com/ [following] --2022-12-14 23:17:31-- http://www.google.com/ Resolving www.google.com (www.google.com)... 2a00:1450:400e:811::2004, 142.251.39.100 Connecting to www.google.com (www.google.com)|2a00:1450:400e:811::2004|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘index.html’ index.html [ <=> ] 14.23K --.-KB/s in 0.02s 2022-12-14 23:17:33 (909 KB/s) - ‘index.html’ saved [14569] I have attached diagnostics. Thank you very much in advance. tower-diagnostics-20221214-2319.zip
  8. Ah you're right. It said this in the console: I rebooted the server, accessed the GUI and saw the partition was removed. However soon after that my entire server froze. The display out on my KVM was also frozen. I hard shutoff the server and rebooted again, and now it seems to be working without any issues. I managed to format and mount the unassigned SSD :). Not sure if that freeze was related to UD but i thought i'd mention it because it's definitely weird.
  9. Yes i did, and then it shows the checkmark with text "Success", but nothing happens at all. Also nothing changed when i reload the page.
  10. Hello! I recently replaced my single left over cache SSD for two new SSD's and i want to use the left over SSD with unassigned devices. However i cannot mount or format the SSD or anything like that: When i press the red cross that says "clear disk" it wants me to type "yes" and after that, nothing changes. The SSD was previously BTRFS formatted. What do i have to do to format/mount the SSD?
  11. Ah okay thank you I have attached new diagnostics. tower-diagnostics-20221213-1348.zip
  12. I ran this command earlier: btrfs balance status /mnt/cache And it said 9% left. I just ran it again and it says "No balance found" so i assume that means it's done? So i think i'll wait for the parity check to complete and then remove the old SSD from the cache pool. Only thing i'm confused about: Why does my cache say "size: 1.5TB" with 3x1TB drives and the "used" and "free" numbers add up to 1.09TB? Is this normal?
  13. Yeah no console access unfortunately. I have rebooted the server and a parity check has just started. I don't see anything about a BTRFS operation, how do i know if it ran successfully? I do see my cache pool with my two new drives and one old SSD, all three of those devices say "normal operation, device is active". But i'm also getting a "Warning - pool BTRFS too many profiles (You can ignore this warning when a pool balance operation is in progress)" message while there's no new BTRFS action starting at the moment, just the parity check. How do i know if the previous BTRFS operation finished or not? Do i need to somehow start a balance operation manually (seeing this warning)? And do i need to wait for the parity check to finish first?
  14. Hmm i just started the BTRFS action and now after about 30 minutes my server is entirely unreachable on the network. My KVM shows no video signal but the machine is still running. I assume a shutdown during the BTRFS action is unsafe? Or can do a hard shutdown wioth the power button and restart the server? I did watch it start and it was running for 10+ minutes.