Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 3.75 KB

File metadata and controls

52 lines (38 loc) · 3.75 KB

🖥️ Terminal commands

The following commands are intended for Linux. If you want to use them on Windows, I recommend using Windows Terminal along with BASH, which is automatically installed with Git for Windows.

Download automatically with BASH and WGET

wget -qO- https://raw.githubusercontent.com/Avaray/stable-diffusion-simple-wildcards/sdxl/scripts/download.sh | bash -s -- wget sdxl

Download automatically with BASH and ARIA2C

aria2c -q --allow-overwrite=true --remove-control-file=true -o dl.sh https://raw.githubusercontent.com/Avaray/stable-diffusion-simple-wildcards/sdxl/scripts/download.sh && chmod +x dl.sh && ./dl.sh aria2c sdxl

Download automatically with BASH and CURL

curl -s https://raw.githubusercontent.com/Avaray/stable-diffusion-simple-wildcards/sdxl/scripts/download.sh | bash -s -- curl sdxl

Download with GIT

git clone --depth 1 --single-branch --branch sdxl https://github.com/Avaray/stable-diffusion-simple-wildcards && mv stable-diffusion-simple-wildcards/wildcards/*.txt . > /dev/null 2>&1 && rm -rf stable-diffusion-simple-wildcards

🧩 Download manually

Download individual files (17 files in total)