stablediffusion-infinity
stablediffusion-infinity copied to clipboard
upgrade diffusers to 0.6.0
did a clean install to get 1.5 updated (since I'm new and have no idea how to do shit the proper way)
Anyways, I get this error.
I have updated it, and it shows 0.6.0 in Anaconda Navigator. What am I doing wrong?
Thank you!!
I have the same problem. When I do pip install --upgrade diffusers
everything says "Requirement already satisfied."
I also tried to change __version__ = "0.3.0"
to 0.6.0, in Python\Python310\lib\site-packages\diffusers_init_.py, but that didn't help. I also tried to change assert diffusers.__version__ >= "0.6.0"
to <
, but that didn't help.
UPDATE: all works. Follow this video when it finishes premiering (it's live now but it solved this issue) https://www.youtube.com/watch?v=ZPEwPEBCY1c
Thank you for this! Will give it a go when I get home. Cheers
for me what solved this error was to update with pip: pip install diffusers --upgrade
I tried the pip..... upgrade. The screen shot above shows its 0.6.0
I found how to uninstall diffusers. confirmed with listing it, not there. Reinstalled everything, same error.
I'm sure that there is an easier way to fix this but when I had the problem I ended up reinstalling from scratch (delete the repo AND the sd-inf environment). It's a bit annoying but at least it works now.
i ended up deleting all the stable diffusion i had downloaded. deleted environment, even removed anaconda navigator to clear everything up. then installed it and now i works! except.....
now it takes 10 minutes to generate a 256 square. i run amd with an rtx 3060. before it was about 9 10 seconds.
i ended up deleting all the stable diffusion i had downloaded. deleted environment, even removed anaconda navigator to clear everything up. then installed it and now i works! except.....
now it takes 10 minutes to generate a 256 square. i run amd with an rtx 3060. before it was about 9 10 seconds.
I'm really sorry about this. When I suggested uninstalling/reinstalling it worked perfectly for me but something changed yesterday, 27/10/22 (I'm guessing that it is an update to one of the install packages) and I now have the same problem as you do. I have raised it as an issue #123 and hopefully things will get fixed soon :-)
Edit - I have fixed it in my copy, see #123
duplicate of #89
pip install diffusers --upgrade solved the issue for me, even though it said it already has version 0.6.0 installed.