daveschumaker / artbot-for-stable-diffusion

A front-end GUI for interacting with the AI Horde / Stable Diffusion distributed cluster
https://tinybots.net/artbot
MIT License
175 stars 41 forks source link

Allow duplicate models in "Select Model" dropdown when using multi-model mode. #122

Open daveschumaker opened 1 year ago

daveschumaker commented 1 year ago

Via @Efreak:

Idk if I ever mentioned this before, but you should allow models to be selected multiple times instead of removing them from the entry box when selected, that way you can run a bunch on your favorite model and try another model just once at the same time

It looks like react-select, the handy dropdown library I'm using doesn't support this, so I'll need to either patch it on my end or write my own dropdown component to handle this use-case.