Added files for tag autocomplete for danbooru and e621 in case someone wants to implement that into the text area for the prompt. (#1517)

This commit is contained in:
Alejandro Gil 2022-10-12 22:34:52 -07:00 committed by GitHub
commit 9b67bf1497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 175841 additions and 0 deletions

26
data/tags/config.json Normal file
View File

@ -0,0 +1,26 @@
{
"tagFile": "danbooru.csv",
"maxResults": 5,
"replaceUnderscores": true,
"escapeParentheses": true,
"colors": {
"danbooru": {
"0": ["lightblue", "dodgerblue"],
"1": ["indianred", "firebrick"],
"3": ["violet", "darkorchid"],
"4": ["lightgreen", "darkgreen"],
"5": ["orange", "darkorange"]
},
"e621": {
"-1": ["red", "maroon"],
"0": ["lightblue", "dodgerblue"],
"1": ["gold", "goldenrod"],
"3": ["violet", "darkorchid"],
"4": ["lightgreen", "darkgreen"],
"5": ["tomato", "darksalmon"],
"6": ["red", "maroon"],
"7": ["whitesmoke", "black"],
"8": ["seagreen", "darkseagreen"]
}
}
}

109721
data/tags/danbooru.csv Normal file

File diff suppressed because it is too large Load Diff

66094
data/tags/e621.csv Normal file

File diff suppressed because it is too large Load Diff