Spaces:
Running
Running
Commit
·
0056a56
1
Parent(s):
f48b0d1
options/Video_model/Model.py
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
1 |
import torch
|
2 |
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 |
-
import spaces
|
8 |
|
9 |
svd_path = 'stabilityai/stable-video-diffusion-img2vid-xt-1-1'
|
10 |
lora_repo_path = 'RED-AIGC/TDD'
|
|
|
1 |
+
import spaces
|
2 |
import torch
|
3 |
from diffusers import StableVideoDiffusionPipeline
|
4 |
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'
|
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
|
|