From a96285d10bc875a29287fc71e04948f23915b815 Mon Sep 17 00:00:00 2001 From: Abdullah Barhoum Date: Tue, 20 Sep 2022 19:35:10 +0200 Subject: [PATCH] Update License --- LICENSE | 9 ++++++++- services/download/download.sh | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0f999b8..636ad71 100644 --- a/LICENSE +++ b/LICENSE @@ -86,4 +86,11 @@ administration of justice, law enforcement, immigration or asylum processes, such as predicting an individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships between assertions made in documents, indiscriminate and arbitrarily-targeted -use). \ No newline at end of file +use). + + + +By using this software, you also agree to the following licenses: +https://github.com/CompVis/stable-diffusion/blob/main/LICENSE +https://github.com/TencentARC/GFPGAN/blob/master/LICENSE +https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE diff --git a/services/download/download.sh b/services/download/download.sh index d85e3a4..394b805 100755 --- a/services/download/download.sh +++ b/services/download/download.sh @@ -4,6 +4,13 @@ set -Eeuo pipefail mkdir -p /cache/torch /cache/transformers /cache/weights /cache/models /cache/custom-models +cat <