Handling Embeddings as Dropdown for prompt-insert #2083
GeorgLegato
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
A workaround for now could be to use this repo and add your embedding filenames to the source list https://github.com/jdolinschi/tagger Though it might not be ideal to always include your embeddings at the end. At the very least it would provide an on-screen reference of your embeddings. |
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
-
Starting to add many embeddings, I lose overview and which keywords to use.
So, I propose to add a dropdown under the Style1-dropdown to insert existing embedding keyword to the prompt.
Actually I watned a small icon between RollArtist and ApplySetting, but to turn a Button into a DropDown in Gradio is not easy possible, so a simple dropdown should work for the beginning and any javascript tricks.
Screenshot of my current implementation
Beta Was this translation helpful? Give feedback.
All reactions