forked from ThereforeGames/unprompted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
47 lines (47 loc) · 941 Bytes
/
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
{
"_about":"STOP! Instead of modifying this file, create config_user.json and make your changes there.",
"app":"unprompted",
"beta_features":false,
"log_contexts":"RESULT,ERROR",
"advanced_expressions":true,
"template_directory":"templates",
"txt_format":".txt",
"base_dir":"",
"subdirectories":
{
"shortcodes":"shortcodes"
},
"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_support":true,
"show_extra_generation_params":true
},
"ui":
{
"enabled":true,
"open":false,
"wizard_enabled":true,
"wizard_open":false,
"wizard_default_shortcode":"txt2mask",
"dry_run_open":false
}
}