-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
lpw_stable_diffusion
pipeline is broken. Again.
#3213
Comments
Hey @nickkolok, as stated in the issue, can you try |
Also see: #3171 (comment) |
The error remain the same (see the space above). pipe = DiffusionPipeline.from_pretrained(
"admruul/anything-v3.0",
#Comment the following line to make it launch
custom_pipeline="lpw_stable_diffusion",
custom_revision='0.15.1',
force_download=True,
resume_download=False,
torch_dtype=torch.float32
) Also, there is a slight difference between "we don't actively maintain the pipeline, so in future releases it can be unstable" and "the pipeline is broken without any code change and without any direct reasons", isn't it? |
Seems to work on |
Can confirm on 0.15.1, worked yesterday, broken today (on a different computer). |
The issues lies in the latest release of I'll keep you posted about a fix. |
Thank you for the workaround. It is working again by now. @nickkolok |
@nickkolok @mack-w Issue has been fixed and a patch release ( |
@nickkolok does it work for you now? |
Unfortunately, I have to state that for me the problem persist. I have to stick to workaround ( |
the problem persist for YiYi |
I still can reproduce the bug, although it has become more subtle pipe = DiffusionPipeline.from_pretrained(
"admruul/anything-v3.0",
#Comment the following line to make it launch
custom_pipeline="lpw_stable_diffusion",
#custom_revision='0.14.0',
#force_download=True,
#resume_download=False,
torch_dtype=torch.float32
) Here, Hope it helps. |
I think this is because the Space has cached a Docker image with an old version of Another solution is just to add |
I've done a |
@nickkolok That's really weird 😕 This has to do with a dependency version issue. I can't explain why the factory reboot did not solve it for you but if you add |
Thank you all for pointing out the workaround! For me it works like a charm. If anyone from the amazing HuggingFace team wants to dive deeper into the bug with factory reboot, I will be really glad to transfer the affected space to them. Otherwise, the issue can be surely closed. |
Describe the bug
Just as in #3199 ,
lpw_stable_diffusion
pipeline has suddenly broke today on an ordinaryFactory reboot
of my space.Reproduction
I've created a public HF space to reproduce the bug:
https://huggingface.co/spaces/NickKolok/test-20230424-bug-reprod/
Feel free to duplicate it and play with it. If you remove the custom pipeline, everything runs.
Logs
System Info
HuggingFace free space
The text was updated successfully, but these errors were encountered: