AI/Stable Diffusion Tips3
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
*Stable Diffusion Tips3 [#d14188fa]
RIGHT:更新日&lastmod();
RIGHT:作成日:2023年8月23日
**SDPAの有効化 [#j6251fef]
PyTortchのSDPAを有効することで、作成時間が早くなる
StableDiffusion WebUI画面の下のtorchが「2.0.1+cu118」以上...
起動オプションに追加するだけ
***起動オプション [#xdb62513]
- --opt-sdp-attention
少ないVRAM~
同じ条件でも作成画像が変化する~
(--xformersも同じように変化するようだ)~
- --opt-sdp-no-mem-attention
同じ条件なら生成画像が同じ~
***評価結果 [#a937ec7b]
-webui-user.bat
set COMMANDLINE_ARGS= --update-check --opt-sdp-no-mem-at...
call webui.bat
-SDPAオプションなし
&ref("./OPなし.png");
-SDPAオプションあり
&ref("./OPあり.png");
''10:45/7:38 = 1.4''
1.4倍速くなった
&color(red){Sadtalkerも早くなると思ったが効果は全くでなか...
***Animate Diffでは2倍以上速くなった [#la962e9a]
-512x512
-meinamix_meinaV11
-フレーム数:64
-フレームレート:8
-Context batch size:16
-Frame Interpolation:off
-SDPAオプションなし
&ref("./AnimateDiff_OPなし.png");
-SDPAオプションあり
&ref("./AnimateDiff_OPあり.png");
***参考 [#vf8aa756]
-https://www.youtube.com/watch?v=rFJV8q6dIXg&ab_channel=%...
**Stable Diffsionフォルダの容量肥大フォルダ [#wb0e33d6]
-extensions
-models\Stable-diffusion
**ADetailerで顔にノイズ入る場合 [#a0ebe95d]
ADetailerのプロンプトに以下を入れるといいかも
detailed face
***参考 [#e8ca2547]
-https://kindanai.com/tips-face-distortion-solutions/#toc9
**Region Prompt Control [#o447be2f]
描画Region(地域)を分割指定して、そのRegionごとにプロン...
「Region Prompt Control」は「Tiled diffusion」の機能なの...
***Tiled diffusionのインストール [#rf56e94a]
機能拡張のURLインストールを行う
--Download先
--https://github.com/pkuliyi2015/multidiffusion-upscaler-...
以下のメニューが増える
&ref("./Tiled_diffusion.png");
-参考
--https://freeblog-video.com/stable-diffusion_extensions_...
***Region Prompt Control使い方 [#xfd1dd47]
以下のようにRegionを分けて、個々にプロンプトを入力する。
いつもの入力しているプロンプト個所には入力不要のようだ
&ref("./Region_Prompt_Control1.png");
オレンジと赤のRegionが存在する。それぞれにプロンプトを指...
&ref("./Region_Prompt_Control2.png");
&ref("./Region_Prompt_Control3.png");
***作成した画像 [#kae6c9b7]
Region1が麦わら帽子女性の後ろ姿、Region2が浜辺
&ref("./Region_Prompt_Control4.png");
**EasyNegative [#rbcb38b3]
***ダウンロード先 [#c2dd9304]
-https://huggingface.co/gsdf/Counterfeit-V3.0/tree/main/e...
***設定 [#x126504c]
「EasyNegativeV2.safetensors」を
stable-diffusion-webui-master\embeddingsに移動
&ref("./EasyNegative.png");
***参考 [#s02e62dd]
-https://koneko3.com/how-to-use-easynegative/#toc5
**LoRAのサムネイル画像の表示方法 [#ccd24f2e]
サムネイル画像の表示するには「Civitai-Helper」をインスト...
CIVITAI Helperは以下のサイトを拡張機能のURLインストールを...
-https://github.com/butaixianran/Stable-Diffusion-Webui-C...
&color(red){Refresh Civitai Helper's additional buttons ...
-https://github.com/axilesoft/Stable-Diffusion-Webui-Civi...
&ref("./Civitai-Helper.png");
-「電球のアイコン」でトリガワードが自動に入る(アイコンが...
***表示手順 [#l899a845]
「Download Max Size Preview」はサムネイルの大きさが最大に...
&ref("./サムネイルDL.png");
&ref("./サムネイルDL2.png");
他のLoRAはLoRAの主ファイル名同じPNGファイルをLoRAファイル...
***参考 [#r1d676d4]
-https://ikuriblog.com/how-to-use-civitai-helper-with-sta...
-CIVITAI Helper
--https://www.youtube.com/watch?v=UuE8P6mTxo0
~%%(説明の最後ある4つのアイコンは表示しなかった)%%
**Easy Prompt Selector [#qea8ee05]
「タグを選択」ボタンを押すだけで予め登録してある呪文をプ...
以下のサイトを拡張機能のURLインストールを行う
-https://github.com/blue-pen5805/sdweb-easy-prompt-select...
***設定 [#e9212d47]
以下のディレクトにあるサンプル参考に作成する
-stable-diffusion-webui\extensions\sdweb-easy-prompt-sele...
例)
-LoRA.yml
b_girl:
- none
Chinese_cheongsam_with_a_high_slit:
- chinese clothes, china dress, dress, White dress, wh...
- chinese clothes, china dress, Black dress, black und...
- chinese clothes, china dress, Red dress
Elegant mature clothing7:
- big breasts,colorful dress
&ref("./Easy Prompt Selector.png");
終了行:
*Stable Diffusion Tips3 [#d14188fa]
RIGHT:更新日&lastmod();
RIGHT:作成日:2023年8月23日
**SDPAの有効化 [#j6251fef]
PyTortchのSDPAを有効することで、作成時間が早くなる
StableDiffusion WebUI画面の下のtorchが「2.0.1+cu118」以上...
起動オプションに追加するだけ
***起動オプション [#xdb62513]
- --opt-sdp-attention
少ないVRAM~
同じ条件でも作成画像が変化する~
(--xformersも同じように変化するようだ)~
- --opt-sdp-no-mem-attention
同じ条件なら生成画像が同じ~
***評価結果 [#a937ec7b]
-webui-user.bat
set COMMANDLINE_ARGS= --update-check --opt-sdp-no-mem-at...
call webui.bat
-SDPAオプションなし
&ref("./OPなし.png");
-SDPAオプションあり
&ref("./OPあり.png");
''10:45/7:38 = 1.4''
1.4倍速くなった
&color(red){Sadtalkerも早くなると思ったが効果は全くでなか...
***Animate Diffでは2倍以上速くなった [#la962e9a]
-512x512
-meinamix_meinaV11
-フレーム数:64
-フレームレート:8
-Context batch size:16
-Frame Interpolation:off
-SDPAオプションなし
&ref("./AnimateDiff_OPなし.png");
-SDPAオプションあり
&ref("./AnimateDiff_OPあり.png");
***参考 [#vf8aa756]
-https://www.youtube.com/watch?v=rFJV8q6dIXg&ab_channel=%...
**Stable Diffsionフォルダの容量肥大フォルダ [#wb0e33d6]
-extensions
-models\Stable-diffusion
**ADetailerで顔にノイズ入る場合 [#a0ebe95d]
ADetailerのプロンプトに以下を入れるといいかも
detailed face
***参考 [#e8ca2547]
-https://kindanai.com/tips-face-distortion-solutions/#toc9
**Region Prompt Control [#o447be2f]
描画Region(地域)を分割指定して、そのRegionごとにプロン...
「Region Prompt Control」は「Tiled diffusion」の機能なの...
***Tiled diffusionのインストール [#rf56e94a]
機能拡張のURLインストールを行う
--Download先
--https://github.com/pkuliyi2015/multidiffusion-upscaler-...
以下のメニューが増える
&ref("./Tiled_diffusion.png");
-参考
--https://freeblog-video.com/stable-diffusion_extensions_...
***Region Prompt Control使い方 [#xfd1dd47]
以下のようにRegionを分けて、個々にプロンプトを入力する。
いつもの入力しているプロンプト個所には入力不要のようだ
&ref("./Region_Prompt_Control1.png");
オレンジと赤のRegionが存在する。それぞれにプロンプトを指...
&ref("./Region_Prompt_Control2.png");
&ref("./Region_Prompt_Control3.png");
***作成した画像 [#kae6c9b7]
Region1が麦わら帽子女性の後ろ姿、Region2が浜辺
&ref("./Region_Prompt_Control4.png");
**EasyNegative [#rbcb38b3]
***ダウンロード先 [#c2dd9304]
-https://huggingface.co/gsdf/Counterfeit-V3.0/tree/main/e...
***設定 [#x126504c]
「EasyNegativeV2.safetensors」を
stable-diffusion-webui-master\embeddingsに移動
&ref("./EasyNegative.png");
***参考 [#s02e62dd]
-https://koneko3.com/how-to-use-easynegative/#toc5
**LoRAのサムネイル画像の表示方法 [#ccd24f2e]
サムネイル画像の表示するには「Civitai-Helper」をインスト...
CIVITAI Helperは以下のサイトを拡張機能のURLインストールを...
-https://github.com/butaixianran/Stable-Diffusion-Webui-C...
&color(red){Refresh Civitai Helper's additional buttons ...
-https://github.com/axilesoft/Stable-Diffusion-Webui-Civi...
&ref("./Civitai-Helper.png");
-「電球のアイコン」でトリガワードが自動に入る(アイコンが...
***表示手順 [#l899a845]
「Download Max Size Preview」はサムネイルの大きさが最大に...
&ref("./サムネイルDL.png");
&ref("./サムネイルDL2.png");
他のLoRAはLoRAの主ファイル名同じPNGファイルをLoRAファイル...
***参考 [#r1d676d4]
-https://ikuriblog.com/how-to-use-civitai-helper-with-sta...
-CIVITAI Helper
--https://www.youtube.com/watch?v=UuE8P6mTxo0
~%%(説明の最後ある4つのアイコンは表示しなかった)%%
**Easy Prompt Selector [#qea8ee05]
「タグを選択」ボタンを押すだけで予め登録してある呪文をプ...
以下のサイトを拡張機能のURLインストールを行う
-https://github.com/blue-pen5805/sdweb-easy-prompt-select...
***設定 [#e9212d47]
以下のディレクトにあるサンプル参考に作成する
-stable-diffusion-webui\extensions\sdweb-easy-prompt-sele...
例)
-LoRA.yml
b_girl:
- none
Chinese_cheongsam_with_a_high_slit:
- chinese clothes, china dress, dress, White dress, wh...
- chinese clothes, china dress, Black dress, black und...
- chinese clothes, china dress, Red dress
Elegant mature clothing7:
- big breasts,colorful dress
&ref("./Easy Prompt Selector.png");
ページ名: