philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Categorise embeddings by prefix #55

Open philpax opened 1 year ago

philpax commented 1 year ago

Right now, the prefixes are dumped out in a long comma-separated list. It would be nice to categorise them by prefix:

v1:
  v1-accurate-angel
  v1-bad-artist:
    v1-bad-artist-anime
    v1-bad-artist
v2:
  v2-cad:
    v2-cad-rainbow
    v2-cad-style:
      v2-cad-style-100

It should separate on words, not characters.