mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
Don't show prompt strength when the app starts
This commit is contained in:
@ -680,3 +680,5 @@ document.getElementById("init_image_button_draw").addEventListener("click", () =
|
||||
document.getElementById("init_image_button_inpaint").addEventListener("click", () => {
|
||||
imageInpainter.show()
|
||||
})
|
||||
|
||||
img2imgUnload() // no init image when the app starts
|
||||
|
Reference in New Issue
Block a user