Rebase
This commit is contained in:
parent
e5953f0ef4
commit
be0136e98d
1 changed files with 16 additions and 3 deletions
|
@ -20,22 +20,30 @@ mkdir -p automatic/models/Stable-diffusion \
|
|||
# Download models
|
||||
|
||||
pushd /workspace/automatic/models/Stable-diffusion/
|
||||
curl -# -O -L -J "https://huggingface.co/bluepen5805/blue_pencil/resolve/main/blue_pencil-v9.safetensors"
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/81207"
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/64480"
|
||||
curl -# -O -L -J "https://huggingface.co/bluepen5805/blue_pencil/resolve/main/blue_pencil-v10.safetensors"
|
||||
popd
|
||||
pushd /workspace/automatic/models/VAE
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/80518"
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/26689"
|
||||
popd
|
||||
pushd /workspace/automatic/models/LyCORIS
|
||||
# Better hands
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/55199"
|
||||
|
||||
popd
|
||||
pushd /workspace/automatic/models/embeddings
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/76712"
|
||||
popd
|
||||
|
||||
pushd /workspace/automatic/models/Lora/
|
||||
curl -# -O -L -J "https://huggingface.co/ashen-sensored/mzpikas_tmnd_enhanced/resolve/main/Silicon-landscape-isolation.safetensors"
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/19075"
|
||||
curl -# -O -L -J "https://civitai.com/api/download/models/62833"
|
||||
popd
|
||||
|
||||
cp ~/*.json /workspace/automatic/
|
||||
cp ~/*.toml /workspace
|
||||
cp ~/styles.csv /workspace/automatic/
|
||||
|
||||
# Extensions
|
||||
pushd /workspace/automatic/extensions/
|
||||
|
@ -45,8 +53,13 @@ git clone https://github.com/ctwrs/a1111-sd-webui-tagcomplete
|
|||
git clone https://github.com/ashen-sensored/sd_webui_SAG
|
||||
git clone https://github.com/Bing-su/adetailer
|
||||
git clone https://github.com/adieyal/sd-dynamic-prompts
|
||||
git clone https://github.com/huchenlei/sd-webui-openpose-editor
|
||||
git clone https://github.com/hako-mikan/sd-webui-lora-block-weight
|
||||
|
||||
popd
|
||||
|
||||
cp ~/lbwpresets.txt /workspace/automatic/extensions/sd-webui-lora-block-weight/
|
||||
|
||||
# ControlNet
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue