zym1 commited on
Commit
4fcb570
·
verified ·
1 Parent(s): a1cc3a0

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +403 -470
  2. ui-config.json +1 -1
config.json CHANGED
@@ -1,460 +1,109 @@
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,
9
- "grid_only_if_multiple": true,
10
- "grid_prevent_empty_spots": false,
11
- "n_rows": -1,
12
- "enable_pnginfo": true,
13
- "save_txt": true,
14
- "save_images_before_face_restoration": false,
15
- "save_images_before_highres_fix": false,
16
- "save_images_before_color_correction": false,
17
- "save_mask": false,
18
- "save_mask_composite": false,
19
- "jpeg_quality": 100,
20
- "webp_lossless": false,
21
- "export_for_4chan": true,
22
- "img_downscale_threshold": 4.0,
23
- "target_side_length": 4000,
24
- "img_max_size_mp": 200,
25
- "use_original_name_batch": true,
26
- "use_upscaler_name_as_suffix": false,
27
- "save_selected_only": true,
28
- "save_init_img": false,
29
- "temp_dir": "",
30
- "clean_temp_dir_at_start": false,
31
- "outdir_samples": "",
32
- "outdir_txt2img_samples": "outputs/txt2img-images",
33
- "outdir_img2img_samples": "outputs/img2img-images",
34
- "outdir_extras_samples": "outputs/extras-images",
35
- "outdir_grids": "",
36
- "outdir_txt2img_grids": "outputs/txt2img-grids",
37
- "outdir_img2img_grids": "outputs/img2img-grids",
38
- "outdir_save": "log/images",
39
- "outdir_init_images": "outputs/init-images",
40
- "save_to_dirs": true,
41
- "grid_save_to_dirs": true,
42
- "use_save_to_dirs_for_ui": false,
43
- "directories_filename_pattern": "[date]",
44
- "directories_max_prompt_words": 8,
45
- "ESRGAN_tile": 192,
46
- "ESRGAN_tile_overlap": 8,
47
- "realesrgan_enabled_models": [
48
- "R-ESRGAN 4x+",
49
- "R-ESRGAN 4x+ Anime6B"
50
- ],
51
- "upscaler_for_img2img": "None",
52
- "SCUNET_tile": 256,
53
- "SCUNET_tile_overlap": 8,
54
- "face_restoration_model": "CodeFormer",
55
- "code_former_weight": 0.5,
56
- "face_restoration_unload": false,
57
- "show_warnings": false,
58
- "memmon_poll_rate": 8,
59
- "samples_log_stdout": false,
60
- "multiple_tqdm": true,
61
- "print_hypernet_extra": false,
62
- "unload_models_when_training": false,
63
- "pin_memory": false,
64
- "save_optimizer_state": false,
65
- "save_training_settings_to_txt": true,
66
- "dataset_filename_word_regex": "",
67
- "dataset_filename_join_string": " ",
68
- "training_image_repeats_per_epoch": 1,
69
- "training_write_csv_every": 500,
70
- "training_xattention_optimizations": false,
71
- "training_enable_tensorboard": false,
72
- "training_tensorboard_save_images": false,
73
- "training_tensorboard_flush_every": 120,
74
- "sd_model_checkpoint": "sanae.safetensors",
75
- "sd_checkpoint_cache": 0,
76
- "sd_vae_checkpoint_cache": 0,
77
- "sd_vae": "sdxl_vae_fp16_fix.safetensors",
78
- "sd_vae_as_default": true,
79
- "inpainting_mask_weight": 1.0,
80
- "initial_noise_multiplier": 1.0,
81
- "img2img_color_correction": false,
82
- "img2img_fix_steps": false,
83
- "img2img_background_color": "#ffffff",
84
- "enable_quantization": false,
85
- "enable_emphasis": true,
86
- "enable_batch_seeds": true,
87
- "comma_padding_backtrack": 20,
88
- "CLIP_stop_at_last_layers": 2,
89
- "upcast_attn": false,
90
- "randn_source": "GPU",
91
- "use_old_emphasis_implementation": false,
92
- "use_old_karras_scheduler_sigmas": false,
93
- "no_dpmpp_sde_batch_determinism": false,
94
- "use_old_hires_fix_width_height": false,
95
- "dont_fix_second_order_samplers_schedule": false,
96
- "interrogate_keep_models_in_memory": false,
97
- "interrogate_return_ranks": false,
98
- "interrogate_clip_num_beams": 1,
99
- "interrogate_clip_min_length": 24,
100
- "interrogate_clip_max_length": 48,
101
- "interrogate_clip_dict_limit": 1500,
102
- "interrogate_clip_skip_categories": [],
103
- "interrogate_deepbooru_score_threshold": 0.5,
104
- "deepbooru_sort_alpha": true,
105
- "deepbooru_use_spaces": false,
106
- "deepbooru_escape": true,
107
- "deepbooru_filter_tags": "",
108
- "extra_networks_default_view": "cards",
109
- "extra_networks_default_multiplier": 1.0,
110
- "extra_networks_card_width": 0,
111
- "extra_networks_card_height": 0,
112
- "extra_networks_add_text_separator": " ",
113
- "sd_hypernetwork": "None",
114
- "return_grid": true,
115
- "return_mask": false,
116
- "return_mask_composite": false,
117
- "do_not_show_images": false,
118
- "add_model_hash_to_info": true,
119
- "add_model_name_to_info": true,
120
- "disable_weights_auto_swap": true,
121
- "send_seed": true,
122
- "send_size": true,
123
- "font": "",
124
- "js_modal_lightbox": true,
125
- "js_modal_lightbox_initially_zoomed": true,
126
- "show_progress_in_title": true,
127
- "samplers_in_dropdown": true,
128
- "dimensions_and_batch_together": true,
129
- "keyedit_precision_attention": 0.1,
130
- "keyedit_precision_extra": 0.05,
131
- "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
132
- "quicksettings": "sd_model_checkpoint,sd_vae,CLIP_stop_at_last_layers",
133
- "hidden_tabs": [],
134
- "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
135
- "ui_extra_networks_tab_reorder": "",
136
- "localization": "zh_CN",
137
- "gradio_theme": "NoCrypt/miku",
138
- "show_progressbar": true,
139
- "live_previews_enable": false,
140
- "show_progress_grid": true,
141
- "show_progress_every_n_steps": 10,
142
- "show_progress_type": "Approx NN",
143
- "live_preview_content": "Prompt",
144
- "live_preview_refresh_period": 10,
145
- "hide_samplers": [
146
- "LMS",
147
- "Heun",
148
- "DPM++ 2M Karras",
149
- "DPM++ 2S a Karras",
150
- "DPM++ 3M SDE",
151
- "DPM++ 2S a",
152
- "DPM++ 2M",
153
- "DPM++ SDE Karras",
154
- "DPM++ SDE",
155
- "Restart",
156
- "DPM++ 3M SDE Karras",
157
- "DPM++ 3M SDE Exponential",
158
- "PLMS",
159
- "UniPC",
160
- "LCM",
161
- "DPM++ 2M SDE Karras",
162
- "DPM++ 2M SDE",
163
- "Euler",
164
- "DPM++ 2M SDE Heun Karras",
165
- "DPM++ 2M SDE Heun Exponential",
166
- "DPM2 a Karras",
167
- "DPM2 Karras",
168
- "LMS Karras",
169
- "DPM fast",
170
- "DPM++ 2M SDE Heun",
171
- "DPM++ 2M SDE Exponential",
172
- "DDIM",
173
- "DPM2",
174
- "DPM2 a",
175
- "DPM adaptive"
176
- ],
177
- "eta_ddim": 0.0,
178
- "eta_ancestral": 1.0,
179
- "ddim_discretize": "uniform",
180
- "s_churn": 0.0,
181
- "s_min_uncond": 0,
182
- "s_tmin": 0.0,
183
- "s_noise": 1.0,
184
- "eta_noise_seed_delta": 31338,
185
- "always_discard_next_to_last_sigma": false,
186
- "uni_pc_variant": "bh1",
187
- "uni_pc_skip_type": "time_uniform",
188
- "uni_pc_order": 3,
189
- "uni_pc_lower_order_final": true,
190
- "postprocessing_enable_in_main_ui": [
191
- "Upscale",
192
- "CodeFormer"
193
- ],
194
- "postprocessing_operation_order": [
195
- "Upscale",
196
- "CodeFormer"
197
- ],
198
- "upscaling_max_images_in_cache": 5,
199
- "disabled_extensions": [
200
- "Cozy-Nest",
201
- "openpose-editor"
202
- ],
203
- "disable_all_extensions": "none",
204
- "restore_config_state_file": "",
205
- "sd_checkpoint_hash": null,
206
  "ldsr_steps": 100,
207
  "ldsr_cached": false,
 
 
208
  "SWIN_tile": 192,
209
  "SWIN_tile_overlap": 8,
210
- "sd_lora": "None",
 
 
 
 
 
 
 
 
 
211
  "tac_tagFile": "danbooru.csv",
212
  "tac_active": true,
213
  "tac_activeIn.txt2img": true,
214
  "tac_activeIn.img2img": true,
215
  "tac_activeIn.negativePrompts": true,
216
- "tac_activeIn.thirdParty": true,
217
  "tac_activeIn.modelList": "",
218
  "tac_activeIn.modelListMode": "Blacklist",
219
  "tac_slidingPopup": true,
220
- "tac_maxResults": 100.0,
221
  "tac_showAllResults": false,
222
- "tac_resultStepLength": 100.0,
223
- "tac_delayTime": 100.0,
224
  "tac_useWildcards": true,
 
 
 
225
  "tac_useEmbeddings": true,
 
 
226
  "tac_useHypernetworks": true,
227
  "tac_useLoras": true,
228
  "tac_useLycos": true,
 
229
  "tac_showWikiLinks": false,
 
 
 
 
 
 
 
 
 
230
  "tac_replaceUnderscores": true,
 
231
  "tac_escapeParentheses": true,
232
  "tac_appendComma": true,
 
 
 
 
 
233
  "tac_alias.searchByAlias": true,
234
  "tac_alias.onlyShowAlias": false,
235
  "tac_translation.translationFile": "danbooru.zh_CN.csv",
236
  "tac_translation.oldFormat": false,
237
  "tac_translation.searchByTranslation": true,
 
238
  "tac_extra.extraFile": "extra-quality-tags.csv",
239
  "tac_extra.addMode": "Insert before",
240
- "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}",
241
- "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}",
242
- "control_net_model_config": "models/cldm_v15.yaml",
243
- "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
244
- "control_net_detectedmap_dir": "detected_maps",
245
- "control_net_models_path": "",
246
- "control_net_modules_path": "",
247
- "control_net_max_models_num": 3,
248
- "control_net_model_cache_size": 1,
249
- "control_net_no_detectmap": false,
250
- "control_net_detectmap_autosaving": false,
251
- "control_net_allow_script_control": false,
252
- "control_net_sync_field_args": false,
253
- "controlnet_show_batch_images_in_ui": false,
254
- "controlnet_increment_seed_during_batch": false,
255
- "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others",
256
- "image_browser_hidden_components": [
257
- "Ranking Bar",
258
- "Copy to directory",
259
- "Ranking Filter"
260
- ],
261
- "image_browser_with_subdirs": true,
262
- "image_browser_preload": false,
263
- "image_browser_copy_image": false,
264
- "image_browser_delete_message": true,
265
- "image_browser_txt_files": true,
266
- "image_browser_debug_level": "0 - none",
267
- "image_browser_delete_recycle": true,
268
- "image_browser_scan_exif": true,
269
- "image_browser_mod_shift": false,
270
- "image_browser_mod_ctrl_shift": false,
271
- "image_browser_enable_maint": true,
272
- "image_browser_ranking_pnginfo": false,
273
- "image_browser_page_columns": 6.0,
274
- "image_browser_page_rows": 6.0,
275
- "image_browser_pages_perload": 20.0,
276
- "image_browser_use_thumbnail": false,
277
- "image_browser_thumbnail_size": 200.0,
278
- "image_browser_swipe": false,
279
- "image_browser_img_tooltips": true,
280
- "image_browser_scoring_type": "aesthetic_score",
281
- "image_browser_show_progress": true,
282
- "ctp_flavor": "mocha",
283
- "accent_color": "maroon",
284
- "openpose3d_use_online_version": false,
285
- "model_toolkit_fix_clip": false,
286
- "model_toolkit_autoprune": false,
287
  "tac_chantFile": "demo-chants.json",
288
- "sd_vae_overrides_per_model_preferences": false,
289
- "quicksettings_list": [
290
- "sd_model_checkpoint",
291
- "sd_vae",
292
- "CLIP_stop_at_last_layers"
293
- ],
294
- "ui_reorder_list": [
295
- "inpaint",
296
- "sampler",
297
- "checkboxes",
298
- "hires_fix",
299
- "dimensions",
300
- "cfg",
301
- "seed",
302
- "batch",
303
- "override_settings",
304
- "scripts"
305
- ],
306
- "grid_zip_filename_pattern": "",
307
- "grid_text_active_color": "#000000",
308
- "grid_text_inactive_color": "#999999",
309
- "grid_background_color": "#ffffff",
310
- "save_incomplete_images": false,
311
- "SWIN_torch_compile": false,
312
- "face_restoration": false,
313
- "auto_launch_browser": "Local",
314
- "show_gradio_deprecation_warnings": true,
315
- "list_hidden_files": true,
316
- "disable_mmap_load_safetensors": false,
317
- "hide_ldm_prints": true,
318
- "api_enable_requests": true,
319
- "api_forbid_local_requests": true,
320
- "api_useragent": "",
321
- "sd_checkpoints_limit": 1,
322
- "sd_checkpoints_keep_in_cpu": true,
323
- "sd_unet": "Automatic",
324
- "tiling": false,
325
- "hires_fix_refiner_pass": "second pass",
326
- "sdxl_crop_top": 0.0,
327
- "sdxl_crop_left": 0.0,
328
- "sdxl_refiner_low_aesthetic_score": 2.5,
329
- "sdxl_refiner_high_aesthetic_score": 6.0,
330
- "auto_vae_precision": true,
331
- "sd_vae_encode_method": "Full",
332
- "sd_vae_decode_method": "Full",
333
- "img2img_extra_noise": 0,
334
- "img2img_editor_height": 720,
335
- "img2img_sketch_default_brush_color": "#ffffff",
336
- "img2img_inpaint_mask_brush_color": "#ffffff",
337
- "img2img_inpaint_sketch_default_brush_color": "#ffffff",
338
- "cross_attention_optimization": "xformers",
339
- "token_merging_ratio": 0,
340
- "token_merging_ratio_img2img": 0,
341
- "token_merging_ratio_hr": 0,
342
- "pad_cond_uncond": false,
343
- "persistent_cond_cache": true,
344
- "batch_cond_uncond": true,
345
- "hires_fix_use_firstpass_conds": false,
346
- "use_old_scheduling": false,
347
- "lora_functional": false,
348
- "extra_networks_show_hidden_directories": true,
349
- "extra_networks_hidden_models": "When searched",
350
- "extra_networks_card_text_scale": 1,
351
- "extra_networks_card_show_desc": true,
352
- "textual_inversion_print_at_load": false,
353
- "textual_inversion_add_hashes_to_infotext": true,
354
- "lora_preferred_name": "Alias from file",
355
- "lora_add_hashes_to_infotext": true,
356
- "lora_show_all": false,
357
- "lora_hide_unknown_for_versions": [],
358
- "lora_in_memory_limit": 0,
359
- "gradio_themes_cache": true,
360
- "gallery_height": "",
361
- "js_modal_lightbox_gamepad": false,
362
- "js_modal_lightbox_gamepad_repeat": 250.0,
363
- "keyedit_move": true,
364
- "ui_tab_order": [],
365
- "hires_fix_show_sampler": false,
366
- "hires_fix_show_prompts": false,
367
- "disable_token_counters": false,
368
- "extra_options_txt2img": [
369
- "eta_ddim",
370
- "eta_ancestral",
371
- "s_noise",
372
- "eta_noise_seed_delta",
373
- "always_discard_next_to_last_sigma",
374
- "s_tmin",
375
- "s_tmax",
376
- "sgm_noise_multiplier"
377
- ],
378
- "extra_options_img2img": [],
379
- "extra_options_cols": 1,
380
- "extra_options_accordion": false,
381
- "add_user_name_to_info": false,
382
- "add_version_to_infotext": true,
383
- "infotext_styles": "Apply if any",
384
- "live_previews_image_format": "png",
385
- "live_preview_allow_lowvram_full": false,
386
- "live_preview_fast_interrupt": false,
387
- "s_tmax": 0,
388
- "k_sched_type": "Automatic",
389
- "sigma_min": 0.0,
390
- "sigma_max": 0.0,
391
- "rho": 0.0,
392
- "sgm_noise_multiplier": false,
393
- "canvas_hotkey_zoom": "Alt",
394
- "canvas_hotkey_adjust": "Ctrl",
395
- "canvas_hotkey_move": "F",
396
- "canvas_hotkey_fullscreen": "S",
397
- "canvas_hotkey_reset": "R",
398
- "canvas_hotkey_overlap": "O",
399
- "canvas_show_tooltip": true,
400
- "canvas_auto_expand": true,
401
- "canvas_blur_prompt": false,
402
- "canvas_disabled_functions": [
403
- "Overlap"
404
- ],
405
- "tac_sortWildcardResults": true,
406
- "tac_showExtraNetworkPreviews": true,
407
- "tac_appendSpace": true,
408
- "tac_alwaysSpaceAtEnd": true,
409
- "tac_modelKeywordCompletion": "Never",
410
- "tac_wildcardCompletionMode": "To next folder level",
411
- "tac_translation.liveTranslation": false,
412
  "tac_refreshTempFiles": "Refresh TAC temp files",
413
- "deforum_keep_3d_models_in_vram": false,
414
- "deforum_enable_persistent_settings": false,
415
- "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
416
- "deforum_ffmpeg_location": "/opt/conda/envs/venv/lib/python3.10/site-packages/imageio_ffmpeg/binaries/ffmpeg-linux64-v4.2.2",
417
- "deforum_ffmpeg_crf": 17,
418
- "deforum_ffmpeg_preset": "slow",
419
- "deforum_debug_mode_enabled": false,
420
- "deforum_save_gen_info_as_srt": false,
421
- "deforum_embed_srt": false,
422
- "deforum_save_gen_info_as_srt_params": [
423
- "Noise Schedule"
424
- ],
425
- "deforum_preview": "Off",
426
- "deforum_preview_interval_frames": 100,
427
- "image_browser_height_auto": false,
428
- "image_browser_info_add": false,
429
- "hypertile_enable_unet": false,
430
- "hypertile_enable_unet_secondpass": false,
431
- "hypertile_max_depth_unet": 3,
432
- "hypertile_max_tile_unet": 256,
433
- "hypertile_swap_size_unet": 3,
434
- "hypertile_enable_vae": false,
435
- "hypertile_max_depth_vae": 3,
436
- "hypertile_max_tile_vae": 128,
437
- "hypertile_swap_size_vae": 3,
438
- "tac_wildcardExclusionList": "",
439
- "tac_skipWildcardRefresh": false,
440
- "tac_includeEmbeddingsInNormalResults": false,
441
- "tac_useLoraPrefixForLycos": true,
442
- "tac_modelSortOrder": "Name",
443
- "tac_useStyleVars": false,
444
- "tac_modelKeywordLocation": "Start of prompt",
445
- "ad_max_models": 2,
446
  "ad_extra_models_dir": "",
 
447
  "ad_save_previews": false,
448
  "ad_save_images_before": false,
449
- "ad_only_seleted_scripts": true,
450
- "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip,soft_inpainting",
451
  "ad_bbox_sortby": "None",
452
- "ad_same_seed_for_each_tap": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  "animatediff_model_path": "",
454
  "animatediff_default_save_formats": [
455
  "GIF",
456
  "PNG"
457
  ],
 
 
 
 
458
  "animatediff_optimize_gif_palette": false,
459
  "animatediff_optimize_gif_gifsicle": false,
460
  "animatediff_mp4_crf": 23,
@@ -462,115 +111,332 @@
462
  "animatediff_mp4_tune": "",
463
  "animatediff_webp_quality": 80,
464
  "animatediff_webp_lossless": false,
465
- "animatediff_save_to_custom": false,
466
- "animatediff_xformers": "Optimize attention layers with xformers",
467
- "animatediff_disable_lcm": false,
468
  "animatediff_s3_enable": false,
469
  "animatediff_s3_host": "",
470
  "animatediff_s3_port": "",
471
  "animatediff_s3_access_key": "",
472
  "animatediff_s3_secret_key": "",
473
  "animatediff_s3_storge_bucket": "",
474
- "image_browser_thumbnail_crop": false,
475
- "image_browser_video_pos": "Above",
476
- "image_browser_video_x": 640,
477
- "image_browser_video_y": 640,
478
- "dp_ignore_whitespace": false,
479
- "dp_write_raw_template": false,
480
- "dp_write_prompts_to_file": false,
481
- "dp_parser_variant_start": "{",
482
- "dp_parser_variant_end": "}",
483
- "dp_parser_wildcard_wrap": "__",
484
- "dp_limit_jinja_prompts": false,
485
- "dp_auto_purge_cache": false,
486
- "dp_wildcard_manager_no_dedupe": false,
487
- "dp_wildcard_manager_no_sort": false,
488
- "dp_wildcard_manager_shuffle": false,
489
- "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
490
- "dp_magicprompt_batch_size": 1,
491
- "save_images_replace_action": "Replace",
492
- "notification_audio": true,
493
- "notification_volume": 100,
494
- "extra_networks_dir_button_function": false,
495
- "extra_networks_card_order_field": "Path",
496
- "extra_networks_card_order": "Ascending",
497
- "img2img_batch_show_results_limit": 32,
498
- "add_vae_name_to_info": true,
499
- "add_vae_hash_to_info": true,
500
- "infotext_skip_pasting": [],
501
- "js_live_preview_in_modal_lightbox": false,
502
- "keyedit_delimiters_whitespace": [
503
- "Tab",
504
- "Carriage Return",
505
- "Line Feed"
506
- ],
507
- "compact_prompt_box": false,
508
- "sd_checkpoint_dropdown_use_short": false,
509
- "txt2img_settings_accordion": false,
510
- "img2img_settings_accordion": false,
511
- "enable_console_prompts": true,
512
- "dump_stacks_on_signal": false,
513
- "postprocessing_existing_caption_action": "Ignore",
514
  "control_net_unit_count": 3,
 
515
  "control_net_inpaint_blur_sigma": 7,
 
 
 
 
 
 
516
  "controlnet_disable_openpose_edit": false,
517
  "controlnet_disable_photopea_edit": false,
518
  "controlnet_photopea_warning": true,
519
  "controlnet_ignore_noninpaint_mask": false,
520
  "controlnet_clip_detector_on_cpu": false,
521
- "regprp_debug": false,
522
- "regprp_hidepmask": false,
523
- "tac_frequencySort": true,
524
- "tac_frequencyFunction": "Logarithmic (weak)",
525
- "tac_frequencyMinCount": 3,
526
- "tac_frequencyMaxAge": 30,
527
- "tac_frequencyRecommendCap": 10,
528
- "tac_frequencyIncludeAlias": false,
529
- "ad_only_selected_scripts": true,
530
- "ad_same_seed_for_each_tab": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
  "image_browser_info_format": true,
532
  "image_browser_info_order": "Prompt,Negative prompt,Model,VAE,Sampler,Schedule,Steps,CFG scale,Seed,Size",
 
 
 
 
 
 
533
  "encrypt_image_is_enable": "是",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
534
  "save_write_log_csv": true,
 
 
 
 
 
 
 
 
 
 
 
535
  "auto_backcompat": true,
 
 
 
 
 
 
536
  "use_downcasted_alpha_bar": false,
537
  "refiner_switch_by_sample_steps": false,
 
 
 
 
 
 
 
 
 
538
  "extra_networks_card_description_is_html": false,
 
 
539
  "extra_networks_tree_view_style": "Tree",
540
  "extra_networks_tree_view_default_enabled": true,
541
  "extra_networks_tree_view_default_width": 180.0,
 
 
 
 
 
 
 
 
 
542
  "lora_bundled_ti_to_infotext": true,
 
 
 
543
  "lora_not_found_warning_console": false,
544
  "lora_not_found_gradio_warning": false,
 
 
545
  "s_min_uncond_all": false,
 
 
 
 
546
  "pad_cond_uncond_v0": false,
 
 
547
  "fp8_storage": "Disable",
548
  "cache_fp16_weight": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  "sd_noise_schedule": "Default",
550
  "skip_early_cond": 0,
551
  "beta_dist_alpha": 0.6,
552
  "beta_dist_beta": 0.6,
 
 
 
 
 
553
  "emphasis": "Original",
 
 
554
  "sdxl_clip_l_skip": false,
 
 
 
 
 
555
  "enable_prompt_comments": true,
556
  "sd3_enable_t5": false,
 
 
 
 
 
 
 
557
  "auto_vae_precision_bfloat16": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
558
  "overlay_inpaint": true,
 
 
 
 
 
 
559
  "sd_webui_modal_lightbox_icon_opacity": 1,
560
  "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
 
561
  "open_dir_button_choice": "Subdirectory",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
  "prevent_screen_sleep_during_generation": true,
 
 
 
 
 
 
 
 
 
 
563
  "include_styles_into_token_counters": true,
 
 
 
 
 
 
 
 
 
 
 
 
564
  "interrupt_after_current": true,
 
 
 
 
 
 
 
 
 
 
 
 
565
  "enable_reloading_ui_scripts": false,
 
 
 
566
  "prioritized_callbacks_app_started": [],
567
  "prioritized_callbacks_model_loaded": [],
568
  "prioritized_callbacks_ui_tabs": [],
569
  "prioritized_callbacks_ui_settings": [],
 
 
570
  "prioritized_callbacks_after_component": [],
571
  "prioritized_callbacks_infotext_pasted": [],
572
  "prioritized_callbacks_script_unloaded": [],
573
  "prioritized_callbacks_before_ui": [],
 
574
  "prioritized_callbacks_list_optimizers": [],
575
  "prioritized_callbacks_before_token_counter": [],
576
  "prioritized_callbacks_script_before_process": [],
@@ -585,6 +451,7 @@
585
  "prioritized_callbacks_script_on_mask_blend": [],
586
  "prioritized_callbacks_script_postprocess_image": [],
587
  "prioritized_callbacks_script_postprocess_maskoverlay": [],
 
588
  "profiling_enable": false,
589
  "profiling_activities": [
590
  "CPU"
@@ -593,8 +460,35 @@
593
  "profiling_profile_memory": true,
594
  "profiling_with_stack": true,
595
  "profiling_filename": "trace.json",
 
 
 
 
 
 
 
596
  "enable_upscale_progressbar": true,
 
 
 
 
 
 
 
 
 
 
 
597
  "postprocessing_disable_in_extras": [],
 
 
 
 
 
 
 
 
 
598
  "dat_enabled_models": [
599
  "DAT x2",
600
  "DAT x3",
@@ -603,6 +497,45 @@
603
  "DAT_tile": 192,
604
  "DAT_tile_overlap": 8,
605
  "set_scale_by_when_changing_upscaler": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  "canvas_hotkey_shrink_brush": "Q",
607
- "canvas_hotkey_grow_brush": "W"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  }
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "ldsr_steps": 100,
3
  "ldsr_cached": false,
4
+ "SCUNET_tile": 256,
5
+ "SCUNET_tile_overlap": 8,
6
  "SWIN_tile": 192,
7
  "SWIN_tile_overlap": 8,
8
+ "SWIN_torch_compile": false,
9
+ "hypertile_enable_unet": false,
10
+ "hypertile_enable_unet_secondpass": false,
11
+ "hypertile_max_depth_unet": 3,
12
+ "hypertile_max_tile_unet": 256,
13
+ "hypertile_swap_size_unet": 3,
14
+ "hypertile_enable_vae": false,
15
+ "hypertile_max_depth_vae": 3,
16
+ "hypertile_max_tile_vae": 128,
17
+ "hypertile_swap_size_vae": 3,
18
  "tac_tagFile": "danbooru.csv",
19
  "tac_active": true,
20
  "tac_activeIn.txt2img": true,
21
  "tac_activeIn.img2img": true,
22
  "tac_activeIn.negativePrompts": true,
23
+ "tac_activeIn.thirdParty": false,
24
  "tac_activeIn.modelList": "",
25
  "tac_activeIn.modelListMode": "Blacklist",
26
  "tac_slidingPopup": true,
27
+ "tac_maxResults": 5,
28
  "tac_showAllResults": false,
29
+ "tac_resultStepLength": 100,
30
+ "tac_delayTime": 100,
31
  "tac_useWildcards": true,
32
+ "tac_sortWildcardResults": true,
33
+ "tac_wildcardExclusionList": "",
34
+ "tac_skipWildcardRefresh": false,
35
  "tac_useEmbeddings": true,
36
+ "tac_forceRefreshEmbeddings": false,
37
+ "tac_includeEmbeddingsInNormalResults": false,
38
  "tac_useHypernetworks": true,
39
  "tac_useLoras": true,
40
  "tac_useLycos": true,
41
+ "tac_useLoraPrefixForLycos": true,
42
  "tac_showWikiLinks": false,
43
+ "tac_showExtraNetworkPreviews": true,
44
+ "tac_modelSortOrder": "Name",
45
+ "tac_useStyleVars": false,
46
+ "tac_frequencySort": true,
47
+ "tac_frequencyFunction": "Logarithmic (weak)",
48
+ "tac_frequencyMinCount": 3,
49
+ "tac_frequencyMaxAge": 30,
50
+ "tac_frequencyRecommendCap": 10,
51
+ "tac_frequencyIncludeAlias": false,
52
  "tac_replaceUnderscores": true,
53
+ "tac_undersocreReplacementExclusionList": "0_0,(o)_(o),+_+,+_-,._.,<o>_<o>,<|>_<|>,=_=,>_<,3_3,6_9,>_o,@_@,^_^,o_o,u_u,x_x,|_|,||_||",
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": "danbooru.zh_CN.csv",
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 \"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}",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dp_ignore_whitespace": false,
85
+ "dp_write_raw_template": false,
86
+ "dp_write_prompts_to_file": false,
87
+ "dp_parser_variant_start": "{",
88
+ "dp_parser_variant_end": "}",
89
+ "dp_parser_wildcard_wrap": "__",
90
+ "dp_limit_jinja_prompts": false,
91
+ "dp_auto_purge_cache": false,
92
+ "dp_wildcard_manager_no_dedupe": false,
93
+ "dp_wildcard_manager_no_sort": false,
94
+ "dp_wildcard_manager_shuffle": false,
95
+ "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
96
+ "dp_magicprompt_batch_size": 1,
97
+ "openpose3d_use_online_version": false,
98
  "animatediff_model_path": "",
99
  "animatediff_default_save_formats": [
100
  "GIF",
101
  "PNG"
102
  ],
103
+ "animatediff_save_to_custom": true,
104
+ "animatediff_frame_extract_path": "",
105
+ "animatediff_frame_extract_remove": false,
106
+ "animatediff_default_frame_extract_method": "ffmpeg",
107
  "animatediff_optimize_gif_palette": false,
108
  "animatediff_optimize_gif_gifsicle": false,
109
  "animatediff_mp4_crf": 23,
 
111
  "animatediff_mp4_tune": "",
112
  "animatediff_webp_quality": 80,
113
  "animatediff_webp_lossless": false,
 
 
 
114
  "animatediff_s3_enable": false,
115
  "animatediff_s3_host": "",
116
  "animatediff_s3_port": "",
117
  "animatediff_s3_access_key": "",
118
  "animatediff_s3_secret_key": "",
119
  "animatediff_s3_storge_bucket": "",
120
+ "control_net_detectedmap_dir": "detected_maps",
121
+ "control_net_models_path": "",
122
+ "control_net_modules_path": "",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  "control_net_unit_count": 3,
124
+ "control_net_model_cache_size": 2,
125
  "control_net_inpaint_blur_sigma": 7,
126
+ "control_net_no_detectmap": false,
127
+ "control_net_detectmap_autosaving": false,
128
+ "control_net_allow_script_control": false,
129
+ "control_net_sync_field_args": true,
130
+ "controlnet_show_batch_images_in_ui": false,
131
+ "controlnet_increment_seed_during_batch": false,
132
  "controlnet_disable_openpose_edit": false,
133
  "controlnet_disable_photopea_edit": false,
134
  "controlnet_photopea_warning": true,
135
  "controlnet_ignore_noninpaint_mask": false,
136
  "controlnet_clip_detector_on_cpu": false,
137
+ "controlnet_control_type_dropdown": false,
138
+ "deforum_keep_3d_models_in_vram": false,
139
+ "deforum_enable_persistent_settings": false,
140
+ "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
141
+ "deforum_ffmpeg_location": "/kaggle/opt/conda/envs/venv/lib/python3.10/site-packages/imageio_ffmpeg/binaries/ffmpeg-linux-x86_64-v7.0.2",
142
+ "deforum_ffmpeg_crf": 17,
143
+ "deforum_ffmpeg_preset": "slow",
144
+ "deforum_debug_mode_enabled": false,
145
+ "deforum_save_gen_info_as_srt": false,
146
+ "deforum_embed_srt": false,
147
+ "deforum_save_gen_info_as_srt_params": [
148
+ "Noise Schedule"
149
+ ],
150
+ "deforum_preview": "Off",
151
+ "deforum_preview_interval_frames": 100,
152
+ "old_active_check_lbw": false,
153
+ "qic_use_syntax_highlighting_python_output": true,
154
+ "qic_use_syntax_highlighting_javascript_output": true,
155
+ "qic_default_num_lines": 30,
156
+ "qic_hide_warning": false,
157
+ "ctp_flavor": "mocha",
158
+ "accent_color": "maroon",
159
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
160
+ "image_browser_hidden_components": [],
161
+ "image_browser_with_subdirs": true,
162
+ "image_browser_preload": false,
163
+ "image_browser_copy_image": false,
164
+ "image_browser_delete_message": true,
165
+ "image_browser_txt_files": true,
166
+ "image_browser_debug_level": "0 - none",
167
+ "image_browser_delete_recycle": true,
168
+ "image_browser_scan_exif": true,
169
+ "image_browser_mod_shift": false,
170
+ "image_browser_mod_ctrl_shift": false,
171
+ "image_browser_swipe": false,
172
+ "image_browser_ranking_pnginfo": false,
173
+ "image_browser_page_columns": 6,
174
+ "image_browser_page_rows": 6,
175
+ "image_browser_pages_perload": 20,
176
+ "image_browser_height_auto": false,
177
+ "image_browser_use_thumbnail": false,
178
+ "image_browser_thumbnail_size": 200,
179
+ "image_browser_thumbnail_crop": false,
180
+ "image_browser_img_tooltips": true,
181
+ "image_browser_show_progress": true,
182
  "image_browser_info_format": true,
183
  "image_browser_info_order": "Prompt,Negative prompt,Model,VAE,Sampler,Schedule,Steps,CFG scale,Seed,Size",
184
+ "image_browser_info_add": false,
185
+ "image_browser_video_pos": "Above",
186
+ "image_browser_video_x": 640,
187
+ "image_browser_video_y": 640,
188
+ "sd_model_checkpoint": "noob-V1.1.safetensors",
189
+ "sd_checkpoint_hash": null,
190
  "encrypt_image_is_enable": "是",
191
+ "outdir_samples": "",
192
+ "outdir_txt2img_samples": "outputs/txt2img-images",
193
+ "outdir_img2img_samples": "outputs/img2img-images",
194
+ "outdir_extras_samples": "outputs/extras-images",
195
+ "outdir_grids": "",
196
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
197
+ "outdir_img2img_grids": "outputs/img2img-grids",
198
+ "outdir_save": "log/images",
199
+ "outdir_init_images": "outputs/init-images",
200
+ "samples_save": true,
201
+ "samples_format": "png",
202
+ "samples_filename_pattern": "",
203
+ "save_images_add_number": true,
204
+ "save_images_replace_action": "Replace",
205
+ "grid_save": true,
206
+ "grid_format": "png",
207
+ "grid_extended_filename": false,
208
+ "grid_only_if_multiple": true,
209
+ "grid_prevent_empty_spots": false,
210
+ "grid_zip_filename_pattern": "",
211
+ "n_rows": -1,
212
+ "font": "",
213
+ "grid_text_active_color": "#000000",
214
+ "grid_text_inactive_color": "#999999",
215
+ "grid_background_color": "#ffffff",
216
+ "save_images_before_face_restoration": false,
217
+ "save_images_before_highres_fix": false,
218
+ "save_images_before_color_correction": false,
219
+ "save_mask": false,
220
+ "save_mask_composite": false,
221
+ "jpeg_quality": 80,
222
+ "webp_lossless": false,
223
+ "export_for_4chan": true,
224
+ "img_downscale_threshold": 4.0,
225
+ "target_side_length": 4000.0,
226
+ "img_max_size_mp": 200.0,
227
+ "use_original_name_batch": true,
228
+ "use_upscaler_name_as_suffix": false,
229
+ "save_selected_only": true,
230
  "save_write_log_csv": true,
231
+ "save_init_img": false,
232
+ "temp_dir": "",
233
+ "clean_temp_dir_at_start": false,
234
+ "save_incomplete_images": false,
235
+ "notification_audio": true,
236
+ "notification_volume": 100,
237
+ "save_to_dirs": true,
238
+ "grid_save_to_dirs": true,
239
+ "use_save_to_dirs_for_ui": false,
240
+ "directories_filename_pattern": "[date]",
241
+ "directories_max_prompt_words": 8,
242
  "auto_backcompat": true,
243
+ "use_old_emphasis_implementation": false,
244
+ "use_old_karras_scheduler_sigmas": false,
245
+ "no_dpmpp_sde_batch_determinism": false,
246
+ "use_old_hires_fix_width_height": false,
247
+ "hires_fix_use_firstpass_conds": false,
248
+ "use_old_scheduling": false,
249
  "use_downcasted_alpha_bar": false,
250
  "refiner_switch_by_sample_steps": false,
251
+ "lora_functional": false,
252
+ "extra_networks_show_hidden_directories": true,
253
+ "extra_networks_dir_button_function": false,
254
+ "extra_networks_hidden_models": "When searched",
255
+ "extra_networks_default_multiplier": 1,
256
+ "extra_networks_card_width": 0.0,
257
+ "extra_networks_card_height": 0.0,
258
+ "extra_networks_card_text_scale": 1,
259
+ "extra_networks_card_show_desc": true,
260
  "extra_networks_card_description_is_html": false,
261
+ "extra_networks_card_order_field": "Path",
262
+ "extra_networks_card_order": "Ascending",
263
  "extra_networks_tree_view_style": "Tree",
264
  "extra_networks_tree_view_default_enabled": true,
265
  "extra_networks_tree_view_default_width": 180.0,
266
+ "extra_networks_add_text_separator": " ",
267
+ "ui_extra_networks_tab_reorder": "",
268
+ "textual_inversion_print_at_load": false,
269
+ "textual_inversion_add_hashes_to_infotext": true,
270
+ "sd_hypernetwork": "None",
271
+ "textual_inversion_image_embedding_data_cache": false,
272
+ "sd_lora": "None",
273
+ "lora_preferred_name": "Alias from file",
274
+ "lora_add_hashes_to_infotext": true,
275
  "lora_bundled_ti_to_infotext": true,
276
+ "lora_show_all": false,
277
+ "lora_hide_unknown_for_versions": [],
278
+ "lora_in_memory_limit": 0,
279
  "lora_not_found_warning_console": false,
280
  "lora_not_found_gradio_warning": false,
281
+ "cross_attention_optimization": "Automatic",
282
+ "s_min_uncond": 0,
283
  "s_min_uncond_all": false,
284
+ "token_merging_ratio": 0,
285
+ "token_merging_ratio_img2img": 0,
286
+ "token_merging_ratio_hr": 0,
287
+ "pad_cond_uncond": false,
288
  "pad_cond_uncond_v0": false,
289
+ "persistent_cond_cache": true,
290
+ "batch_cond_uncond": true,
291
  "fp8_storage": "Disable",
292
  "cache_fp16_weight": false,
293
+ "hide_samplers": [],
294
+ "eta_ddim": 0,
295
+ "eta_ancestral": 1,
296
+ "ddim_discretize": "uniform",
297
+ "s_churn": 0,
298
+ "s_tmin": 0,
299
+ "s_tmax": 0,
300
+ "s_noise": 1,
301
+ "sigma_min": 0.0,
302
+ "sigma_max": 0.0,
303
+ "rho": 0.0,
304
+ "eta_noise_seed_delta": 0,
305
+ "always_discard_next_to_last_sigma": false,
306
+ "sgm_noise_multiplier": false,
307
+ "uni_pc_variant": "bh1",
308
+ "uni_pc_skip_type": "time_uniform",
309
+ "uni_pc_order": 3,
310
+ "uni_pc_lower_order_final": true,
311
  "sd_noise_schedule": "Default",
312
  "skip_early_cond": 0,
313
  "beta_dist_alpha": 0.6,
314
  "beta_dist_beta": 0.6,
315
+ "sd_checkpoints_limit": 1,
316
+ "sd_checkpoints_keep_in_cpu": true,
317
+ "sd_checkpoint_cache": 0,
318
+ "sd_unet": "Automatic",
319
+ "enable_quantization": false,
320
  "emphasis": "Original",
321
+ "enable_batch_seeds": true,
322
+ "comma_padding_backtrack": 20,
323
  "sdxl_clip_l_skip": false,
324
+ "CLIP_stop_at_last_layers": 1,
325
+ "upcast_attn": false,
326
+ "randn_source": "GPU",
327
+ "tiling": false,
328
+ "hires_fix_refiner_pass": "second pass",
329
  "enable_prompt_comments": true,
330
  "sd3_enable_t5": false,
331
+ "sdxl_crop_top": 0.0,
332
+ "sdxl_crop_left": 0.0,
333
+ "sdxl_refiner_low_aesthetic_score": 2.5,
334
+ "sdxl_refiner_high_aesthetic_score": 6.0,
335
+ "sd_vae_checkpoint_cache": 0,
336
+ "sd_vae": "Automatic",
337
+ "sd_vae_overrides_per_model_preferences": true,
338
  "auto_vae_precision_bfloat16": false,
339
+ "auto_vae_precision": true,
340
+ "sd_vae_encode_method": "Full",
341
+ "sd_vae_decode_method": "Full",
342
+ "inpainting_mask_weight": 1,
343
+ "initial_noise_multiplier": 1,
344
+ "img2img_extra_noise": 0,
345
+ "img2img_color_correction": false,
346
+ "img2img_fix_steps": false,
347
+ "img2img_background_color": "#ffffff",
348
+ "img2img_editor_height": 720,
349
+ "img2img_sketch_default_brush_color": "#ffffff",
350
+ "img2img_inpaint_mask_brush_color": "#ffffff",
351
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
352
+ "return_mask": false,
353
+ "return_mask_composite": false,
354
+ "img2img_batch_show_results_limit": 32,
355
  "overlay_inpaint": true,
356
+ "return_grid": true,
357
+ "do_not_show_images": false,
358
+ "js_modal_lightbox": true,
359
+ "js_modal_lightbox_initially_zoomed": true,
360
+ "js_modal_lightbox_gamepad": false,
361
+ "js_modal_lightbox_gamepad_repeat": 250.0,
362
  "sd_webui_modal_lightbox_icon_opacity": 1,
363
  "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
364
+ "gallery_height": "",
365
  "open_dir_button_choice": "Subdirectory",
366
+ "enable_pnginfo": true,
367
+ "save_txt": false,
368
+ "add_model_name_to_info": true,
369
+ "add_model_hash_to_info": true,
370
+ "add_vae_name_to_info": true,
371
+ "add_vae_hash_to_info": true,
372
+ "add_user_name_to_info": false,
373
+ "add_version_to_infotext": true,
374
+ "disable_weights_auto_swap": true,
375
+ "infotext_skip_pasting": [],
376
+ "infotext_styles": "Apply if any",
377
+ "show_progressbar": true,
378
+ "live_previews_enable": true,
379
+ "live_previews_image_format": "png",
380
+ "show_progress_grid": true,
381
+ "show_progress_every_n_steps": 5,
382
+ "show_progress_type": "Approx NN",
383
+ "live_preview_allow_lowvram_full": false,
384
+ "live_preview_content": "Prompt",
385
+ "live_preview_refresh_period": 11.0,
386
+ "live_preview_fast_interrupt": false,
387
+ "js_live_preview_in_modal_lightbox": false,
388
  "prevent_screen_sleep_during_generation": true,
389
+ "keyedit_precision_attention": 0.1,
390
+ "keyedit_precision_extra": 0.05,
391
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
392
+ "keyedit_delimiters_whitespace": [
393
+ "Tab",
394
+ "Carriage Return",
395
+ "Line Feed"
396
+ ],
397
+ "keyedit_move": true,
398
+ "disable_token_counters": false,
399
  "include_styles_into_token_counters": true,
400
+ "extra_options_txt2img": [],
401
+ "extra_options_img2img": [],
402
+ "extra_options_cols": 1,
403
+ "extra_options_accordion": false,
404
+ "compact_prompt_box": false,
405
+ "samplers_in_dropdown": true,
406
+ "dimensions_and_batch_together": true,
407
+ "sd_checkpoint_dropdown_use_short": false,
408
+ "hires_fix_show_sampler": false,
409
+ "hires_fix_show_prompts": false,
410
+ "txt2img_settings_accordion": false,
411
+ "img2img_settings_accordion": false,
412
  "interrupt_after_current": true,
413
+ "localization": "zh_CN",
414
+ "quicksettings_list": [
415
+ "sd_model_checkpoint"
416
+ ],
417
+ "ui_tab_order": [],
418
+ "hidden_tabs": [],
419
+ "ui_reorder_list": [],
420
+ "gradio_theme": "Default",
421
+ "gradio_themes_cache": true,
422
+ "show_progress_in_title": true,
423
+ "send_seed": true,
424
+ "send_size": true,
425
  "enable_reloading_ui_scripts": false,
426
+ "api_enable_requests": true,
427
+ "api_forbid_local_requests": true,
428
+ "api_useragent": "",
429
  "prioritized_callbacks_app_started": [],
430
  "prioritized_callbacks_model_loaded": [],
431
  "prioritized_callbacks_ui_tabs": [],
432
  "prioritized_callbacks_ui_settings": [],
433
+ "prioritized_callbacks_before_image_saved": [],
434
+ "prioritized_callbacks_cfg_denoiser": [],
435
  "prioritized_callbacks_after_component": [],
436
  "prioritized_callbacks_infotext_pasted": [],
437
  "prioritized_callbacks_script_unloaded": [],
438
  "prioritized_callbacks_before_ui": [],
439
+ "prioritized_callbacks_on_reload": [],
440
  "prioritized_callbacks_list_optimizers": [],
441
  "prioritized_callbacks_before_token_counter": [],
442
  "prioritized_callbacks_script_before_process": [],
 
451
  "prioritized_callbacks_script_on_mask_blend": [],
452
  "prioritized_callbacks_script_postprocess_image": [],
453
  "prioritized_callbacks_script_postprocess_maskoverlay": [],
454
+ "prioritized_callbacks_script_after_component": [],
455
  "profiling_enable": false,
456
  "profiling_activities": [
457
  "CPU"
 
460
  "profiling_profile_memory": true,
461
  "profiling_with_stack": true,
462
  "profiling_filename": "trace.json",
463
+ "auto_launch_browser": "Local",
464
+ "enable_console_prompts": true,
465
+ "show_warnings": false,
466
+ "show_gradio_deprecation_warnings": true,
467
+ "memmon_poll_rate": 8,
468
+ "samples_log_stdout": false,
469
+ "multiple_tqdm": true,
470
  "enable_upscale_progressbar": true,
471
+ "print_hypernet_extra": false,
472
+ "list_hidden_files": true,
473
+ "disable_mmap_load_safetensors": false,
474
+ "hide_ldm_prints": true,
475
+ "dump_stacks_on_signal": false,
476
+ "concurrent_git_fetch_limit": 16,
477
+ "face_restoration": false,
478
+ "face_restoration_model": "CodeFormer",
479
+ "code_former_weight": 0.5,
480
+ "face_restoration_unload": false,
481
+ "postprocessing_enable_in_main_ui": [],
482
  "postprocessing_disable_in_extras": [],
483
+ "postprocessing_operation_order": [],
484
+ "upscaling_max_images_in_cache": 5,
485
+ "postprocessing_existing_caption_action": "Ignore",
486
+ "ESRGAN_tile": 192,
487
+ "ESRGAN_tile_overlap": 8,
488
+ "realesrgan_enabled_models": [
489
+ "R-ESRGAN 4x+",
490
+ "R-ESRGAN 4x+ Anime6B"
491
+ ],
492
  "dat_enabled_models": [
493
  "DAT x2",
494
  "DAT x3",
 
497
  "DAT_tile": 192,
498
  "DAT_tile_overlap": 8,
499
  "set_scale_by_when_changing_upscaler": false,
500
+ "unload_models_when_training": false,
501
+ "pin_memory": false,
502
+ "save_optimizer_state": false,
503
+ "save_training_settings_to_txt": true,
504
+ "dataset_filename_word_regex": "",
505
+ "dataset_filename_join_string": " ",
506
+ "training_image_repeats_per_epoch": 1,
507
+ "training_write_csv_every": 500.0,
508
+ "training_xattention_optimizations": false,
509
+ "training_enable_tensorboard": false,
510
+ "training_tensorboard_save_images": false,
511
+ "training_tensorboard_flush_every": 120.0,
512
+ "canvas_hotkey_zoom": "Alt",
513
+ "canvas_hotkey_adjust": "Ctrl",
514
  "canvas_hotkey_shrink_brush": "Q",
515
+ "canvas_hotkey_grow_brush": "W",
516
+ "canvas_hotkey_move": "F",
517
+ "canvas_hotkey_fullscreen": "S",
518
+ "canvas_hotkey_reset": "R",
519
+ "canvas_hotkey_overlap": "O",
520
+ "canvas_show_tooltip": true,
521
+ "canvas_auto_expand": true,
522
+ "canvas_blur_prompt": false,
523
+ "canvas_disabled_functions": [
524
+ "Overlap"
525
+ ],
526
+ "interrogate_keep_models_in_memory": false,
527
+ "interrogate_return_ranks": false,
528
+ "interrogate_clip_num_beams": 1,
529
+ "interrogate_clip_min_length": 24,
530
+ "interrogate_clip_max_length": 48,
531
+ "interrogate_clip_dict_limit": 1500.0,
532
+ "interrogate_clip_skip_categories": [],
533
+ "interrogate_deepbooru_score_threshold": 0.5,
534
+ "deepbooru_sort_alpha": true,
535
+ "deepbooru_use_spaces": true,
536
+ "deepbooru_escape": true,
537
+ "deepbooru_filter_tags": "",
538
+ "wildcards_same_seed": false,
539
+ "wildcards_recursive": true,
540
+ "wildcards_negative_prompts": true
541
  }
ui-config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "txt2img/Prompt/visible": true,
3
- "txt2img/Prompt/value": ",,",
4
  "txt2img/Negative prompt/visible": true,
5
  "txt2img/Negative prompt/value": "",
6
  "txt2img/Interrupt/visible": true,
 
1
  {
2
  "txt2img/Prompt/visible": true,
3
+ "txt2img/Prompt/value": "",
4
  "txt2img/Negative prompt/visible": true,
5
  "txt2img/Negative prompt/value": "",
6
  "txt2img/Interrupt/visible": true,