stablediffusion-infinity icon indicating copy to clipboard operation
stablediffusion-infinity copied to clipboard

upgrade diffusers to 0.6.0

Open magaspah opened this issue 2 years ago • 9 comments

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.

Screenshot 2022-10-24 014053

I have updated it, and it shows 0.6.0 in Anaconda Navigator. What am I doing wrong?

Thank you!!

magaspah avatar Oct 24 '22 08:10 magaspah

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

zvit avatar Oct 25 '22 15:10 zvit

Thank you for this! Will give it a go when I get home. Cheers

magaspah avatar Oct 25 '22 17:10 magaspah

for me what solved this error was to update with pip: pip install diffusers --upgrade

odrevet avatar Oct 25 '22 18:10 odrevet

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.

Screenshot 2022-10-26 180151

magaspah avatar Oct 27 '22 00:10 magaspah

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.

Bill4321 avatar Oct 27 '22 07:10 Bill4321

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.

magaspah avatar Oct 27 '22 22:10 magaspah

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

Bill4321 avatar Oct 28 '22 07:10 Bill4321

duplicate of #89

Skiddoh avatar Oct 28 '22 14:10 Skiddoh

pip install diffusers --upgrade solved the issue for me, even though it said it already has version 0.6.0 installed.

Skiddoh avatar Oct 30 '22 20:10 Skiddoh