forked from ThereforeGames/unprompted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
69 lines (69 loc) · 1.4 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_about":"STOP! Instead of modifying this file, create config_user.json and make your changes there.",
"app":"unprompted",
"beta_features":false,
"advanced_expressions":true,
"template_directory":"templates",
"txt_format":".txt",
"base_dir":"",
"subdirectories":
{
"shortcodes":"shortcodes"
},
"logging":
{
"colors":
{
"NOTSET":"",
"DEBUG": "\\033[0;36m",
"INFO": "\\033[0;32m",
"WARNING": "\\033[0;33m",
"ERROR": "\\033[0;31m",
"CRITICAL": "\\033[0;37;41m",
"RESET": "\\033[0m",
"FADED": "\\033[1;30m"
},
"format":"%(asctime)s %(levelname)s [%(name)s] %(message)s",
"file":"",
"filemode":"a",
"level":"INFO",
"use_colors":true,
"improve_alignment":true
},
"syntax":
{
"sanitize_before":{"\n":"\\n","\t":""},
"sanitize_after":{"\\n":" "},
"sanitize_block":{"\n":""},
"tag_start":"[",
"tag_end":"]",
"tag_start_alt":"{",
"tag_end_alt":"}",
"tag_close":"/",
"tag_escape":"`",
"delimiter":"|",
"wizard_delimiter":"🡢"
},
"templates":
{
"default":"*",
"default_negative":"*"
},
"stable_diffusion":
{
"batch_count_method":"standard",
"batch_size_method":"standard",
"show_extra_generation_params":true,
"template_editor":true,
"controlnet_name":"sd-webui-controlnet"
},
"ui":
{
"enabled":true,
"open":false,
"wizard_enabled":true,
"wizard_open":false,
"wizard_default_shortcode":"txt2mask",
"dry_run_open":false
}
}