Replies: 4 comments 10 replies
-
Yeah I've been meaning to get around to adding inpainting. I got as far as adding the gradio components but I was having issues with the ImageMask component being too small. It looks like you got around that by explicitly creating your own HTML and css. |
Beta Was this translation helpful? Give feedback.
-
This is the current problem I'm having with css. Because I'm forcing a min-height, for wide images part of the image is outside of the element. |
Beta Was this translation helpful? Give feedback.
-
Managed to add some more inline css to resize the elements. See my commit here: ae856ba |
Beta Was this translation helpful? Give feedback.
-
Hey, so I added in all the code needed to inpainting and connected it to the UI. Can you give it a try. Here's the commit: a9214e3 |
Beta Was this translation helpful? Give feedback.
-
Inpainting UI Examples: https://github.com/averad/OnnxInpaintingUI
@azuritecoin are you open to the idea of inpainting being included as tab (t2)?
Beta Was this translation helpful? Give feedback.
All reactions