X779 commited on
Commit
2baa9e3
·
verified ·
1 Parent(s): d7951c3

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +445 -0
config.json ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "disabled_extensions": [
3
+ "Stable-Diffusion-WebUI-TensorRT"
4
+ ],
5
+ "use_old_emphasis_implementation": false,
6
+ "ldsr_steps": 100,
7
+ "ldsr_cached": false,
8
+ "SCUNET_tile": 256,
9
+ "SCUNET_tile_overlap": 8,
10
+ "SWIN_tile": 192,
11
+ "SWIN_tile_overlap": 8,
12
+ "SWIN_torch_compile": false,
13
+ "hypertile_enable_unet": true,
14
+ "hypertile_enable_unet_secondpass": false,
15
+ "hypertile_max_depth_unet": 2,
16
+ "hypertile_max_tile_unet": 128,
17
+ "hypertile_swap_size_unet": 3,
18
+ "hypertile_enable_vae": false,
19
+ "hypertile_max_depth_vae": 3,
20
+ "hypertile_max_tile_vae": 128,
21
+ "hypertile_swap_size_vae": 3,
22
+ "sd_model_checkpoint": "sanaexlAnimeV10_v10.safetensors [4490da48b9]",
23
+ "sd_checkpoint_hash": "4490da48b9ea4401f47daef3e25111dd004f49f73f49bcf6c8fc9a9a6087161d",
24
+ "outdir_samples": "",
25
+ "outdir_txt2img_samples": "output\\txt2img-images",
26
+ "outdir_img2img_samples": "output\\img2img-images",
27
+ "outdir_extras_samples": "output\\extras-images",
28
+ "outdir_grids": "",
29
+ "outdir_txt2img_grids": "output\\txt2img-grids",
30
+ "outdir_img2img_grids": "output\\img2img-grids",
31
+ "outdir_save": "log\\images",
32
+ "outdir_init_images": "output\\init-images",
33
+ "samples_save": true,
34
+ "samples_format": "webp",
35
+ "samples_filename_pattern": "",
36
+ "save_images_add_number": true,
37
+ "save_images_replace_action": "Replace",
38
+ "grid_save": true,
39
+ "grid_format": "jpg",
40
+ "grid_extended_filename": false,
41
+ "grid_only_if_multiple": true,
42
+ "grid_prevent_empty_spots": false,
43
+ "grid_zip_filename_pattern": "",
44
+ "n_rows": -1,
45
+ "font": "",
46
+ "grid_text_active_color": "#000000",
47
+ "grid_text_inactive_color": "#999999",
48
+ "grid_background_color": "#ffffff",
49
+ "save_images_before_face_restoration": false,
50
+ "save_images_before_highres_fix": false,
51
+ "save_images_before_color_correction": false,
52
+ "save_mask": false,
53
+ "save_mask_composite": false,
54
+ "jpeg_quality": 80,
55
+ "webp_lossless": false,
56
+ "export_for_4chan": true,
57
+ "img_downscale_threshold": 4.0,
58
+ "target_side_length": 4000.0,
59
+ "img_max_size_mp": 200.0,
60
+ "use_original_name_batch": true,
61
+ "use_upscaler_name_as_suffix": false,
62
+ "save_selected_only": true,
63
+ "save_init_img": false,
64
+ "temp_dir": "",
65
+ "clean_temp_dir_at_start": false,
66
+ "save_incomplete_images": false,
67
+ "notification_audio": true,
68
+ "notification_volume": 100,
69
+ "save_to_dirs": true,
70
+ "grid_save_to_dirs": true,
71
+ "use_save_to_dirs_for_ui": false,
72
+ "directories_filename_pattern": "[date]",
73
+ "directories_max_prompt_words": 8,
74
+ "auto_backcompat": true,
75
+ "use_old_karras_scheduler_sigmas": false,
76
+ "no_dpmpp_sde_batch_determinism": false,
77
+ "use_old_hires_fix_width_height": false,
78
+ "dont_fix_second_order_samplers_schedule": false,
79
+ "hires_fix_use_firstpass_conds": false,
80
+ "use_old_scheduling": true,
81
+ "use_downcasted_alpha_bar": true,
82
+ "lora_functional": false,
83
+ "extra_networks_show_hidden_directories": true,
84
+ "extra_networks_dir_button_function": false,
85
+ "extra_networks_hidden_models": "When searched",
86
+ "extra_networks_default_multiplier": 1,
87
+ "extra_networks_card_width": 0.0,
88
+ "extra_networks_card_height": 0.0,
89
+ "extra_networks_card_text_scale": 1,
90
+ "extra_networks_card_show_desc": true,
91
+ "extra_networks_card_description_is_html": false,
92
+ "extra_networks_card_order_field": "Path",
93
+ "extra_networks_card_order": "Ascending",
94
+ "extra_networks_tree_view_default_enabled": false,
95
+ "extra_networks_add_text_separator": " ",
96
+ "ui_extra_networks_tab_reorder": "",
97
+ "textual_inversion_print_at_load": false,
98
+ "textual_inversion_add_hashes_to_infotext": true,
99
+ "sd_hypernetwork": "None",
100
+ "sd_lora": "None",
101
+ "lora_preferred_name": "Alias from file",
102
+ "lora_add_hashes_to_infotext": true,
103
+ "lora_show_all": false,
104
+ "lora_hide_unknown_for_versions": [],
105
+ "lora_in_memory_limit": 0,
106
+ "lora_not_found_warning_console": false,
107
+ "lora_not_found_gradio_warning": false,
108
+ "cross_attention_optimization": "xformers",
109
+ "s_min_uncond": 10,
110
+ "token_merging_ratio": 0.4,
111
+ "token_merging_ratio_img2img": 0,
112
+ "token_merging_ratio_hr": 0,
113
+ "pad_cond_uncond": true,
114
+ "pad_cond_uncond_v0": false,
115
+ "persistent_cond_cache": true,
116
+ "batch_cond_uncond": true,
117
+ "fp8_storage": "Disable",
118
+ "cache_fp16_weight": false,
119
+ "hide_samplers": [],
120
+ "eta_ddim": 0,
121
+ "eta_ancestral": 1,
122
+ "ddim_discretize": "uniform",
123
+ "s_churn": 0,
124
+ "s_tmin": 0,
125
+ "s_tmax": 0,
126
+ "s_noise": 1,
127
+ "k_sched_type": "Automatic",
128
+ "sigma_min": 0.0,
129
+ "sigma_max": 0.0,
130
+ "rho": 0.0,
131
+ "eta_noise_seed_delta": 51,
132
+ "always_discard_next_to_last_sigma": false,
133
+ "sgm_noise_multiplier": false,
134
+ "uni_pc_variant": "bh1",
135
+ "uni_pc_skip_type": "time_uniform",
136
+ "uni_pc_order": 3,
137
+ "uni_pc_lower_order_final": true,
138
+ "sd_noise_schedule": "Default",
139
+ "sd_checkpoints_limit": 5,
140
+ "sd_checkpoints_keep_in_cpu": false,
141
+ "sd_checkpoint_cache": 0,
142
+ "sd_unet": "None",
143
+ "enable_quantization": false,
144
+ "emphasis": "Original",
145
+ "enable_batch_seeds": false,
146
+ "comma_padding_backtrack": 20,
147
+ "CLIP_stop_at_last_layers": 1,
148
+ "upcast_attn": false,
149
+ "randn_source": "GPU",
150
+ "tiling": false,
151
+ "hires_fix_refiner_pass": "second pass",
152
+ "enable_prompt_comments": true,
153
+ "sdxl_crop_top": 0.0,
154
+ "sdxl_crop_left": 0.0,
155
+ "sdxl_refiner_low_aesthetic_score": 2.5,
156
+ "sdxl_refiner_high_aesthetic_score": 6.0,
157
+ "sd_vae_checkpoint_cache": 5,
158
+ "sd_vae": "fixFP16ErrorsSDXLLowerMemoryUse_v10.safetensors",
159
+ "sd_vae_overrides_per_model_preferences": true,
160
+ "auto_vae_precision_bfloat16": false,
161
+ "auto_vae_precision": true,
162
+ "sd_vae_encode_method": "Full",
163
+ "sd_vae_decode_method": "Full",
164
+ "inpainting_mask_weight": 1,
165
+ "initial_noise_multiplier": 1,
166
+ "img2img_extra_noise": 0,
167
+ "img2img_color_correction": false,
168
+ "img2img_fix_steps": false,
169
+ "img2img_background_color": "#ffffff",
170
+ "img2img_editor_height": 720,
171
+ "img2img_sketch_default_brush_color": "#ffffff",
172
+ "img2img_inpaint_mask_brush_color": "#ffffff",
173
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
174
+ "return_mask": false,
175
+ "return_mask_composite": false,
176
+ "img2img_batch_show_results_limit": 32,
177
+ "overlay_inpaint": true,
178
+ "return_grid": true,
179
+ "do_not_show_images": false,
180
+ "js_modal_lightbox": true,
181
+ "js_modal_lightbox_initially_zoomed": true,
182
+ "js_modal_lightbox_gamepad": false,
183
+ "js_modal_lightbox_gamepad_repeat": 250.0,
184
+ "sd_webui_modal_lightbox_icon_opacity": 1,
185
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
186
+ "gallery_height": "",
187
+ "open_dir_button_choice": "Subdirectory",
188
+ "enable_pnginfo": true,
189
+ "save_txt": false,
190
+ "add_model_name_to_info": true,
191
+ "add_model_hash_to_info": true,
192
+ "add_vae_name_to_info": true,
193
+ "add_vae_hash_to_info": true,
194
+ "add_user_name_to_info": false,
195
+ "add_version_to_infotext": true,
196
+ "disable_weights_auto_swap": true,
197
+ "infotext_skip_pasting": [],
198
+ "infotext_styles": "Apply if any",
199
+ "show_progressbar": true,
200
+ "live_previews_enable": true,
201
+ "live_previews_image_format": "webp",
202
+ "show_progress_grid": true,
203
+ "show_progress_every_n_steps": -1,
204
+ "show_progress_type": "Full",
205
+ "live_preview_allow_lowvram_full": false,
206
+ "live_preview_content": "Prompt",
207
+ "live_preview_refresh_period": 10.0,
208
+ "live_preview_fast_interrupt": false,
209
+ "js_live_preview_in_modal_lightbox": false,
210
+ "keyedit_precision_attention": 0.1,
211
+ "keyedit_precision_extra": 0.05,
212
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
213
+ "keyedit_delimiters_whitespace": [
214
+ "Tab",
215
+ "Carriage Return",
216
+ "Line Feed"
217
+ ],
218
+ "keyedit_move": true,
219
+ "disable_token_counters": false,
220
+ "include_styles_into_token_counters": true,
221
+ "extra_options_txt2img": [],
222
+ "extra_options_img2img": [],
223
+ "extra_options_cols": 1,
224
+ "extra_options_accordion": false,
225
+ "compact_prompt_box": false,
226
+ "samplers_in_dropdown": true,
227
+ "dimensions_and_batch_together": true,
228
+ "sd_checkpoint_dropdown_use_short": false,
229
+ "hires_fix_show_sampler": true,
230
+ "hires_fix_show_prompts": true,
231
+ "txt2img_settings_accordion": false,
232
+ "img2img_settings_accordion": false,
233
+ "interrupt_after_current": true,
234
+ "localization": "chinese-english-0313",
235
+ "quicksettings_list": [
236
+ "sd_model_checkpoint",
237
+ "sd_vae",
238
+ "use_old_emphasis_implementation",
239
+ "use_old_karras_scheduler_sigmas",
240
+ "no_dpmpp_sde_batch_determinism",
241
+ "use_old_scheduling",
242
+ "lora_functional",
243
+ "enable_batch_seeds",
244
+ "enable_pnginfo",
245
+ "eta_ddim",
246
+ "CLIP_stop_at_last_layers",
247
+ "eta_noise_seed_delta",
248
+ "sd_unet"
249
+ ],
250
+ "ui_tab_order": [],
251
+ "hidden_tabs": [
252
+ "Train",
253
+ "Checkpoint Merger"
254
+ ],
255
+ "ui_reorder_list": [],
256
+ "gradio_theme": "Default",
257
+ "gradio_themes_cache": true,
258
+ "show_progress_in_title": true,
259
+ "send_seed": true,
260
+ "send_size": true,
261
+ "api_enable_requests": true,
262
+ "api_forbid_local_requests": true,
263
+ "api_useragent": "",
264
+ "auto_launch_browser": "Local",
265
+ "enable_console_prompts": false,
266
+ "show_warnings": false,
267
+ "show_gradio_deprecation_warnings": true,
268
+ "memmon_poll_rate": 8,
269
+ "samples_log_stdout": false,
270
+ "multiple_tqdm": true,
271
+ "enable_upscale_progressbar": true,
272
+ "print_hypernet_extra": false,
273
+ "list_hidden_files": true,
274
+ "disable_mmap_load_safetensors": false,
275
+ "hide_ldm_prints": true,
276
+ "dump_stacks_on_signal": false,
277
+ "face_restoration": false,
278
+ "face_restoration_model": "CodeFormer",
279
+ "code_former_weight": 0.5,
280
+ "face_restoration_unload": false,
281
+ "postprocessing_enable_in_main_ui": [],
282
+ "postprocessing_operation_order": [],
283
+ "upscaling_max_images_in_cache": 5,
284
+ "postprocessing_existing_caption_action": "Ignore",
285
+ "ESRGAN_tile": 192,
286
+ "ESRGAN_tile_overlap": 8,
287
+ "realesrgan_enabled_models": [
288
+ "R-ESRGAN General 4xV3",
289
+ "R-ESRGAN General WDN 4xV3",
290
+ "R-ESRGAN AnimeVideo",
291
+ "R-ESRGAN 4x+ Anime6B",
292
+ "R-ESRGAN 4x+",
293
+ "R-ESRGAN 2x+"
294
+ ],
295
+ "dat_enabled_models": [
296
+ "DAT x2",
297
+ "DAT x3",
298
+ "DAT x4"
299
+ ],
300
+ "DAT_tile": 192,
301
+ "DAT_tile_overlap": 8,
302
+ "unload_models_when_training": false,
303
+ "pin_memory": false,
304
+ "save_optimizer_state": false,
305
+ "save_training_settings_to_txt": true,
306
+ "dataset_filename_word_regex": "",
307
+ "dataset_filename_join_string": " ",
308
+ "training_image_repeats_per_epoch": 1,
309
+ "training_write_csv_every": 500.0,
310
+ "training_xattention_optimizations": false,
311
+ "training_enable_tensorboard": false,
312
+ "training_tensorboard_save_images": false,
313
+ "training_tensorboard_flush_every": 120.0,
314
+ "canvas_hotkey_zoom": "Alt",
315
+ "canvas_hotkey_adjust": "Ctrl",
316
+ "canvas_hotkey_shrink_brush": "Q",
317
+ "canvas_hotkey_grow_brush": "W",
318
+ "canvas_hotkey_move": "F",
319
+ "canvas_hotkey_fullscreen": "S",
320
+ "canvas_hotkey_reset": "R",
321
+ "canvas_hotkey_overlap": "O",
322
+ "canvas_show_tooltip": true,
323
+ "canvas_auto_expand": true,
324
+ "canvas_blur_prompt": false,
325
+ "canvas_disabled_functions": [
326
+ "Overlap"
327
+ ],
328
+ "interrogate_keep_models_in_memory": false,
329
+ "interrogate_return_ranks": false,
330
+ "interrogate_clip_num_beams": 1,
331
+ "interrogate_clip_min_length": 24,
332
+ "interrogate_clip_max_length": 48,
333
+ "interrogate_clip_dict_limit": 1500.0,
334
+ "interrogate_clip_skip_categories": [],
335
+ "interrogate_deepbooru_score_threshold": 0.5,
336
+ "deepbooru_sort_alpha": true,
337
+ "deepbooru_use_spaces": true,
338
+ "deepbooru_escape": true,
339
+ "deepbooru_filter_tags": "",
340
+ "disable_all_extensions": "none",
341
+ "refiner_switch_by_sample_steps": false,
342
+ "extra_networks_tree_view_style": "Dirs",
343
+ "extra_networks_tree_view_default_width": 180.0,
344
+ "enable_reloading_ui_scripts": false,
345
+ "prioritized_callbacks_app_started": [],
346
+ "prioritized_callbacks_model_loaded": [],
347
+ "prioritized_callbacks_ui_tabs": [],
348
+ "prioritized_callbacks_ui_settings": [],
349
+ "prioritized_callbacks_infotext_pasted": [],
350
+ "prioritized_callbacks_script_unloaded": [],
351
+ "prioritized_callbacks_before_ui": [],
352
+ "prioritized_callbacks_list_optimizers": [],
353
+ "prioritized_callbacks_list_unets": [],
354
+ "prioritized_callbacks_before_token_counter": [],
355
+ "prioritized_callbacks_script_before_process": [],
356
+ "prioritized_callbacks_script_process": [],
357
+ "prioritized_callbacks_script_after_extra_networks_activate": [],
358
+ "prioritized_callbacks_script_process_batch": [],
359
+ "prioritized_callbacks_script_post_sample": [],
360
+ "prioritized_callbacks_script_on_mask_blend": [],
361
+ "prioritized_callbacks_script_postprocess_maskoverlay": [],
362
+ "postprocessing_disable_in_extras": [],
363
+ "set_scale_by_when_changing_upscaler": false,
364
+ "control_net_detectedmap_dir": "detected_maps",
365
+ "control_net_models_path": "",
366
+ "control_net_modules_path": "",
367
+ "control_net_unit_count": 3,
368
+ "control_net_model_cache_size": 2,
369
+ "control_net_inpaint_blur_sigma": 7,
370
+ "control_net_no_detectmap": false,
371
+ "control_net_detectmap_autosaving": false,
372
+ "control_net_allow_script_control": false,
373
+ "control_net_sync_field_args": true,
374
+ "controlnet_show_batch_images_in_ui": false,
375
+ "controlnet_increment_seed_during_batch": false,
376
+ "controlnet_disable_openpose_edit": false,
377
+ "controlnet_disable_photopea_edit": false,
378
+ "controlnet_photopea_warning": true,
379
+ "controlnet_ignore_noninpaint_mask": false,
380
+ "controlnet_clip_detector_on_cpu": false,
381
+ "tabs_ex_delay": 10,
382
+ "tabs_ex_act_color": "greenyellow",
383
+ "tabs_ex_forge": false,
384
+ "tabs_ex_sort": false,
385
+ "model_toolkit_fix_clip": true,
386
+ "model_toolkit_autoprune": false,
387
+ "hires_fix_tweaks_outdir_hires_fix": "",
388
+ "prioritized_callbacks_script_before_process_batch": [],
389
+ "prioritized_callbacks_script_postprocess": [],
390
+ "prioritized_callbacks_script_postprocess_batch": [],
391
+ "prioritized_callbacks_script_postprocess_batch_list": [],
392
+ "hires_fix_tweaks_append_separator": "{newline}",
393
+ "hires_fix_tweaks_prepend_separator": "{newline}",
394
+ "hires_fix_tweaks_show_hr_cfg": true,
395
+ "hires_fix_tweaks_show_hr_batch_seed": true,
396
+ "hires_fix_tweaks_show_hr_remove_fp_extra_networks": true,
397
+ "hires_fix_tweaks_show_hr_prompt_mode": true,
398
+ "hires_fix_tweaks_marker_char": "@",
399
+ "hires_fix_tweaks_hires_prompt_mode_ui_type": "Radio",
400
+ "dp_ignore_whitespace": false,
401
+ "dp_write_raw_template": false,
402
+ "dp_write_prompts_to_file": false,
403
+ "dp_parser_variant_start": "{",
404
+ "dp_parser_variant_end": "}",
405
+ "dp_parser_wildcard_wrap": "__",
406
+ "dp_limit_jinja_prompts": false,
407
+ "dp_auto_purge_cache": false,
408
+ "dp_wildcard_manager_no_dedupe": false,
409
+ "dp_wildcard_manager_no_sort": false,
410
+ "dp_wildcard_manager_shuffle": false,
411
+ "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
412
+ "dp_magicprompt_batch_size": 1,
413
+ "prioritized_callbacks_before_image_saved": [],
414
+ "bilingual_localization_enabled": true,
415
+ "bilingual_localization_logger": false,
416
+ "bilingual_localization_file": "None",
417
+ "bilingual_localization_order": "Translation First",
418
+ "bilingual_localization_dirs": "{}",
419
+ "tabs_ex_open": true,
420
+ "controlnet_trt_unit_count": 3,
421
+ "controlnet_control_type_dropdown": false,
422
+ "prioritized_callbacks_script_after_component": [],
423
+ "lora_bundled_ti_to_infotext": true,
424
+ "s_min_uncond_all": false,
425
+ "skip_early_cond": 0,
426
+ "sdxl_clip_l_skip": false,
427
+ "prioritized_callbacks_after_component": [],
428
+ "prioritized_callbacks_script_postprocess_image": [],
429
+ "profiling_enable": false,
430
+ "profiling_activities": [
431
+ "CPU"
432
+ ],
433
+ "profiling_record_shapes": true,
434
+ "profiling_profile_memory": true,
435
+ "profiling_with_stack": true,
436
+ "profiling_filename": "trace.json",
437
+ "readme_browser_tab_location": "Extensions -> Readme files",
438
+ "readme_browser_hide_disabled_extensions": false,
439
+ "readme_browser_need_cache": true,
440
+ "readme_browser_need_cache_on_startup": false,
441
+ "readme_browser_cache_location": "",
442
+ "readme_browser_wiki_location": "",
443
+ "promptgen_names": "AUTOMATIC/promptgen-lexart, AUTOMATIC/promptgen-majinai-safe, AUTOMATIC/promptgen-majinai-unsafe",
444
+ "promptgen_device": "gpu"
445
+ }