Closed AtomicPerception closed 4 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.
Yup, same here.
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
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.
I add the nodes and try the example workflows and they come up broken.
Tried several times. Stuff is broken...