MikaelTradera
commited on
Commit
•
29aea90
1
Parent(s):
6f8981c
Create loadmodels.sh
Browse files- loadmodels.sh +4 -0
loadmodels.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!curl -L -o /workspace/stable-diffusion-webui/models/Lora/ral-dissolve-sdxl.safetensors https://huggingface.co/MikaelTradera/latinasketch/resolve/main/ral-dissolve-sdxl.safetensors
|
2 |
+
!curl -L -o /workspace/stable-diffusion-webui/models/Lora/linquivera.safetensors https://huggingface.co/MikaelTradera/latinasketch/resolve/main/linquivera.safetensors
|
3 |
+
!curl -L -o /workspace/stable-diffusion-webui/models/Lora/SDXLFaeTastic2400.safetensors https://huggingface.co/MikaelTradera/latinasketch/resolve/main/SDXLFaeTastic2400.safetensors
|
4 |
+
!curl -L -o /workspace/stable-diffusion-webui/embeddings/fcNeg-neg.pt https://huggingface.co/MikaelTradera/latinasketch/resolve/main/fcNeg-neg.pt
|