File size: 1,611 Bytes
3c28525 11f7b86 3c28525 11f7b86 e27a230 11f7b86 17d87b9 e27a230 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
language:
- aa
license: apache-2.0
---
# Sagemaker TMP Upload Script
This script (use for Sagemaker) downloads various models for use with the Stable Diffusion WebUI.
## Character Models
Below are the commands to download the character models:
# Amphibas Anne Boonchuy Lora Model
This model was originally sourced from [CivitAI](https://civitai.com/models/432730?modelVersionId=482058).
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/50abc487-8c49-4359-9e98-836dd75992f1/width=1800,quality=90/00028-3817565804.jpeg" width="600">
## Model & Source & Details
- **Character**: Anne Boonchuy
- **File Size**: 217.88 MB
- **Format**: SafeTensor
```bash
!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"
```
# Bridget Guilty Gear Model
This model was originally sourced from [CivitAI](https://civitai.com/models/482293/bridget-guilty-gear-nsfwsfw-sdxl-lora-pony).
<img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75518656-6798-42ff-b87c-43005a2c7add/width=832,quality=90/00121-1731048835.jpeg" width="600">
## Model & Source & Details
- **Character**: Bridget
- **File Size**: 234.51 MB
- **Format**: SafeTensor
```bash
!curl -Lo "/home/studio-lab-user/stable-diffusion-webui/models/Lora/tmp_lora/character/bridget-10.safetensors" "https://huggingface.co/datasets/Collector212/PonyXL-Lora-MyAhhArchiveCN01/resolve/main/character/bridget-10.safetensors"
``` |