Created
May 10, 2023 22:18
-
-
Save safa-dayo/7cbd9ea0a1c871793c7e1130fc59fab2 to your computer and use it in GitHub Desktop.
モデルファイルダウンロード用コマンド(Google Colab前提)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# モデルファイルのダウンロード(ダウンロード先: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