[FEATURE REQUEST] "Queue prompt" button instead of or next to Generate (or maybe as a cli option when launching web-ui) #367
Replies: 5 comments 5 replies
-
So, I eventually found out this is built into gradio, and it looks like it's more or less automatic if you just open a new tab and hit generate... It would be nice, though, if it could be consolidated. Alternatives are just refreshing the page and hitting generate again. Maybe a UX improvement to make this more obvious? I tried queue=true on generate button but it didn't seem to work. |
Beta Was this translation helpful? Give feedback.
-
I would make it more simple as a + - button to add or remove from the queue (you can select multi lines with the shift key and delete them) With also option to freeze the queue for other seed and so on... maybe presets |
Beta Was this translation helpful? Give feedback.
-
This is prompt history but in another direction lol. The demand for prompt queue/stack is definitely high. Queueing is indeed built in in gradio as a network feature to balance the server (your pc in this case) load. My guess is if you're running it locally it can double as a prompt queue. |
Beta Was this translation helpful? Give feedback.
-
I think the issue with the queue table is that it's limited (for now) by the built-in GUI elements that gradio library supports... I'm sure anyone can put together custom UI elements but it's definitely a more advanced feature that would take a day or two at least to get functioning for someone who's actually experienced with making custom UI on top of gradio. |
Beta Was this translation helpful? Give feedback.
-
Yes but we all need it. this feature is a must-one because after I test hours and days on this I understand now that if I want to take out the juice of a certain generate I must do it with a queue of steps and classifier and also prompts... but you know what I mean. in my opinion, this feature is must to have. |
Beta Was this translation helpful? Give feedback.
-
I'm always a little peeved at having to wait for a prompt to finish generating before I can hit generate on my next several ideas - it would be cool if we could tune all the sliders we want, then just mash the "queue this cli command" - it pushes your prompt+algorithm+batch count+sampling step count etc onto the queue, and automatically generates it as soon as the current one is finished (up to an infinite amount of times).
Ideally we would have a few buttons here:
Optionally this could include a list of upcoming prompts and batch sizes it is going to queue up in a table or something, with a remove button on each one. Remove should come up with "are you sure" and "don't ask me again".
Each queue option should probably write itself out to a log file in case someone deletes a queue by accident, they can go back and find it again.
mvp: "add to queue" button
Beta Was this translation helpful? Give feedback.
All reactions