Better Inpainting - half "Show and Tell" - half "help me make this a reality with a PR because I have no idea how Gradio works" #7831
vt-idiot
started this conversation in
Show and tell
Replies: 2 comments
-
It looks like the relevant bits are here?
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/ui.py#L667 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried looking through the code to see where CSS rules for the UI are defined and I could not find them. Maybe I didn't look hard enough, I'll try again later.
The inpainting interface should use
flex col
Here's a video that better illustrates what I mean, and how I did it: https://files.catbox.moe/44666n.mp4
Hell, most of the tabs in webui would be better formatted as flex columns. The model merger was actually the first tab I tried this on, to take screenshots so I could remember what I'd mixed and actually be able to see the model names selected. The entire right pane in the model merger UI is superfluous until it spits the model name out at the end...
Ew
1000 times better...
I know it's possible for a Gradio tab to be set up this way by default, the model toolkit extension I installed does this. I'm just not sure how to implement it for a built-in part of webui.
Beta Was this translation helpful? Give feedback.
All reactions