360CVGroup / FancyVideo

This is the official reproduction of FancyVideo.
https://360cvgroup.github.io/FancyVideo/
771 stars 72 forks source link

ModuleNotFoundError: No module named 'fancyvideo' #3

Closed Cubey42 closed 2 months ago

Cubey42 commented 2 months ago

(fancyvideo) C:\FancyVideo>python scripts\demo.py --config configs\inference\i2v.yaml Traceback (most recent call last): File "C:\FancyVideo\scripts\demo.py", line 6, in from fancyvideo.pipelines.fancyvideo_infer_pipeline import InferPipeline ModuleNotFoundError: No module named 'fancyvideo'

Cubey42 commented 2 months ago

resolved by just moving pipelines into the dir with demo