Created
May 9, 2023 22:32
-
-
Save safa-dayo/905ffe9454c2bf34a96ebb842770baae to your computer and use it in GitHub Desktop.
EasyNegativeとLoRAダウンロード用コマンド(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
# EasyNegativeのダウンロード | |
!wget https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors --directory-prefix=/content/stable-diffusion-webui/embeddings/ | |
# LoRAのダウンロード(注意:ダウンロード先がCivitai前提のコードになっています) | |
!wget {ここにダウンロードしたいLoRAのダウンロードURLを入れてください} --content-disposition --directory-prefix=/content/stable-diffusion-webui/models/Lora/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment