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
Install missing and downgrade certain python packages #4
Comments
|
If I'm not mistaken I'm pretty sure upgrading pytorch to the latest version will also resolve this issue. |
enzymezoo-code
pushed a commit
to enzymezoo-code/stable-diffusion
that referenced
this issue
Aug 23, 2022
Change shell commands to python api calls
fragmede
pushed a commit
to fragmede/stable-diffusion
that referenced
this issue
Sep 9, 2022
realESRGAN upscaling for gobig
colemickens
pushed a commit
to colemickens/stable-diffusion
that referenced
this issue
Sep 15, 2022
weighted prompts similar to Midjourney
rohitgr7
added a commit
to Lightning-AI/stable-diffusion
that referenced
this issue
Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
basujindal commentedAug 12, 2022
python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plmsgives the following error on Ubuntu 20.04:I could solve it by downgrading torchmetrics to version 0.6.0 by running
pip install torchmetrics==0.6.0This can be solved by simply installing kornia
pip install korniaThe text was updated successfully, but these errors were encountered: