pinokiofactory / cogstudio

74 stars 2 forks source link

Module not found: cv2 when I run the app (Windows) #4

Open LuckyNES opened 3 hours ago

LuckyNES commented 3 hours ago

(.venv) PS D:\GitRepos\CogVideo\inference\gradio_composite_demo> python .\cogstudio.py Traceback (most recent call last): File "D:\GitRepos\CogVideo\inference\gradio_composite_demo\cogstudio.py", line 14, in import cv2 ModuleNotFoundError: No module named 'cv2'

On windows I have to install this to make it run further: pip install opencv-python

shutarojp commented 2 hours ago

me2, I have same problem, I think you may missing those too: pip install opencv-python pip install gradio pip install diffusers pip install openai pip install utils

but now I'm stuck at No module named 'rife_model'