|
--- |
|
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" |
|
``` |