Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
•
a96db48
1
Parent(s):
4a91629
update download script
Browse files
download_bashscripts/1-RealisticVision.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#!/bin/bash
|
2 |
-
wget -O
|
|
|
1 |
#!/bin/bash
|
2 |
+
wget -O models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors https://huggingface.co/frankjoshua/realisticVisionV51_v51VAE/resolve/main/realisticVisionV51_v51VAE.safetensors?download=true --content-disposition --no-check-certificate
|
download_bashscripts/2-RcnzCartoon.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#!/bin/bash
|
2 |
-
wget -O rcnzCartoon3d_v10.safetensors https://civitai.com/api/download/models/71009
|
|
|
1 |
#!/bin/bash
|
2 |
+
wget -O models/DreamBooth_LoRA/rcnzCartoon3d_v10.safetensors https://civitai.com/api/download/models/71009 --content-disposition --no-check-certificate
|