Support for the actual models being used
This commit is contained in:
parent
15c084fabc
commit
3a46c8fa0c
1 changed files with 3 additions and 2 deletions
|
@ -21,10 +21,10 @@ mkdir -p automatic/models/Stable-diffusion \
|
||||||
|
|
||||||
pushd /workspace/automatic/models/Stable-diffusion/
|
pushd /workspace/automatic/models/Stable-diffusion/
|
||||||
curl -# -O -L -J "https://huggingface.co/bluepen5805/blue_pencil/resolve/main/blue_pencil-v10.safetensors"
|
curl -# -O -L -J "https://huggingface.co/bluepen5805/blue_pencil/resolve/main/blue_pencil-v10.safetensors"
|
||||||
|
curl -# -O -L -J "https://www.heavensinferno.net/test/defbeacf3arMix_defbeacf3ar2dMixV2.safetensors"
|
||||||
popd
|
popd
|
||||||
pushd /workspace/automatic/models/VAE
|
pushd /workspace/automatic/models/VAE
|
||||||
curl -# -O -L -J "https://civitai.com/api/download/models/80518"
|
curl -# -O -L -J "https://www.heavensinferno.net/test/clearvae_main.safetensors"
|
||||||
curl -# -O -L -J "https://civitai.com/api/download/models/26689"
|
|
||||||
popd
|
popd
|
||||||
pushd /workspace/automatic/models/LyCORIS
|
pushd /workspace/automatic/models/LyCORIS
|
||||||
# Better hands
|
# Better hands
|
||||||
|
@ -41,6 +41,7 @@ curl -# -O -L -J "https://civitai.com/api/download/models/19075"
|
||||||
curl -# -O -L -J "https://civitai.com/api/download/models/62833"
|
curl -# -O -L -J "https://civitai.com/api/download/models/62833"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
sed -i 's#/notebooks/#/workspace/#g' ~/*.json
|
||||||
cp ~/*.json /workspace/automatic/
|
cp ~/*.json /workspace/automatic/
|
||||||
cp ~/*.toml /workspace
|
cp ~/*.toml /workspace
|
||||||
cp ~/styles.csv /workspace/automatic/
|
cp ~/styles.csv /workspace/automatic/
|
||||||
|
|
Loading…
Add table
Reference in a new issue