DiffSynth-Studio icon indicating copy to clipboard operation
DiffSynth-Studio copied to clipboard

can not run sd_video_rerender.py

Open TigerHH6866 opened this issue 1 year ago • 3 comments

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'

TigerHH6866 avatar Apr 20 '24 15:04 TigerHH6866

python examples/sd_video_rerender.py

Attect avatar Apr 25 '24 03:04 Attect

python examples/sd_video_rerender.py

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

TigerHH6866 avatar May 02 '24 01:05 TigerHH6866

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

Artiprocher avatar May 11 '24 14:05 Artiprocher