v1
commited on
Commit
•
11f7b86
1
Parent(s):
3c28525
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,17 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- aa
|
|
|
4 |
---
|
5 |
-
#
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/Amphibas_Anne_Boonchuy-000033.safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/Amphibas_Anne_Boonchuy-000033.safetensors"
|
8 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/Bridget Guilty Gear (Autism SDXL).safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/Bridget Guilty Gear (Autism SDXL).safetensors"
|
9 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/EPAstolfoPony-05.safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/EPAstolfoPony-05.safetensors"
|
|
|
1 |
---
|
2 |
language:
|
3 |
- aa
|
4 |
+
license: apache-2.0
|
5 |
---
|
6 |
+
# Sagemaker TMP Upload Script
|
7 |
+
|
8 |
+
This script (use for Sagemaker) downloads various models for use with the Stable Diffusion WebUI.
|
9 |
+
|
10 |
+
## Character Models
|
11 |
+
|
12 |
+
Below are the commands to download the character models:
|
13 |
+
|
14 |
+
```bash
|
15 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/Amphibas_Anne_Boonchuy-000033.safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/Amphibas_Anne_Boonchuy-000033.safetensors"
|
16 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/Bridget Guilty Gear (Autism SDXL).safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/Bridget Guilty Gear (Autism SDXL).safetensors"
|
17 |
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/EPAstolfoPony-05.safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/EPAstolfoPony-05.safetensors"
|