Update License
This commit is contained in:
parent
83b78fe504
commit
a96285d10b
9
LICENSE
9
LICENSE
@ -86,4 +86,11 @@ administration of justice, law enforcement, immigration or asylum
|
|||||||
processes, such as predicting an individual will commit fraud/crime
|
processes, such as predicting an individual will commit fraud/crime
|
||||||
commitment (e.g. by text profiling, drawing causal relationships between
|
commitment (e.g. by text profiling, drawing causal relationships between
|
||||||
assertions made in documents, indiscriminate and arbitrarily-targeted
|
assertions made in documents, indiscriminate and arbitrarily-targeted
|
||||||
use).
|
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
|
||||||
|
@ -4,6 +4,13 @@ set -Eeuo pipefail
|
|||||||
|
|
||||||
mkdir -p /cache/torch /cache/transformers /cache/weights /cache/models /cache/custom-models
|
mkdir -p /cache/torch /cache/transformers /cache/weights /cache/models /cache/custom-models
|
||||||
|
|
||||||
|
cat <<EOF
|
||||||
|
By using this software, you 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
|
||||||
|
EOF
|
||||||
|
|
||||||
echo "Downloading, this might take a while..."
|
echo "Downloading, this might take a while..."
|
||||||
|
|
||||||
aria2c --input-file /docker/links.txt --dir /cache/models --continue
|
aria2c --input-file /docker/links.txt --dir /cache/models --continue
|
||||||
|
Loading…
Reference in New Issue
Block a user