This commit is contained in:
AbdBarho 2022-10-04 19:06:34 +02:00
parent 79868d88e8
commit 5c397b3a30
2 changed files with 3 additions and 2 deletions

3
data/.gitignore vendored
View file

@ -9,5 +9,6 @@
/BSRGAN /BSRGAN
/RealESRGAN /RealESRGAN
/SwinIR /SwinIR
/ScuNET
/LDSR /LDSR
# TODO: add the embeddings folder here /embeddings

View file

@ -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: