You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow dynamic tag list switching based on the current model. (For example, if I am using an anime model, but switch to a furry model, I'll want my tags to switch from Danbooru tags to e621 tags)
The text was updated successfully, but these errors were encountered:
Model switching detection based on name or hash is already a thing due to the black/whitelist feature, so it's not hard to expand per se.
The issue is more that I am unsure of how to let the user enter the mapping in a good way using the settings UI, which is also why I haven't added it so far.
Gradio support/UI for multi-line text fields is pretty bad, except with code blocks, which I use for the keybinds and color mappings.
What I don't like about these is that the JSON format I need there requires the user to enter syntactically correct key-value pairs, which is ok for predefined stuff like keybinds but could be an issue if the user has to enter it from scratch. Maybe a simple csv style input would be better for this case here, although it would also be a bit harder to parse from the settings input.
Allow dynamic tag list switching based on the current model. (For example, if I am using an anime model, but switch to a furry model, I'll want my tags to switch from Danbooru tags to e621 tags)
The text was updated successfully, but these errors were encountered: