「AI/StableDiffusion/ControlNet」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==AUTOMATIC1111を使ってControlNetを導入== AI/StableDiffusion/Mac/AUTOMATIC1111 [ショートカット] ===画像の輪郭を抽出して、textから画像出...」) |
(→画像のポーズを抽出して、textから画像出力) |
||
行18: | 行18: | ||
#https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_openposeをDL | #https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_openposeをDL | ||
#モデルの更新ボタンを押してcannyを選択 | #モデルの更新ボタンを押してcannyを選択 | ||
+ | #通常のtxt2imgから生成 | ||
+ | |||
+ | ===画像の落書きを抽出して、textから画像出力=== | ||
+ | #https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_scribbleをDL | ||
+ | #モデルの更新ボタンを押してscribbleを選択 | ||
#通常のtxt2imgから生成 | #通常のtxt2imgから生成 |
2023年5月14日 (日) 01:41時点における最新版
目次
AUTOMATIC1111を使ってControlNetを導入
AI/StableDiffusion/Mac/AUTOMATIC1111 [ショートカット]
画像の輪郭を抽出して、textから画像出力
- AUTOMATIC1111の画面を開いて、Extensionsタブを選択
- Install from URLタブを選択
- https://github.com/Mikubill/sd-webui-controlnet.git を指定してinstall
- 再度、Extensionsタブのinstalledタブを選択すると、sd-webui-controlnetが追加されてる
- https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_cannyをDL
- ローカルのstable-diffusion-webui/extensions/sd-webui-controlnet/modelsの下に上記DLモデルファイルを入れる
- ControlNetのEnableにチェックを入れる
- モデルの更新ボタンを押してcannyを選択
- 通常のtxt2imgから生成
参考:https://koneko3.com/how-to-use-controlnet/
画像のポーズを抽出して、textから画像出力
- https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_openposeをDL
- モデルの更新ボタンを押してcannyを選択
- 通常のtxt2imgから生成
画像の落書きを抽出して、textから画像出力
- https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main のcontrol_scribbleをDL
- モデルの更新ボタンを押してscribbleを選択
- 通常のtxt2imgから生成