Closed fotinidelig closed 12 months ago
hey thanks for the issue!
are you interested in open an PR to fix it? just need to update the signature of get_down_block()
and get_up_block()
https://github.com/huggingface/diffusers/blob/f72b28c75b2b4b720a5d8de78556694cf4b893fd/src/diffusers/pipelines/versatile_diffusion/modeling_text_unet.py#L43
Hey @fotinidelig I am raising the PR for the fix. I hope it's okay. Thanks for the bug. @yiyixuxu thanks for the suggestion. Sending PR 🚀
@fotinidelig there were three more missing signature : namely
attention_head_dim
attention_type
resolution_idx
Hey @fotinidelig I am raising the PR for the fix. I hope it's okay. Thanks for the bug. @yiyixuxu thanks for the suggestion. Sending PR 🚀
Thanks a lot for taking over, appreciate it!
Describe the bug
I wan to use the VersatileDiffusionPipeline but I get an error when loading the model with from_pretrained().
Reproduction
Logs
No response
System Info
diffusers=0.24.0 torch=2.1.0+cu118 torchvision=0.16.0+cu118 Python 3.10.12
Who can help?
@yiyixuxu @DN6