Spaces:
Runtime error
Runtime error
heheyas
commited on
Commit
•
4068077
1
Parent(s):
b4aa4d7
fix
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ if __name__ == "__main__":
|
|
282 |
|
283 |
download_if_need(
|
284 |
"ckpts/svd_xt.safetensors",
|
285 |
-
"https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors
|
286 |
)
|
287 |
download_if_need(
|
288 |
"ckpts/V3D_512.ckpt", "https://huggingface.co/heheyas/V3D/resolve/main/V3D.ckpt"
|
|
|
282 |
|
283 |
download_if_need(
|
284 |
"ckpts/svd_xt.safetensors",
|
285 |
+
"https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors",
|
286 |
)
|
287 |
download_if_need(
|
288 |
"ckpts/V3D_512.ckpt", "https://huggingface.co/heheyas/V3D/resolve/main/V3D.ckpt"
|