Closed SevenAntares closed 8 months ago
Install the appropriate dependencies to fix pip install diffusers==0.20.2 transformers==4.33.2
Install the appropriate dependencies to fix pip install diffusers==0.20.2 transformers==4.33.2
yes it seems like that was it
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!
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'