mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-19 14:58:12 +00:00
update smoothers
This commit is contained in:
6
diffsynth/processors/base.py
Normal file
6
diffsynth/processors/base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class VideoProcessor:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def __call__(self):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user