---
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).
## 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).
## 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"
```