Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save safa-dayo/905ffe9454c2bf34a96ebb842770baae to your computer and use it in GitHub Desktop.
Save safa-dayo/905ffe9454c2bf34a96ebb842770baae to your computer and use it in GitHub Desktop.
EasyNegativeとLoRAダウンロード用コマンド(Google Colab前提)
# 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