forked from extern/easydiffusion
Don't show prompt strength when the app starts
This commit is contained in:
parent
75cb052cca
commit
b7aac1501d
@ -680,3 +680,5 @@ document.getElementById("init_image_button_draw").addEventListener("click", () =
|
|||||||
document.getElementById("init_image_button_inpaint").addEventListener("click", () => {
|
document.getElementById("init_image_button_inpaint").addEventListener("click", () => {
|
||||||
imageInpainter.show()
|
imageInpainter.show()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
img2imgUnload() // no init image when the app starts
|
||||||
|
Loading…
Reference in New Issue
Block a user