jack008 commited on
Commit
ae88de3
ยท
verified ยท
1 Parent(s): c7cdbc4

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +238 -243
  2. ui-config.json +144 -276
config.json CHANGED
@@ -1,4 +1,32 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "samples_save": true,
3
  "samples_format": "png",
4
  "samples_filename_pattern": "",
@@ -24,96 +52,125 @@
24
  "webp_lossless": false,
25
  "export_for_4chan": true,
26
  "img_downscale_threshold": 4.0,
27
- "target_side_length": 4000,
28
- "img_max_size_mp": 200,
29
  "use_original_name_batch": true,
30
  "use_upscaler_name_as_suffix": false,
31
  "save_selected_only": true,
 
32
  "save_init_img": false,
33
  "temp_dir": "",
34
  "clean_temp_dir_at_start": false,
35
  "save_incomplete_images": false,
36
  "notification_audio": true,
37
  "notification_volume": 100,
38
- "outdir_samples": "",
39
- "outdir_txt2img_samples": "outputs/txt2img-images",
40
- "outdir_img2img_samples": "outputs/img2img-images",
41
- "outdir_extras_samples": "outputs/extras-images",
42
- "outdir_grids": "",
43
- "outdir_txt2img_grids": "outputs/txt2img-grids",
44
- "outdir_img2img_grids": "outputs/img2img-grids",
45
- "outdir_save": "log/images",
46
- "outdir_init_images": "outputs/init-images",
47
  "save_to_dirs": true,
48
  "grid_save_to_dirs": true,
49
  "use_save_to_dirs_for_ui": false,
50
  "directories_filename_pattern": "[date]",
51
  "directories_max_prompt_words": 8,
52
- "ESRGAN_tile": 192,
53
- "ESRGAN_tile_overlap": 8,
54
- "realesrgan_enabled_models": [
55
- "R-ESRGAN 4x+",
56
- "R-ESRGAN 4x+ Anime6B"
57
- ],
58
- "upscaler_for_img2img": null,
59
- "face_restoration": false,
60
- "face_restoration_model": "CodeFormer",
61
- "code_former_weight": 0.5,
62
- "face_restoration_unload": false,
63
- "auto_launch_browser": "Local",
64
- "enable_console_prompts": true,
65
- "show_warnings": false,
66
- "show_gradio_deprecation_warnings": true,
67
- "memmon_poll_rate": 8,
68
- "samples_log_stdout": false,
69
- "multiple_tqdm": true,
70
- "print_hypernet_extra": false,
71
- "list_hidden_files": true,
72
- "disable_mmap_load_safetensors": false,
73
- "hide_ldm_prints": true,
74
- "dump_stacks_on_signal": false,
75
- "api_enable_requests": true,
76
- "api_forbid_local_requests": true,
77
- "api_useragent": "",
78
- "unload_models_when_training": false,
79
- "pin_memory": false,
80
- "save_optimizer_state": false,
81
- "save_training_settings_to_txt": true,
82
- "dataset_filename_word_regex": "",
83
- "dataset_filename_join_string": " ",
84
- "training_image_repeats_per_epoch": 1,
85
- "training_write_csv_every": 500,
86
- "training_xattention_optimizations": false,
87
- "training_enable_tensorboard": false,
88
- "training_tensorboard_save_images": false,
89
- "training_tensorboard_flush_every": 120,
90
- "sd_model_checkpoint": "revAnimated_v121.safetensors",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  "sd_checkpoints_limit": 1,
92
  "sd_checkpoints_keep_in_cpu": true,
93
  "sd_checkpoint_cache": 0,
94
  "sd_unet": "Automatic",
95
  "enable_quantization": false,
96
- "enable_emphasis": true,
97
  "enable_batch_seeds": true,
98
  "comma_padding_backtrack": 20,
 
99
  "CLIP_stop_at_last_layers": 1,
100
  "upcast_attn": false,
101
  "randn_source": "GPU",
102
  "tiling": false,
103
  "hires_fix_refiner_pass": "second pass",
104
- "sdxl_crop_top": 0,
105
- "sdxl_crop_left": 0,
 
 
106
  "sdxl_refiner_low_aesthetic_score": 2.5,
107
  "sdxl_refiner_high_aesthetic_score": 6.0,
108
  "sd_vae_checkpoint_cache": 0,
109
- "sd_vae": "Automatic",
110
  "sd_vae_overrides_per_model_preferences": true,
 
111
  "auto_vae_precision": true,
112
  "sd_vae_encode_method": "Full",
113
  "sd_vae_decode_method": "Full",
114
- "inpainting_mask_weight": 1.0,
115
- "initial_noise_multiplier": 1.0,
116
- "img2img_extra_noise": 0.0,
117
  "img2img_color_correction": false,
118
  "img2img_fix_steps": false,
119
  "img2img_background_color": "#ffffff",
@@ -124,48 +181,40 @@
124
  "return_mask": false,
125
  "return_mask_composite": false,
126
  "img2img_batch_show_results_limit": 32,
127
- "cross_attention_optimization": "Automatic",
128
- "s_min_uncond": 0.0,
129
- "token_merging_ratio": 0.0,
130
- "token_merging_ratio_img2img": 0.0,
131
- "token_merging_ratio_hr": 0.0,
132
- "pad_cond_uncond": false,
133
- "persistent_cond_cache": true,
134
- "batch_cond_uncond": true,
135
- "use_old_emphasis_implementation": false,
136
- "use_old_karras_scheduler_sigmas": false,
137
- "no_dpmpp_sde_batch_determinism": false,
138
- "use_old_hires_fix_width_height": false,
139
- "dont_fix_second_order_samplers_schedule": false,
140
- "hires_fix_use_firstpass_conds": false,
141
- "use_old_scheduling": false,
142
- "interrogate_keep_models_in_memory": false,
143
- "interrogate_return_ranks": false,
144
- "interrogate_clip_num_beams": 1,
145
- "interrogate_clip_min_length": 24,
146
- "interrogate_clip_max_length": 48,
147
- "interrogate_clip_dict_limit": 1500,
148
- "interrogate_clip_skip_categories": [],
149
- "interrogate_deepbooru_score_threshold": 0.5,
150
- "deepbooru_sort_alpha": true,
151
- "deepbooru_use_spaces": true,
152
- "deepbooru_escape": true,
153
- "deepbooru_filter_tags": "",
154
- "extra_networks_show_hidden_directories": true,
155
- "extra_networks_dir_button_function": false,
156
- "extra_networks_hidden_models": "When searched",
157
- "extra_networks_default_multiplier": 1.0,
158
- "extra_networks_card_width": 0,
159
- "extra_networks_card_height": 0,
160
- "extra_networks_card_text_scale": 1.0,
161
- "extra_networks_card_show_desc": true,
162
- "extra_networks_card_order_field": "Path",
163
- "extra_networks_card_order": "Ascending",
164
- "extra_networks_add_text_separator": " ",
165
- "ui_extra_networks_tab_reorder": "",
166
- "textual_inversion_print_at_load": false,
167
- "textual_inversion_add_hashes_to_infotext": true,
168
- "sd_hypernetwork": "None",
169
  "keyedit_precision_attention": 0.1,
170
  "keyedit_precision_extra": 0.05,
171
  "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
@@ -176,13 +225,11 @@
176
  ],
177
  "keyedit_move": true,
178
  "disable_token_counters": false,
179
- "return_grid": true,
180
- "do_not_show_images": false,
181
- "js_modal_lightbox": true,
182
- "js_modal_lightbox_initially_zoomed": true,
183
- "js_modal_lightbox_gamepad": false,
184
- "js_modal_lightbox_gamepad_repeat": 250,
185
- "gallery_height": "",
186
  "compact_prompt_box": false,
187
  "samplers_in_dropdown": true,
188
  "dimensions_and_batch_together": true,
@@ -191,10 +238,10 @@
191
  "hires_fix_show_prompts": false,
192
  "txt2img_settings_accordion": false,
193
  "img2img_settings_accordion": false,
 
194
  "localization": "chinese-only-0313",
195
  "quicksettings_list": [
196
- "sd_model_checkpoint",
197
- "sd_vae"
198
  ],
199
  "ui_tab_order": [],
200
  "hidden_tabs": [],
@@ -204,135 +251,83 @@
204
  "show_progress_in_title": true,
205
  "send_seed": true,
206
  "send_size": true,
207
- "enable_pnginfo": true,
208
- "save_txt": false,
209
- "add_model_name_to_info": true,
210
- "add_model_hash_to_info": true,
211
- "add_vae_name_to_info": true,
212
- "add_vae_hash_to_info": true,
213
- "add_user_name_to_info": false,
214
- "add_version_to_infotext": true,
215
- "disable_weights_auto_swap": true,
216
- "infotext_skip_pasting": [],
217
- "infotext_styles": "Apply if any",
218
- "show_progressbar": true,
219
- "live_previews_enable": false,
220
- "live_previews_image_format": "png",
221
- "show_progress_grid": true,
222
- "show_progress_every_n_steps": 10,
223
- "show_progress_type": "Approx NN",
224
- "live_preview_allow_lowvram_full": false,
225
- "live_preview_content": "Prompt",
226
- "live_preview_refresh_period": 1000,
227
- "live_preview_fast_interrupt": false,
228
- "js_live_preview_in_modal_lightbox": false,
229
- "hide_samplers": [],
230
- "eta_ddim": 0.0,
231
- "eta_ancestral": 1.0,
232
- "ddim_discretize": "uniform",
233
- "s_churn": 0.0,
234
- "s_tmin": 0.0,
235
- "s_tmax": 0.0,
236
- "s_noise": 1.0,
237
- "k_sched_type": "Automatic",
238
- "sigma_min": 0.0,
239
- "sigma_max": 0.0,
240
- "rho": 0.0,
241
- "eta_noise_seed_delta": 0,
242
- "always_discard_next_to_last_sigma": false,
243
- "sgm_noise_multiplier": false,
244
- "uni_pc_variant": "bh1",
245
- "uni_pc_skip_type": "time_uniform",
246
- "uni_pc_order": 3,
247
- "uni_pc_lower_order_final": true,
 
248
  "postprocessing_enable_in_main_ui": [],
 
249
  "postprocessing_operation_order": [],
250
  "upscaling_max_images_in_cache": 5,
251
  "postprocessing_existing_caption_action": "Ignore",
252
- "disabled_extensions": [],
253
- "disable_all_extensions": "none",
254
- "restore_config_state_file": "",
255
- "sd_checkpoint_hash": null,
256
- "ldsr_steps": 100,
257
- "ldsr_cached": false,
258
- "SCUNET_tile": 256,
259
- "SCUNET_tile_overlap": 8,
260
- "SWIN_tile": 192,
261
- "SWIN_tile_overlap": 8,
262
- "SWIN_torch_compile": false,
263
- "hypertile_enable_unet": false,
264
- "hypertile_enable_unet_secondpass": false,
265
- "hypertile_max_depth_unet": 3,
266
- "hypertile_max_tile_unet": 256,
267
- "hypertile_swap_size_unet": 3,
268
- "hypertile_enable_vae": false,
269
- "hypertile_max_depth_vae": 3,
270
- "hypertile_max_tile_vae": 128,
271
- "hypertile_swap_size_vae": 3,
272
- "control_net_detectedmap_dir": "detected_maps",
273
- "control_net_models_path": "",
274
- "control_net_modules_path": "",
275
- "control_net_unit_count": 3,
276
- "control_net_model_cache_size": 2,
277
- "control_net_inpaint_blur_sigma": 7,
278
- "control_net_no_detectmap": false,
279
- "control_net_detectmap_autosaving": false,
280
- "control_net_allow_script_control": false,
281
- "control_net_sync_field_args": true,
282
- "controlnet_show_batch_images_in_ui": false,
283
- "controlnet_increment_seed_during_batch": false,
284
- "controlnet_disable_openpose_edit": false,
285
- "controlnet_disable_photopea_edit": false,
286
- "controlnet_photopea_warning": true,
287
- "controlnet_ignore_noninpaint_mask": false,
288
- "controlnet_clip_detector_on_cpu": false,
289
- "controlnet_control_type_dropdown": false,
290
- "inpaint_anything_save_folder": "inpaint-anything",
291
- "inpaint_anything_sam_oncpu": false,
292
- "inpaint_anything_offline_inpainting": false,
293
- "inpaint_anything_padding_fill": 127,
294
- "inpain_anything_sam_models_dir": "",
295
- "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, All, Maintenance",
296
- "image_browser_hidden_components": [],
297
- "image_browser_with_subdirs": true,
298
- "image_browser_preload": false,
299
- "image_browser_copy_image": false,
300
- "image_browser_delete_message": true,
301
- "image_browser_txt_files": true,
302
- "image_browser_debug_level": "0 - none",
303
- "image_browser_delete_recycle": true,
304
- "image_browser_scan_exif": true,
305
- "image_browser_mod_shift": false,
306
- "image_browser_mod_ctrl_shift": false,
307
- "image_browser_ranking_pnginfo": false,
308
- "image_browser_page_columns": 6,
309
- "image_browser_page_rows": 6,
310
- "image_browser_pages_perload": 20,
311
- "image_browser_height_auto": false,
312
- "image_browser_use_thumbnail": false,
313
- "image_browser_thumbnail_size": 200,
314
- "image_browser_thumbnail_crop": false,
315
- "image_browser_swipe": false,
316
- "image_browser_img_tooltips": true,
317
- "image_browser_show_progress": true,
318
- "image_browser_info_add": false,
319
- "image_browser_video_pos": "Above",
320
- "image_browser_video_x": 640,
321
- "image_browser_video_y": 640,
322
- "encrypt_image_is_enable": "ๆ˜ฏ",
323
- "lora_functional": false,
324
- "sd_lora": "None",
325
- "lora_preferred_name": "Alias from file",
326
- "lora_add_hashes_to_infotext": true,
327
- "lora_show_all": false,
328
- "lora_hide_unknown_for_versions": [],
329
- "lora_in_memory_limit": 0,
330
- "extra_options_txt2img": [],
331
- "extra_options_img2img": [],
332
- "extra_options_cols": 1,
333
- "extra_options_accordion": false,
334
  "canvas_hotkey_zoom": "Alt",
335
  "canvas_hotkey_adjust": "Ctrl",
 
 
336
  "canvas_hotkey_move": "F",
337
  "canvas_hotkey_fullscreen": "S",
338
  "canvas_hotkey_reset": "R",
@@ -343,16 +338,16 @@
343
  "canvas_disabled_functions": [
344
  "Overlap"
345
  ],
346
- "tagger_out_filename_fmt": "[name].[output_extension]",
347
- "tagger_count_threshold": 100.0,
348
- "tagger_batch_recursive": true,
349
- "tagger_auto_serde_json": true,
350
- "tagger_store_images": false,
351
- "tagger_weighted_tags_files": false,
352
- "tagger_verbose": false,
353
- "tagger_repl_us": true,
354
- "tagger_repl_us_excl": "0_0, (o)_(o), +_+, +_-, ._., <o>_<o>, <|>_<|>, =_=, >_<, 3_3, 6_9, >_o, @_@, ^_^, o_o, u_u, x_x, |_|, ||_||",
355
- "tagger_escape": false,
356
- "tagger_batch_size": 1024,
357
- "tagger_hf_cache_dir": "/kaggle/working/stable-diffusion-webui/models/interrogators"
358
  }
 
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
+ "encrypt_image_is_enable": "ๆ˜ฏ",
19
+ "sd_model_checkpoint": "meinamix_meinaV11.safetensors",
20
+ "sd_checkpoint_hash": "54ef3e3610eee7f0f6c9f9b82eee26aa404598512d800494d1db344e3bc560b1",
21
+ "outdir_samples": "",
22
+ "outdir_txt2img_samples": "outputs/txt2img-images",
23
+ "outdir_img2img_samples": "outputs/img2img-images",
24
+ "outdir_extras_samples": "outputs/extras-images",
25
+ "outdir_grids": "",
26
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
27
+ "outdir_img2img_grids": "outputs/img2img-grids",
28
+ "outdir_save": "log/images",
29
+ "outdir_init_images": "outputs/init-images",
30
  "samples_save": true,
31
  "samples_format": "png",
32
  "samples_filename_pattern": "",
 
52
  "webp_lossless": false,
53
  "export_for_4chan": true,
54
  "img_downscale_threshold": 4.0,
55
+ "target_side_length": 4000.0,
56
+ "img_max_size_mp": 200.0,
57
  "use_original_name_batch": true,
58
  "use_upscaler_name_as_suffix": false,
59
  "save_selected_only": true,
60
+ "save_write_log_csv": true,
61
  "save_init_img": false,
62
  "temp_dir": "",
63
  "clean_temp_dir_at_start": false,
64
  "save_incomplete_images": false,
65
  "notification_audio": true,
66
  "notification_volume": 100,
 
 
 
 
 
 
 
 
 
67
  "save_to_dirs": true,
68
  "grid_save_to_dirs": true,
69
  "use_save_to_dirs_for_ui": false,
70
  "directories_filename_pattern": "[date]",
71
  "directories_max_prompt_words": 8,
72
+ "auto_backcompat": true,
73
+ "use_old_emphasis_implementation": false,
74
+ "use_old_karras_scheduler_sigmas": false,
75
+ "no_dpmpp_sde_batch_determinism": false,
76
+ "use_old_hires_fix_width_height": false,
77
+ "hires_fix_use_firstpass_conds": false,
78
+ "use_old_scheduling": false,
79
+ "use_downcasted_alpha_bar": false,
80
+ "refiner_switch_by_sample_steps": false,
81
+ "lora_functional": false,
82
+ "extra_networks_show_hidden_directories": true,
83
+ "extra_networks_dir_button_function": false,
84
+ "extra_networks_hidden_models": "When searched",
85
+ "extra_networks_default_multiplier": 1,
86
+ "extra_networks_card_width": 0.0,
87
+ "extra_networks_card_height": 0.0,
88
+ "extra_networks_card_text_scale": 1,
89
+ "extra_networks_card_show_desc": true,
90
+ "extra_networks_card_description_is_html": false,
91
+ "extra_networks_card_order_field": "Path",
92
+ "extra_networks_card_order": "Ascending",
93
+ "extra_networks_tree_view_style": "Dirs",
94
+ "extra_networks_tree_view_default_enabled": true,
95
+ "extra_networks_tree_view_default_width": 180.0,
96
+ "extra_networks_add_text_separator": " ",
97
+ "ui_extra_networks_tab_reorder": "",
98
+ "textual_inversion_print_at_load": false,
99
+ "textual_inversion_add_hashes_to_infotext": true,
100
+ "sd_hypernetwork": "None",
101
+ "sd_lora": "None",
102
+ "lora_preferred_name": "Alias from file",
103
+ "lora_add_hashes_to_infotext": true,
104
+ "lora_bundled_ti_to_infotext": true,
105
+ "lora_show_all": false,
106
+ "lora_hide_unknown_for_versions": [],
107
+ "lora_in_memory_limit": 0,
108
+ "lora_not_found_warning_console": false,
109
+ "lora_not_found_gradio_warning": false,
110
+ "cross_attention_optimization": "Automatic",
111
+ "s_min_uncond": 0,
112
+ "s_min_uncond_all": false,
113
+ "token_merging_ratio": 0,
114
+ "token_merging_ratio_img2img": 0,
115
+ "token_merging_ratio_hr": 0,
116
+ "pad_cond_uncond": false,
117
+ "pad_cond_uncond_v0": false,
118
+ "persistent_cond_cache": true,
119
+ "batch_cond_uncond": true,
120
+ "fp8_storage": "Disable",
121
+ "cache_fp16_weight": false,
122
+ "hide_samplers": [],
123
+ "eta_ddim": 0,
124
+ "eta_ancestral": 1,
125
+ "ddim_discretize": "uniform",
126
+ "s_churn": 0,
127
+ "s_tmin": 0,
128
+ "s_tmax": 0,
129
+ "s_noise": 1,
130
+ "sigma_min": 0.0,
131
+ "sigma_max": 0.0,
132
+ "rho": 0.0,
133
+ "eta_noise_seed_delta": 0,
134
+ "always_discard_next_to_last_sigma": false,
135
+ "sgm_noise_multiplier": false,
136
+ "uni_pc_variant": "bh1",
137
+ "uni_pc_skip_type": "time_uniform",
138
+ "uni_pc_order": 3,
139
+ "uni_pc_lower_order_final": true,
140
+ "sd_noise_schedule": "Default",
141
+ "skip_early_cond": 0,
142
+ "beta_dist_alpha": 0.6,
143
+ "beta_dist_beta": 0.6,
144
  "sd_checkpoints_limit": 1,
145
  "sd_checkpoints_keep_in_cpu": true,
146
  "sd_checkpoint_cache": 0,
147
  "sd_unet": "Automatic",
148
  "enable_quantization": false,
149
+ "emphasis": "Original",
150
  "enable_batch_seeds": true,
151
  "comma_padding_backtrack": 20,
152
+ "sdxl_clip_l_skip": false,
153
  "CLIP_stop_at_last_layers": 1,
154
  "upcast_attn": false,
155
  "randn_source": "GPU",
156
  "tiling": false,
157
  "hires_fix_refiner_pass": "second pass",
158
+ "enable_prompt_comments": true,
159
+ "sd3_enable_t5": false,
160
+ "sdxl_crop_top": 0.0,
161
+ "sdxl_crop_left": 0.0,
162
  "sdxl_refiner_low_aesthetic_score": 2.5,
163
  "sdxl_refiner_high_aesthetic_score": 6.0,
164
  "sd_vae_checkpoint_cache": 0,
165
+ "sd_vae": "vae-ft-ema-560000-ema-pruned.safetensors",
166
  "sd_vae_overrides_per_model_preferences": true,
167
+ "auto_vae_precision_bfloat16": false,
168
  "auto_vae_precision": true,
169
  "sd_vae_encode_method": "Full",
170
  "sd_vae_decode_method": "Full",
171
+ "inpainting_mask_weight": 1,
172
+ "initial_noise_multiplier": 1,
173
+ "img2img_extra_noise": 0,
174
  "img2img_color_correction": false,
175
  "img2img_fix_steps": false,
176
  "img2img_background_color": "#ffffff",
 
181
  "return_mask": false,
182
  "return_mask_composite": false,
183
  "img2img_batch_show_results_limit": 32,
184
+ "overlay_inpaint": true,
185
+ "return_grid": true,
186
+ "do_not_show_images": false,
187
+ "js_modal_lightbox": true,
188
+ "js_modal_lightbox_initially_zoomed": true,
189
+ "js_modal_lightbox_gamepad": false,
190
+ "js_modal_lightbox_gamepad_repeat": 250.0,
191
+ "sd_webui_modal_lightbox_icon_opacity": 1,
192
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
193
+ "gallery_height": "",
194
+ "open_dir_button_choice": "Subdirectory",
195
+ "enable_pnginfo": true,
196
+ "save_txt": false,
197
+ "add_model_name_to_info": true,
198
+ "add_model_hash_to_info": true,
199
+ "add_vae_name_to_info": true,
200
+ "add_vae_hash_to_info": true,
201
+ "add_user_name_to_info": false,
202
+ "add_version_to_infotext": true,
203
+ "disable_weights_auto_swap": true,
204
+ "infotext_skip_pasting": [],
205
+ "infotext_styles": "Apply if any",
206
+ "show_progressbar": true,
207
+ "live_previews_enable": true,
208
+ "live_previews_image_format": "png",
209
+ "show_progress_grid": true,
210
+ "show_progress_every_n_steps": 10,
211
+ "show_progress_type": "Approx NN",
212
+ "live_preview_allow_lowvram_full": false,
213
+ "live_preview_content": "Prompt",
214
+ "live_preview_refresh_period": 1000.0,
215
+ "live_preview_fast_interrupt": false,
216
+ "js_live_preview_in_modal_lightbox": false,
217
+ "prevent_screen_sleep_during_generation": true,
 
 
 
 
 
 
 
 
218
  "keyedit_precision_attention": 0.1,
219
  "keyedit_precision_extra": 0.05,
220
  "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
 
225
  ],
226
  "keyedit_move": true,
227
  "disable_token_counters": false,
228
+ "include_styles_into_token_counters": true,
229
+ "extra_options_txt2img": [],
230
+ "extra_options_img2img": [],
231
+ "extra_options_cols": 1,
232
+ "extra_options_accordion": false,
 
 
233
  "compact_prompt_box": false,
234
  "samplers_in_dropdown": true,
235
  "dimensions_and_batch_together": true,
 
238
  "hires_fix_show_prompts": false,
239
  "txt2img_settings_accordion": false,
240
  "img2img_settings_accordion": false,
241
+ "interrupt_after_current": true,
242
  "localization": "chinese-only-0313",
243
  "quicksettings_list": [
244
+ "sd_model_checkpoint"
 
245
  ],
246
  "ui_tab_order": [],
247
  "hidden_tabs": [],
 
251
  "show_progress_in_title": true,
252
  "send_seed": true,
253
  "send_size": true,
254
+ "enable_reloading_ui_scripts": false,
255
+ "api_enable_requests": true,
256
+ "api_forbid_local_requests": true,
257
+ "api_useragent": "",
258
+ "prioritized_callbacks_app_started": [],
259
+ "prioritized_callbacks_model_loaded": [],
260
+ "prioritized_callbacks_ui_settings": [],
261
+ "prioritized_callbacks_infotext_pasted": [],
262
+ "prioritized_callbacks_script_unloaded": [],
263
+ "prioritized_callbacks_before_ui": [],
264
+ "prioritized_callbacks_list_optimizers": [],
265
+ "prioritized_callbacks_before_token_counter": [],
266
+ "prioritized_callbacks_script_before_process": [],
267
+ "prioritized_callbacks_script_process": [],
268
+ "prioritized_callbacks_script_post_sample": [],
269
+ "prioritized_callbacks_script_on_mask_blend": [],
270
+ "prioritized_callbacks_script_postprocess_maskoverlay": [],
271
+ "profiling_enable": false,
272
+ "profiling_activities": [
273
+ "CPU"
274
+ ],
275
+ "profiling_record_shapes": true,
276
+ "profiling_profile_memory": true,
277
+ "profiling_with_stack": true,
278
+ "profiling_filename": "trace.json",
279
+ "auto_launch_browser": "Local",
280
+ "enable_console_prompts": false,
281
+ "show_warnings": false,
282
+ "show_gradio_deprecation_warnings": true,
283
+ "memmon_poll_rate": 8,
284
+ "samples_log_stdout": false,
285
+ "multiple_tqdm": true,
286
+ "enable_upscale_progressbar": true,
287
+ "print_hypernet_extra": false,
288
+ "list_hidden_files": true,
289
+ "disable_mmap_load_safetensors": false,
290
+ "hide_ldm_prints": true,
291
+ "dump_stacks_on_signal": false,
292
+ "face_restoration": false,
293
+ "face_restoration_model": "CodeFormer",
294
+ "code_former_weight": 0.5,
295
+ "face_restoration_unload": false,
296
  "postprocessing_enable_in_main_ui": [],
297
+ "postprocessing_disable_in_extras": [],
298
  "postprocessing_operation_order": [],
299
  "upscaling_max_images_in_cache": 5,
300
  "postprocessing_existing_caption_action": "Ignore",
301
+ "ESRGAN_tile": 192,
302
+ "ESRGAN_tile_overlap": 8,
303
+ "realesrgan_enabled_models": [
304
+ "R-ESRGAN 4x+",
305
+ "R-ESRGAN 4x+ Anime6B"
306
+ ],
307
+ "dat_enabled_models": [
308
+ "DAT x2",
309
+ "DAT x3",
310
+ "DAT x4"
311
+ ],
312
+ "DAT_tile": 192,
313
+ "DAT_tile_overlap": 8,
314
+ "set_scale_by_when_changing_upscaler": false,
315
+ "unload_models_when_training": false,
316
+ "pin_memory": false,
317
+ "save_optimizer_state": false,
318
+ "save_training_settings_to_txt": true,
319
+ "dataset_filename_word_regex": "",
320
+ "dataset_filename_join_string": " ",
321
+ "training_image_repeats_per_epoch": 1,
322
+ "training_write_csv_every": 500.0,
323
+ "training_xattention_optimizations": false,
324
+ "training_enable_tensorboard": false,
325
+ "training_tensorboard_save_images": false,
326
+ "training_tensorboard_flush_every": 120.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  "canvas_hotkey_zoom": "Alt",
328
  "canvas_hotkey_adjust": "Ctrl",
329
+ "canvas_hotkey_shrink_brush": "Q",
330
+ "canvas_hotkey_grow_brush": "W",
331
  "canvas_hotkey_move": "F",
