modelscope / DiffSynth-Studio

Enjoy the magic of Diffusion models!
Apache License 2.0
6.59k stars 600 forks source link

can not run sd_video_rerender.py #32

Open TigerHH6866 opened 7 months ago

TigerHH6866 commented 7 months ago

when running sd_video_rerender.py error came

(/root/autodl-tmp/DiffSynth-Studio/venv/DiffSynthStudio) root@autodl-container-28ee458c74-84d890ed:~/autodl-tmp/DiffSynth-Studio/examples# python sd_video_rerender.py Traceback (most recent call last): File "/root/autodl-tmp/DiffSynth-Studio/examples/sd_video_rerender.py", line 1, in from diffsynth import ModelManager, SDVideoPipeline, ControlNetConfigUnit, VideoData, save_video ModuleNotFoundError: No module named 'diffsynth'

Attect commented 6 months ago
python examples/sd_video_rerender.py
TigerHH6866 commented 6 months ago
python examples/sd_video_rerender.py

same as my code, but always require 'diffsynth' and 'diffsynth' can not be install

Artiprocher commented 6 months ago

Maybe you need to move sd_video_rerender.py to the root folder, and then python sd_video_rerender.py