mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-15 15:22:55 +03:00
Added files for tag autocomplete for danbooru and e621 in case someone wants to implement that into the text area for the prompt.
This commit is contained in:
parent
cf7c511a67
commit
7ebc29fa3c
26
data/tags/config.json
Normal file
26
data/tags/config.json
Normal 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
109721
data/tags/danbooru.csv
Normal file
File diff suppressed because it is too large
Load Diff
66094
data/tags/e621.csv
Normal file
66094
data/tags/e621.csv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user