Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ import uuid
|
|
23 |
import random
|
24 |
from huggingface_hub import hf_hub_download
|
25 |
|
26 |
-
hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="/workspace/checkpoints")
|
27 |
-
hf_hub_download(repo_id="vdo/stable-video-diffusion-img2vid-xt-1-1", filename="svd_xt_1_1.safetensors", local_dir="/workspace/checkpoints")
|
28 |
|
29 |
version = "svd_xt_1_1"
|
30 |
device = "cuda"
|
|
|
23 |
import random
|
24 |
from huggingface_hub import hf_hub_download
|
25 |
|
26 |
+
hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="/workspace/checkpoints", cache_dir="/workspace/checkpoints")
|
27 |
+
hf_hub_download(repo_id="vdo/stable-video-diffusion-img2vid-xt-1-1", filename="svd_xt_1_1.safetensors", local_dir="/workspace/checkpoints", cache_dir="/workspace/checkpoints")
|
28 |
|
29 |
version = "svd_xt_1_1"
|
30 |
device = "cuda"
|