MCPcopy
hub / github.com/modelscope/DiffSynth-Studio / sd_video_rerender.py

File sd_video_rerender.py

examples/diffsynth/sd_video_rerender.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from diffsynth import ModelManager, SDVideoPipeline, ControlNetConfigUnit, VideoData, save_video, download_models
2from diffsynth.processors.FastBlend import FastBlendSmoother
3from diffsynth.processors.PILEditor import ContrastEditor, SharpnessEditor
4from diffsynth.processors.sequencial_processor import SequencialProcessor

Callers

nothing calls this directly

Calls 10

download_modelsFunction · 0.90
ModelManagerClass · 0.90
SequencialProcessorClass · 0.90
FastBlendSmootherClass · 0.90
ContrastEditorClass · 0.90
SharpnessEditorClass · 0.90
VideoDataClass · 0.90
save_videoFunction · 0.90
from_model_managerMethod · 0.45

Tested by

no test coverage detected