Spaces:
Running
Running
Commit
·
02dec83
1
Parent(s):
1b418ed
options/Video_model/Model.py
CHANGED
@@ -5,6 +5,8 @@ from diffusers.utils import load_image
|
|
5 |
from PIL import Image
|
6 |
from .tdd_svd_scheduler import TDDSVDStochasticIterativeScheduler
|
7 |
from .utils import load_lora_weights, save_video
|
|
|
|
|
8 |
|
9 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
10 |
lora_repo_path = 'RED-AIGC/TDD'
|
|
|
5 |
from PIL import Image
|
6 |
from .tdd_svd_scheduler import TDDSVDStochasticIterativeScheduler
|
7 |
from .utils import load_lora_weights, save_video
|
8 |
+
from typing import Optional
|
9 |
+
from glob import glob
|
10 |
|
11 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
12 |
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
|
|