You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDA12.6 on Windows 11 latest, Nvidia 4060 8G VRAM
Information / 问题信息
The official example scripts / 官方的示例脚本
My own modified scripts / 我自己修改的脚本和任务
Reproduction / 复现过程
Just install the official version by git clone and then running pip install -r requirements.txt
Then if try to run it, the moviepy gonna cause problems first, and then there come the problems by opencv-python.
Expected behavior / 期待表现
A fix is to run pip install moviepy==2.0.0.dev2 opencv-python==4.10.0.84
to install the specific version.
Then the python gradio_web_demo.py can work.
The text was updated successfully, but these errors were encountered:
System Info / 系統信息
CUDA12.6 on Windows 11 latest, Nvidia 4060 8G VRAM
Information / 问题信息
Reproduction / 复现过程
Just install the official version by git clone and then running
pip install -r requirements.txt
Then if try to run it, the moviepy gonna cause problems first, and then there come the problems by opencv-python.
Expected behavior / 期待表现
A fix is to run
pip install moviepy==2.0.0.dev2 opencv-python==4.10.0.84
to install the specific version.
Then the
python gradio_web_demo.py
can work.The text was updated successfully, but these errors were encountered: