Konst12 commited on
Commit
5c282c4
·
1 Parent(s): 787fa2c

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +43 -0
  2. danbooru.csv +0 -0
  3. e621.csv +0 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tagFile": "danbooru.csv",
3
+ "activeIn": {
4
+ "txt2img": true,
5
+ "img2img": true,
6
+ "negativePrompts": true
7
+ },
8
+ "maxResults": 5,
9
+ "resultStepLength": 500,
10
+ "showAllResults": false,
11
+ "replaceUnderscores": true,
12
+ "escapeParentheses": true,
13
+ "useWildcards": true,
14
+ "useEmbeddings": true,
15
+ "translation": {
16
+ "searchByTranslation": true,
17
+ "onlyShowTranslation": false
18
+ },
19
+ "extra": {
20
+ "extraFile": "",
21
+ "onlyTranslationExtraFile": false
22
+ },
23
+ "colors": {
24
+ "danbooru": {
25
+ "0": ["lightblue", "dodgerblue"],
26
+ "1": ["indianred", "firebrick"],
27
+ "3": ["violet", "darkorchid"],
28
+ "4": ["lightgreen", "darkgreen"],
29
+ "5": ["orange", "darkorange"]
30
+ },
31
+ "e621": {
32
+ "-1": ["red", "maroon"],
33
+ "0": ["lightblue", "dodgerblue"],
34
+ "1": ["gold", "goldenrod"],
35
+ "3": ["violet", "darkorchid"],
36
+ "4": ["lightgreen", "darkgreen"],
37
+ "5": ["tomato", "darksalmon"],
38
+ "6": ["red", "maroon"],
39
+ "7": ["whitesmoke", "black"],
40
+ "8": ["seagreen", "darkseagreen"]
41
+ }
42
+ }
43
+ }
danbooru.csv ADDED
The diff for this file is too large to render. See raw diff
 
e621.csv ADDED
The diff for this file is too large to render. See raw diff