mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-07 16:14:18 +01:00
data
This commit is contained in:
parent
79868d88e8
commit
5c397b3a30
3
data/.gitignore
vendored
3
data/.gitignore
vendored
|
|
@ -9,5 +9,6 @@
|
|||
/BSRGAN
|
||||
/RealESRGAN
|
||||
/SwinIR
|
||||
/ScuNET
|
||||
/LDSR
|
||||
# TODO: add the embeddings folder here
|
||||
/embeddings
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -Eeuo pipefail
|
||||
|
||||
mkdir -p /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR
|
||||
mkdir -p /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings
|
||||
|
||||
cat <<EOF
|
||||
By using this software, you agree to the following licenses:
|
||||
|
|
|
|||
Loading…
Reference in a new issue