AIFSH / CosyVoice-ComfyUI

a comfyui custom node for CosyVoice
Apache License 2.0
150 stars 18 forks source link

Comfy Can't Load These Nodes #28

Closed AtomicPerception closed 3 months ago

AtomicPerception commented 3 months ago

I add the nodes and try the example workflows and they come up broken.

Tried several times. Stuff is broken...

Awhwah commented 3 months ago

I'm getting the same issues here as well. I've tried installing manually with the directions provided here on git, as well as just installing directly with ComfyUI Manager. No such luck. comfy

konradre commented 3 months ago

Yup, same here.

AtomicPerception commented 3 months ago

I finally got everything to work.

Try this first...(supply the path to your Comfy install.) S:\ComfyUI_Portable\python_embeded\python.exe -m pip install conformer audiosegment srt modelscope -U

Then make sure your FFMPEG is correctly installed. Mine was hosed. It's important that you have ffmpeg-python installed and not python-ffmpeg.

This should remove all your FFMPEG references and install the correct one. S:\ComfyUI_Portable\python_embeded\python.exe -m pip uninstall ffmpeg S:\ComfyUI_Portable\python_embeded\python.exe -m pip uninstall ffmpeg-python S:\ComfyUI_Portable\python_embeded\python.exe -m pip uninstall python-ffmpeg S:\ComfyUI_Portable\python_embeded\python.exe -m pip install ffmpeg-python

Finally install the missing wheels. S:\ComfyUI_Portable\python_embeded\python.exe -m pip install webrtcvad-wheels

konradre commented 2 months ago

What would the non-portable version of this be? Im running 2 venvs and want to do this in the second one to avoid dependency conflicts.