332
  "canvas_hotkey_fullscreen": "S",
333
  "canvas_hotkey_reset": "R",
 
338
  "canvas_disabled_functions": [
339
  "Overlap"
340
  ],
341
+ "interrogate_keep_models_in_memory": false,
342
+ "interrogate_return_ranks": false,
343
+ "interrogate_clip_num_beams": 1,
344
+ "interrogate_clip_min_length": 24,
345
+ "interrogate_clip_max_length": 48,
346
+ "interrogate_clip_dict_limit": 1500.0,
347
+ "interrogate_clip_skip_categories": [],
348
+ "interrogate_deepbooru_score_threshold": 0.5,
349
+ "deepbooru_sort_alpha": true,
350
+ "deepbooru_use_spaces": true,
351
+ "deepbooru_escape": true,
352
+ "deepbooru_filter_tags": ""
353
  }
ui-config.json CHANGED
@@ -5,6 +5,7 @@
5
  "txt2img/Negative prompt/value": "(ไฝฟ็”จๆ—ถ่ฏทๅˆ ้™คๆ‹ฌๅทๅ†…ๆ–‡ๅญ—๏ผŒๅ“”ๅ“ฉๅ“”ๅ“ฉ๏ผš็ˆฑๆ’ธไธฒ็š„็Œช๏ผŒQQ็พค๏ผš252271890)EasyNegative, bad-hands-5, (((worst quality, low quality)))",
6
  "txt2img/Interrupt/visible": true,
7
  "txt2img/Skip/visible": true,
 
8
  "txt2img/Generate/visible": true,
9
  "txt2img/โ†™๏ธ/visible": true,
10
  "txt2img/๐Ÿ—‘๏ธ/visible": true,
@@ -16,13 +17,15 @@
16
  "txt2img/๐Ÿ“/visible": true,
17
  "txt2img/Close/visible": true,
18
  "txt2img/Tabs@txt2img_extra_tabs/selected": null,
19
- "txt2img/Sampling method/visible": true,
20
- "txt2img/Sampling method/value": "DPM++ 2M Karras",
21
- "txt2img/Sampling steps/visible": true,
22
- "txt2img/Sampling steps/value": 20,
23
- "txt2img/Sampling steps/minimum": 1,
24
- "txt2img/Sampling steps/maximum": 150,
25
- "txt2img/Sampling steps/step": 1,
 
 
26
  "txt2img/Hires. fix/visible": true,
27
  "txt2img/Hires. fix/value": false,
28
  "txt2img/Upscaler/visible": true,
@@ -52,17 +55,18 @@
52
  "txt2img/Resize height to/minimum": 0,
53
  "txt2img/Resize height to/maximum": 2048,
54
  "txt2img/Resize height to/step": 8,
55
- "txt2img/Hires checkpoint/visible": true,
56
- "txt2img/Hires checkpoint/value": "Use same checkpoint",
57
  "txt2img/Hires sampling method/visible": true,
58
  "txt2img/Hires sampling method/value": "Use same sampler",
 
 
59
  "txt2img/Hires prompt/visible": true,
60
  "txt2img/Hires prompt/value": "",
61
  "txt2img/Hires negative prompt/visible": true,
62
  "txt2img/Hires negative prompt/value": "",
63
- "txt2img/Refiner/visible": true,
64
  "customscript/refiner.py/txt2img/Refiner/value": false,
65
- "txt2img/Refiner/value": false,
66
  "customscript/refiner.py/txt2img/Checkpoint/visible": true,
67
  "customscript/refiner.py/txt2img/Checkpoint/value": "",
68
  "customscript/refiner.py/txt2img/Switch at/visible": true,
@@ -120,89 +124,6 @@
120
  "customscript/seed.py/txt2img/Resize seed from height/maximum": 2048,
121
  "customscript/seed.py/txt2img/Resize seed from height/step": 8,
122
  "txt2img/Override settings/value": null,
123
- "txt2img/Tabs@txt2img_controlnet_tabs/selected": null,
124
- "txt2img/Input Directory/visible": true,
125
- "txt2img/Input Directory/value": "",
126
- "txt2img/Clear Images/visible": true,
127
- "txt2img/New Canvas Width/visible": true,
128
- "txt2img/New Canvas Width/value": 512,
129
- "txt2img/New Canvas Width/minimum": 256,
130
- "txt2img/New Canvas Width/maximum": 1024,
131
- "txt2img/New Canvas Width/step": 64,
132
- "txt2img/New Canvas Height/visible": true,
133
- "txt2img/New Canvas Height/value": 512,
134
- "txt2img/New Canvas Height/minimum": 256,
135
- "txt2img/New Canvas Height/maximum": 1024,
136
- "txt2img/New Canvas Height/step": 64,
137
- "txt2img/Create New Canvas/visible": true,
138
- "txt2img/Cancel/visible": true,
139
- "txt2img/๐Ÿ“ท/visible": true,
140
- "txt2img/โ‡„/visible": true,
141
- "txt2img/โคด/visible": true,
142
- "txt2img/Enable/visible": true,
143
- "txt2img/Enable/value": false,
144
- "txt2img/Low VRAM/visible": true,
145
- "txt2img/Low VRAM/value": false,
146
- "txt2img/Pixel Perfect/visible": true,
147
- "txt2img/Pixel Perfect/value": false,
148
- "txt2img/Allow Preview/visible": true,
149
- "txt2img/Allow Preview/value": false,
150
- "txt2img/Effective Region Mask/visible": true,
151
- "txt2img/Effective Region Mask/value": false,
152
- "txt2img/Preview as Input/value": false,
153
- "txt2img/Crop input image based on A1111 mask/value": false,
154
- "txt2img/Control Type/visible": true,
155
- "txt2img/Control Type/value": "All",
156
- "txt2img/Preprocessor/visible": true,
157
- "txt2img/Preprocessor/value": "none",
158
- "txt2img/๐Ÿ’ฅ/visible": true,
159
- "txt2img/Model/visible": true,
160
- "txt2img/Model/value": "None",
161
- "txt2img/Control Weight/visible": true,
162
- "txt2img/Control Weight/value": 1.0,
163
- "txt2img/Control Weight/minimum": 0.0,
164
- "txt2img/Control Weight/maximum": 2.0,
165
- "txt2img/Control Weight/step": 0.05,
166
- "txt2img/Starting Control Step/visible": true,
167
- "txt2img/Starting Control Step/value": 0.0,
168
- "txt2img/Starting Control Step/minimum": 0.0,
169
- "txt2img/Starting Control Step/maximum": 1.0,
170
- "txt2img/Starting Control Step/step": 0.01,
171
- "txt2img/Ending Control Step/visible": true,
172
- "txt2img/Ending Control Step/value": 1.0,
173
- "txt2img/Ending Control Step/minimum": 0.0,
174
- "txt2img/Ending Control Step/maximum": 1.0,
175
- "txt2img/Ending Control Step/step": 0.01,
176
- "txt2img/Preprocessor resolution/value": -1,
177
- "txt2img/Preprocessor resolution/minimum": 64,
178
- "txt2img/Preprocessor resolution/maximum": 2048,
179
- "txt2img/Preprocessor resolution/step": 10,
180
- "txt2img/Threshold A/value": -1,
181
- "txt2img/Threshold A/minimum": 64,
182
- "txt2img/Threshold A/maximum": 1024,
183
- "txt2img/Threshold A/step": 1,
184
- "txt2img/Threshold B/value": -1,
185
- "txt2img/Threshold B/minimum": 64,
186
- "txt2img/Threshold B/maximum": 1024,
187
- "txt2img/Threshold B/step": 1,
188
- "txt2img/Control Mode/visible": true,
189
- "txt2img/Control Mode/value": "Balanced",
190
- "txt2img/Resize Mode/visible": true,
191
- "txt2img/Resize Mode/value": "Crop and Resize",
192
- "txt2img/Hires-Fix Option/value": "Both",
193
- "txt2img/PuLID Mode/value": "Fidelity",
194
- "txt2img/[Batch Loopback] Automatically send generated images to this ControlNet unit in batch generation/value": false,
195
- "txt2img/Weight Type/visible": true,
196
- "txt2img/Weight Type/value": "normal",
197
- "txt2img/Composition Weight/value": 1.0,
198
- "txt2img/Composition Weight/minimum": 0,
199
- "txt2img/Composition Weight/maximum": 2.0,
200
- "txt2img/Composition Weight/step": 0.01,
201
- "txt2img/Weights/value": "",
202
- "txt2img/Batch Option/visible": true,
203
- "txt2img/Batch Option/value": "All ControlNet units for all images in a batch",
204
- "txt2img/[StyleAlign] Align image style in the batch./visible": true,
205
- "txt2img/[StyleAlign] Align image style in the batch./value": false,
206
  "txt2img/Script/visible": true,
207
  "txt2img/Script/value": "None",
208
  "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
@@ -242,35 +163,36 @@
242
  "customscript/xyz_grid.py/txt2img/Draw legend/value": true,
243
  "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
244
  "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
 
 
 
 
 
 
245
  "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
246
  "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
247
  "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
248
  "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
 
 
249
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
250
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
251
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
252
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500,
253
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
254
- "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/visible": true,
255
- "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/value": false,
256
  "txt2img/Swap X/Y axes/visible": true,
257
  "txt2img/Swap Y/Z axes/visible": true,
258
  "txt2img/Swap X/Z axes/visible": true,
259
- "customscript/movie2movie.py/txt2img/Duration/visible": true,
260
- "customscript/movie2movie.py/txt2img/Duration/value": 50.0,
261
- "customscript/movie2movie.py/txt2img/Duration/minimum": 10.0,
262
- "customscript/movie2movie.py/txt2img/Duration/maximum": 200.0,
263
- "customscript/movie2movie.py/txt2img/Duration/step": 10,
264
- "customscript/movie2movie.py/txt2img/Save preprocessed/visible": true,
265
- "customscript/movie2movie.py/txt2img/Save preprocessed/value": false,
266
  "txt2img/๐Ÿ“‚/visible": true,
267
  "txt2img/๐Ÿ’พ/visible": true,
268
  "txt2img/๐Ÿ—ƒ๏ธ/visible": true,
269
  "txt2img/๐Ÿ–ผ๏ธ/visible": true,
270
  "txt2img/๐ŸŽจ๏ธ/visible": true,
271
  "txt2img/๐Ÿ“/visible": true,
 
272
  "txt2img/Description/visible": true,
273
  "txt2img/Description/value": "",
 
274
  "txt2img/Replace preview/visible": true,
275
  "txt2img/Save/visible": true,
276
  "txt2img/Preferred VAE/visible": true,
@@ -286,14 +208,13 @@
286
  "txt2img/Preferred weight/step": 0.01,
287
  "txt2img/Random prompt/visible": true,
288
  "txt2img/Random prompt/value": "",
289
- "txt2img/txt2img_extra_sort_order/value": "Path",
290
- "txt2img/Show dirs/value": true,
291
  "img2img/Prompt/visible": true,
292
- "img2img/Prompt/value": "masterpiece, best quality",
293
  "img2img/Negative prompt/visible": true,
294
- "img2img/Negative prompt/value": "EasyNegative, bad-hands-5, (((worst quality, low quality)))",
295
  "img2img/Interrupt/visible": true,
296
  "img2img/Skip/visible": true,
 
297
  "img2img/Generate/visible": true,
298
  "img2img/โ†™๏ธ/visible": true,
299
  "img2img/๐Ÿ—‘๏ธ/visible": true,
@@ -312,14 +233,13 @@
312
  "img2img/sketch/visible": true,
313
  "img2img/inpaint/visible": true,
314
  "img2img/inpaint sketch/visible": true,
 
315
  "img2img/Input directory/visible": true,
316
  "img2img/Input directory/value": "",
317
  "img2img/Output directory/visible": true,
318
  "img2img/Output directory/value": "",
319
  "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
320
  "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
321
- "img2img/Controlnet input directory/visible": true,
322
- "img2img/Controlnet input directory/value": "",
323
  "img2img/Append png info to prompts/visible": true,
324
  "img2img/Append png info to prompts/value": false,
325
  "img2img/PNG info directory/visible": true,
@@ -346,16 +266,49 @@
346
  "img2img/Only masked padding, pixels/minimum": 0,
347
  "img2img/Only masked padding, pixels/maximum": 256,
348
  "img2img/Only masked padding, pixels/step": 4,
349
- "img2img/Sampling method/visible": true,
350
- "img2img/Sampling method/value": "DPM++ 2M Karras",
351
- "img2img/Sampling steps/visible": true,
352
- "img2img/Sampling steps/value": 20,
353
- "img2img/Sampling steps/minimum": 1,
354
- "img2img/Sampling steps/maximum": 150,
355
- "img2img/Sampling steps/step": 1,
356
- "img2img/Refiner/visible": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
357
  "customscript/refiner.py/img2img/Refiner/value": false,
358
- "img2img/Refiner/value": false,
359
  "customscript/refiner.py/img2img/Checkpoint/visible": true,
360
  "customscript/refiner.py/img2img/Checkpoint/value": "",
361
  "customscript/refiner.py/img2img/Switch at/visible": true,
@@ -363,6 +316,7 @@
363
  "customscript/refiner.py/img2img/Switch at/minimum": 0.01,
364
  "customscript/refiner.py/img2img/Switch at/maximum": 1.0,
365
  "customscript/refiner.py/img2img/Switch at/step": 0.01,
 
366
  "img2img/Width/visible": true,
367
  "img2img/Width/value": 512,
368
  "img2img/Width/minimum": 64,
@@ -433,88 +387,6 @@
433
  "customscript/seed.py/img2img/Resize seed from height/maximum": 2048,
434
  "customscript/seed.py/img2img/Resize seed from height/step": 8,
435
  "img2img/Override settings/value": null,
436
- "img2img/Tabs@img2img_controlnet_tabs/selected": null,
437
- "img2img/Input Directory/visible": true,
438
- "img2img/Input Directory/value": "",
439
- "img2img/Clear Images/visible": true,
440
- "img2img/New Canvas Width/visible": true,
441
- "img2img/New Canvas Width/value": 512,
442
- "img2img/New Canvas Width/minimum": 256,
443
- "img2img/New Canvas Width/maximum": 1024,
444
- "img2img/New Canvas Width/step": 64,
445
- "img2img/New Canvas Height/visible": true,
446
- "img2img/New Canvas Height/value": 512,
447
- "img2img/New Canvas Height/minimum": 256,
448
- "img2img/New Canvas Height/maximum": 1024,
449
- "img2img/New Canvas Height/step": 64,
450
- "img2img/Create New Canvas/visible": true,
451
- "img2img/Cancel/visible": true,
452
- "img2img/๐Ÿ“ท/visible": true,
453
- "img2img/โ‡„/visible": true,
454
- "img2img/โคด/visible": true,
455
- "img2img/Enable/visible": true,
456
- "img2img/Enable/value": false,
457
- "img2img/Low VRAM/visible": true,
458
- "img2img/Low VRAM/value": false,
459
- "img2img/Pixel Perfect/visible": true,
460
- "img2img/Pixel Perfect/value": false,
461
- "img2img/Allow Preview/value": false,
462
- "img2img/Effective Region Mask/visible": true,
463
- "img2img/Effective Region Mask/value": false,
464
- "img2img/Preview as Input/value": false,
465
- "img2img/Upload independent control image/visible": true,
466
- "img2img/Upload independent control image/value": false,
467
- "img2img/Crop input image based on A1111 mask/value": false,
468
- "img2img/Control Type/visible": true,
469
- "img2img/Control Type/value": "All",
470
- "img2img/Preprocessor/visible": true,
471
- "img2img/Preprocessor/value": "none",
472
- "img2img/Model/visible": true,
473
- "img2img/Model/value": "None",
474
- "img2img/Control Weight/visible": true,
475
- "img2img/Control Weight/value": 1.0,
476
- "img2img/Control Weight/minimum": 0.0,
477
- "img2img/Control Weight/maximum": 2.0,
478
- "img2img/Control Weight/step": 0.05,
479
- "img2img/Starting Control Step/visible": true,
480
- "img2img/Starting Control Step/value": 0.0,
481
- "img2img/Starting Control Step/minimum": 0.0,
482
- "img2img/Starting Control Step/maximum": 1.0,
483
- "img2img/Starting Control Step/step": 0.01,
484
- "img2img/Ending Control Step/visible": true,
485
- "img2img/Ending Control Step/value": 1.0,
486
- "img2img/Ending Control Step/minimum": 0.0,
487
- "img2img/Ending Control Step/maximum": 1.0,
488
- "img2img/Ending Control Step/step": 0.01,
489
- "img2img/Preprocessor resolution/value": -1,
490
- "img2img/Preprocessor resolution/minimum": 64,
491
- "img2img/Preprocessor resolution/maximum": 2048,
492
- "img2img/Preprocessor resolution/step": 10,
493
- "img2img/Threshold A/value": -1,
494
- "img2img/Threshold A/minimum": 64,
495
- "img2img/Threshold A/maximum": 1024,
496
- "img2img/Threshold A/step": 1,
497
- "img2img/Threshold B/value": -1,
498
- "img2img/Threshold B/minimum": 64,
499
- "img2img/Threshold B/maximum": 1024,
500
- "img2img/Threshold B/step": 1,
501
- "img2img/Control Mode/visible": true,
502
- "img2img/Control Mode/value": "Balanced",
503
- "img2img/Resize Mode/value": "Crop and Resize",
504
- "img2img/Hires-Fix Option/value": "Both",
505
- "img2img/PuLID Mode/value": "Fidelity",
506
- "img2img/[Batch Loopback] Automatically send generated images to this ControlNet unit in batch generation/value": false,
507
- "img2img/Weight Type/visible": true,
508
- "img2img/Weight Type/value": "normal",
509
- "img2img/Composition Weight/value": 1.0,
510
- "img2img/Composition Weight/minimum": 0,
511
- "img2img/Composition Weight/maximum": 2.0,
512
- "img2img/Composition Weight/step": 0.01,
513
- "img2img/Weights/value": "",
514
- "img2img/Batch Option/visible": true,
515
- "img2img/Batch Option/value": "All ControlNet units for all images in a batch",
516
- "img2img/[StyleAlign] Align image style in the batch./visible": true,
517
- "img2img/[StyleAlign] Align image style in the batch./value": false,
518
  "img2img/Script/visible": true,
519
  "img2img/Script/value": "None",
520
  "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
@@ -641,27 +513,26 @@
641
  "customscript/xyz_grid.py/img2img/Draw legend/value": true,
642
  "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
643
  "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
 
 
 
 
 
 
644
  "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
645
  "customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
646
  "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
647
  "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
 
 
648
  "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
649
  "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
650
  "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
651
  "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500,
652
  "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
653
- "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/visible": true,
654
- "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/value": false,
655
  "img2img/Swap X/Y axes/visible": true,
656
  "img2img/Swap Y/Z axes/visible": true,
657
  "img2img/Swap X/Z axes/visible": true,
658
- "customscript/movie2movie.py/img2img/Duration/visible": true,
659
- "customscript/movie2movie.py/img2img/Duration/value": 50.0,
660
- "customscript/movie2movie.py/img2img/Duration/minimum": 10.0,
661
- "customscript/movie2movie.py/img2img/Duration/maximum": 200.0,
662
- "customscript/movie2movie.py/img2img/Duration/step": 10,
663
- "customscript/movie2movie.py/img2img/Save preprocessed/visible": true,
664
- "customscript/movie2movie.py/img2img/Save preprocessed/value": false,
665
  "img2img/๐Ÿ“‚/visible": true,
666
  "img2img/๐Ÿ’พ/visible": true,
667
  "img2img/๐Ÿ—ƒ๏ธ/visible": true,
@@ -669,6 +540,7 @@
669
  "img2img/๐ŸŽจ๏ธ/visible": true,
670
  "img2img/Description/visible": true,
671
  "img2img/Description/value": "",
 
672
  "img2img/Replace preview/visible": true,
673
  "img2img/Save/visible": true,
674
  "img2img/Preferred VAE/visible": true,
@@ -684,8 +556,6 @@
684
  "img2img/Preferred weight/step": 0.01,
685
  "img2img/Random prompt/visible": true,
686
  "img2img/Random prompt/value": "",
687
- "img2img/img2img_extra_sort_order/value": "Path",
688
- "img2img/Show dirs/value": true,
689
  "extras/Tabs@mode_extras/selected": null,
690
  "extras/Input directory/visible": true,
691
  "extras/Input directory/value": "",
@@ -693,45 +563,47 @@
693
  "extras/Output directory/value": "",
694
  "extras/Show result images/visible": true,
695
  "extras/Show result images/value": true,
 
 
 
 
 
 
 
 
 
 
 
696
  "extras/Tabs@extras_resize_mode/selected": null,
697
  "customscript/postprocessing_upscale.py/extras/Resize/visible": true,
698
  "customscript/postprocessing_upscale.py/extras/Resize/value": 4,
699
  "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
700
  "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
701
  "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
 
 
702
  "customscript/postprocessing_upscale.py/extras/Width/visible": true,
703
  "customscript/postprocessing_upscale.py/extras/Width/value": 512,
704
  "customscript/postprocessing_upscale.py/extras/Width/minimum": 64,
705
- "customscript/postprocessing_upscale.py/extras/Width/maximum": 2048,
706
  "customscript/postprocessing_upscale.py/extras/Width/step": 8,
707
  "customscript/postprocessing_upscale.py/extras/Height/visible": true,
708
  "customscript/postprocessing_upscale.py/extras/Height/value": 512,
709
  "customscript/postprocessing_upscale.py/extras/Height/minimum": 64,
710
- "customscript/postprocessing_upscale.py/extras/Height/maximum": 2048,
711
  "customscript/postprocessing_upscale.py/extras/Height/step": 8,
712
  "extras/โ‡…/visible": true,
713
  "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
714
  "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
715
- "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
716
- "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
717
- "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
718
- "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
719
- "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
720
- "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
721
- "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
722
- "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
723
- "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
724
- "extras/GFPGAN/visible": true,
725
  "customscript/postprocessing_gfpgan.py/extras/GFPGAN/value": false,
726
- "extras/GFPGAN/value": false,
727
  "customscript/postprocessing_gfpgan.py/extras/Visibility/visible": true,
728
  "customscript/postprocessing_gfpgan.py/extras/Visibility/value": 1.0,
729
  "customscript/postprocessing_gfpgan.py/extras/Visibility/minimum": 0.0,
730
  "customscript/postprocessing_gfpgan.py/extras/Visibility/maximum": 1.0,
731
  "customscript/postprocessing_gfpgan.py/extras/Visibility/step": 0.001,
732
- "extras/CodeFormer/visible": true,
733
  "customscript/postprocessing_codeformer.py/extras/CodeFormer/value": false,
734
- "extras/CodeFormer/value": false,
735
  "customscript/postprocessing_codeformer.py/extras/Visibility/visible": true,
736
  "customscript/postprocessing_codeformer.py/extras/Visibility/value": 1.0,
737
  "customscript/postprocessing_codeformer.py/extras/Visibility/minimum": 0.0,
@@ -742,9 +614,20 @@
742
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
743
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
744
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
745
- "extras/Auto focal point crop/visible": true,
 
 
 
 
 
 
 
 
 
 
 
 
746
  "customscript/postprocessing_focal_crop.py/extras/Auto focal point crop/value": false,
747
- "extras/Auto focal point crop/value": false,
748
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/visible": true,
749
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/value": 0.9,
750
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/minimum": 0.0,
@@ -762,57 +645,42 @@
762
  "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/step": 0.05,
763
  "customscript/postprocessing_focal_crop.py/extras/Create debug image/visible": true,
764
  "customscript/postprocessing_focal_crop.py/extras/Create debug image/value": false,
765
- "extras/Auto-sized crop/visible": true,
766
- "customscript/processing_autosized_crop.py/extras/Auto-sized crop/value": false,
767
- "extras/Auto-sized crop/value": false,
768
- "customscript/processing_autosized_crop.py/extras/Dimension lower bound/visible": true,
769
- "customscript/processing_autosized_crop.py/extras/Dimension lower bound/value": 384,
770
- "customscript/processing_autosized_crop.py/extras/Dimension lower bound/minimum": 64,
771
- "customscript/processing_autosized_crop.py/extras/Dimension lower bound/maximum": 2048,
772
- "customscript/processing_autosized_crop.py/extras/Dimension lower bound/step": 8,
773
- "customscript/processing_autosized_crop.py/extras/Dimension upper bound/visible": true,
774
- "customscript/processing_autosized_crop.py/extras/Dimension upper bound/value": 768,
775
- "customscript/processing_autosized_crop.py/extras/Dimension upper bound/minimum": 64,
776
- "customscript/processing_autosized_crop.py/extras/Dimension upper bound/maximum": 2048,
777
- "customscript/processing_autosized_crop.py/extras/Dimension upper bound/step": 8,
778
- "customscript/processing_autosized_crop.py/extras/Area lower bound/visible": true,
779
- "customscript/processing_autosized_crop.py/extras/Area lower bound/value": 4096,
780
- "customscript/processing_autosized_crop.py/extras/Area lower bound/minimum": 4096,
781
- "customscript/processing_autosized_crop.py/extras/Area lower bound/maximum": 4194304,
782
- "customscript/processing_autosized_crop.py/extras/Area lower bound/step": 1,
783
- "customscript/processing_autosized_crop.py/extras/Area upper bound/visible": true,
784
- "customscript/processing_autosized_crop.py/extras/Area upper bound/value": 409600,
785
- "customscript/processing_autosized_crop.py/extras/Area upper bound/minimum": 4096,
786
- "customscript/processing_autosized_crop.py/extras/Area upper bound/maximum": 4194304,
787
- "customscript/processing_autosized_crop.py/extras/Area upper bound/step": 1,
788
- "customscript/processing_autosized_crop.py/extras/Resizing objective/visible": true,
789
- "customscript/processing_autosized_crop.py/extras/Resizing objective/value": "Maximize area",
790
- "customscript/processing_autosized_crop.py/extras/Error threshold/visible": true,
791
- "customscript/processing_autosized_crop.py/extras/Error threshold/value": 0.1,
792
- "customscript/processing_autosized_crop.py/extras/Error threshold/minimum": 0,
793
- "customscript/processing_autosized_crop.py/extras/Error threshold/maximum": 1,
794
- "customscript/processing_autosized_crop.py/extras/Error threshold/step": 0.01,
795
- "extras/Caption/visible": true,
796
- "customscript/postprocessing_caption.py/extras/Caption/value": false,
797
- "extras/Caption/value": false,
798
- "extras/Create flipped copies/visible": true,
799
  "customscript/postprocessing_create_flipped_copies.py/extras/Create flipped copies/value": false,
800
- "extras/Create flipped copies/value": false,
801
- "extras/Split oversized images/visible": true,
802
- "customscript/postprocessing_split_oversized.py/extras/Split oversized images/value": false,
803
- "extras/Split oversized images/value": false,
804
- "customscript/postprocessing_split_oversized.py/extras/Threshold/visible": true,
805
- "customscript/postprocessing_split_oversized.py/extras/Threshold/value": 0.5,
806
- "customscript/postprocessing_split_oversized.py/extras/Threshold/minimum": 0.0,
807
- "customscript/postprocessing_split_oversized.py/extras/Threshold/maximum": 1.0,
808
- "customscript/postprocessing_split_oversized.py/extras/Threshold/step": 0.05,
809
- "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/visible": true,
810
- "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/value": 0.2,
811
- "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/minimum": 0.0,
812
- "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/maximum": 0.9,
813
- "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/step": 0.05,
814
  "extras/Interrupt/visible": true,
815
  "extras/Skip/visible": true,
 
816
  "extras/Generate/visible": true,
817
  "extras/๐Ÿ“‚/visible": true,
818
  "extras/๐Ÿ–ผ๏ธ/visible": true,
 
5
  "txt2img/Negative prompt/value": "(ไฝฟ็”จๆ—ถ่ฏทๅˆ ้™คๆ‹ฌๅทๅ†…ๆ–‡ๅญ—๏ผŒๅ“”ๅ“ฉๅ“”ๅ“ฉ๏ผš็ˆฑๆ’ธไธฒ็š„็Œช๏ผŒQQ็พค๏ผš252271890)EasyNegative, bad-hands-5, (((worst quality, low quality)))",
6
  "txt2img/Interrupt/visible": true,
7
  "txt2img/Skip/visible": true,
8
+ "txt2img/Interrupting.../visible": true,
9
  "txt2img/Generate/visible": true,
10
  "txt2img/โ†™๏ธ/visible": true,
11
  "txt2img/๐Ÿ—‘๏ธ/visible": true,
 
17
  "txt2img/๐Ÿ“/visible": true,
