Open KANKANYANGKANKAN opened 4 months ago
Need to update diffusers for this one.
pip install diffusers==0.17.0 can solve this problem, the latest version of diffusers do not have unet_2d_blocks
This wrapper absolutely works with latest diffusers though, it's what I tested it with.
Try "from diffusers.models.unets.unet_2d_condition import UNet2DConditionOutput"