Skip to content

Instantly share code, notes, and snippets.

@miminashi
Created November 29, 2024 17:52
Show Gist options
  • Select an option

  • Save miminashi/28c70a440b3449918227fe59ee113606 to your computer and use it in GitHub Desktop.

Select an option

Save miminashi/28c70a440b3449918227fe59ee113606 to your computer and use it in GitHub Desktop.
#!/bin/sh
API_KEY="<YOUR API KEY HERE>"
set -eu
url="${1}"
authorized_url="${url}&token=${API_KEY}"
wget -P models/Stable-diffusion --content-disposition "${authorized_url}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment