gokayfem / ComfyUI_VLM_nodes

Custom ComfyUI nodes for Vision Language Models, Large Language Models, Image to Music, Text to Music, Consistent and Random Creative Prompt Generation
Apache License 2.0
308 stars 24 forks source link

help resolve this issue please #30

Closed RYG81 closed 4 months ago

RYG81 commented 4 months ago

"D:\000AI\00ComfyUI\ComfyUI\custom_nodes\ComfyUI_VLM_nodes\nodes\audioldm2.py", line 1, in from diffusers import AudioLDM2Pipeline ImportError: cannot import name 'AudioLDM2Pipeline' from 'diffusers' (D:\000AI\00ComfyUI\python_embeded\Lib\site-packages\diffusers__init__.py)

gokayfem commented 4 months ago

the problem is your diffusers version i think.

pip install --quiet --upgrade git+https://github.com/huggingface/diffusers.git
RYG81 commented 4 months ago

i install it under custom nodes -vlm package folder?

gokayfem commented 4 months ago

no

D:\000AI\00ComfyUI\python_embeded\python.exe pip install --quiet --upgrade git+https://github.com/huggingface/diffusers.git

paste this to your terminal