Commit
·
e3d310b
1
Parent(s):
d56d267
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,8 @@ from scripts.util.detection.nsfw_and_watermark_dectection import \
|
|
| 18 |
from sgm.inference.helpers import embed_watermark
|
| 19 |
from sgm.util import default, instantiate_from_config
|
| 20 |
|
|
|
|
|
|
|
| 21 |
hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="checkpoints")
|
| 22 |
|
| 23 |
version = "svd_xt"
|
|
|
|
| 18 |
from sgm.inference.helpers import embed_watermark
|
| 19 |
from sgm.util import default, instantiate_from_config
|
| 20 |
|
| 21 |
+
from huggingface_hub import hf_hub_download
|
| 22 |
+
|
| 23 |
hf_hub_download(repo_id="stabilityai/stable-video-diffusion-img2vid-xt", filename="svd_xt.safetensors", local_dir="checkpoints")
|
| 24 |
|
| 25 |
version = "svd_xt"
|