-
Notifications
You must be signed in to change notification settings - Fork 354
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
Can't run the stable diffusion example #558
Comments
Thanks for reporting this, I've just pushed some changes that should hopefully fix some of the issues (though sadly I cannot really test as it runs out of memory on my 8GB GPU when loading the model, not sure why it works on yours, maybe some different cuda version). |
Thank you for looking at my issue! I'll try out the changes. |
I am indeed running into "out of memory" issues, but not into the earlier ones! Thank you very much for the quick fix. |
No problem, note that you can also run on the cpu if your gpu does not have enough memory (this is a lot slower though), there are some instructions on the readme. |
Just to mention that with a couple tweaks, I was able to run the code on a 8GB card (RTX 2080 though), more details on this issue. |
Hello, I followed the step in the README, and it gives me an error at the end.
I'm on Linux, here's my gpu information (GTX 1070)
and the pytorch version
The output is the following;
The text was updated successfully, but these errors were encountered: