File size: 598 Bytes
37416d9
 
 
 
 
 
 
 
5244e66
37416d9
 
 
c8e7ecb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Stable Diffusion Demo
emoji: 🌖
colorFrom: pink
colorTo: yellow
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: true
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

## How to convert checkpoints from AUTOMATIC1111 to diffusers
```bash
rye run python scripts/convert_original_stable_diffusion_to_diffusers.py.py \
    --checkpoint_path checkpoints/original/Beautiful\ Realistic\ Asians\ v7.safetensors \
    --dump_path "checkpoints/diffusers/Beautiful\ Realistic\ Asians\ v7" \
    --from_safetensors --to_safetensors
```