Stable Diffusion web UI(AUTOMATIC1111) Google Colab で拡張機能Aesthetic Gradientsを使う

2022年11月23日

方法1 ノートブックの変更

下記 URL で StableDiffusionUI-Voldemort.ipynbを開いて名前を付けて保存します

https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh

Clone webui repositoryに追加して書き換えます

!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
%cd /content/stable-diffusion-webui
! git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients extensions/aesthetic-gradients
patterns = “aivazovsky.pt,cloudcore.pt,fantasy.pt,flower_plant.pt,gloomcore.pt,glowwave.pt,laion_7plus.pt,sac_8plus.pt," #@param {type:"string"}
patterna = patterns.split(“,")
for pattern in patterna:
!wget https://github.com/vicgalle/stable-diffusion-aesthetic-gradients/raw/main/aesthetic_embeddings/{pattern} -O /content/stable-diffusion-webui/extensions/aesthetic-gradients/aesthetic_embeddings/{pattern}

後は順番に上から実行していきます

方法2 手動でパターンファイルをダウンロード

下記 URL からパターンファイルをダウンロード aivazovsky.ptなど

https://github.com/vicgalle/stable-diffusion-aesthetic-gradients/tree/main/aesthetic_embeddings

ノートブックの画面に戻り。アップロード

/content/stable-diffusion-webui/extensions/aesthetic-gradients/aesthetic_embeddings/

パターンファイルの使い方

Open for Clip Aestheticcを押す

パターンを選びます

stable-diffusion

Posted by eightban