File size: 28,607 Bytes
e2103e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
{
    "gradio_theme": "NoCrypt/miku",
    "lora_preferred_name": "Filename",
    "samples_filename_pattern": "[model_name]_[seed]",
    "show_progressbar": true,
    "show_progress_grid": true,
    "show_progress_every_n_steps": 2,
    "live_previews_enable": true,
    "live_previews_image_format": "webp",
    "live_preview_allow_lowvram_full": false,
    "live_preview_content": "Prompt",
    "live_preview_refresh_period": 100.0,
    "live_preview_fast_interrupt": true,
    "quicksettings_list": [
        "sd_model_checkpoint",
        "sd_vae",
        "CLIP_stop_at_last_layers"
    ],
    "ui_tab_order": [
        "txt2img",
        "img2img",
        "Extras",
        "Image Info",
        "HUB",
        "Infinite image browsing",
        "SuperMerger"
    ],
    "hidden_tabs": [
        "PNG Info",
        "Train",
        "Checkpoint Merger"
    ],
    "extra_networks_card_width": 200.0,
    "extra_networks_card_height": 300.0,
    "extra_networks_card_text_scale": 0.8,
    "ldsr_steps": 100,
    "ldsr_cached": false,
    "SCUNET_tile": 256,
    "SCUNET_tile_overlap": 8,
    "SWIN_tile": 192,
    "SWIN_tile_overlap": 8,
    "SWIN_torch_compile": false,
    "control_net_detectedmap_dir": "detected_maps",
    "control_net_models_path": "",
    "control_net_modules_path": "",
    "control_net_unit_count": 3,
    "control_net_model_cache_size": 5,
    "control_net_ipadapter_cache_size": 5,
    "control_net_no_detectmap": false,
    "control_net_detectmap_autosaving": false,
    "control_net_allow_script_control": false,
    "control_net_sync_field_args": true,
    "controlnet_show_batch_images_in_ui": false,
    "controlnet_increment_seed_during_batch": false,
    "controlnet_disable_openpose_edit": false,
    "controlnet_disable_photopea_edit": false,
    "controlnet_photopea_warning": true,
    "controlnet_input_thumbnail": true,
    "bmab_debug_print": false,
    "bmab_debug_logging": false,
    "bmab_show_extends": false,
    "bmab_test_function": false,
    "bmab_keep_original_setting": false,
    "bmab_save_image_before_process": false,
    "bmab_save_image_after_process": false,
    "bmab_for_developer": false,
    "bmab_use_dino_predict": false,
    "bmab_max_detailing_element": 0,
    "bmab_detail_full": true,
    "bmab_optimize_vram": "None",
    "bmab_mask_model": "sam_vit_b",
    "bmab_use_specific_model": false,
    "bmab_model": "",
    "bmab_cn_openpose": "control_v11p_sd15_openpose_fp16 [73c2b67d]",
    "bmab_cn_lineart": "control_v11p_sd15_lineart_fp16 [5c23b17d]",
    "bmab_cn_inpaint": "control_v11p_sd15_inpaint_fp16 [be8bc0ed]",
    "bmab_cn_tile_resample": "control_v11f1e_sd15_tile_fp16 [3b860298]",
    "bmab_cn_inpaint_depth_hand": "control_sd15_inpaint_depth_hand_fp16 [09456e54]",
    "bmab_cn_ipadapter": "ip-adapter-plus_sd15 [836b5c2e]",
    "bmab_additional_checkpoint_path": "",
    "ad_max_models": 4,
    "ad_extra_models_dir": "",
    "ad_save_images_dir": "",
    "ad_save_previews": false,
    "ad_save_images_before": false,
    "ad_only_selected_scripts": true,
    "ad_script_names": "dynamic_prompting,dynamic_thresholding,lora_block_weight,negpip,wildcard_recursive,wildcards",
    "ad_bbox_sortby": "None",
    "ad_same_seed_for_each_tab": false,
    "ad_dynamic_denoise_power": 0,
    "ad_match_inpaint_bbox_size": "Off",
    "tac_tagFile": "danbooru.csv",
    "tac_active": true,
    "tac_activeIn.txt2img": true,
    "tac_activeIn.img2img": true,
    "tac_activeIn.negativePrompts": true,
    "tac_activeIn.thirdParty": true,
    "tac_activeIn.modelList": "",
    "tac_activeIn.modelListMode": "Blacklist",
    "tac_slidingPopup": true,
    "tac_maxResults": 5,
    "tac_showAllResults": false,
    "tac_resultStepLength": 100,
    "tac_delayTime": 100,
    "tac_useWildcards": true,
    "tac_sortWildcardResults": true,
    "tac_wildcardExclusionList": "",
    "tac_skipWildcardRefresh": false,
    "tac_useEmbeddings": true,
    "tac_forceRefreshEmbeddings": false,
    "tac_includeEmbeddingsInNormalResults": false,
    "tac_useHypernetworks": true,
    "tac_useLoras": true,
    "tac_useLycos": true,
    "tac_useLoraPrefixForLycos": true,
    "tac_showWikiLinks": false,
    "tac_showExtraNetworkPreviews": true,
    "tac_modelSortOrder": "Name",
    "tac_useStyleVars": false,
    "tac_frequencySort": true,
    "tac_frequencyFunction": "Logarithmic (weak)",
    "tac_frequencyMinCount": 3,
    "tac_frequencyMaxAge": 30,
    "tac_frequencyRecommendCap": 10,
    "tac_frequencyIncludeAlias": false,
    "tac_replaceUnderscores": true,
    "tac_undersocreReplacementExclusionList": "0_0,(o)_(o),+_+,+_-,._.,<o>_<o>,<|>_<|>,=_=,>_<,3_3,6_9,>_o,@_@,^_^,o_o,u_u,x_x,|_|,||_||",
    "tac_escapeParentheses": true,
    "tac_appendComma": true,
    "tac_appendSpace": true,
    "tac_alwaysSpaceAtEnd": true,
    "tac_modelKeywordCompletion": "Never",
    "tac_modelKeywordLocation": "Start of prompt",
    "tac_wildcardCompletionMode": "To next folder level",
    "tac_alias.searchByAlias": true,
    "tac_alias.onlyShowAlias": false,
    "tac_translation.translationFile": "None",
    "tac_translation.oldFormat": false,
    "tac_translation.searchByTranslation": true,
    "tac_translation.liveTranslation": false,
    "tac_extra.extraFile": "extra-quality-tags.csv",
    "tac_extra.addMode": "Insert before",
    "tac_chantFile": "demo-chants.json",
    "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}",
    "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}",
    "tac_refreshTempFiles": "Refresh TAC temp files",
    "use_aria2": true,
    "disable_dns": false,
    "show_log": false,
    "split_aria2": 64,
    "aria2_flags": "",
    "unpack_zip": false,
    "save_api_info": false,
    "auto_save_all_img": false,
    "custom_api_key": "",
    "hide_early_access": true,
    "use_LORA": true,
    "dot_subfolders": true,
    "use_local_html": false,
    "local_path_in_html": false,
    "page_header": false,
    "video_playback": true,
    "individual_meta_btn": true,
    "model_desc_to_json": true,
    "civitai_not_found_print": true,
    "civitai_send_to_browser": false,
    "image_location": "",
    "sub_image_location": true,
    "save_to_custom": false,
    "custom_civitai_proxy": "",
    "cabundle_path_proxy": "",
    "disable_sll_proxy": false,
    "Checkpoint_default_subfolder": "None",
    "LORA_LoCon_default_subfolder": "None",
    "TextualInversion_default_subfolder": "None",
    "Poses_default_subfolder": "None",
    "Controlnet_default_subfolder": "None",
    "Hypernetwork_default_subfolder": "None",
    "MotionModule_default_subfolder": "None",
    "SWINIR_upscale_default_subfolder": "None",
    "REALESRGAN_upscale_default_subfolder": "None",
    "GFPGAN_upscale_default_subfolder": "None",
    "BSRGAN_upscale_default_subfolder": "None",
    "ESRGAN_upscale_default_subfolder": "None",
    "VAE_default_subfolder": "None",
    "AestheticGradient_default_subfolder": "None",
    "Wildcards_default_subfolder": "None",
    "Workflows_default_subfolder": "None",
    "Other_default_subfolder": "None",
    "dp_ignore_whitespace": false,
    "dp_write_raw_template": true,
    "dp_write_prompts_to_file": false,
    "dp_parser_variant_start": "{",
    "dp_parser_variant_end": "}",
    "dp_parser_wildcard_wrap": "___",
    "dp_limit_jinja_prompts": false,
    "dp_auto_purge_cache": false,
    "dp_wildcard_manager_no_dedupe": false,
    "dp_wildcard_manager_no_sort": true,
    "dp_wildcard_manager_shuffle": false,
    "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
    "dp_magicprompt_batch_size": 1,
    "regprp_debug": false,
    "regprp_hidepmask": false,
    "bilingual_localization_enabled": true,
    "bilingual_localization_logger": false,
    "bilingual_localization_file": "None",
    "bilingual_localization_order": "Translation First",
    "bilingual_localization_dirs": "{\"ja_JP\": \"extensions/stable-diffusion-webui-localization-ja_JP/localizations/ja_JP.json\", \"ks_JP\": \"extensions/stable-diffusion-webui-localization-ja_JP/localizations/ks_JP.json\"}",
    "wildcards_same_seed": false,
    "wildcards_write_infotext": true,
    "sd_checkpoint_hash": "40880c42a87c03ffdc0fad31b805b759b1d1d58f4e3bbe9d558cf3d9415a2957",
    "sd_model_checkpoint": "noobmerge_bV05.safetensors [40880c42a8]",
    "outdir_samples": "",
    "outdir_txt2img_samples": "outputs/txt2img-images",
    "outdir_img2img_samples": "outputs/img2img-images",
    "outdir_extras_samples": "outputs/extras-images",
    "outdir_grids": "",
    "outdir_txt2img_grids": "outputs/txt2img-grids",
    "outdir_img2img_grids": "outputs/img2img-grids",
    "outdir_save": "log/images",
    "outdir_init_images": "outputs/init-images",
    "samples_save": true,
    "samples_format": "png",
    "save_images_add_number": true,
    "save_images_replace_action": "Replace",
    "grid_save": false,
    "grid_format": "png",
    "grid_extended_filename": false,
    "grid_only_if_multiple": true,
    "grid_prevent_empty_spots": false,
    "grid_zip_filename_pattern": "",
    "n_rows": -1,
    "font": "",
    "grid_text_active_color": "#000000",
    "grid_text_inactive_color": "#999999",
    "grid_background_color": "#ffffff",
    "save_images_before_face_restoration": false,
    "save_images_before_highres_fix": false,
    "save_images_before_color_correction": false,
    "save_mask": false,
    "save_mask_composite": false,
    "jpeg_quality": 80,
    "webp_lossless": false,
    "export_for_4chan": false,
    "img_downscale_threshold": 4.0,
    "target_side_length": 4000.0,
    "img_max_size_mp": 200.0,
    "use_original_name_batch": true,
    "use_upscaler_name_as_suffix": false,
    "save_selected_only": true,
    "save_write_log_csv": true,
    "save_init_img": false,
    "temp_dir": "",
    "clean_temp_dir_at_start": false,
    "save_incomplete_images": false,
    "notification_audio": true,
    "notification_volume": 100,
    "save_to_dirs": true,
    "grid_save_to_dirs": true,
    "use_save_to_dirs_for_ui": false,
    "directories_filename_pattern": "[date]",
    "directories_max_prompt_words": 8,
    "auto_backcompat": true,
    "use_old_emphasis_implementation": false,
    "use_old_karras_scheduler_sigmas": false,
    "no_dpmpp_sde_batch_determinism": false,
    "use_old_hires_fix_width_height": false,
    "hires_fix_use_firstpass_conds": false,
    "use_old_scheduling": false,
    "use_downcasted_alpha_bar": false,
    "refiner_switch_by_sample_steps": false,
    "use_old_clip_g_load_and_ztsnr_application": false,
    "lora_functional": false,
    "extra_networks_show_hidden_directories": true,
    "extra_networks_dir_button_function": false,
    "extra_networks_hidden_models": "When searched",
    "extra_networks_default_multiplier": 1,
    "extra_networks_card_show_desc": true,
    "extra_networks_card_description_is_html": false,
    "extra_networks_card_order_field": "Path",
    "extra_networks_card_order": "Ascending",
    "extra_networks_tree_view_style": "Tree",
    "extra_networks_tree_view_default_enabled": true,
    "extra_networks_tree_view_default_width": 180.0,
    "extra_networks_add_text_separator": " ",
    "ui_extra_networks_tab_reorder": "",
    "textual_inversion_print_at_load": false,
    "textual_inversion_add_hashes_to_infotext": true,
    "sd_hypernetwork": "None",
    "textual_inversion_image_embedding_data_cache": false,
    "sd_lora": "None",
    "lora_add_hashes_to_infotext": true,
    "lora_bundled_ti_to_infotext": true,
    "lora_show_all": false,
    "lora_hide_unknown_for_versions": [],
    "lora_in_memory_limit": 0,
    "lora_not_found_warning_console": false,
    "lora_not_found_gradio_warning": false,
    "model_management_type": "Old",
    "cross_attention_optimization": "Automatic",
    "s_min_uncond": 0,
    "s_min_uncond_all": false,
    "token_merging_ratio": 0,
    "token_merging_ratio_img2img": 0,
    "token_merging_ratio_hr": 0,
    "pad_cond_uncond": false,
    "pad_cond_uncond_v0": false,
    "persistent_cond_cache": true,
    "batch_cond_uncond": true,
    "fp8_storage": "Disable",
    "cache_fp16_weight": false,
    "sd_processing": "reForge OG",
    "sd_sampler_cfg_denoiser": "reForge",
    "sd_sampling": "A1111",
    "hide_samplers": [
        "DPM++ 2M",
        "DPM++ SDE",
        "DPM++ 2M SDE",
        "DPM++ 2M SDE Heun",
        "DPM++ 2S a",
        "DPM++ 3M SDE"
    ],
    "eta_ddim": 0,
    "ddim_discretize": "uniform",
    "eta_ancestral": 1,
    "s_churn": 0,
    "s_tmin": 0,
    "s_tmax": 0,
    "s_noise": 1,
    "dpmpp_sde_r": 0.5,
    "dpmpp_2m_sde_solver": "midpoint",
    "sigma_min": 0.0,
    "sigma_max": 0.0,
    "rho": 0.0,
    "eta_noise_seed_delta": 0,
    "always_discard_next_to_last_sigma": false,
    "sgm_noise_multiplier": false,
    "uni_pc_variant": "bh1",
    "uni_pc_skip_type": "time_uniform",
    "uni_pc_order": 3,
    "uni_pc_lower_order_final": true,
    "sd_noise_schedule": "Default",
    "skip_early_cond": 0,
    "karras_rho": 7,
    "exponential_shrink_factor": 0,
    "polyexponential_rho": 1,
    "sinusoidal_sf_factor": 3.5,
    "invcosinusoidal_sf_factor": 3.5,
    "react_cosinusoidal_dynsf_factor": 2.15,
    "beta_dist_alpha": 0.6,
    "beta_dist_beta": 0.6,
    "cosine_sf_factor": 1,
    "cosexpblend_exp_decay": 0.9,
    "phi_power": 2,
    "laplace_mu": 0,
    "laplace_beta": 0.5,
    "karras_dynamic_rho": 7,
    "ays_custom_sigmas": "[14.615, 6.315, 3.771, 2.181, 1.342, 0.862, 0.555, 0.380, 0.234, 0.113, 0.029]",
    "reforge_karras_rho": 7,
    "reforge_exponential_shrink_factor": 0,
    "reforge_polyexponential_rho": 1,
    "reforge_ays_custom_sigmas": "[14.615, 6.315, 3.771, 2.181, 1.342, 0.862, 0.555, 0.380, 0.234, 0.113, 0.029]",
    "reforge_normal_sgm": false,
    "reforge_beta_dist_alpha": 0.6,
    "reforge_beta_dist_beta": 0.6,
    "reforge_cosine_sf_factor": 1,
    "reforge_cosexpblend_exp_decay": 0.9,
    "reforge_phi_power": 2,
    "reforge_laplace_mu": 0,
    "reforge_laplace_beta": 0.5,
    "reforge_karras_dynamic_rho": 7,
    "reforge_sinusoidal_sf_factor": 3.5,
    "reforge_invcosinusoidal_sf_factor": 3.5,
    "reforge_react_cosinusoidal_dynsf_factor": 2.15,
    "sd_checkpoints_limit": 1,
    "sd_checkpoints_keep_in_cpu": true,
    "sd_checkpoint_cache": 0,
    "sd_unet": "Automatic",
    "enable_quantization": false,
    "emphasis": "Original",
    "enable_batch_seeds": true,
    "comma_padding_backtrack": 20,
    "sdxl_clip_l_skip": false,
    "upcast_attn": false,
    "randn_source": "GPU",
    "tiling": false,
    "hires_fix_refiner_pass": "second pass",
    "enable_prompt_comments": true,
    "sd3_enable_t5": false,
    "sdxl_crop_top": 0.0,
    "sdxl_crop_left": 0.0,
    "sdxl_refiner_low_aesthetic_score": 2.5,
    "sdxl_refiner_high_aesthetic_score": 6.0,
    "sd_vae_checkpoint_cache": 0,
    "sd_vae_overrides_per_model_preferences": true,
    "auto_vae_precision_bfloat16": false,
    "auto_vae_precision": true,
    "sd_vae_encode_method": "Full",
    "sd_vae_decode_method": "Full",
    "inpainting_mask_weight": 1,
    "initial_noise_multiplier": 1,
    "img2img_extra_noise": 0,
    "img2img_color_correction": false,
    "img2img_fix_steps": false,
    "img2img_background_color": "#ffffff",
    "img2img_editor_height": 720,
    "img2img_sketch_default_brush_color": "#ffffff",
    "img2img_inpaint_mask_brush_color": "#ffffff",
    "img2img_inpaint_sketch_default_brush_color": "#ffffff",
    "return_mask": false,
    "return_mask_composite": false,
    "img2img_batch_show_results_limit": 32,
    "overlay_inpaint": true,
    "ancestral_eta": 1,
    "euler_og_s_churn": 0,
    "euler_og_s_tmin": 0,
    "euler_og_s_noise": 1,
    "euler_ancestral_og_eta": 1,
    "euler_ancestral_og_s_noise": 1,
    "heun_og_s_churn": 0,
    "heun_og_s_tmin": 0,
    "heun_og_s_noise": 1,
    "dpm_2s_ancestral_og_eta": 1,
    "dpm_2s_ancestral_og_s_noise": 1,
    "dpmpp_sde_og_eta": 1,
    "dpmpp_sde_og_s_noise": 1,
    "dpmpp_sde_og_r": 0.5,
    "dpmpp_2m_sde_og_eta": 1,
    "dpmpp_2m_sde_og_s_noise": 1,
    "dpmpp_2m_sde_og_solver_type": "midpoint",
    "dpmpp_3m_sde_og_eta": 1,
    "dpmpp_3m_sde_og_s_noise": 1,
    "heunpp2_s_churn": 0,
    "heunpp2_s_tmin": 0,
    "heunpp2_s_noise": 1,
    "ipndm_max_order": 4,
    "ipndm_v_max_order": 4,
    "deis_max_order": 3,
    "deis_mode": "tab",
    "kohaku_lonyu_yog_s_churn": 0,
    "kohaku_lonyu_yog_s_tmin": 0,
    "kohaku_lonyu_yog_s_noise": 1,
    "kohaku_lonyu_yog_eta": 1,
    "euler_ancestral_cfg_pp_eta": 1,
    "euler_ancestral_cfg_pp_s_noise": 1,
    "dpmpp_2s_ancestral_cfg_pp_eta": 1,
    "dpmpp_2s_ancestral_cfg_pp_s_noise": 1,
    "dpmpp_sde_cfg_pp_eta": 1,
    "dpmpp_sde_cfg_pp_s_noise": 1,
    "dpmpp_sde_cfg_pp_r": 0.5,
    "dpmpp_2s_ancestral_dyn_eta": 1,
    "dpmpp_2s_ancestral_dyn_s_noise": 1,
    "dpmpp_2s_ancestral_intern_eta": 1,
    "dpmpp_2s_ancestral_intern_s_noise": 1,
    "dpmpp_3m_sde_cfg_pp_eta": 1,
    "dpmpp_3m_sde_cfg_pp_s_noise": 1,
    "euler_dy_s_churn": 0,
    "euler_dy_s_tmin": 0,
    "euler_dy_s_noise": 1,
    "euler_smea_dy_s_churn": 0,
    "euler_smea_dy_s_tmin": 0,
    "euler_smea_dy_s_noise": 1,
    "euler_negative_s_churn": 0,
    "euler_negative_s_tmin": 0,
    "euler_negative_s_noise": 1,
    "euler_dy_negative_s_churn": 0,
    "euler_dy_negative_s_tmin": 0,
    "euler_dy_negative_s_noise": 1,
    "dpmpp_2m_dy_s_noise": 1,
    "dpmpp_2m_dy_s_dy_pow": -1,
    "dpmpp_2m_dy_s_extra_steps": true,
    "dpmpp_3m_dy_s_noise": 1,
    "dpmpp_3m_dy_s_dy_pow": -1,
    "dpmpp_3m_dy_s_extra_steps": true,
    "dpmpp_2m_sde_dy_eta": 1,
    "dpmpp_2m_sde_dy_s_noise": 1,
    "dpmpp_2m_sde_dy_solver_type": "midpoint",
    "dpmpp_2m_sde_dy_s_dy_pow": -1,
    "dpmpp_2m_sde_dy_s_extra_steps": true,
    "dpmpp_3m_sde_dy_eta": 1,
    "dpmpp_3m_sde_dy_s_noise": 1,
    "dpmpp_3m_sde_dy_s_dy_pow": -1,
    "dpmpp_3m_sde_dy_s_extra_steps": true,
    "euler_dy_cfg_pp_s_churn": 0,
    "euler_dy_cfg_pp_s_tmin": 0,
    "euler_dy_cfg_pp_s_noise": 1,
    "euler_dy_cfg_pp_s_dy_pow": -1,
    "euler_dy_cfg_pp_s_extra_steps": true,
    "euler_smea_dy_cfg_pp_s_churn": 0,
    "euler_smea_dy_cfg_pp_s_tmin": 0,
    "euler_smea_dy_cfg_pp_s_noise": 1,
    "euler_smea_dy_cfg_pp_s_dy_pow": -1,
    "euler_smea_dy_cfg_pp_s_extra_steps": true,
    "euler_ancestral_dy_cfg_pp_eta": 1,
    "euler_ancestral_dy_cfg_pp_s_noise": 1,
    "euler_ancestral_dy_cfg_pp_s_dy_pow": -1,
    "euler_ancestral_dy_cfg_pp_s_extra_steps": true,
    "dpmpp_2m_dy_cfg_pp_s_noise": 1,
    "dpmpp_2m_dy_cfg_pp_s_dy_pow": -1,
    "dpmpp_2m_dy_cfg_pp_s_extra_steps": true,
    "ode_bosh3_rtol": -2.5,
    "ode_bosh3_atol": -3.5,
    "ode_bosh3_max_steps": 250,
    "ode_fehlberg2_rtol": -4,
    "ode_fehlberg2_atol": -6,
    "ode_fehlberg2_max_steps": 250,
    "ode_adaptive_heun_rtol": -2.5,
    "ode_adaptive_heun_atol": -3.5,
    "ode_adaptive_heun_max_steps": 250,
    "ode_dopri5_rtol": -2,
    "ode_dopri5_atol": -3,
    "ode_dopri5_max_steps": 250,
    "ode_custom_solver": "dopri5",
    "ode_custom_rtol": -3,
    "ode_custom_atol": -4,
    "ode_custom_max_steps": 250,
    "dpm_fast_s_noise": 1,
    "dpm_adaptive_s_noise": 1,
    "dpm2_ancestral_s_noise": 1,
    "return_grid": true,
    "do_not_show_images": false,
    "js_modal_lightbox": true,
    "js_modal_lightbox_initially_zoomed": true,
    "js_modal_lightbox_gamepad": false,
    "js_modal_lightbox_gamepad_repeat": 250.0,
    "sd_webui_modal_lightbox_icon_opacity": 1,
    "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
    "gallery_height": "",
    "open_dir_button_choice": "Subdirectory",
    "hires_button_gallery_inset": false,
    "enable_pnginfo": true,
    "save_txt": false,
    "add_model_name_to_info": true,
    "add_model_hash_to_info": true,
    "add_vae_name_to_info": true,
    "add_vae_hash_to_info": true,
    "add_user_name_to_info": false,
    "add_version_to_infotext": true,
    "disable_weights_auto_swap": true,
    "infotext_skip_pasting": [],
    "infotext_styles": "Apply if any",
    "show_progress_type": "Approx NN",
    "js_live_preview_in_modal_lightbox": false,
    "prevent_screen_sleep_during_generation": true,
    "keyedit_precision_attention": 0.1,
    "keyedit_precision_extra": 0.05,
    "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
    "keyedit_delimiters_whitespace": [
        "Tab",
        "Carriage Return",
        "Line Feed"
    ],
    "keyedit_move": true,
    "disable_token_counters": false,
    "include_styles_into_token_counters": true,
    "extra_options_txt2img": [],
    "extra_options_img2img": [],
    "extra_options_cols": 1,
    "extra_options_accordion": false,
    "compact_prompt_box": false,
    "samplers_in_dropdown": true,
    "dimensions_and_batch_together": true,
    "sd_checkpoint_dropdown_use_short": false,
    "hires_fix_show_sampler": false,
    "hires_fix_show_prompts": false,
    "txt2img_settings_accordion": false,
    "img2img_settings_accordion": false,
    "interrupt_after_current": true,
    "localization": "ja_JP",
    "ui_reorder_list": [],
    "gradio_themes_cache": true,
    "show_progress_in_title": true,
    "send_seed": true,
    "send_size": true,
    "enable_reloading_ui_scripts": false,
    "api_enable_requests": true,
    "api_forbid_local_requests": true,
    "api_useragent": "",
    "prioritized_callbacks_app_started": [],
    "prioritized_callbacks_model_loaded": [],
    "prioritized_callbacks_ui_tabs": [],
    "prioritized_callbacks_ui_settings": [],
    "prioritized_callbacks_before_image_saved": [],
    "prioritized_callbacks_after_component": [],
    "prioritized_callbacks_infotext_pasted": [],
    "prioritized_callbacks_script_unloaded": [],
    "prioritized_callbacks_before_ui": [],
    "prioritized_callbacks_on_reload": [],
    "prioritized_callbacks_list_optimizers": [],
    "prioritized_callbacks_before_token_counter": [],
    "prioritized_callbacks_script_before_process": [],
    "prioritized_callbacks_script_process": [],
    "prioritized_callbacks_script_before_process_batch": [],
    "prioritized_callbacks_script_process_batch": [],
    "prioritized_callbacks_script_postprocess": [],
    "prioritized_callbacks_script_postprocess_batch_list": [],
    "prioritized_callbacks_script_post_sample": [],
    "prioritized_callbacks_script_on_mask_blend": [],
    "prioritized_callbacks_script_postprocess_image": [],
    "prioritized_callbacks_script_postprocess_maskoverlay": [],
    "prioritized_callbacks_script_after_component": [],
    "profiling_enable": false,
    "profiling_activities": [
        "CPU"
    ],
    "profiling_record_shapes": true,
    "profiling_profile_memory": true,
    "profiling_with_stack": true,
    "profiling_filename": "trace.json",
    "auto_launch_browser": "Local",
    "enable_console_prompts": false,
    "show_warnings": false,
    "show_gradio_deprecation_warnings": true,
    "memmon_poll_rate": 8,
    "samples_log_stdout": false,
    "multiple_tqdm": true,
    "enable_upscale_progressbar": true,
    "print_hypernet_extra": false,
    "list_hidden_files": true,
    "disable_mmap_load_safetensors": false,
    "hide_ldm_prints": true,
    "dump_stacks_on_signal": false,
    "concurrent_git_fetch_limit": 16,
    "face_restoration": false,
    "face_restoration_model": "CodeFormer",
    "code_former_weight": 0.5,
    "face_restoration_unload": false,
    "postprocessing_enable_in_main_ui": [],
    "postprocessing_disable_in_extras": [],
    "postprocessing_operation_order": [],
    "upscaling_max_images_in_cache": 5,
    "postprocessing_existing_caption_action": "Ignore",
    "unload_sd_during_upscale": false,
    "ESRGAN_tile": 256,
    "ESRGAN_tile_overlap": 32,
    "RCAN_tile": 512,
    "RCAN_tile_overlap": 32,
    "DAT_tile": 192,
    "DAT_tile_overlap": 32,
    "HAT_tile": 256,
    "HAT_tile_overlap": 32,
    "SRFormer_tile": 176,
    "SRFormer_tile_overlap": 32,
    "GRL_tile": 256,
    "GRL_tile_overlap": 32,
    "OmniSR_tile": 256,
    "OmniSR_tile_overlap": 32,
    "SPAN_tile": 256,
    "SPAN_tile_overlap": 32,
    "COMPACT_tile": 0,
    "COMPACT_tile_overlap": 32,
    "realesrgan_enabled_models": [
        "R-ESRGAN 4x+",
        "R-ESRGAN 4x+ Anime6B"
    ],
    "dat_enabled_models": [
        "DAT x2",
        "DAT x3",
        "DAT x4"
    ],
    "set_scale_by_when_changing_upscaler": false,
    "unload_models_when_training": false,
    "pin_memory": false,
    "save_optimizer_state": false,
    "save_training_settings_to_txt": true,
    "dataset_filename_word_regex": "",
    "dataset_filename_join_string": " ",
    "training_image_repeats_per_epoch": 1,
    "training_write_csv_every": 500.0,
    "training_xattention_optimizations": false,
    "training_enable_tensorboard": false,
    "training_tensorboard_save_images": false,
    "training_tensorboard_flush_every": 120.0,
    "canvas_hotkey_zoom": "Alt",
    "canvas_hotkey_adjust": "Ctrl",
    "canvas_hotkey_shrink_brush": "Q",
    "canvas_hotkey_grow_brush": "W",
    "canvas_hotkey_move": "F",
    "canvas_hotkey_fullscreen": "S",
    "canvas_hotkey_reset": "R",
    "canvas_hotkey_overlap": "O",
    "canvas_show_tooltip": true,
    "canvas_auto_expand": true,
    "canvas_blur_prompt": false,
    "canvas_disabled_functions": [
        "Overlap"
    ],
    "interrogate_keep_models_in_memory": false,
    "interrogate_return_ranks": false,
    "interrogate_clip_num_beams": 1,
    "interrogate_clip_min_length": 24,
    "interrogate_clip_max_length": 48,
    "interrogate_clip_dict_limit": 1500.0,
    "interrogate_clip_skip_categories": [],
    "interrogate_deepbooru_score_threshold": 0.5,
    "deepbooru_sort_alpha": true,
    "deepbooru_use_spaces": true,
    "deepbooru_escape": true,
    "deepbooru_filter_tags": "",
    "simple_dimension_preset_config": "# square\n1024 x 1024\n\n\n> Portrait\n640 x 1536\n768 x 1344\n832 x 1216\n896 x 1152\n\n\n> Landscape\n1536 x 640\n1344 x 768\n1216 x 832\n1152 x 896",
    "custom_sampler_name": "euler_comfy",
    "custom_sampler_eta": 1,
    "custom_sampler_s_noise": 1,
    "custom_sampler_solver_type": "midpoint",
    "custom_sampler_r": 0.5,
    "custom_cfg_conds": 8,
    "custom_cfg_cond2_negative": 8,
    "cond_stage_model_device_compatibility_check": false,
    "stealth_pnginfo_opt": "None",
    "PLKSR_tile": 512,
    "PLKSR_tile_overlap": 32,
    "regprp_regional_prompter_disable_iamgeeditor": false,
    "regprp_old_active_check": false,
    "CLIP_stop_at_last_layers": 1,
    "enable_prompt_comments_def": false
}