-
Notifications
You must be signed in to change notification settings - Fork 505
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
OOM appears using DeepFloyd_IF (I use 32G video memory) #147
Comments
Stage 3 is pretty useless, it's just a generic upscaler by stability. does it still oom if you bypass it? |
Thank you for your response, stage 3 is all I need and I solved this problem by using xFormers. |
Good for you! *update: found it enable_xformers_memory_efficient_attention() on the pipeline |
@qixuanwang-233 Can you share me your exact dependencies/ requirements.txt ? I cant enable xformer I get
I cannot upgrade my pytorch because in the requirements.txt of deep floyd say it needs to be less than 2.0.0 Can you please share your requirements.txt / the dependencies you are using? |
As in the title, OOM appears when I use DeepFloyd IF through diffuser (I use 32GB video memory).
I used the diffuser example directly:
The text was updated successfully, but these errors were encountered: