-
Notifications
You must be signed in to change notification settings - Fork 27.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Request]: Embedding Selection & Organization #3443
Comments
+1 After having trained models logged, I'd pick ones that seem good, then try them out one by one. Just that 1 generated preview isn't enough because I'd like to see how they do with various prompts. This is easy for hypernetwork thanks to quicksettings. Embeddings, however, are always and only loaded on boot, all of them, while the embeddings I want to try are for the same subject, so the same subject prompt. I don't know how they'd behave, which one will get chosen, so I had to reboot the webui everytime. |
I may be able to work on it, but I'm new to this so only simple builtin components, no previews. There are issues though AFAIK gradio only supports multiple selection wth CheckboxGroup. However, there can be tons of embeddings so using CheckboxGroup will clutter the UI. It can be hidden by Collapse but once you open it it'll still clutter the UI. It also won't be quicksettings-friendly. Multiselect dropdown like Streamlit would be very nice. The feature has been requested to gradio but no one's working on it yet. Any ideas? Maybe there are repo of gradio extensions(?) that can help. |
Okay I was trying to make it, well, sort of, it's actually a blacklist instead. Anyway I found out that embeddings are loaded and used by their filename instead of the embedding name set when training them. It's not the case for image embeddings though. But anyway, with this being the case, I don't really need a blacklist/whitelist since all of them will be unique due to filename being used as key. Maybe it should support subfolders though.
|
Is there an existing issue for this?
What would your feature do ?
Hello,
So my request has 2 parts, the first is the ability to organize embeddings in a directory or sub directory structure so that I can keep track of originating model, style, characters etc. The second part is that I'd love to see an embedding selection menu in the gui so that I can simply select the embedding I want to add via a menu, preferrably a menu that could also make use of a preview thumbnail saved with the embedding, so that it automatically adds the embedding to the prompt in the correct way.
Proposed workflow
Additional information
Love the framework, thanks for your hard work.
The text was updated successfully, but these errors were encountered: