Upload config.json
Browse files- config.json +140 -0
config.json
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ldsr_steps": 100,
|
3 |
+
"ldsr_cached": false,
|
4 |
+
"SCUNET_tile": 256,
|
5 |
+
"SCUNET_tile_overlap": 8,
|
6 |
+
"SWIN_tile": 192,
|
7 |
+
"SWIN_tile_overlap": 8,
|
8 |
+
"SWIN_torch_compile": false,
|
9 |
+
"control_net_detectedmap_dir": "detected_maps",
|
10 |
+
"control_net_models_path": "",
|
11 |
+
"control_net_modules_path": "",
|
12 |
+
"control_net_unit_count": 3,
|
13 |
+
"control_net_model_cache_size": 5,
|
14 |
+
"control_net_ipadapter_cache_size": 5,
|
15 |
+
"control_net_no_detectmap": false,
|
16 |
+
"control_net_detectmap_autosaving": false,
|
17 |
+
"control_net_allow_script_control": false,
|
18 |
+
"control_net_sync_field_args": true,
|
19 |
+
"controlnet_show_batch_images_in_ui": false,
|
20 |
+
"controlnet_increment_seed_during_batch": false,
|
21 |
+
"controlnet_disable_openpose_edit": false,
|
22 |
+
"controlnet_disable_photopea_edit": false,
|
23 |
+
"controlnet_photopea_warning": true,
|
24 |
+
"controlnet_input_thumbnail": true,
|
25 |
+
"tac_tagFile": "danbooru.csv",
|
26 |
+
"tac_active": true,
|
27 |
+
"tac_activeIn.txt2img": true,
|
28 |
+
"tac_activeIn.img2img": true,
|
29 |
+
"tac_activeIn.negativePrompts": true,
|
30 |
+
"tac_activeIn.thirdParty": true,
|
31 |
+
"tac_activeIn.modelList": "",
|
32 |
+
"tac_activeIn.modelListMode": "Blacklist",
|
33 |
+
"tac_slidingPopup": true,
|
34 |
+
"tac_maxResults": 22,
|
35 |
+
"tac_showAllResults": false,
|
36 |
+
"tac_resultStepLength": 100,
|
37 |
+
"tac_delayTime": 100,
|
38 |
+
"tac_useWildcards": true,
|
39 |
+
"tac_sortWildcardResults": true,
|
40 |
+
"tac_wildcardExclusionList": "",
|
41 |
+
"tac_skipWildcardRefresh": false,
|
42 |
+
"tac_useEmbeddings": true,
|
43 |
+
"tac_forceRefreshEmbeddings": false,
|
44 |
+
"tac_includeEmbeddingsInNormalResults": false,
|
45 |
+
"tac_useHypernetworks": true,
|
46 |
+
"tac_useLoras": true,
|
47 |
+
"tac_useLycos": true,
|
48 |
+
"tac_useLoraPrefixForLycos": true,
|
49 |
+
"tac_showWikiLinks": false,
|
50 |
+
"tac_showExtraNetworkPreviews": true,
|
51 |
+
"tac_modelSortOrder": "Name",
|
52 |
+
"tac_useStyleVars": false,
|
53 |
+
"tac_frequencySort": true,
|
54 |
+
"tac_frequencyFunction": "Logarithmic (weak)",
|
55 |
+
"tac_frequencyMinCount": 3,
|
56 |
+
"tac_frequencyMaxAge": 30,
|
57 |
+
"tac_frequencyRecommendCap": 10,
|
58 |
+
"tac_frequencyIncludeAlias": false,
|
59 |
+
"tac_replaceUnderscores": true,
|
60 |
+
"tac_undersocreReplacementExclusionList": "0_0,(o)_(o),+_+,+_-,._.,<o>_<o>,<|>_<|>,=_=,>_<,3_3,6_9,>_o,@_@,^_^,o_o,u_u,x_x,|_|,||_||",
|
61 |
+
"tac_escapeParentheses": true,
|
62 |
+
"tac_appendComma": true,
|
63 |
+
"tac_appendSpace": true,
|
64 |
+
"tac_alwaysSpaceAtEnd": true,
|
65 |
+
"tac_modelKeywordCompletion": "Never",
|
66 |
+
"tac_modelKeywordLocation": "Start of prompt",
|
67 |
+
"tac_wildcardCompletionMode": "To next folder level",
|
68 |
+
"tac_alias.searchByAlias": true,
|
69 |
+
"tac_alias.onlyShowAlias": false,
|
70 |
+
"tac_translation.translationFile": "None",
|
71 |
+
"tac_translation.oldFormat": false,
|
72 |
+
"tac_translation.searchByTranslation": true,
|
73 |
+
"tac_translation.liveTranslation": false,
|
74 |
+
"tac_extra.extraFile": "extra-quality-tags.csv",
|
75 |
+
"tac_extra.addMode": "Insert before",
|
76 |
+
"tac_chantFile": "demo-chants.json",
|
77 |
+
"tac_keymap": "{\n \"MoveUp\": \"ArrowUp\",\n \"MoveDown\": \"ArrowDown\",\n \"JumpUp\": \"PageUp\",\n \"JumpDown\": \"PageDown\",\n \"JumpToStart\": \"Home\",\n \"JumpToEnd\": \"End\",\n \"ChooseSelected\": \"Enter\",\n \"ChooseFirstOrSelected\": \"Tab\",\n \"Close\": \"Escape\"\n}",
|
78 |
+
"tac_colormap": "{\n \"danbooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"indianred\", \"firebrick\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"orange\", \"darkorange\"]\n },\n \"e621\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"gold\", \"goldenrod\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"tomato\", \"darksalmon\"],\n \"6\": [\"red\", \"maroon\"],\n \"7\": [\"whitesmoke\", \"black\"],\n \"8\": [\"seagreen\", \"darkseagreen\"]\n },\n \"derpibooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"#60d160\", \"#3d9d3d\"],\n \"1\": [\"#fff956\", \"#918e2e\"],\n \"3\": [\"#fd9961\", \"#a14c2e\"],\n \"4\": [\"#cf5bbe\", \"#6c1e6c\"],\n \"5\": [\"#3c8ad9\", \"#1e5e93\"],\n \"6\": [\"#a6a6a6\", \"#555555\"],\n \"7\": [\"#47abc1\", \"#1f6c7c\"],\n \"8\": [\"#7871d0\", \"#392f7d\"],\n \"9\": [\"#df3647\", \"#8e1c2b\"],\n \"10\": [\"#c98f2b\", \"#7b470e\"],\n \"11\": [\"#e87ebe\", \"#a83583\"]\n },\n \"danbooru_e621_merged\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"indianred\", \"firebrick\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"orange\", \"darkorange\"],\n \"6\": [\"red\", \"maroon\"],\n \"7\": [\"lightblue\", \"dodgerblue\"],\n \"8\": [\"gold\", \"goldenrod\"],\n \"9\": [\"gold\", \"goldenrod\"],\n \"10\": [\"violet\", \"darkorchid\"],\n \"11\": [\"lightgreen\", \"darkgreen\"],\n \"12\": [\"tomato\", \"darksalmon\"],\n \"14\": [\"whitesmoke\", \"black\"],\n \"15\": [\"seagreen\", \"darkseagreen\"]\n }\n}",
|
79 |
+
"tac_refreshTempFiles": "Refresh TAC temp files",
|
80 |
+
"ad_max_models": 4,
|
81 |
+
"ad_extra_models_dir": "",
|
82 |
+
"ad_save_images_dir": "",
|
83 |
+
"ad_save_previews": false,
|
84 |
+
"ad_save_images_before": false,
|
85 |
+
"ad_only_selected_scripts": true,
|
86 |
+
"ad_script_names": "dynamic_prompting,dynamic_thresholding,lora_block_weight,negpip,wildcard_recursive,wildcards",
|
87 |
+
"ad_bbox_sortby": "None",
|
88 |
+
"ad_same_seed_for_each_tab": false,
|
89 |
+
"ad_dynamic_denoise_power": 0,
|
90 |
+
"ad_match_inpaint_bbox_size": "Off",
|
91 |
+
"use_aria2": true,
|
92 |
+
"disable_dns": false,
|
93 |
+
"show_log": false,
|
94 |
+
"split_aria2": 64,
|
95 |
+
"aria2_flags": "",
|
96 |
+
"unpack_zip": false,
|
97 |
+
"save_api_info": false,
|
98 |
+
"auto_save_all_img": false,
|
99 |
+
"custom_api_key": "",
|
100 |
+
"hide_early_access": true,
|
101 |
+
"use_LORA": true,
|
102 |
+
"dot_subfolders": true,
|
103 |
+
"use_local_html": false,
|
104 |
+
"local_path_in_html": false,
|
105 |
+
"page_header": false,
|
106 |
+
"video_playback": true,
|
107 |
+
"individual_meta_btn": true,
|
108 |
+
"model_desc_to_json": true,
|
109 |
+
"civitai_not_found_print": true,
|
110 |
+
"civitai_send_to_browser": false,
|
111 |
+
"image_location": "",
|
112 |
+
"sub_image_location": true,
|
113 |
+
"save_to_custom": false,
|
114 |
+
"custom_civitai_proxy": "",
|
115 |
+
"cabundle_path_proxy": "",
|
116 |
+
"disable_sll_proxy": false,
|
117 |
+
"Checkpoint_default_subfolder": "None",
|
118 |
+
"LORA_LoCon_default_subfolder": "None",
|
119 |
+
"TextualInversion_default_subfolder": "None",
|
120 |
+
"Poses_default_subfolder": "None",
|
121 |
+
"Controlnet_default_subfolder": "None",
|
122 |
+
"Hypernetwork_default_subfolder": "None",
|
123 |
+
"MotionModule_default_subfolder": "None",
|
124 |
+
"SWINIR_upscale_default_subfolder": "None",
|
125 |
+
"REALESRGAN_upscale_default_subfolder": "None",
|
126 |
+
"GFPGAN_upscale_default_subfolder": "None",
|
127 |
+
"BSRGAN_upscale_default_subfolder": "None",
|
128 |
+
"ESRGAN_upscale_default_subfolder": "None",
|
129 |
+
"VAE_default_subfolder": "None",
|
130 |
+
"AestheticGradient_default_subfolder": "None",
|
131 |
+
"Wildcards_default_subfolder": "None",
|
132 |
+
"Workflows_default_subfolder": "None",
|
133 |
+
"Other_default_subfolder": "None",
|
134 |
+
"regprp_hidepmask": false,
|
135 |
+
"regprp_regional_prompter_disable_iamgeeditor": false,
|
136 |
+
"regprp_old_active_check": false,
|
137 |
+
"sd_checkpoint_hash": null,
|
138 |
+
"CLIP_stop_at_last_layers": 2,
|
139 |
+
"sd_model_checkpoint": "waiSHUFFLENOOB_v20.safetensors"
|
140 |
+
}
|