You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use vae_tiling in StableDiffusionImg2ImgPipeline and StableDiffusionInpaintPipeline, but the function was not defined. This option is probably needed to save memory when generating large images.
I noticed that it is enabled for StableDiffusionPipeline and ControlNet Pipeline. Is there any other reason why you didn't apply it to Img2Img?
If there are no major issues, I'd like to see it applied and I'll try to create a PR.
Loading pipeline components...: 0%|| 0/7 [00:00<?, ?it/s]`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden.
`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["bos_token_id"]` will be overriden.
`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["eos_token_id"]` will be overriden.
Loading pipeline components...: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7/7 [00:12<00:00, 1.82s/it]
Traceback (most recent call last):
File "/home/khwankim_dc/workspace/project/sea_drawing/test.py", line 9, in<module>pipe.enable_vae_tiling()
File "/home/khwankim_dc/.pyenv/versions/project/lib/python3.10/site-packages/diffusers/configuration_utils.py", line 138, in __getattr__
raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'")
AttributeError: 'StableDiffusionImg2ImgPipeline' object has no attribute 'enable_vae_tiling'
Describe the bug
I tried to use vae_tiling in StableDiffusionImg2ImgPipeline and StableDiffusionInpaintPipeline, but the function was not defined. This option is probably needed to save memory when generating large images.
I noticed that it is enabled for StableDiffusionPipeline and ControlNet Pipeline. Is there any other reason why you didn't apply it to Img2Img?
If there are no major issues, I'd like to see it applied and I'll try to create a PR.
Thank you!
Reproduction
Logs
System Info
diffusers
version: 0.24.0Who can help?
@yiyixuxu @DN6 @sayakpaul @patrickvonplaten
The text was updated successfully, but these errors were encountered: