-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Describe the bug
Now, i have working environment where i see community pipelines get's updated without any explicit updates. And now all production code has stopped working.
I am getting :: AttributeError: 'StableDiffusionLongPromptWeightingPipeline' object has no attribute 'vae_scale_factor' which wasn't there few hours ago.
How can i disable any kind of over the air updates of community pipelines without update of diffusers plugin? @SkyTNT @patil-suraj @patrickvonplaten
Reproduction
- diffusers==0.8.1
Logs
2022-12-08T17:35:04.544050336Z File "/root/.cache/huggingface/modules/diffusers_modules/git/lpw_stable_diffusion.py", line 879, in text2img
2022-12-08T17:35:04.544055375Z return self.call(
2022-12-08T17:35:04.544068731Z File "/opt/conda/envs/ldm/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context
2022-12-08T17:35:04.544098187Z return func(*args, **kwargs)
2022-12-08T17:35:04.544100210Z File "/root/.cache/huggingface/modules/diffusers_modules/git/lpw_stable_diffusion.py", line 739, in call
2022-12-08T17:35:04.544102274Z latents, init_latents_orig, noise = self.prepare_latents(
2022-12-08T17:35:04.544104308Z File "/root/.cache/huggingface/modules/diffusers_modules/git/lpw_stable_diffusion.py", line 558, in prepare_latents
2022-12-08T17:35:04.544106222Z height // self.vae_scale_factor,
2022-12-08T17:35:04.544108085Z AttributeError: 'StableDiffusionLongPromptWeightingPipeline' object has no attribute 'vae_scale_factor'
No response
System Info
- diffusers==0.8.1