kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
337 stars 27 forks source link

No module named 'diffusers.models.unet_2d_blocks' #28

Open KANKANYANGKANKAN opened 4 months ago

KANKANYANGKANKAN commented 4 months ago

QQ截图20240709094104

kijai commented 4 months ago

Need to update diffusers for this one.

hykai209 commented 4 months ago

pip install diffusers==0.17.0 can solve this problem, the latest version of diffusers do not have unet_2d_blocks

kijai commented 4 months ago

This wrapper absolutely works with latest diffusers though, it's what I tested it with.

alfredcs commented 3 weeks ago

Try "from diffusers.models.unets.unet_2d_condition import UNet2DConditionOutput"