Open Tobe2d opened 8 months ago
hi, try this: Open custom_nodes\ComfyUI_Seg_VITON\ldm\models\diffusion\ddpm.py Code: """ from diffusers.models.autoencoder_kl import AutoencoderKLOutput from diffusers.models.vae import DecoderOutput """ to """ from diffusers.models.autoencoders.autoencoder_kl import AutoencoderKLOutput from diffusers.models.autoencoders.vae import DecoderOutput
When I run the workflow it give an error on stabel_vition node as the screenshot:
error:
I updated diffusers to the latest and still same error.
Any idea how to solve it?