Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ import gc
|
|
| 17 |
|
| 18 |
|
| 19 |
from huggingface_hub import snapshot_download
|
| 20 |
-
large_files = ["controlnet_depth/diffusion_pytorch_model.safetensors", "own_controlnet/diffusion_pytorch_model.safetensors]
|
| 21 |
snapshot_download(repo_id="John6666/StableDesign-storage", repo_type="dataset", allow_patterns=large_files, local_dir=".")
|
| 22 |
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
from huggingface_hub import snapshot_download
|
| 20 |
+
large_files = ["controlnet_depth/diffusion_pytorch_model.safetensors", "own_controlnet/diffusion_pytorch_model.safetensors"]
|
| 21 |
snapshot_download(repo_id="John6666/StableDesign-storage", repo_type="dataset", allow_patterns=large_files, local_dir=".")
|
| 22 |
|
| 23 |
|