opparco / stable-diffusion-webui-two-shot

Latent Couple extension (two shot diffusion port)
MIT License
717 stars 152 forks source link

create enable button #3

Closed ddPn08 closed 1 year ago

ddPn08 commented 1 year ago

有効無効をチェックボックスで変更できるようにしました。


Enabled and disabled can be switched with a check box.

opparco commented 1 year ago

@ddPn08 enabledのほうがわかりやすいですね。 end at stepの値を維持したまま入り切りできますし。

ただprocessを止めてもdenoised_callbackは実行される問題が残ってるので 直して入れます…

ddPn08 commented 1 year ago

了解です 後ごめんなさいこれめっちゃフォーマッタ動かしてました;

opparco commented 1 year ago

the commit 17ee98d4fa4a5f2cc1a353f1fa04268c89015dc0 solved the issue.