| 
									
										
										
										
											2022-09-11 20:18:50 +02:00
										 |  |  | #!/usr/bin/env bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set -Eeuo pipefail | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-05 09:51:30 +01:00
										 |  |  | # TODO: maybe just use the .gitignore file to create all of these | 
					
						
							| 
									
										
										
										
											2022-12-12 09:25:44 +01:00
										 |  |  | mkdir -vp /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings /data/VAE /data/Deepdanbooru /data/MiDaS | 
					
						
							| 
									
										
										
										
											2022-09-17 13:44:00 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-16 20:07:50 +02:00
										 |  |  | echo "Downloading, this might take a while..." | 
					
						
							| 
									
										
										
										
											2022-09-11 20:18:50 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-10 11:40:25 +01:00
										 |  |  | aria2c -x 10 --disable-ipv6 --input-file /docker/links.txt --dir /data --continue | 
					
						
							| 
									
										
										
										
											2022-09-11 20:18:50 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | echo "Checking SHAs..." | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-09-16 20:07:50 +02:00
										 |  |  | parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c" | 
					
						
							| 
									
										
										
										
											2022-10-01 12:57:53 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-22 10:44:39 +02:00
										 |  |  | cat <<EOF | 
					
						
							|  |  |  | By using this software, you agree to the following licenses: | 
					
						
							|  |  |  | https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/LICENSE | 
					
						
							| 
									
										
										
										
											2023-01-15 11:50:16 +01:00
										 |  |  | https://github.com/CompVis/stable-diffusion/blob/main/LICENSE | 
					
						
							|  |  |  | https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/LICENSE.txt | 
					
						
							| 
									
										
										
										
											2022-10-22 10:44:39 +02:00
										 |  |  | https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE | 
					
						
							| 
									
										
										
										
											2023-01-15 11:50:16 +01:00
										 |  |  | https://github.com/sd-webui/stable-diffusion-webui/blob/master/LICENSE | 
					
						
							| 
									
										
										
										
											2022-10-22 10:44:39 +02:00
										 |  |  | 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 | 
					
						
							|  |  |  | EOF |