probably unnecessary
This commit is contained in:
parent
c252ed6ea1
commit
51265ff808
1 changed files with 1 additions and 1 deletions
|
@ -3098,7 +3098,7 @@ function buildAlwaysOnScripts(state) {
|
|||
}
|
||||
|
||||
function addSoftInpaintingToAlwaysOnScripts(state) {
|
||||
if (extensions.alwaysOnScripts) {
|
||||
if (extensions.alwaysOnScripts && toolbar._current_tool.name == "Img2Img") {
|
||||
//?????
|
||||
state.alwayson_scripts["Soft Inpainting"] = {};
|
||||
state.alwayson_scripts["Soft Inpainting"].args = [
|
||||
|
|
Loading…
Reference in a new issue