18
  "txt2img/Close/visible": true,
19
  "txt2img/Tabs@txt2img_extra_tabs/selected": null,
20
+ "customscript/sampler.py/txt2img/Sampling method/visible": true,
21
+ "customscript/sampler.py/txt2img/Sampling method/value": "DPM++ 2M",
22
+ "customscript/sampler.py/txt2img/Schedule type/visible": true,
23
+ "customscript/sampler.py/txt2img/Schedule type/value": "Automatic",
24
+ "customscript/sampler.py/txt2img/Sampling steps/visible": true,
25
+ "customscript/sampler.py/txt2img/Sampling steps/value": 20,
26
+ "customscript/sampler.py/txt2img/Sampling steps/minimum": 1,
27
+ "customscript/sampler.py/txt2img/Sampling steps/maximum": 150,
28
+ "customscript/sampler.py/txt2img/Sampling steps/step": 1,
29
  "txt2img/Hires. fix/visible": true,
30
  "txt2img/Hires. fix/value": false,
31
  "txt2img/Upscaler/visible": true,
 
55
  "txt2img/Resize height to/minimum": 0,
56
  "txt2img/Resize height to/maximum": 2048,
57
  "txt2img/Resize height to/step": 8,
58
+ "txt2img/Checkpoint/visible": true,
59
+ "txt2img/Checkpoint/value": "Use same checkpoint",
60
  "txt2img/Hires sampling method/visible": true,
61
  "txt2img/Hires sampling method/value": "Use same sampler",
62
+ "txt2img/Hires schedule type/visible": true,
63
+ "txt2img/Hires schedule type/value": "Use same scheduler",
64
  "txt2img/Hires prompt/visible": true,
65
  "txt2img/Hires prompt/value": "",
66
  "txt2img/Hires negative prompt/visible": true,
67
  "txt2img/Hires negative prompt/value": "",
68
+ "customscript/refiner.py/txt2img/Refiner/visible": true,
69
  "customscript/refiner.py/txt2img/Refiner/value": false,
 
70
  "customscript/refiner.py/txt2img/Checkpoint/visible": true,
71
  "customscript/refiner.py/txt2img/Checkpoint/value": "",
72
  "customscript/refiner.py/txt2img/Switch at/visible": true,
 
124
  "customscript/seed.py/txt2img/Resize seed from height/maximum": 2048,
125
  "customscript/seed.py/txt2img/Resize seed from height/step": 8,
126
  "txt2img/Override settings/value": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  "txt2img/Script/visible": true,
128
  "txt2img/Script/value": "None",
129
  "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
 
163
  "customscript/xyz_grid.py/txt2img/Draw legend/value": true,
164
  "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
165
  "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
166
+ "customscript/xyz_grid.py/txt2img/Vary seeds for X/visible": true,
167
+ "customscript/xyz_grid.py/txt2img/Vary seeds for X/value": false,
168
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Y/visible": true,
169
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Y/value": false,
170
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Z/visible": true,
171
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Z/value": false,
172
  "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
173
  "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
174
  "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
175
  "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
176
+ "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/visible": true,
177
+ "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/value": false,
178
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
179
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
180
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
181
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500,
182
  "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
 
 
183
  "txt2img/Swap X/Y axes/visible": true,
184
  "txt2img/Swap Y/Z axes/visible": true,
185
  "txt2img/Swap X/Z axes/visible": true,
 
 
 
 
 
 
 
186
  "txt2img/๐Ÿ“‚/visible": true,
187
  "txt2img/๐Ÿ’พ/visible": true,
188
  "txt2img/๐Ÿ—ƒ๏ธ/visible": true,
189
  "txt2img/๐Ÿ–ผ๏ธ/visible": true,
190
  "txt2img/๐ŸŽจ๏ธ/visible": true,
191
  "txt2img/๐Ÿ“/visible": true,
192
+ "txt2img/โœจ/visible": true,
193
  "txt2img/Description/visible": true,
194
  "txt2img/Description/value": "",
195
+ "txt2img/Cancel/visible": true,
196
  "txt2img/Replace preview/visible": true,
197
  "txt2img/Save/visible": true,
198
  "txt2img/Preferred VAE/visible": true,
 
208
  "txt2img/Preferred weight/step": 0.01,
209
  "txt2img/Random prompt/visible": true,
210
  "txt2img/Random prompt/value": "",
 
 
211
  "img2img/Prompt/visible": true,
212
+ "img2img/Prompt/value": "",
213
  "img2img/Negative prompt/visible": true,
214
+ "img2img/Negative prompt/value": "",
215
  "img2img/Interrupt/visible": true,
216
  "img2img/Skip/visible": true,
217
+ "img2img/Interrupting.../visible": true,
218
  "img2img/Generate/visible": true,
219
  "img2img/โ†™๏ธ/visible": true,
220
  "img2img/๐Ÿ—‘๏ธ/visible": true,
 
233
  "img2img/sketch/visible": true,
234
  "img2img/inpaint/visible": true,
235
  "img2img/inpaint sketch/visible": true,
236
+ "img2img/Tabs@img2img_batch_source/selected": null,
237
  "img2img/Input directory/visible": true,
238
  "img2img/Input directory/value": "",
239
  "img2img/Output directory/visible": true,
240
  "img2img/Output directory/value": "",
241
  "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
242
  "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
 
 
243
  "img2img/Append png info to prompts/visible": true,
244
  "img2img/Append png info to prompts/value": false,
245
  "img2img/PNG info directory/visible": true,
 
266
  "img2img/Only masked padding, pixels/minimum": 0,
267
  "img2img/Only masked padding, pixels/maximum": 256,
268
  "img2img/Only masked padding, pixels/step": 4,
269
+ "customscript/soft_inpainting.py/img2img/Soft inpainting/visible": true,
270
+ "customscript/soft_inpainting.py/img2img/Soft inpainting/value": false,
271
+ "customscript/soft_inpainting.py/img2img/Schedule bias/visible": true,
272
+ "customscript/soft_inpainting.py/img2img/Schedule bias/value": 1,
273
+ "customscript/soft_inpainting.py/img2img/Schedule bias/minimum": 0,
274
+ "customscript/soft_inpainting.py/img2img/Schedule bias/maximum": 8,
275
+ "customscript/soft_inpainting.py/img2img/Schedule bias/step": 0.1,
276
+ "customscript/soft_inpainting.py/img2img/Preservation strength/visible": true,
277
+ "customscript/soft_inpainting.py/img2img/Preservation strength/value": 0.5,
278
+ "customscript/soft_inpainting.py/img2img/Preservation strength/minimum": 0,
279
+ "customscript/soft_inpainting.py/img2img/Preservation strength/maximum": 8,
280
+ "customscript/soft_inpainting.py/img2img/Preservation strength/step": 0.05,
281
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/visible": true,
282
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/value": 4,
283
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/minimum": 1,
284
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/maximum": 32,
285
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/step": 0.5,
286
+ "customscript/soft_inpainting.py/img2img/Mask influence/visible": true,
287
+ "customscript/soft_inpainting.py/img2img/Mask influence/value": 0,
288
+ "customscript/soft_inpainting.py/img2img/Mask influence/minimum": 0,
289
+ "customscript/soft_inpainting.py/img2img/Mask influence/maximum": 1,
290
+ "customscript/soft_inpainting.py/img2img/Mask influence/step": 0.05,
291
+ "customscript/soft_inpainting.py/img2img/Difference threshold/visible": true,
292
+ "customscript/soft_inpainting.py/img2img/Difference threshold/value": 0.5,
293
+ "customscript/soft_inpainting.py/img2img/Difference threshold/minimum": 0,
294
+ "customscript/soft_inpainting.py/img2img/Difference threshold/maximum": 8,
295
+ "customscript/soft_inpainting.py/img2img/Difference threshold/step": 0.25,
296
+ "customscript/soft_inpainting.py/img2img/Difference contrast/visible": true,
297
+ "customscript/soft_inpainting.py/img2img/Difference contrast/value": 2,
298
+ "customscript/soft_inpainting.py/img2img/Difference contrast/minimum": 0,
299
+ "customscript/soft_inpainting.py/img2img/Difference contrast/maximum": 8,
300
+ "customscript/soft_inpainting.py/img2img/Difference contrast/step": 0.25,
301
+ "customscript/sampler.py/img2img/Sampling method/visible": true,
302
+ "customscript/sampler.py/img2img/Sampling method/value": "DPM++ 2M",
303
+ "customscript/sampler.py/img2img/Schedule type/visible": true,
304
+ "customscript/sampler.py/img2img/Schedule type/value": "Automatic",
305
+ "customscript/sampler.py/img2img/Sampling steps/visible": true,
306
+ "customscript/sampler.py/img2img/Sampling steps/value": 20,
307
+ "customscript/sampler.py/img2img/Sampling steps/minimum": 1,
308
+ "customscript/sampler.py/img2img/Sampling steps/maximum": 150,
309
+ "customscript/sampler.py/img2img/Sampling steps/step": 1,
310
+ "customscript/refiner.py/img2img/Refiner/visible": true,
311
  "customscript/refiner.py/img2img/Refiner/value": false,
 
312
  "customscript/refiner.py/img2img/Checkpoint/visible": true,
313
  "customscript/refiner.py/img2img/Checkpoint/value": "",
314
  "customscript/refiner.py/img2img/Switch at/visible": true,
 
316
  "customscript/refiner.py/img2img/Switch at/minimum": 0.01,
317
  "customscript/refiner.py/img2img/Switch at/maximum": 1.0,
318
  "customscript/refiner.py/img2img/Switch at/step": 0.01,
319
+ "img2img/Tabs@img2img_tabs_resize/selected": null,
320
  "img2img/Width/visible": true,
