hearmeneigh commited on
Commit
885e6f0
·
1 Parent(s): 2eaecf2

Upload 2 files

Browse files
guides/autocomplete/config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tagFile": "rising.csv",
3
+ "activeIn": {
4
+ "txt2img": true,
5
+ "img2img": true,
6
+ "negativePrompts": true
7
+ },
8
+ "hideUIOptions": false,
9
+ "maxResults": 5,
10
+ "resultStepLength": 500,
11
+ "delayTime": 100,
12
+ "showAllResults": false,
13
+ "useLeftRightArrowKeys": false,
14
+ "replaceUnderscores": false,
15
+ "escapeParentheses": true,
16
+ "appendComma": false,
17
+ "useWildcards": true,
18
+ "useEmbeddings": true,
19
+ "alias": {
20
+ "searchByAlias": true,
21
+ "onlyShowAlias": false
22
+ },
23
+ "translation": {
24
+ "translationFile": "",
25
+ "oldFormat": false,
26
+ "searchByTranslation": true
27
+ },
28
+ "extra": {
29
+ "extraFile": "",
30
+ "onlyAliasExtraFile": false
31
+ },
32
+ "colors": {
33
+ "danbooru": {
34
+ "-1": ["red", "maroon"],
35
+ "0": ["lightblue", "dodgerblue"],
36
+ "1": ["indianred", "firebrick"],
37
+ "3": ["violet", "darkorchid"],
38
+ "4": ["lightgreen", "darkgreen"],
39
+ "5": ["orange", "darkorange"]
40
+ },
41
+ "e621": {
42
+ "-1": ["red", "maroon"],
43
+ "0": ["lightblue", "dodgerblue"],
44
+ "1": ["gold", "goldenrod"],
45
+ "3": ["violet", "darkorchid"],
46
+ "4": ["lightgreen", "darkgreen"],
47
+ "5": ["tomato", "darksalmon"],
48
+ "6": ["red", "maroon"],
49
+ "7": ["whitesmoke", "black"],
50
+ "8": ["seagreen", "darkseagreen"]
51
+ },
52
+ "rising": {
53
+ "-1": ["red", "maroon"],
54
+ "0": ["lightblue", "dodgerblue"],
55
+ "1": ["gold", "goldenrod"],
56
+ "3": ["violet", "darkorchid"],
57
+ "4": ["lightgreen", "darkgreen"],
58
+ "5": ["tomato", "darksalmon"],
59
+ "6": ["red", "maroon"],
60
+ "7": ["whitesmoke", "black"],
61
+ "8": ["seagreen", "darkseagreen"]
62
+ }
63
+ }
64
+ }
65
+
guides/autocomplete/rising.csv ADDED
The diff for this file is too large to render. See raw diff