-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task doesn't start #2084
Comments
Is this the full log? https://github.com/lllyasviel/Fooocus/blob/main/troubleshoot.md |
@NULL-Term1nat0r please check your disk activity in the performance tab of the task manager. If you see activity this means the swap is used correctly. |
@mashb1t I checked my activity carefully. My Memory was used up 99% and also my HDD used up 100% even though my program is on the SSD. Maybe it's because I installed initially on the HDD and then copied it to my SSD to make it faster. The graphical Unit only goes max to 41%. I have 6 Gigabyte VRAM and 16 GB of Memory. My graphic card is Geforce 1660 Ti. Another thing that my computer gets stuck at some because everything is overflowing |
@NULL-Term1nat0r Thank you for checking. This confirms it's a swap issue and can be improved. |
@mashb1t I followed all the steps and put my pagefile.sys onto my SSD. I also checked the performance tab in task manager to make sure its using the memory of my SSD. Still I don't see any output and I am running out of memory (I have 32 GB available my task manager is saying, but I am using all of it). Do I need to add more available memory to make it work since now my SSD is working now on 100% instead of my HDD ? |
As of your console log you have 16160 MB RAM available, not 32GB. Nevertheless, this should be sufficient to run Fooocus as SDXL takes about 6-8 GB VRAM and for image prompt an additional 2-3 GB is needed, but when VRAM is full RAM is used and when RAM is full the swap is used. |
Thanks for your help. It is working now for standard creation. But if I wanna use the ImagePrompt feature I always get errors. Here is my log during the action: To create a public link, set C:\Fooocus\Fooocus_win64_2-1-831>pause Do I have to change something in my settings or do you know what the reason could be ? |
This is a clear indicator that you're running out of RAM, same symptoms as in Colab when using Image Prompt. You might have to upgrade your PC (GPU and/or RAM) in order to be able to use Fooocus with all the bells & whistles, but you can still try it with --attention-split. |
I tried running it with recommended flags but I got the following errors: C:\Fooocus\Fooocus_win64_2-1-831>.\python_embeded\python.exe -s Fooocus\entry_with_update.py --attention-split --disable-offload-from-vram --always-high-vram The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): C:\Fooocus\Fooocus_win64_2-1-831>pause I don't know if it's related to the GRAM or something else |
Can't tell, urllib and connection pools are too generic. |
Is this still relevant? |
Thanks a lot for your help, I save money for a better graphic card now :D |
I installed Fooocus on windows. But when I try to create a picture it forever loads the task. This is the output of the program in the terminal:
D:\Fooocus\Fooocus_win64_2-1-831>.\python_embeded\python.exe -s Fooocus\entry_with_update.py
Already up-to-date
Update succeeded.
[System ARGV] ['Fooocus\entry_with_update.py']
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
Fooocus version: 2.1.864
Running on local URL: http://127.0.0.1:7865
To create a public link, set
share=True
inlaunch()
.Total VRAM 6144 MB, total RAM 16160 MB
Set vram state to: NORMAL_VRAM
Always offload VRAM
Device: cuda:0 NVIDIA GeForce GTX 1660 Ti with Max-Q Design : native
VAE dtype: torch.float32
Using pytorch cross attention
Refiner unloaded.
model_type EPS
UNet ADM Dimension 2816
Can someone tell me the best way to solve and also if you encountered a similiar problem ?:)
Beside that I really appreciate the effort that went into creating this ai image creator!
The text was updated successfully, but these errors were encountered: