yongiant commited on
Commit
82836fc
1 Parent(s): 98ffedf

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +364 -275
  2. ui-config.json +0 -0
config.json CHANGED
@@ -1,8 +1,134 @@
1
  {
2
- "samples_save": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "samples_format": "png",
4
  "samples_filename_pattern": "",
5
  "save_images_add_number": true,
 
6
  "grid_save": true,
7
  "grid_format": "png",
8
  "grid_extended_filename": false,
@@ -14,8 +140,6 @@
14
  "grid_text_active_color": "#000000",
15
  "grid_text_inactive_color": "#999999",
16
  "grid_background_color": "#ffffff",
17
- "enable_pnginfo": true,
18
- "save_txt": false,
19
  "save_images_before_face_restoration": false,
20
  "save_images_before_highres_fix": false,
21
  "save_images_before_color_correction": false,
@@ -23,95 +147,127 @@
23
  "save_mask_composite": false,
24
  "jpeg_quality": 80,
25
  "webp_lossless": false,
26
- "export_for_4chan": true,
27
- "img_downscale_threshold": 4.0,
28
- "target_side_length": 4000,
29
- "img_max_size_mp": 200,
30
  "use_original_name_batch": true,
31
  "use_upscaler_name_as_suffix": false,
32
  "save_selected_only": true,
 
33
  "save_init_img": false,
34
  "temp_dir": "",
35
  "clean_temp_dir_at_start": false,
36
  "save_incomplete_images": false,
37
- "outdir_samples": "",
38
- "outdir_txt2img_samples": "outputs/txt2img-images",
39
- "outdir_img2img_samples": "outputs/img2img-images",
40
- "outdir_extras_samples": "outputs/extras-images",
41
- "outdir_grids": "",
42
- "outdir_txt2img_grids": "outputs/txt2img-grids",
43
- "outdir_img2img_grids": "outputs/img2img-grids",
44
- "outdir_save": "log/images",
45
- "outdir_init_images": "outputs/init-images",
46
- "save_to_dirs": true,
47
  "grid_save_to_dirs": true,
48
  "use_save_to_dirs_for_ui": false,
49
  "directories_filename_pattern": "[date]",
50
  "directories_max_prompt_words": 8,
51
- "ESRGAN_tile": 192,
52
- "ESRGAN_tile_overlap": 8,
53
- "realesrgan_enabled_models": [
54
- "R-ESRGAN 4x+",
55
- "R-ESRGAN 4x+ Anime6B"
56
- ],
57
- "upscaler_for_img2img": null,
58
- "face_restoration": false,
59
- "face_restoration_model": "CodeFormer",
60
- "code_former_weight": 0.5,
61
- "face_restoration_unload": false,
62
- "auto_launch_browser": "Local",
63
- "show_warnings": false,
64
- "show_gradio_deprecation_warnings": true,
65
- "memmon_poll_rate": 8,
66
- "samples_log_stdout": false,
67
- "multiple_tqdm": true,
68
- "print_hypernet_extra": false,
69
- "list_hidden_files": true,
70
- "disable_mmap_load_safetensors": false,
71
- "hide_ldm_prints": true,
72
- "api_enable_requests": true,
73
- "api_forbid_local_requests": true,
74
- "api_useragent": "",
75
- "unload_models_when_training": false,
76
- "pin_memory": false,
77
- "save_optimizer_state": false,
78
- "save_training_settings_to_txt": true,
79
- "dataset_filename_word_regex": "",
80
- "dataset_filename_join_string": " ",
81
- "training_image_repeats_per_epoch": 1,
82
- "training_write_csv_every": 500,
83
- "training_xattention_optimizations": false,
84
- "training_enable_tensorboard": false,
85
- "training_tensorboard_save_images": false,
86
- "training_tensorboard_flush_every": 120,
87
- "sd_model_checkpoint": "3fp16.safetensors",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  "sd_checkpoints_limit": 1,
89
  "sd_checkpoints_keep_in_cpu": true,
90
  "sd_checkpoint_cache": 0,
91
  "sd_unet": "Automatic",
92
- "enable_quantization": true,
93
- "enable_emphasis": true,
94
  "enable_batch_seeds": true,
95
  "comma_padding_backtrack": 20,
 
96
  "CLIP_stop_at_last_layers": 1,
97
  "upcast_attn": false,
98
  "randn_source": "GPU",
99
  "tiling": false,
100
  "hires_fix_refiner_pass": "second pass",
101
- "sdxl_crop_top": 0,
102
- "sdxl_crop_left": 0,
 
 
103
  "sdxl_refiner_low_aesthetic_score": 2.5,
104
  "sdxl_refiner_high_aesthetic_score": 6.0,
105
- "sd_vae_explanation": "<abbr title='Variational autoencoder'>VAE</abbr> is a neural network that transforms a standard <abbr title='red/green/blue'>RGB</abbr>\nimage into latent space representation and back. Latent space representation is what stable diffusion is working on during sampling\n(i.e. when the progress bar is between empty and full). For txt2img, VAE is used to create a resulting image after the sampling is finished.\nFor img2img, VAE is used to process user's input image before the sampling, and to create an image after sampling.",
106
  "sd_vae_checkpoint_cache": 0,
107
- "sd_vae": "vae-ft-mse-840000.ckpt",
108
  "sd_vae_overrides_per_model_preferences": true,
 
109
  "auto_vae_precision": true,
110
  "sd_vae_encode_method": "Full",
111
  "sd_vae_decode_method": "Full",
112
- "inpainting_mask_weight": 1.0,
113
- "initial_noise_multiplier": 1.0,
114
- "img2img_extra_noise": 0.0,
115
  "img2img_color_correction": false,
116
  "img2img_fix_steps": false,
117
  "img2img_background_color": "#ffffff",
@@ -121,150 +277,164 @@
121
  "img2img_inpaint_sketch_default_brush_color": "#ffffff",
122
  "return_mask": false,
123
  "return_mask_composite": false,
124
- "cross_attention_optimization": "Automatic",
125
- "s_min_uncond": 0.0,
126
- "token_merging_ratio": 0,
127
- "token_merging_ratio_img2img": 0.0,
128
- "token_merging_ratio_hr": 0.0,
129
- "pad_cond_uncond": false,
130
- "persistent_cond_cache": true,
131
- "batch_cond_uncond": true,
132
- "use_old_emphasis_implementation": false,
133
- "use_old_karras_scheduler_sigmas": false,
134
- "no_dpmpp_sde_batch_determinism": false,
135
- "use_old_hires_fix_width_height": false,
136
- "dont_fix_second_order_samplers_schedule": false,
137
- "hires_fix_use_firstpass_conds": false,
138
- "use_old_scheduling": false,
139
- "interrogate_keep_models_in_memory": false,
140
- "interrogate_return_ranks": false,
141
- "interrogate_clip_num_beams": 1,
142
- "interrogate_clip_min_length": 24,
143
- "interrogate_clip_max_length": 48,
144
- "interrogate_clip_dict_limit": 1500,
145
- "interrogate_clip_skip_categories": [],
146
- "interrogate_deepbooru_score_threshold": 0.5,
147
- "deepbooru_sort_alpha": true,
148
- "deepbooru_use_spaces": true,
149
- "deepbooru_escape": true,
150
- "deepbooru_filter_tags": "",
151
- "extra_networks_show_hidden_directories": true,
152
- "extra_networks_hidden_models": "When searched",
153
- "extra_networks_default_multiplier": 0.8,
154
- "extra_networks_card_width": 120.0,
155
- "extra_networks_card_height": 120.0,
156
- "extra_networks_card_text_scale": 0.5,
157
- "extra_networks_card_show_desc": true,
158
- "extra_networks_add_text_separator": " ",
159
- "ui_extra_networks_tab_reorder": "",
160
- "textual_inversion_print_at_load": false,
161
- "textual_inversion_add_hashes_to_infotext": true,
162
- "sd_hypernetwork": "None",
163
- "localization": "zh_CN",
164
- "gradio_theme": "Default",
165
- "gradio_themes_cache": true,
166
- "gallery_height": "",
167
  "return_grid": true,
168
  "do_not_show_images": false,
169
- "send_seed": true,
170
- "send_size": true,
171
  "js_modal_lightbox": true,
172
  "js_modal_lightbox_initially_zoomed": true,
173
  "js_modal_lightbox_gamepad": false,
174
- "js_modal_lightbox_gamepad_repeat": 250,
175
- "show_progress_in_title": true,
176
- "samplers_in_dropdown": true,
177
- "dimensions_and_batch_together": true,
178
- "keyedit_precision_attention": 0.1,
179
- "keyedit_precision_extra": 0.05,
180
- "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
181
- "keyedit_move": true,
182
- "quicksettings_list": [
183
- "sd_model_checkpoint"
184
- ],
185
- "ui_tab_order": [],
186
- "hidden_tabs": [],
187
- "ui_reorder_list": [],
188
- "hires_fix_show_sampler": false,
189
- "hires_fix_show_prompts": false,
190
- "disable_token_counters": false,
191
- "add_model_hash_to_info": true,
192
  "add_model_name_to_info": true,
 
 
 
193
  "add_user_name_to_info": false,
194
  "add_version_to_infotext": true,
195
  "disable_weights_auto_swap": true,
 
196
  "infotext_styles": "Apply if any",
197
  "show_progressbar": true,
198
  "live_previews_enable": true,
199
- "live_previews_image_format": "jpeg",
200
  "show_progress_grid": true,
201
  "show_progress_every_n_steps": 10,
202
  "show_progress_type": "Approx NN",
203
  "live_preview_allow_lowvram_full": false,
204
  "live_preview_content": "Prompt",
205
- "live_preview_refresh_period": 1000,
206
  "live_preview_fast_interrupt": false,
207
- "hide_samplers": [
208
- "DPM++ 2M SDE Heun Karras",
209
- "DPM++ 2M SDE Heun Exponential",
210
- "Heun",
211
- "LMS",
212
- "DPM2 a",
213
- "DPM++ 2S a",
214
- "DPM++ 2M",
215
- "DPM2",
216
- "DPM++ 2M SDE Heun",
217
- "DPM fast",
218
- "LMS Karras",
219
- "DPM2 Karras",
220
- "DPM2 a Karras",
221
- "DPM++ 2S a Karras"
222
  ],
223
- "eta_ddim": 0.0,
224
- "eta_ancestral": 1.0,
225
- "ddim_discretize": "quad",
226
- "s_churn": 0.0,
227
- "s_tmin": 0.0,
228
- "s_tmax": 0.0,
229
- "s_noise": 1.0,
230
- "k_sched_type": "Automatic",
231
- "sigma_min": 0.0,
232
- "sigma_max": 0.0,
233
- "rho": 0.0,
234
- "eta_noise_seed_delta": 0,
235
- "always_discard_next_to_last_sigma": false,
236
- "sgm_noise_multiplier": false,
237
- "uni_pc_variant": "bh2",
238
- "uni_pc_skip_type": "time_uniform",
239
- "uni_pc_order": 3,
240
- "uni_pc_lower_order_final": true,
241
- "postprocessing_enable_in_main_ui": [],
242
- "postprocessing_operation_order": [],
243
- "upscaling_max_images_in_cache": 5,
244
- "disabled_extensions": [],
245
- "disable_all_extensions": "none",
246
- "restore_config_state_file": "",
247
- "sd_checkpoint_hash": null,
248
- "ldsr_steps": 100,
249
- "ldsr_cached": false,
250
- "SCUNET_tile": 256,
251
- "SCUNET_tile_overlap": 8,
252
- "SWIN_tile": 192,
253
- "SWIN_tile_overlap": 8,
254
- "SWIN_torch_compile": false,
255
- "lora_functional": false,
256
- "sd_lora": "None",
257
- "lora_preferred_name": "Alias from file",
258
- "lora_add_hashes_to_infotext": true,
259
- "lora_show_all": false,
260
- "lora_hide_unknown_for_versions": [],
261
- "lora_in_memory_limit": 0,
262
  "extra_options_txt2img": [],
263
  "extra_options_img2img": [],
264
  "extra_options_cols": 1,
265
  "extra_options_accordion": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  "canvas_hotkey_zoom": "Alt",
267
  "canvas_hotkey_adjust": "Ctrl",
 
 
268
  "canvas_hotkey_move": "F",
269
  "canvas_hotkey_fullscreen": "S",
270
  "canvas_hotkey_reset": "R",
@@ -275,97 +445,16 @@
275
  "canvas_disabled_functions": [
276
  "Overlap"
277
  ],
278
- "tac_tagFile": "danbooru.csv",
279
- "tac_active": true,
280
- "tac_activeIn.txt2img": true,
281
- "tac_activeIn.img2img": true,
282
- "tac_activeIn.negativePrompts": true,
283
- "tac_activeIn.thirdParty": true,
284
- "tac_activeIn.modelList": "",
285
- "tac_activeIn.modelListMode": "Blacklist",
286
- "tac_slidingPopup": true,
287
- "tac_maxResults": 20.0,
288
- "tac_showAllResults": false,
289
- "tac_resultStepLength": 100.0,
290
- "tac_delayTime": 100.0,
291
- "tac_useWildcards": true,
292
- "tac_sortWildcardResults": true,
293
- "tac_useEmbeddings": true,
294
- "tac_includeEmbeddingsInNormalResults": false,
295
- "tac_useHypernetworks": true,
296
- "tac_useLoras": true,
297
- "tac_useLycos": true,
298
- "tac_showWikiLinks": false,
299
- "tac_showExtraNetworkPreviews": true,
300
- "tac_modelSortOrder": "Name",
301
- "tac_replaceUnderscores": true,
302
- "tac_escapeParentheses": true,
303
- "tac_appendComma": true,
304
- "tac_appendSpace": true,
305
- "tac_alwaysSpaceAtEnd": true,
306
- "tac_modelKeywordCompletion": "Never",
307
- "tac_modelKeywordLocation": "Start of prompt",
308
- "tac_wildcardCompletionMode": "To next folder level",
309
- "tac_alias.searchByAlias": true,
310
- "tac_alias.onlyShowAlias": false,
311
- "tac_translation.translationFile": "danbooru.zh_CN.csv",
312
- "tac_translation.oldFormat": false,
313
- "tac_translation.searchByTranslation": true,
314
- "tac_translation.liveTranslation": false,
315
- "tac_extra.extraFile": "extra-quality-tags.csv",
316
- "tac_extra.addMode": "Insert before",
317
- "tac_chantFile": "demo-chants.json",
318
- "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}",
319
- "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}",
320
- "tac_refreshTempFiles": "Refresh TAC temp files",
321
- "ad_max_models": 2,
322
- "ad_extra_models_dir": "",
323
- "ad_save_previews": false,
324
- "ad_save_images_before": false,
325
- "ad_only_seleted_scripts": true,
326
- "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
327
- "ad_bbox_sortby": "None",
328
- "ad_same_seed_for_each_tap": false,
329
- "openpose3d_use_online_version": false,
330
- "animatediff_model_path": "",
331
- "animatediff_optimize_gif_palette": false,
332
- "animatediff_optimize_gif_gifsicle": false,
333
- "animatediff_webp_quality": 80,
334
- "animatediff_webp_lossless": false,
335
- "animatediff_save_to_custom": false,
336
- "animatediff_xformers": "Optimize attention layers with xformers",
337
- "animatediff_s3_enable": false,
338
- "animatediff_s3_host": "",
339
- "animatediff_s3_port": "",
340
- "animatediff_s3_access_key": "",
341
- "animatediff_s3_secret_key": "",
342
- "animatediff_s3_storge_bucket": "",
343
- "ctp_flavor": "mocha",
344
- "accent_color": "maroon",
345
- "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
346
- "image_browser_hidden_components": [],
347
- "image_browser_with_subdirs": true,
348
- "image_browser_preload": false,
349
- "image_browser_copy_image": false,
350
- "image_browser_delete_message": true,
351
- "image_browser_txt_files": true,
352
- "image_browser_debug_level": "0 - none",
353
- "image_browser_delete_recycle": true,
354
- "image_browser_scan_exif": true,
355
- "image_browser_mod_shift": false,
356
- "image_browser_mod_ctrl_shift": false,
357
- "image_browser_ranking_pnginfo": false,
358
- "image_browser_page_columns": 5.0,
359
- "image_browser_page_rows": 4.0,
360
- "image_browser_pages_perload": 1.0,
361
- "image_browser_height_auto": false,
362
- "image_browser_use_thumbnail": true,
363
- "image_browser_thumbnail_size": 200.0,
364
- "image_browser_swipe": false,
365
- "image_browser_img_tooltips": true,
366
- "image_browser_show_progress": true,
367
- "image_browser_info_add": true,
368
- "wildcards_same_seed": false,
369
- "wildcards_recursive": true,
370
- "wildcards_negative_prompts": true
371
  }
 
