mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 23:55:00 +00:00
6 lines
168 B
Bash
Executable file
6 lines
168 B
Bash
Executable file
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
|