StartHua / ComfyUI_Seg_VITON

comfyui-模特换装(Model dress up)
174 stars 31 forks source link

diffusers.models.autoencoder_kl #10

Closed SevenAntares closed 4 months ago

SevenAntares commented 4 months ago

File "C:\IA\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\cldm\cldm.py", line 14, in from ldm.models.diffusion.ddpm import LatentDiffusion File "C:\IA\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\ldm\models\diffusion\ddpm.py", line 26, in from diffusers.models.autoencoder_kl import AutoencoderKLOutput ModuleNotFoundError: No module named 'diffusers.models.autoencoder_kl'

klossm commented 4 months ago

Install the appropriate dependencies to fix pip install diffusers==0.20.2 transformers==4.33.2

SevenAntares commented 4 months ago

Install the appropriate dependencies to fix pip install diffusers==0.20.2 transformers==4.33.2

yes it seems like that was it

denwade-05 commented 2 months ago

Install the appropriate dependencies to fix pip install diffusers==0.20.2 transformers==4.33.2

Thanks. After successfully uninstalled diffusers-0.27.2, and pip install diffusers==0.20.2 It works!