Spaces:
Runtime error
Runtime error
Commit
·
f48b0d1
1
Parent(s):
72f2f15
spaces
Browse files
options/Video_model/Model.py
CHANGED
|
@@ -4,6 +4,7 @@ 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'
|
|
|
|
| 4 |
from PIL import Image
|
| 5 |
from .tdd_svd_scheduler import TDDSVDStochasticIterativeScheduler
|
| 6 |
from .utils import load_lora_weights, save_video
|
| 7 |
+
import spaces
|
| 8 |
|
| 9 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
| 10 |
lora_repo_path = 'RED-AIGC/TDD'
|