Release 3.2.0 - Tag updates & fixes
This contains the various fixes of the last few months, as well as a tag update for both danbooru and e621 and a new merged file.
The merge was sourced from https://github.com/DraconicDragon/dbr-e621-lists-archive/tree/main/tag-lists/danbooru_e621_merged, many thanks to @DraconicDragon for their work.
Known issues for the merge:
Some aliases will result in duplication of tags, e.g. e621 maps very_long_hair to long_hair while danbooru keeps them separate. The merged file will show both entries.
For the proper color mapping, add the following to your TAC color setting (also included in the default now):
"danbooru_e621_merged": {
"-1": ["red", "maroon"],
"0": ["lightblue", "dodgerblue"],
"1": ["indianred", "firebrick"],
"3": ["violet", "darkorchid"],
"4": ["lightgreen", "darkgreen"],
"5": ["orange", "darkorange"],
"6": ["red", "maroon"],
"7": ["lightblue", "dodgerblue"],
"8": ["gold", "goldenrod"],
"9": ["gold", "goldenrod"],
"10": ["violet", "darkorchid"],
"11": ["lightgreen", "darkgreen"],
"12": ["tomato", "darksalmon"],
"14": ["whitesmoke", "black"],
"15": ["seagreen", "darkseagreen"]
}Added:
- Underscore replacement exclusion list, thanks to @david419kr (#306)
- Add danbooru_e621_merged.csv, thanks to @DraconicDragon (#312)
Fixed:
- Various issues with webui Forge / reForge after their big restructure, such as:
- Embeddings not being detected / reloaded
- Embedding model type not displaying
- Forge hanging after clicking extra network refresh button (#301)
- Some yaml files being incorrectly parsed as wildcards (#308)
Changed:
- Default color mapping now includes a version for danbooru_e621_merged.csv, thanks to @DraconicDragon
- Embeddings no longer force-refresh by default, with an option to restore the old behavior (#301)