Spaces:
Runtime error
Runtime error
Update on_start.sh
Browse files- on_start.sh +3 -3
on_start.sh
CHANGED
@@ -59,15 +59,15 @@ fi
|
|
59 |
## ----------------------------
|
60 |
|
61 |
## Stable Diffusion 2.1 路 768 base model:
|
62 |
-
download-model --checkpoint "v2-1_768-ema-pruned.safetensors" "https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/36a01dc742066de2e8c91e7cf0b8f6b53ef53da1/v2-1_768-ema-pruned.safetensors"
|
63 |
-
download-model --checkpoint "v2-1_768-ema-pruned.yaml" "https://raw.githubusercontent.com/Stability-AI/stablediffusion/fc1488421a2761937b9d54784194157882cbc3b1/configs/stable-diffusion/v2-inference-v.yaml"
|
64 |
|
65 |
## Stable Diffusion 1.5 路 512 base model:
|
66 |
#download-model --checkpoint "v1-5-pruned-emaonly.safetensors" "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/39593d5650112b4cc580433f6b0435385882d819/v1-5-pruned-emaonly.safetensors"
|
67 |
#download-model --checkpoint "v1-5-pruned-emaonly.yaml" "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/39593d5650112b4cc580433f6b0435385882d819/v1-inference.yaml"
|
68 |
|
69 |
## Stable Diffusion Deliberate
|
70 |
-
download-model --checkpoint "deliberate_v11.safetensors" https://huggingface.co/Electricatom369/model1/blob/main/deliberate_v11.safetensors
|
71 |
## ----------------------------
|
72 |
|
73 |
## LoRA (low-rank adaptation) 路 epi_noiseoffset v2:
|
|
|
59 |
## ----------------------------
|
60 |
|
61 |
## Stable Diffusion 2.1 路 768 base model:
|
62 |
+
#download-model --checkpoint "v2-1_768-ema-pruned.safetensors" "https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/36a01dc742066de2e8c91e7cf0b8f6b53ef53da1/v2-1_768-ema-pruned.safetensors"
|
63 |
+
#download-model --checkpoint "v2-1_768-ema-pruned.yaml" "https://raw.githubusercontent.com/Stability-AI/stablediffusion/fc1488421a2761937b9d54784194157882cbc3b1/configs/stable-diffusion/v2-inference-v.yaml"
|
64 |
|
65 |
## Stable Diffusion 1.5 路 512 base model:
|
66 |
#download-model --checkpoint "v1-5-pruned-emaonly.safetensors" "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/39593d5650112b4cc580433f6b0435385882d819/v1-5-pruned-emaonly.safetensors"
|
67 |
#download-model --checkpoint "v1-5-pruned-emaonly.yaml" "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/39593d5650112b4cc580433f6b0435385882d819/v1-inference.yaml"
|
68 |
|
69 |
## Stable Diffusion Deliberate
|
70 |
+
#download-model --checkpoint "deliberate_v11.safetensors" https://huggingface.co/Electricatom369/model1/blob/main/deliberate_v11.safetensors
|
71 |
## ----------------------------
|
72 |
|
73 |
## LoRA (low-rank adaptation) 路 epi_noiseoffset v2:
|