mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-23 08:04:59 +00:00
7 lines
168 B
Bash
7 lines
168 B
Bash
|
mkdir checkpoints
|
||
|
cd checkpoints
|
||
|
wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.ckpt
|
||
|
cd ..
|
||
|
mkdir static
|
||
|
python server.py
|