-
Notifications
You must be signed in to change notification settings - Fork 423
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
Iteration speed slows down exponentially #225
Comments
I'm experiencing the same now. |
This is after a windows restart and almost nothing is using the GPU. Laptop screen is using the Intel GPU. No solution has been provided yet. |
please show your setting of config, then we can see what happend. |
|
also i tried both low_vram: true and when it was commented out. Same result. |
any ideas? am i doing something wrong? |
I have the same problem. Seems to works fine for 100 to 1000 steps, then the it/s goes up from 20 to 250 s/it. I recreated a fresh new venv 2 or 3 weeks ago. Also tried without samples images, which didn't solve it. Even after a PC restart, starting training(no other application running), close my monitor, the problem occurs. This is a major bug... I have a 3090 and 64g of ram |
It would be nice to have some debugging steps we can perform to narrow down the issue. |
Did you figure it out? |
No, unfortunately. After having 5 hours of stable performance at normal speed(which is very good lol....), I thought I had resolved the issue by removing everything related to logs in the config file. However, the bug resurfaced. For the first time, I’m seriously considering switching frameworks, especially since the developers have been unresponsive for a while. |
Yes the devs are sleeping. What other frameworks would you recommend? |
This is for bugs only
Did you already ask in the discord?
Yes
You verified that this is a bug and not a feature request or question by asking in the discord?
No because no one seems to know why it happens.
Describe the bug
I started running the model, at first it's fast like 3-5s/it, then after 4 it, it's 1200s, then next iteration it's 2500s, etc. It becomes insanely slow. I don't know why.
It's using all of the 24GB VRAM of my RTX 6000 and 100% usage most of the time. Not sure what else I can do.
Now I am trying low VRAM flag.
The text was updated successfully, but these errors were encountered: