-
Notifications
You must be signed in to change notification settings - Fork 398
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
Playground doesnt work #152
Comments
Could it be this problem: #148 or an installation issue? |
Yes first I get A:\anaconda3\envs\riffusion\riffusion\riffusion\riffusion_pipeline.py:14: FutureWarning: Importing
then TypeError: 'bool' object is not iterable |
same error |
This is an issue with not pinning dependencies. If you recently installed riffussion, chances are you have a version with breaking changes. Try changing the requirements.txt Instead of
Pin it to 0.9.0:
I had issues with torch , torchaudio and torchvision too because there's a breaking change on 2.1.x (released recently), have to pin those to 2.0.1 |
Hello everyone! I followed your steps and it worked. For anyone that needs the commands to fix a fresh installation and already installed the requirements.txt and supposing you are working with NVIDIA GPU: pip uninstall diffusers pip uninstall torch torchvision torchaudio Thank you @justanothernguyen ! David Martin Rius |
How can I get it to work? It doesnt seem to have a model it needs maybe? What can I troubleshoot
The text was updated successfully, but these errors were encountered: