mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-21 06:14:00 +00:00
data
This commit is contained in:
parent
79868d88e8
commit
5c397b3a30
2 changed files with 3 additions and 2 deletions
3
data/.gitignore
vendored
3
data/.gitignore
vendored
|
|
@ -9,5 +9,6 @@
|
||||||
/BSRGAN
|
/BSRGAN
|
||||||
/RealESRGAN
|
/RealESRGAN
|
||||||
/SwinIR
|
/SwinIR
|
||||||
|
/ScuNET
|
||||||
/LDSR
|
/LDSR
|
||||||
# TODO: add the embeddings folder here
|
/embeddings
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -Eeuo pipefail
|
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
|
cat <<EOF
|
||||||
By using this software, you agree to the following licenses:
|
By using this software, you agree to the following licenses:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue