ThereforeGames / txt2mask

Automatically create masks for Stable Diffusion inpainting using natural language.
512 stars 40 forks source link

[Feature Request] Output the mask image along with the generated image in the UI #7

Closed GuiAworld closed 1 year ago

GuiAworld commented 1 year ago

Output the mask image along with the generated image on the Output UI, that way you can preview the mask, and use the generated mask with another script by simply dragging the outputted mask to the Input Mask area

ThereforeGames commented 1 year ago

Great idea! Added:

image

Eventually, I would like to have the option of sending the mask directly to the "upload a mask" box, but I need to do more research to see how custom scripts can interact with the rest of Automatic's UI.