Skip to content

Commit

Permalink
probably unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
zero01101 committed Feb 21, 2024
1 parent c252ed6 commit 51265ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/tool/dream.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 51265ff

Please sign in to comment.