-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cannot initialize model with low cpu memory usage because accelerate
was not found in the environment.
#18
Comments
Did it install successfully? If you do |
Yes, it installed without issues and it is listed there:
But for some reason I still get the warning. |
I have diffusers 0.26.2. |
Initially this used pretty old diffusers version, dunno how it runs with the latest. Accelerate helps with memory management but it shouldn't affect the sampling speed though from what I understood. |
thanks a lot, I'm not sure what a normal run is, I'm like 15 minutes in and only 20% completed, seems stuck now. |
For a single image? Definitely not normal, it can't handle very large images either, and putting n_repeat_batch_size to 1 would make it use least possible memory with fp16 on. |
thanks again, will try to downgrade diffusers and downscaling my image. Update: downgrading diffusers did nothing, still getting the warning, BUT downscaling the image helped, it executed it in 82.45 seconds, thanks for your help. |
Hello,
I'm getting the following warning:
I'm using ComfyUI portable and ran the command using:
it installed correctly but I'm still getting the same message, it is running, but it's taking forever... any ideas? thx !
The text was updated successfully, but these errors were encountered: