Skip to content

Instantly share code, notes, and snippets.

@safa-dayo
Created May 10, 2023 22:18
Show Gist options
  • Save safa-dayo/7cbd9ea0a1c871793c7e1130fc59fab2 to your computer and use it in GitHub Desktop.
Save safa-dayo/7cbd9ea0a1c871793c7e1130fc59fab2 to your computer and use it in GitHub Desktop.
モデルファイルダウンロード用コマンド(Google Colab前提)
# モデルファイルのダウンロード(ダウンロード先:Hugging Face)
!wget {ここにダウンロードしたいモデルのダウンロードURLを入れてください} --directory-prefix=/content/stable-diffusion-webui/models/Stable-diffusion/
# モデルファイルのダウンロード(ダウンロード先:Civitai)
!wget {ここにダウンロードしたいモデルのダウンロードURLを入れてください} --content-disposition --directory-prefix=/content/stable-diffusion-webui/models/Stable-diffusion/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment