Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +102 -16
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"samples_save": true,
|
3 |
-
"samples_format": "
|
4 |
"samples_filename_pattern": "",
|
5 |
"save_images_add_number": true,
|
6 |
"grid_save": true,
|
7 |
-
"grid_format": "
|
8 |
"grid_extended_filename": false,
|
9 |
"grid_only_if_multiple": true,
|
10 |
"grid_prevent_empty_spots": false,
|
@@ -29,18 +29,19 @@
|
|
29 |
"outdir_txt2img_grids": "outputs/txt2img-grids",
|
30 |
"outdir_img2img_grids": "outputs/img2img-grids",
|
31 |
"outdir_save": "log/images",
|
32 |
-
"save_to_dirs":
|
33 |
-
"grid_save_to_dirs":
|
34 |
"use_save_to_dirs_for_ui": false,
|
35 |
-
"directories_filename_pattern": "",
|
36 |
"directories_max_prompt_words": 8,
|
37 |
"ESRGAN_tile": 192,
|
38 |
"ESRGAN_tile_overlap": 8,
|
39 |
"realesrgan_enabled_models": [
|
40 |
"R-ESRGAN 4x+",
|
41 |
-
"R-ESRGAN 4x+ Anime6B"
|
|
|
42 |
],
|
43 |
-
"upscaler_for_img2img":
|
44 |
"use_scale_latent_for_hires_fix": false,
|
45 |
"face_restoration_model": "CodeFormer",
|
46 |
"code_former_weight": 0.5,
|
@@ -48,22 +49,22 @@
|
|
48 |
"memmon_poll_rate": 8,
|
49 |
"samples_log_stdout": false,
|
50 |
"multiple_tqdm": true,
|
51 |
-
"unload_models_when_training":
|
52 |
"pin_memory": false,
|
53 |
"save_optimizer_state": false,
|
54 |
"dataset_filename_word_regex": "",
|
55 |
"dataset_filename_join_string": " ",
|
56 |
"training_image_repeats_per_epoch": 1,
|
57 |
"training_write_csv_every": 500,
|
58 |
-
"training_xattention_optimizations":
|
59 |
-
"sd_model_checkpoint": "
|
60 |
"sd_checkpoint_cache": 0,
|
61 |
"sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors",
|
62 |
"sd_vae_as_default": true,
|
63 |
"sd_hypernetwork": "None",
|
64 |
"sd_hypernetwork_strength": 1.0,
|
65 |
"inpainting_mask_weight": 1.0,
|
66 |
-
"img2img_color_correction":
|
67 |
"img2img_fix_steps": false,
|
68 |
"enable_quantization": true,
|
69 |
"enable_emphasis": true,
|
@@ -111,7 +112,7 @@
|
|
111 |
"ldsr_steps": 100,
|
112 |
"SWIN_tile": 192,
|
113 |
"SWIN_tile_overlap": 8,
|
114 |
-
"sd_checkpoint_hash": "
|
115 |
"img_downscale_threshold": 4.0,
|
116 |
"target_side_length": 4000.0,
|
117 |
"use_upscaler_name_as_suffix": false,
|
@@ -144,7 +145,7 @@
|
|
144 |
"ui_extra_networks_tab_reorder": "",
|
145 |
"live_previews_enable": true,
|
146 |
"show_progress_type": "Approx NN",
|
147 |
-
"live_preview_content": "
|
148 |
"live_preview_refresh_period": 1000.0,
|
149 |
"always_discard_next_to_last_sigma": false,
|
150 |
"postprocessing_enable_in_main_ui": [
|
@@ -156,7 +157,7 @@
|
|
156 |
"GFPGAN"
|
157 |
],
|
158 |
"upscaling_max_images_in_cache": 5,
|
159 |
-
"additional_networks_extra_lora_path": "/app/stable-diffusion-webui/
|
160 |
"additional_networks_sort_models_by": "name",
|
161 |
"additional_networks_reverse_sort_order": false,
|
162 |
"additional_networks_model_name_filter": "",
|
@@ -177,7 +178,7 @@
|
|
177 |
"control_net_no_detectmap": false,
|
178 |
"control_net_detectmap_autosaving": false,
|
179 |
"control_net_only_midctrl_hires": true,
|
180 |
-
"control_net_allow_script_control":
|
181 |
"control_net_skip_img2img_processing": false,
|
182 |
"control_net_monocular_depth_optim": false,
|
183 |
"control_net_only_mid_control": false,
|
@@ -194,5 +195,90 @@
|
|
194 |
"dp_parser_variant_start": "{",
|
195 |
"dp_parser_variant_end": "}",
|
196 |
"dp_parser_wildcard_wrap": "__",
|
197 |
-
"dp_limit_jinja_prompts": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
}
|
|
|
1 |
{
|
2 |
"samples_save": true,
|
3 |
+
"samples_format": "jpeg",
|
4 |
"samples_filename_pattern": "",
|
5 |
"save_images_add_number": true,
|
6 |
"grid_save": true,
|
7 |
+
"grid_format": "jpeg",
|
8 |
"grid_extended_filename": false,
|
9 |
"grid_only_if_multiple": true,
|
10 |
"grid_prevent_empty_spots": false,
|
|
|
29 |
"outdir_txt2img_grids": "outputs/txt2img-grids",
|
30 |
"outdir_img2img_grids": "outputs/img2img-grids",
|
31 |
"outdir_save": "log/images",
|
32 |
+
"save_to_dirs": true,
|
33 |
+
"grid_save_to_dirs": true,
|
34 |
"use_save_to_dirs_for_ui": false,
|
35 |
+
"directories_filename_pattern": "[date]",
|
36 |
"directories_max_prompt_words": 8,
|
37 |
"ESRGAN_tile": 192,
|
38 |
"ESRGAN_tile_overlap": 8,
|
39 |
"realesrgan_enabled_models": [
|
40 |
"R-ESRGAN 4x+",
|
41 |
+
"R-ESRGAN 4x+ Anime6B",
|
42 |
+
"R-ESRGAN 2x+"
|
43 |
],
|
44 |
+
"upscaler_for_img2img": "R-ESRGAN 4x+ Anime6B",
|
45 |
"use_scale_latent_for_hires_fix": false,
|
46 |
"face_restoration_model": "CodeFormer",
|
47 |
"code_former_weight": 0.5,
|
|
|
49 |
"memmon_poll_rate": 8,
|
50 |
"samples_log_stdout": false,
|
51 |
"multiple_tqdm": true,
|
52 |
+
"unload_models_when_training": true,
|
53 |
"pin_memory": false,
|
54 |
"save_optimizer_state": false,
|
55 |
"dataset_filename_word_regex": "",
|
56 |
"dataset_filename_join_string": " ",
|
57 |
"training_image_repeats_per_epoch": 1,
|
58 |
"training_write_csv_every": 500,
|
59 |
+
"training_xattention_optimizations": true,
|
60 |
+
"sd_model_checkpoint": "XenoWork1fp16.safetensors [a8c96e0fab]",
|
61 |
"sd_checkpoint_cache": 0,
|
62 |
"sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors",
|
63 |
"sd_vae_as_default": true,
|
64 |
"sd_hypernetwork": "None",
|
65 |
"sd_hypernetwork_strength": 1.0,
|
66 |
"inpainting_mask_weight": 1.0,
|
67 |
+
"img2img_color_correction": true,
|
68 |
"img2img_fix_steps": false,
|
69 |
"enable_quantization": true,
|
70 |
"enable_emphasis": true,
|
|
|
112 |
"ldsr_steps": 100,
|
113 |
"SWIN_tile": 192,
|
114 |
"SWIN_tile_overlap": 8,
|
115 |
+
"sd_checkpoint_hash": "a8c96e0fab7ad413a28a027c10945db137be8c13916818f26b4a0019d95b2f16",
|
116 |
"img_downscale_threshold": 4.0,
|
117 |
"target_side_length": 4000.0,
|
118 |
"use_upscaler_name_as_suffix": false,
|
|
|
145 |
"ui_extra_networks_tab_reorder": "",
|
146 |
"live_previews_enable": true,
|
147 |
"show_progress_type": "Approx NN",
|
148 |
+
"live_preview_content": "Combined",
|
149 |
"live_preview_refresh_period": 1000.0,
|
150 |
"always_discard_next_to_last_sigma": false,
|
151 |
"postprocessing_enable_in_main_ui": [
|
|
|
157 |
"GFPGAN"
|
158 |
],
|
159 |
"upscaling_max_images_in_cache": 5,
|
160 |
+
"additional_networks_extra_lora_path": "/app/stable-diffusion-webui/models/Lora",
|
161 |
"additional_networks_sort_models_by": "name",
|
162 |
"additional_networks_reverse_sort_order": false,
|
163 |
"additional_networks_model_name_filter": "",
|
|
|
178 |
"control_net_no_detectmap": false,
|
179 |
"control_net_detectmap_autosaving": false,
|
180 |
"control_net_only_midctrl_hires": true,
|
181 |
+
"control_net_allow_script_control": true,
|
182 |
"control_net_skip_img2img_processing": false,
|
183 |
"control_net_monocular_depth_optim": false,
|
184 |
"control_net_only_mid_control": false,
|
|
|
195 |
"dp_parser_variant_start": "{",
|
196 |
"dp_parser_variant_end": "}",
|
197 |
"dp_parser_wildcard_wrap": "__",
|
198 |
+
"dp_limit_jinja_prompts": false,
|
199 |
+
"sd_lyco": "None",
|
200 |
+
"tac_tagFile": "danbooru.csv",
|
201 |
+
"tac_active": true,
|
202 |
+
"tac_activeIn.txt2img": true,
|
203 |
+
"tac_activeIn.img2img": true,
|
204 |
+
"tac_activeIn.negativePrompts": true,
|
205 |
+
"tac_activeIn.thirdParty": true,
|
206 |
+
"tac_activeIn.modelList": "",
|
207 |
+
"tac_activeIn.modelListMode": "Blacklist",
|
208 |
+
"tac_slidingPopup": true,
|
209 |
+
"tac_maxResults": 5.0,
|
210 |
+
"tac_showAllResults": false,
|
211 |
+
"tac_resultStepLength": 100.0,
|
212 |
+
"tac_delayTime": 100.0,
|
213 |
+
"tac_useWildcards": true,
|
214 |
+
"tac_useEmbeddings": true,
|
215 |
+
"tac_useHypernetworks": true,
|
216 |
+
"tac_useLoras": true,
|
217 |
+
"tac_useLycos": true,
|
218 |
+
"tac_showWikiLinks": true,
|
219 |
+
"tac_replaceUnderscores": true,
|
220 |
+
"tac_escapeParentheses": true,
|
221 |
+
"tac_appendComma": true,
|
222 |
+
"tac_alias.searchByAlias": false,
|
223 |
+
"tac_alias.onlyShowAlias": false,
|
224 |
+
"tac_translation.translationFile": "None",
|
225 |
+
"tac_translation.oldFormat": false,
|
226 |
+
"tac_translation.searchByTranslation": true,
|
227 |
+
"tac_translation.liveTranslation": false,
|
228 |
+
"tac_extra.extraFile": "extra-quality-tags.csv",
|
229 |
+
"tac_extra.addMode": "Insert before",
|
230 |
+
"tac_chantFile": "demo-chants.json",
|
231 |
+
"tac_keymap": "{
|
232 |
+
"MoveUp": "ArrowUp",
|
233 |
+
"MoveDown": "ArrowDown",
|
234 |
+
"JumpUp": "PageUp",
|
235 |
+
"JumpDown": "PageDown",
|
236 |
+
"JumpToStart": "Home",
|
237 |
+
"JumpToEnd": "End",
|
238 |
+
"ChooseSelected": "Enter",
|
239 |
+
"ChooseFirstOrSelected": "Tab",
|
240 |
+
"Close": "Escape"
|
241 |
+
}",
|
242 |
+
"tac_colormap": "{
|
243 |
+
"danbooru": {
|
244 |
+
"-1": ["red", "maroon"],
|
245 |
+
"0": ["lightblue", "dodgerblue"],
|
246 |
+
"1": ["indianred", "firebrick"],
|
247 |
+
"3": ["violet", "darkorchid"],
|
248 |
+
"4": ["lightgreen", "darkgreen"],
|
249 |
+
"5": ["orange", "darkorange"]
|
250 |
+
},
|
251 |
+
"e621": {
|
252 |
+
"-1": ["red", "maroon"],
|
253 |
+
"0": ["lightblue", "dodgerblue"],
|
254 |
+
"1": ["gold", "goldenrod"],
|
255 |
+
"3": ["violet", "darkorchid"],
|
256 |
+
"4": ["lightgreen", "darkgreen"],
|
257 |
+
"5": ["tomato", "darksalmon"],
|
258 |
+
"6": ["red", "maroon"],
|
259 |
+
"7": ["whitesmoke", "black"],
|
260 |
+
"8": ["seagreen", "darkseagreen"]
|
261 |
+
}
|
262 |
+
}",
|
263 |
+
"tac_refreshTempFiles": "Refresh TAC temp files",
|
264 |
+
"control_net_modules_path": "",
|
265 |
+
"control_net_sync_field_args": true,
|
266 |
+
"controlnet_show_batch_images_in_ui": false,
|
267 |
+
"controlnet_increment_seed_during_batch": false,
|
268 |
+
"controlnet_disable_control_type": false,
|
269 |
+
"civitai_link_key": "",
|
270 |
+
"civitai_link_logging": true,
|
271 |
+
"civitai_api_key": "267e230073f4c4e116bd3f02e7d36bf9",
|
272 |
+
"civitai_download_previews": true,
|
273 |
+
"civitai_nsfw_previews": true,
|
274 |
+
"civitai_download_missing_models": true,
|
275 |
+
"civitai_hashify_resources": true,
|
276 |
+
"civitai_folder_model": "",
|
277 |
+
"civitai_folder_lora": "",
|
278 |
+
"civitai_folder_lyco": "",
|
279 |
+
"model_toolkit_fix_clip": false,
|
280 |
+
"model_toolkit_autoprune": false,
|
281 |
+
"dp_auto_purge_cache": false,
|
282 |
+
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
283 |
+
"dp_magicprompt_batch_size": 1
|
284 |
}
|