Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 5c77267

Browse files
committed
Initialize mask on inpaint recycle
1 parent a7d7463 commit 5c77267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OnnxStack.WebUI/wwwroot/js/stableDiffusionImageInpaint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ const stableDiffusionImageInpaint = () => {
217217
if (outputImageUrl) {
218218
addInputResult(getWidth(), getHeight(), inputResultTemplate, { imageUrl: outputImageUrl });
219219
buttonExecute.removeAttr("disabled");
220+
mask_init();
220221
}
221222
});
222223

0 commit comments

Comments
 (0)