From 08d913849f6bc95cf8dfb94398857d0fe2dcdb19 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 22 Oct 2022 10:33:56 +0200 Subject: [PATCH] update licenses --- LICENSE | 6 ++++++ services/download/download.sh | 20 +++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 636ad71..3599d2b 100644 --- a/LICENSE +++ b/LICENSE @@ -92,5 +92,11 @@ use). By using this software, you also agree to the following licenses: https://github.com/CompVis/stable-diffusion/blob/main/LICENSE +https://github.com/sd-webui/stable-diffusion-webui/blob/master/LICENSE +https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE +https://github.com/cszn/BSRGAN/blob/main/LICENSE +https://github.com/sczhou/CodeFormer/blob/master/LICENSE https://github.com/TencentARC/GFPGAN/blob/master/LICENSE https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE +https://github.com/xinntao/ESRGAN/blob/master/LICENSE +https://github.com/cszn/SCUNet/blob/main/LICENSE diff --git a/services/download/download.sh b/services/download/download.sh index d364a11..e5520a2 100755 --- a/services/download/download.sh +++ b/services/download/download.sh @@ -4,13 +4,6 @@ set -Eeuo pipefail 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 <