mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
move model to global
This commit is contained in:
parent
d013e88f27
commit
8210ffe620
1
data/.gitignore
vendored
1
data/.gitignore
vendored
|
|
@ -24,3 +24,4 @@
|
|||
/openpose
|
||||
/ModelScope
|
||||
/LyCORIS
|
||||
/GLIGEN
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
# TODO: maybe just use the .gitignore file to create all of these
|
||||
mkdir -vp /data/.cache /data/StableDiffusion /data/LyCORIS /data/Codeformer /data/ModelScope /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings /data/VAE /data/Deepdanbooru /data/MiDaS /data/Lora /data/ControlNet /data/openpose
|
||||
mkdir -vp /data/.cache /data/StableDiffusion /data/LyCORIS /data/Codeformer /data/ModelScope /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings /data/VAE /data/Deepdanbooru /data/MiDaS /data/Lora /data/ControlNet /data/openpose /data/GLIGEN
|
||||
|
||||
echo "Downloading, this might take a while..."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue