stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: Drop down list or other list of embeddings

Open Kallamamran opened this issue 3 years ago • 6 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

My wish is to have buttons for every embedding so it's easy to add the embeddings to prompt by just clicking. Also a settings-choice where one could load/unload wanted or unwanted embeddings maybe. Since it might be a lot of embeddings maybe a drop-down list would be a good idea somehow? I'm not a programmer, so I don't know what's easily possible and what's not. I just know, remembering all the embeddings is really hard :) Also... Some embeddings are for specific versions of checkpoints. Separating them somehow automatically would have been great :D

Proposed workflow

Buttons or drop-down under or on the side of the prompt-windows

Additional information

No response

Kallamamran avatar Jan 09 '23 21:01 Kallamamran

Some embeddings are for specific versions of checkpoints. Separating them somehow automatically would have been great

In recent versions when you load a model, it will verify embeddings and only load ones that are compatible.

I just know, remembering all the embeddings is really hard

List of loaded embeddings is available and presented via several different extensions.

vladmandic avatar Jan 09 '23 22:01 vladmandic

I agree with this, i'd like to have on on the same screen as text2img/img2img. Yes, you can get extensions that show it on it's own tab but that's not very useful.

Mousewrites avatar Jan 10 '23 00:01 Mousewrites

there is a tag autocomplete extension that I've found very useful for this purpose because you don't have to switch tabs. If you don't use booru tags and wildcards you can switch the autocomplete off for those to only use the extension with embeddings. It only shows ones that are suitable for your loaded SD model version too. https://github.com/DominikDoom/a1111-sd-webui-tagcomplete

dresdenium avatar Jan 10 '23 05:01 dresdenium

This would be absolutely great. Maybe as part of the X/Y/Z plot as well (similar to search and replace)

ghostsquad avatar Jan 28 '23 00:01 ghostsquad

in the recent webui builds, this exists out-of-the-box, top-right click on show extra networks and select embeddings. if you have preview files, it will even show embeddings with previews. in any case, clicking on embedding adds it to the prompt.

vladmandic avatar Jan 28 '23 13:01 vladmandic

in the recent webui builds, this exists out-of-the-box, top-right click on show extra networks and select embeddings. if you have preview files, it will even show embeddings with previews. in any case, clicking on embedding adds it to the prompt.

Thank you! Hidden feature. I didn't know it was part of "extra networks".

ghostsquad avatar Jan 28 '23 17:01 ghostsquad