1
  {
2
+ "sd_model_checkpoint": "PonyXL.safetensors",
3
+ "ldsr_steps": 100,
4
+ "ldsr_cached": false,
5
+ "SCUNET_tile": 256,
6
+ "SCUNET_tile_overlap": 8,
7
+ "SWIN_tile": 192,
8
+ "SWIN_tile_overlap": 8,
9
+ "SWIN_torch_compile": false,
10
+ "hypertile_enable_unet": false,
11
+ "hypertile_enable_unet_secondpass": false,
12
+ "hypertile_max_depth_unet": 3,
13
+ "hypertile_max_tile_unet": 256,
14
+ "hypertile_swap_size_unet": 3,
15
+ "hypertile_enable_vae": false,
16
+ "hypertile_max_depth_vae": 3,
17
+ "hypertile_max_tile_vae": 128,
18
+ "hypertile_swap_size_vae": 3,
19
+ "tac_tagFile": "danbooru.csv",
20
+ "tac_active": true,
21
+ "tac_activeIn.txt2img": true,
22
+ "tac_activeIn.img2img": true,
23
+ "tac_activeIn.negativePrompts": true,
24
+ "tac_activeIn.thirdParty": true,
25
+ "tac_activeIn.modelList": "",
26
+ "tac_activeIn.modelListMode": "Blacklist",
27
+ "tac_slidingPopup": true,
28
+ "tac_maxResults": 5,
29
+ "tac_showAllResults": false,
30
+ "tac_resultStepLength": 100,
31
+ "tac_delayTime": 100,
32
+ "tac_useWildcards": true,
33
+ "tac_sortWildcardResults": true,
34
+ "tac_wildcardExclusionList": "",
35
+ "tac_skipWildcardRefresh": false,
36
+ "tac_useEmbeddings": true,
37
+ "tac_forceRefreshEmbeddings": false,
38
+ "tac_includeEmbeddingsInNormalResults": false,
39
+ "tac_useHypernetworks": true,
40
+ "tac_useLoras": true,
41
+ "tac_useLycos": true,
42
+ "tac_useLoraPrefixForLycos": true,
43
+ "tac_showWikiLinks": false,
44
+ "tac_showExtraNetworkPreviews": true,
45
+ "tac_modelSortOrder": "Name",
46
+ "tac_useStyleVars": false,
47
+ "tac_frequencySort": true,
48
+ "tac_frequencyFunction": "Logarithmic (weak)",
49
+ "tac_frequencyMinCount": 3,
50
+ "tac_frequencyMaxAge": 30,
51
+ "tac_frequencyRecommendCap": 10,
52
+ "tac_frequencyIncludeAlias": false,
53
+ "tac_replaceUnderscores": true,
54
+ "tac_escapeParentheses": true,
55
+ "tac_appendComma": true,
56
+ "tac_appendSpace": true,
57
+ "tac_alwaysSpaceAtEnd": true,
58
+ "tac_modelKeywordCompletion": "Never",
59
+ "tac_modelKeywordLocation": "Start of prompt",
60
+ "tac_wildcardCompletionMode": "To next folder level",
61
+ "tac_alias.searchByAlias": true,
62
+ "tac_alias.onlyShowAlias": false,
63
+ "tac_translation.translationFile": "None",
64
+ "tac_translation.oldFormat": false,
65
+ "tac_translation.searchByTranslation": true,
66
+ "tac_translation.liveTranslation": false,
67
+ "tac_extra.extraFile": "extra-quality-tags.csv",
68
+ "tac_extra.addMode": "Insert before",
69
+ "tac_chantFile": "demo-chants.json",
70
+ "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}",
71
+ "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}",
72
+ "tac_refreshTempFiles": "Refresh TAC temp files",
73
+ "ad_max_models": 4,
74
+ "ad_extra_models_dir": "",
75
+ "ad_save_images_dir": "",
76
+ "ad_save_previews": false,
77
+ "ad_save_images_before": false,
78
+ "ad_only_selected_scripts": true,
79
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,lora_block_weight,negpip,wildcard_recursive,wildcards",
80
+ "ad_bbox_sortby": "None",
81
+ "ad_same_seed_for_each_tab": false,
82
+ "ad_dynamic_denoise_power": 0,
83
+ "ad_match_inpaint_bbox_size": "Off",
84
+ "disable_mean_in_calclate_cond": false,
85
+ "ctp_flavor": "mocha",
86
+ "accent_color": "maroon",
87
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
88
+ "image_browser_hidden_components": [],
89
+ "image_browser_with_subdirs": true,
90
+ "image_browser_preload": false,
91
+ "image_browser_copy_image": false,
92
+ "image_browser_delete_message": true,
93
+ "image_browser_txt_files": true,
94
+ "image_browser_debug_level": "0 - none",
95
+ "image_browser_delete_recycle": true,
96
+ "image_browser_scan_exif": true,
97
+ "image_browser_mod_shift": false,
98
+ "image_browser_mod_ctrl_shift": false,
99
+ "image_browser_swipe": false,
100
+ "image_browser_ranking_pnginfo": false,
101
+ "image_browser_page_columns": 6,
102
+ "image_browser_page_rows": 6,
103
+ "image_browser_pages_perload": 20,
104
+ "image_browser_height_auto": false,
105
+ "image_browser_use_thumbnail": false,
106
+ "image_browser_thumbnail_size": 200,
107
+ "image_browser_thumbnail_crop": false,
108
+ "image_browser_img_tooltips": true,
109
+ "image_browser_show_progress": true,
110
+ "image_browser_info_format": true,
111
+ "image_browser_info_order": "Prompt,Negative prompt,Model,VAE,Sampler,Schedule,Steps,CFG scale,Seed,Size",
112
+ "image_browser_info_add": false,
113
+ "image_browser_video_pos": "Above",
114
+ "image_browser_video_x": 640,
115
+ "image_browser_video_y": 640,
116
+ "encrypt_image_is_enable": "是",
117
+ "sd_checkpoint_hash": null,
118
+ "outdir_samples": "",
119
+ "outdir_txt2img_samples": "outputs/txt2img-images",
120
+ "outdir_img2img_samples": "outputs/img2img-images",
121
+ "outdir_extras_samples": "outputs/extras-images",
122
+ "outdir_grids": "",
123
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
124
+ "outdir_img2img_grids": "outputs/img2img-grids",
125
+ "outdir_save": "log/images",
126
+ "outdir_init_images": "outputs/init-images",
127
+ "samples_save": false,
128
  "samples_format": "png",
129
  "samples_filename_pattern": "",
130
  "save_images_add_number": true,
131
+ "save_images_replace_action": "Replace",
132
  "grid_save": true,
133
  "grid_format": "png",
134
  "grid_extended_filename": false,
 
140
  "grid_text_active_color": "#000000",
141
  "grid_text_inactive_color": "#999999",
142
  "grid_background_color": "#ffffff",
 
 
143
  "save_images_before_face_restoration": false,
144
  "save_images_before_highres_fix": false,
145
  "save_images_before_color_correction": false,
 
147
  "save_mask_composite": false,
148
  "jpeg_quality": 80,
149
  "webp_lossless": false,
150
+ "export_for_4chan": false,
151
+ "img_downscale_threshold": 6.0,
152
+ "target_side_length": 4000.0,
153
+ "img_max_size_mp": 200.0,
154
  "use_original_name_batch": true,
155
  "use_upscaler_name_as_suffix": false,
156
  "save_selected_only": true,
157
+ "save_write_log_csv": true,
158
  "save_init_img": false,
159
  "temp_dir": "",
160
  "clean_temp_dir_at_start": false,
161
  "save_incomplete_images": false,
162
+ "notification_audio": true,
163
+ "notification_volume": 100,
164
+ "save_to_dirs": false,
 
 
 
 
 
 
 
165
  "grid_save_to_dirs": true,
166
  "use_save_to_dirs_for_ui": false,
167
  "directories_filename_pattern": "[date]",
168
  "directories_max_prompt_words": 8,
169
+ "auto_backcompat": true,
170
+ "use_old_emphasis_implementation": false,
171
+ "use_old_karras_scheduler_sigmas": false,
172
+ "no_dpmpp_sde_batch_determinism": false,
173
+ "use_old_hires_fix_width_height": false,
174
+ "hires_fix_use_firstpass_conds": false,
175
+ "use_old_scheduling": false,
176
+ "use_downcasted_alpha_bar": false,
177
+ "refiner_switch_by_sample_steps": false,
178
+ "lora_functional": false,
179
+ "extra_networks_show_hidden_directories": true,
180
+ "extra_networks_dir_button_function": false,
181
+ "extra_networks_hidden_models": "When searched",
182
+ "extra_networks_default_multiplier": 0.5,
183
+ "extra_networks_card_width": 100.0,
184
+ "extra_networks_card_height": 100.0,
185
+ "extra_networks_card_text_scale": 0.7,
186
+ "extra_networks_card_show_desc": true,
187
+ "extra_networks_card_description_is_html": false,
188
+ "extra_networks_card_order_field": "Path",
189
+ "extra_networks_card_order": "Ascending",
190
+ "extra_networks_tree_view_style": "Dirs",
191
+ "extra_networks_tree_view_default_enabled": true,
192
+ "extra_networks_tree_view_default_width": 180.0,
193
+ "extra_networks_add_text_separator": " ",
194
+ "ui_extra_networks_tab_reorder": "",
195
+ "textual_inversion_print_at_load": false,
196
+ "textual_inversion_add_hashes_to_infotext": true,
197
+ "sd_hypernetwork": "None",
198
+ "sd_lora": "None",
199
+ "lora_preferred_name": "Alias from file",
200
+ "lora_add_hashes_to_infotext": true,
201
+ "lora_bundled_ti_to_infotext": true,
202
+ "lora_show_all": false,
203
+ "lora_hide_unknown_for_versions": [],
204
+ "lora_in_memory_limit": 0,
205
+ "lora_not_found_warning_console": false,
206
+ "lora_not_found_gradio_warning": false,
207
+ "cross_attention_optimization": "Automatic",
208
+ "s_min_uncond": 0,
209
+ "s_min_uncond_all": false,
210
+ "token_merging_ratio": 0,
211
+ "token_merging_ratio_img2img": 0,
212
+ "token_merging_ratio_hr": 0,
213
+ "pad_cond_uncond": false,
214
+ "pad_cond_uncond_v0": false,
215
+ "persistent_cond_cache": true,
216
+ "batch_cond_uncond": true,
217
+ "fp8_storage": "Disable",
218
+ "cache_fp16_weight": false,
219
+ "hide_samplers": [],
220
+ "eta_ddim": 0,
221
+ "eta_ancestral": 1,
222
+ "ddim_discretize": "uniform",
223
+ "s_churn": 0,
224
+ "s_tmin": 0,
225
+ "s_tmax": 0,
226
+ "s_noise": 1,
227
+ "sigma_min": 0.0,
228
+ "sigma_max": 0.0,
229
+ "rho": 0.0,
230
+ "eta_noise_seed_delta": 0,
231
+ "always_discard_next_to_last_sigma": false,
232
+ "sgm_noise_multiplier": false,
233
+ "uni_pc_variant": "bh1",
234
+ "uni_pc_skip_type": "time_uniform",
235
+ "uni_pc_order": 3,
236
+ "uni_pc_lower_order_final": true,
237
+ "sd_noise_schedule": "Default",
238
+ "skip_early_cond": 0,
239
+ "beta_dist_alpha": 0.6,
240
+ "beta_dist_beta": 0.6,
241
  "sd_checkpoints_limit": 1,
242
  "sd_checkpoints_keep_in_cpu": true,
243
  "sd_checkpoint_cache": 0,
244
  "sd_unet": "Automatic",
245
+ "enable_quantization": false,
246
+ "emphasis": "Original",
247
  "enable_batch_seeds": true,
248
  "comma_padding_backtrack": 20,
249
+ "sdxl_clip_l_skip": false,
250
  "CLIP_stop_at_last_layers": 1,
251
  "upcast_attn": false,
252
  "randn_source": "GPU",
253
  "tiling": false,
254
  "hires_fix_refiner_pass": "second pass",
255
+ "enable_prompt_comments": true,
256
+ "sd3_enable_t5": false,
257
+ "sdxl_crop_top": 0.0,
258
+ "sdxl_crop_left": 0.0,
259
  "sdxl_refiner_low_aesthetic_score": 2.5,
260
  "sdxl_refiner_high_aesthetic_score": 6.0,
 
261
  "sd_vae_checkpoint_cache": 0,
262
+ "sd_vae": "Automatic",
263
  "sd_vae_overrides_per_model_preferences": true,
264
+ "auto_vae_precision_bfloat16": false,
265
  "auto_vae_precision": true,
266
  "sd_vae_encode_method": "Full",
267
  "sd_vae_decode_method": "Full",
268
+ "inpainting_mask_weight": 1,
269
+ "initial_noise_multiplier": 1,
270
+ "img2img_extra_noise": 0,
271
  "img2img_color_correction": false,
272
  "img2img_fix_steps": false,
273
  "img2img_background_color": "#ffffff",
 
277
  "img2img_inpaint_sketch_default_brush_color": "#ffffff",
278
  "return_mask": false,
279
  "return_mask_composite": false,
280
+ "img2img_batch_show_results_limit": 32,
281
+ "overlay_inpaint": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  "return_grid": true,
283
  "do_not_show_images": false,
 
 
284
  "js_modal_lightbox": true,
285
  "js_modal_lightbox_initially_zoomed": true,
286
  "js_modal_lightbox_gamepad": false,
287
+ "js_modal_lightbox_gamepad_repeat": 250.0,
288
+ "sd_webui_modal_lightbox_icon_opacity": 1,
289
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
290
+ "gallery_height": "",
291
+ "open_dir_button_choice": "Subdirectory",
292
+ "enable_pnginfo": true,
293
+ "save_txt": false,
 
 
 
 
 
 
 
 
 
 
 
294
  "add_model_name_to_info": true,
295
+ "add_model_hash_to_info": true,
296
+ "add_vae_name_to_info": true,
297
+ "add_vae_hash_to_info": true,
298
  "add_user_name_to_info": false,
299
  "add_version_to_infotext": true,
300
  "disable_weights_auto_swap": true,
301
+ "infotext_skip_pasting": [],
302
  "infotext_styles": "Apply if any",
303
  "show_progressbar": true,
304
  "live_previews_enable": true,
305
+ "live_previews_image_format": "png",
306
  "show_progress_grid": true,
307
  "show_progress_every_n_steps": 10,
308
  "show_progress_type": "Approx NN",
309
  "live_preview_allow_lowvram_full": false,
310
  "live_preview_content": "Prompt",
311
+ "live_preview_refresh_period": 1000.0,
312
  "live_preview_fast_interrupt": false,
313
+ "js_live_preview_in_modal_lightbox": false,
314
+ "prevent_screen_sleep_during_generation": true,
315
+ "keyedit_precision_attention": 0.1,
316
+ "keyedit_precision_extra": 0.05,
317
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
318
+ "keyedit_delimiters_whitespace": [
319
+ "Tab",
320
+ "Carriage Return",
321
+ "Line Feed"
 
 
 
 
 
 
322
  ],
323
+ "keyedit_move": true,
324
+ "disable_token_counters": false,
325
+ "include_styles_into_token_counters": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  "extra_options_txt2img": [],
327
  "extra_options_img2img": [],
328
  "extra_options_cols": 1,
329
  "extra_options_accordion": false,
330
+ "compact_prompt_box": false,
331
+ "samplers_in_dropdown": true,
332
+ "dimensions_and_batch_together": true,
333
+ "sd_checkpoint_dropdown_use_short": false,
334
+ "hires_fix_show_sampler": false,
335
+ "hires_fix_show_prompts": false,
336
+ "txt2img_settings_accordion": false,
337
+ "img2img_settings_accordion": false,
338
+ "interrupt_after_current": true,
339
+ "localization": "zh_CN",
340
+ "quicksettings_list": [
341
+ "sd_model_checkpoint"
342
+ ],
343
+ "ui_tab_order": [],
344
+ "hidden_tabs": [],
345
+ "ui_reorder_list": [
346
+ "image"
347
+ ],
348
+ "gradio_theme": "Default",
349
+ "gradio_themes_cache": true,
350
+ "show_progress_in_title": false,
351
+ "send_seed": true,
352
+ "send_size": true,
353
+ "enable_reloading_ui_scripts": false,
354
+ "api_enable_requests": true,
355
+ "api_forbid_local_requests": true,
356
+ "api_useragent": "",
357
+ "prioritized_callbacks_app_started": [],
358
+ "prioritized_callbacks_model_loaded": [],
359
+ "prioritized_callbacks_ui_tabs": [],
360
+ "prioritized_callbacks_ui_settings": [],
361
+ "prioritized_callbacks_after_component": [],
362
+ "prioritized_callbacks_infotext_pasted": [],
363
+ "prioritized_callbacks_script_unloaded": [],
364
+ "prioritized_callbacks_before_ui": [],
365
+ "prioritized_callbacks_list_optimizers": [],
366
+ "prioritized_callbacks_before_token_counter": [],
367
+ "prioritized_callbacks_script_before_process": [],
368
+ "prioritized_callbacks_script_process": [],
369
+ "prioritized_callbacks_script_postprocess": [],
370
+ "prioritized_callbacks_script_postprocess_batch": [],
371
+ "prioritized_callbacks_script_postprocess_batch_list": [],
372
+ "prioritized_callbacks_script_post_sample": [],
373
+ "prioritized_callbacks_script_on_mask_blend": [],
374
+ "prioritized_callbacks_script_postprocess_image": [],
375
+ "prioritized_callbacks_script_postprocess_maskoverlay": [],
376
+ "prioritized_callbacks_script_before_component": [],
377
+ "prioritized_callbacks_script_after_component": [],
378
+ "profiling_enable": false,
379
+ "profiling_activities": [
380
+ "CPU"
381
+ ],
382
+ "profiling_record_shapes": true,
383
+ "profiling_profile_memory": true,
384
+ "profiling_with_stack": true,
385
+ "profiling_filename": "trace.json",
386
+ "auto_launch_browser": "Local",
387
+ "enable_console_prompts": true,
388
+ "show_warnings": false,
389
+ "show_gradio_deprecation_warnings": true,
390
+ "memmon_poll_rate": 8,
391
+ "samples_log_stdout": false,
392
+ "multiple_tqdm": true,
393
+ "enable_upscale_progressbar": true,
394
+ "print_hypernet_extra": false,
395
+ "list_hidden_files": true,
396
+ "disable_mmap_load_safetensors": false,
397
+ "hide_ldm_prints": true,
398
+ "dump_stacks_on_signal": false,
399
+ "face_restoration": false,
400
+ "face_restoration_model": "CodeFormer",
401
+ "code_former_weight": 0.5,
402
+ "face_restoration_unload": false,
403
+ "postprocessing_enable_in_main_ui": [],
404
+ "postprocessing_disable_in_extras": [],
405
+ "postprocessing_operation_order": [],
406
+ "upscaling_max_images_in_cache": 5,
407
+ "postprocessing_existing_caption_action": "Ignore",
408
+ "ESRGAN_tile": 192,
409
+ "ESRGAN_tile_overlap": 8,
410
+ "realesrgan_enabled_models": [
411
+ "R-ESRGAN 4x+",
412
+ "R-ESRGAN 4x+ Anime6B"
413
+ ],
414
+ "dat_enabled_models": [
415
+ "DAT x2",
416
+ "DAT x3",
417
+ "DAT x4"
418
+ ],
419
+ "DAT_tile": 192,
420
+ "DAT_tile_overlap": 8,
421
+ "set_scale_by_when_changing_upscaler": false,
422
+ "unload_models_when_training": false,
423
+ "pin_memory": false,
424
+ "save_optimizer_state": false,
425
+ "save_training_settings_to_txt": true,
426
+ "dataset_filename_word_regex": "",
427
+ "dataset_filename_join_string": " ",
428
+ "training_image_repeats_per_epoch": 1,
429
+ "training_write_csv_every": 500.0,
430
+ "training_xattention_optimizations": false,
431
+ "training_enable_tensorboard": false,
432
+ "training_tensorboard_save_images": false,
433
+ "training_tensorboard_flush_every": 120.0,
434
  "canvas_hotkey_zoom": "Alt",
435
  "canvas_hotkey_adjust": "Ctrl",
436
+ "canvas_hotkey_shrink_brush": "Q",
437
+ "canvas_hotkey_grow_brush": "W",
438
  "canvas_hotkey_move": "F",
439
  "canvas_hotkey_fullscreen": "S",
440
  "canvas_hotkey_reset": "R",
 
445
  "canvas_disabled_functions": [
446
  "Overlap"
447
  ],
448
+ "interrogate_keep_models_in_memory": false,
449
+ "interrogate_return_ranks": false,
450
+ "interrogate_clip_num_beams": 1,
451
+ "interrogate_clip_min_length": 24,
452
+ "interrogate_clip_max_length": 48,
453
+ "interrogate_clip_dict_limit": 1500.0,
454
+ "interrogate_clip_skip_categories": [],
455
+ "interrogate_deepbooru_score_threshold": 0.5,
456
+ "deepbooru_sort_alpha": true,
457
+ "deepbooru_use_spaces": true,
458
+ "deepbooru_escape": true,
459
+ "deepbooru_filter_tags": ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
460
  }
ui-config.json CHANGED
The diff for this file is too large to render. See raw diff