mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Add ClipEncoder (#458)
https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/432#issuecomment-1537380951
This commit is contained in:
@@ -3,7 +3,27 @@
|
||||
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 /data/GLIGEN
|
||||
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 \
|
||||
/data/CLIPEncoder # this is different from the cached pre-train ViT saved in /data/.cache/clip TODO: find out how
|
||||
|
||||
echo "Downloading, this might take a while..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user