321
  "img2img/Width/value": 512,
322
  "img2img/Width/minimum": 64,
 
387
  "customscript/seed.py/img2img/Resize seed from height/maximum": 2048,
388
  "customscript/seed.py/img2img/Resize seed from height/step": 8,
389
  "img2img/Override settings/value": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
390
  "img2img/Script/visible": true,
391
  "img2img/Script/value": "None",
392
  "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
 
513
  "customscript/xyz_grid.py/img2img/Draw legend/value": true,
514
  "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
515
  "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
516
+ "customscript/xyz_grid.py/img2img/Vary seeds for X/visible": true,
517
+ "customscript/xyz_grid.py/img2img/Vary seeds for X/value": false,
518
+ "customscript/xyz_grid.py/img2img/Vary seeds for Y/visible": true,
519
+ "customscript/xyz_grid.py/img2img/Vary seeds for Y/value": false,
520
+ "customscript/xyz_grid.py/img2img/Vary seeds for Z/visible": true,
521
+ "customscript/xyz_grid.py/img2img/Vary seeds for Z/value": false,
522
  "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
523
  "customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
524
  "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
525
  "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
526
+ "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/visible": true,
527
+ "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/value": false,
528
  "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
529
  "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
530
  "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
531
  "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500,
532
  "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
 
 
533
  "img2img/Swap X/Y axes/visible": true,
534
  "img2img/Swap Y/Z axes/visible": true,
535
  "img2img/Swap X/Z axes/visible": true,
 
 
 
 
 
 
 
536
  "img2img/๐Ÿ“‚/visible": true,
537
  "img2img/๐Ÿ’พ/visible": true,
538
  "img2img/๐Ÿ—ƒ๏ธ/visible": true,
 
540
  "img2img/๐ŸŽจ๏ธ/visible": true,
541
  "img2img/Description/visible": true,
542
  "img2img/Description/value": "",
543
+ "img2img/Cancel/visible": true,
544
  "img2img/Replace preview/visible": true,
545
  "img2img/Save/visible": true,
546
  "img2img/Preferred VAE/visible": true,
 
556
  "img2img/Preferred weight/step": 0.01,
557
  "img2img/Random prompt/visible": true,
558
  "img2img/Random prompt/value": "",
 
 
559
  "extras/Tabs@mode_extras/selected": null,
560
  "extras/Input directory/visible": true,
561
  "extras/Input directory/value": "",
 
563
  "extras/Output directory/value": "",
564
  "extras/Show result images/visible": true,
565
  "extras/Show result images/value": true,
566
+ "customscript/postprocessing_upscale.py/extras/Upscale/visible": true,
567
+ "customscript/postprocessing_upscale.py/extras/Upscale/value": true,
568
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
569
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
570
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
571
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
572
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
573
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
574
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
575
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
576
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
577
  "extras/Tabs@extras_resize_mode/selected": null,
578
  "customscript/postprocessing_upscale.py/extras/Resize/visible": true,
579
  "customscript/postprocessing_upscale.py/extras/Resize/value": 4,
580
  "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
581
  "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
582
  "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
583
+ "customscript/postprocessing_upscale.py/extras/Max side length/visible": true,
584
+ "customscript/postprocessing_upscale.py/extras/Max side length/value": 0.0,
585
  "customscript/postprocessing_upscale.py/extras/Width/visible": true,
586
  "customscript/postprocessing_upscale.py/extras/Width/value": 512,
587
  "customscript/postprocessing_upscale.py/extras/Width/minimum": 64,
588
+ "customscript/postprocessing_upscale.py/extras/Width/maximum": 8192,
589
  "customscript/postprocessing_upscale.py/extras/Width/step": 8,
590
  "customscript/postprocessing_upscale.py/extras/Height/visible": true,
591
  "customscript/postprocessing_upscale.py/extras/Height/value": 512,
592
  "customscript/postprocessing_upscale.py/extras/Height/minimum": 64,
593
+ "customscript/postprocessing_upscale.py/extras/Height/maximum": 8192,
594
  "customscript/postprocessing_upscale.py/extras/Height/step": 8,
595
  "extras/โ‡…/visible": true,
596
  "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
597
  "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
598
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN/visible": true,
 
 
 
 
 
 
 
 
 
599
  "customscript/postprocessing_gfpgan.py/extras/GFPGAN/value": false,
 
600
  "customscript/postprocessing_gfpgan.py/extras/Visibility/visible": true,
601
  "customscript/postprocessing_gfpgan.py/extras/Visibility/value": 1.0,
602
  "customscript/postprocessing_gfpgan.py/extras/Visibility/minimum": 0.0,
603
  "customscript/postprocessing_gfpgan.py/extras/Visibility/maximum": 1.0,
604
  "customscript/postprocessing_gfpgan.py/extras/Visibility/step": 0.001,
605
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer/visible": true,
606
  "customscript/postprocessing_codeformer.py/extras/CodeFormer/value": false,
 
607
  "customscript/postprocessing_codeformer.py/extras/Visibility/visible": true,
608
  "customscript/postprocessing_codeformer.py/extras/Visibility/value": 1.0,
609
  "customscript/postprocessing_codeformer.py/extras/Visibility/minimum": 0.0,
 
614
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
615
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
616
  "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
617
+ "customscript/postprocessing_split_oversized.py/extras/Split oversized images/visible": true,
618
+ "customscript/postprocessing_split_oversized.py/extras/Split oversized images/value": false,
619
+ "customscript/postprocessing_split_oversized.py/extras/Threshold/visible": true,
620
+ "customscript/postprocessing_split_oversized.py/extras/Threshold/value": 0.5,
621
+ "customscript/postprocessing_split_oversized.py/extras/Threshold/minimum": 0.0,
622
+ "customscript/postprocessing_split_oversized.py/extras/Threshold/maximum": 1.0,
623
+ "customscript/postprocessing_split_oversized.py/extras/Threshold/step": 0.05,
624
+ "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/visible": true,
625
+ "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/value": 0.2,
626
+ "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/minimum": 0.0,
627
+ "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/maximum": 0.9,
628
+ "customscript/postprocessing_split_oversized.py/extras/Overlap ratio/step": 0.05,
629
+ "customscript/postprocessing_focal_crop.py/extras/Auto focal point crop/visible": true,
630
  "customscript/postprocessing_focal_crop.py/extras/Auto focal point crop/value": false,
 
631
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/visible": true,
632
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/value": 0.9,
633
  "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/minimum": 0.0,
 
645
  "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/step": 0.05,
646
  "customscript/postprocessing_focal_crop.py/extras/Create debug image/visible": true,
647
  "customscript/postprocessing_focal_crop.py/extras/Create debug image/value": false,
648
+ "customscript/postprocessing_autosized_crop.py/extras/Auto-sized crop/visible": true,
649
+ "customscript/postprocessing_autosized_crop.py/extras/Auto-sized crop/value": false,
650
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/visible": true,
651
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/value": 384,
652
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/minimum": 64,
653
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/maximum": 2048,
654
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension lower bound/step": 8,
655
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/visible": true,
656
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/value": 768,
657
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/minimum": 64,
658
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/maximum": 2048,
659
+ "customscript/postprocessing_autosized_crop.py/extras/Dimension upper bound/step": 8,
660
+ "customscript/postprocessing_autosized_crop.py/extras/Area lower bound/visible": true,
661
+ "customscript/postprocessing_autosized_crop.py/extras/Area lower bound/value": 4096,
662
+ "customscript/postprocessing_autosized_crop.py/extras/Area lower bound/minimum": 4096,
663
+ "customscript/postprocessing_autosized_crop.py/extras/Area lower bound/maximum": 4194304,
664
+ "customscript/postprocessing_autosized_crop.py/extras/Area lower bound/step": 1,
665
+ "customscript/postprocessing_autosized_crop.py/extras/Area upper bound/visible": true,
666
+ "customscript/postprocessing_autosized_crop.py/extras/Area upper bound/value": 409600,
667
+ "customscript/postprocessing_autosized_crop.py/extras/Area upper bound/minimum": 4096,
668
+ "customscript/postprocessing_autosized_crop.py/extras/Area upper bound/maximum": 4194304,
669
+ "customscript/postprocessing_autosized_crop.py/extras/Area upper bound/step": 1,
670
+ "customscript/postprocessing_autosized_crop.py/extras/Resizing objective/visible": true,
671
+ "customscript/postprocessing_autosized_crop.py/extras/Resizing objective/value": "Maximize area",
672
+ "customscript/postprocessing_autosized_crop.py/extras/Error threshold/visible": true,
673
+ "customscript/postprocessing_autosized_crop.py/extras/Error threshold/value": 0.1,
674
+ "customscript/postprocessing_autosized_crop.py/extras/Error threshold/minimum": 0,
675
+ "customscript/postprocessing_autosized_crop.py/extras/Error threshold/maximum": 1,
676
+ "customscript/postprocessing_autosized_crop.py/extras/Error threshold/step": 0.01,
677
+ "customscript/postprocessing_create_flipped_copies.py/extras/Create flipped copies/visible": true,
 
 
 
 
678
  "customscript/postprocessing_create_flipped_copies.py/extras/Create flipped copies/value": false,
679
+ "customscript/postprocessing_caption.py/extras/Caption/visible": true,
680
+ "customscript/postprocessing_caption.py/extras/Caption/value": false,
 
 
 
 
 
 
 
 
 
 
 
 
681
  "extras/Interrupt/visible": true,
682
  "extras/Skip/visible": true,
683
+ "extras/Interrupting.../visible": true,
684
  "extras/Generate/visible": true,
685
  "extras/๐Ÿ“‚/visible": true,
686
  "extras/๐Ÿ–ผ๏ธ/visible": true,