Any way to get the 3 buttons (Generate, interrupt and skip) always visible? 🤔🤔🤔 #7779
Extraltodeus
started this conversation in
General
Replies: 2 comments 5 replies
-
Which environment are you using to run the webUI? Windows? Linux? mac? Try with a fresh install of the webUI.. I never had the issue you comment, also never heard of it. it is not possible to have the 3 buttons visible at the same time, and honestly, not useful. |
Beta Was this translation helpful? Give feedback.
4 replies
-
#txt2img_generate, #img2img_generate { display: block !important; margin-top: 1rem; height: 2rem; }
#txt2img_interrupt, #img2img_interrupt, #txt2img_skip, #img2img_skip { display: block !important; margin-top: 3rem; height: 2rem; } you might need to play with alignment and height get everything not looking like a mess |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the beginning I'm always getting issues with that. Sometimes the generate button just turns back to orange after starting to generate. Sometimes it stays hidden after the generation is over.
Would be nice to be able to have the 3 permanently displayed.
Beta Was this translation helpful? Give feedback.
All reactions