taabata / LCM_Inpaint_Outpaint_Comfy

ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)
227 stars 14 forks source link

There is a breaking change in diffusers 0.29.0 because the UNet blocks have been moved #36

Open axdwct opened 1 month ago

axdwct commented 1 month ago

Diffusers package moved unet_2d_blocks.py to 'diffusers/models/unets/' instead of 'diffusers/models/'. Changed to from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block.