Spaces:
Running
Running
OmPrakashSingh1704
commited on
Commit
•
2f6874c
1
Parent(s):
f63f50a
options/Video_model/Model.py
CHANGED
@@ -3,7 +3,7 @@ from diffusers import StableVideoDiffusionPipeline
|
|
3 |
from diffusers.utils import load_image
|
4 |
from PIL import Image
|
5 |
from .tdd_svd_scheduler import TDDSVDStochasticIterativeScheduler
|
6 |
-
from utils import load_lora_weights, save_video
|
7 |
|
8 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
9 |
lora_repo_path = 'RED-AIGC/TDD'
|
|
|
3 |
from diffusers.utils import load_image
|
4 |
from PIL import Image
|
5 |
from .tdd_svd_scheduler import TDDSVDStochasticIterativeScheduler
|
6 |
+
from .utils import load_lora_weights, save_video
|
7 |
|
8 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
9 |
lora_repo_path = 'RED-AIGC/TDD'
|
options/Video_model/__pycache__/Model.cpython-310.pyc
CHANGED
Binary files a/options/Video_model/__pycache__/Model.cpython-310.pyc and b/options/Video_model/__pycache__/Model.cpython-310.pyc differ
|
|
options/Video_model/__pycache__/tdd_svd_scheduler.cpython-310.pyc
ADDED
Binary file (14.3 kB). View file
|
|