LarryJane491 / Lora-Training-in-Comfy

This custom node lets you train LoRA directly in ComfyUI!
277 stars 38 forks source link

Error Collecting ffmpy when installing Requirements #50

Open xtrash opened 1 month ago

xtrash commented 1 month ago

Hi. I've been trying to install requirements_win.txt on 2 different venv (one with Python 3.10.11, and another one with Python 3.11.8) but always get this error on installing ffmpy/gradio :

(here is a screen capture because the < code > text paste is not working with this text)

image

Looking for help. Thanks a lot.

JeremyGuo commented 3 weeks ago

This is caused by ffmpy itself.

You can download the source code of ffmpy package. Then insert the code

import sys
sys.path.append('.')

to the beginning of setup.py

then use the \WHATEVER\python_embedded\python.exe setup.py install to install ffmpy and then rerun the command of this repo.