TamerlanW commited on
Commit
111a2d7
·
verified ·
1 Parent(s): d39d2fa

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +388 -0
  2. ui-config.json +1260 -0
config.json ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SCUNET_tile": 256,
3
+ "SCUNET_tile_overlap": 8,
4
+ "SWIN_tile": 192,
5
+ "SWIN_tile_overlap": 8,
6
+ "SWIN_torch_compile": false,
7
+ "control_net_detectedmap_dir": "detected_maps",
8
+ "control_net_models_path": "",
9
+ "control_net_modules_path": "",
10
+ "control_net_unit_count": 3,
11
+ "control_net_model_cache_size": 5,
12
+ "control_net_no_detectmap": false,
13
+ "control_net_detectmap_autosaving": false,
14
+ "control_net_allow_script_control": false,
15
+ "control_net_sync_field_args": true,
16
+ "controlnet_show_batch_images_in_ui": false,
17
+ "controlnet_increment_seed_during_batch": false,
18
+ "controlnet_disable_openpose_edit": false,
19
+ "controlnet_disable_photopea_edit": false,
20
+ "controlnet_photopea_warning": true,
21
+ "controlnet_input_thumbnail": true,
22
+ "sd_model_checkpoint": null,
23
+ "forge_async_loading": "Queue",
24
+ "forge_inference_memory": 1024,
25
+ "forge_pin_shared_memory": "CPU",
26
+ "forge_additional_modules": [
27
+ "/content/stable-diffusion-webui-forge/models/VAE/ae.safetensors",
28
+ "/content/stable-diffusion-webui-forge/models/text_encoder/t5xxl_fp8_e4m3fn.safetensors",
29
+ "/content/stable-diffusion-webui-forge/models/text_encoder/clip_l.safetensors"
30
+ ],
31
+ "forge_preset": "flux",
32
+ "outdir_samples": "",
33
+ "outdir_txt2img_samples": "outputs/txt2img-images",
34
+ "outdir_img2img_samples": "outputs/img2img-images",
35
+ "outdir_extras_samples": "outputs/extras-images",
36
+ "outdir_grids": "",
37
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
38
+ "outdir_img2img_grids": "outputs/img2img-grids",
39
+ "outdir_save": "log/images",
40
+ "outdir_init_images": "outputs/init-images",
41
+ "samples_save": true,
42
+ "samples_format": "png",
43
+ "samples_filename_pattern": "",
44
+ "save_images_add_number": true,
45
+ "save_images_replace_action": "Replace",
46
+ "grid_save": true,
47
+ "grid_format": "png",
48
+ "grid_extended_filename": false,
49
+ "grid_only_if_multiple": true,
50
+ "grid_prevent_empty_spots": false,
51
+ "grid_zip_filename_pattern": "",
52
+ "n_rows": -1,
53
+ "font": "",
54
+ "grid_text_active_color": "#000000",
55
+ "grid_text_inactive_color": "#999999",
56
+ "grid_background_color": "#ffffff",
57
+ "save_images_before_face_restoration": false,
58
+ "save_images_before_highres_fix": false,
59
+ "save_images_before_color_correction": false,
60
+ "save_mask": false,
61
+ "save_mask_composite": false,
62
+ "jpeg_quality": 80,
63
+ "webp_lossless": false,
64
+ "export_for_4chan": true,
65
+ "img_downscale_threshold": 4,
66
+ "target_side_length": 4000,
67
+ "img_max_size_mp": 200,
68
+ "use_original_name_batch": true,
69
+ "use_upscaler_name_as_suffix": false,
70
+ "save_selected_only": true,
71
+ "save_write_log_csv": true,
72
+ "save_init_img": false,
73
+ "temp_dir": "",
74
+ "clean_temp_dir_at_start": false,
75
+ "save_incomplete_images": false,
76
+ "notification_audio": true,
77
+ "notification_volume": 100,
78
+ "save_to_dirs": true,
79
+ "grid_save_to_dirs": true,
80
+ "use_save_to_dirs_for_ui": false,
81
+ "directories_filename_pattern": "[date]",
82
+ "directories_max_prompt_words": 8,
83
+ "forge_try_reproduce": "None",
84
+ "auto_backcompat": true,
85
+ "use_old_emphasis_implementation": false,
86
+ "use_old_karras_scheduler_sigmas": false,
87
+ "no_dpmpp_sde_batch_determinism": false,
88
+ "use_old_hires_fix_width_height": false,
89
+ "hires_fix_use_firstpass_conds": false,
90
+ "use_old_scheduling": false,
91
+ "use_downcasted_alpha_bar": false,
92
+ "refiner_switch_by_sample_steps": false,
93
+ "lora_functional": false,
94
+ "extra_networks_show_hidden_directories": true,
95
+ "extra_networks_dir_button_function": false,
96
+ "extra_networks_hidden_models": "When searched",
97
+ "extra_networks_default_multiplier": 1,
98
+ "extra_networks_card_width": 0,
99
+ "extra_networks_card_height": 0,
100
+ "extra_networks_card_text_scale": 1,
101
+ "extra_networks_card_show_desc": true,
102
+ "extra_networks_card_description_is_html": false,
103
+ "extra_networks_card_order_field": "Path",
104
+ "extra_networks_card_order": "Ascending",
105
+ "extra_networks_tree_view_style": "Dirs",
106
+ "extra_networks_tree_view_default_enabled": true,
107
+ "extra_networks_tree_view_default_width": 180,
108
+ "extra_networks_add_text_separator": " ",
109
+ "ui_extra_networks_tab_reorder": "",
110
+ "textual_inversion_print_at_load": false,
111
+ "textual_inversion_add_hashes_to_infotext": true,
112
+ "sd_hypernetwork": "None",
113
+ "sd_lora": "None",
114
+ "lora_preferred_name": "Alias from file",
115
+ "lora_add_hashes_to_infotext": true,
116
+ "lora_bundled_ti_to_infotext": true,
117
+ "lora_filter_disabled": true,
118
+ "lora_in_memory_limit": 0,
119
+ "lora_not_found_warning_console": false,
120
+ "lora_not_found_gradio_warning": false,
121
+ "cross_attention_optimization": "Automatic",
122
+ "s_min_uncond": 0,
123
+ "s_min_uncond_all": false,
124
+ "token_merging_ratio": 0,
125
+ "token_merging_ratio_img2img": 0,
126
+ "token_merging_ratio_hr": 0,
127
+ "pad_cond_uncond": false,
128
+ "pad_cond_uncond_v0": false,
129
+ "persistent_cond_cache": true,
130
+ "batch_cond_uncond": true,
131
+ "fp8_storage": "Disable",
132
+ "cache_fp16_weight": false,
133
+ "hide_samplers": [],
134
+ "eta_ddim": 0,
135
+ "eta_ancestral": 1,
136
+ "ddim_discretize": "uniform",
137
+ "s_churn": 0,
138
+ "s_tmin": 0,
139
+ "s_tmax": 0,
140
+ "s_noise": 1,
141
+ "sigma_min": 0,
142
+ "sigma_max": 0,
143
+ "rho": 0,
144
+ "eta_noise_seed_delta": 0,
145
+ "always_discard_next_to_last_sigma": false,
146
+ "sgm_noise_multiplier": false,
147
+ "uni_pc_variant": "bh1",
148
+ "uni_pc_skip_type": "time_uniform",
149
+ "uni_pc_order": 3,
150
+ "uni_pc_lower_order_final": true,
151
+ "sd_noise_schedule": "Default",
152
+ "skip_early_cond": 0,
153
+ "beta_dist_alpha": 0.6,
154
+ "beta_dist_beta": 0.6,
155
+ "sd_checkpoints_limit": 1,
156
+ "sd_checkpoints_keep_in_cpu": true,
157
+ "sd_checkpoint_cache": 0,
158
+ "sd_unet": "Automatic",
159
+ "enable_quantization": false,
160
+ "emphasis": "Original",
161
+ "enable_batch_seeds": true,
162
+ "comma_padding_backtrack": 20,
163
+ "sdxl_clip_l_skip": false,
164
+ "CLIP_stop_at_last_layers": 1,
165
+ "upcast_attn": false,
166
+ "randn_source": "GPU",
167
+ "tiling": false,
168
+ "hires_fix_refiner_pass": "second pass",
169
+ "enable_prompt_comments": true,
170
+ "sd3_enable_t5": false,
171
+ "sdxl_crop_top": 0,
172
+ "sdxl_crop_left": 0,
173
+ "sdxl_refiner_low_aesthetic_score": 2.5,
174
+ "sdxl_refiner_high_aesthetic_score": 6,
175
+ "sd_vae_checkpoint_cache": 0,
176
+ "sd_vae": "Automatic",
177
+ "sd_vae_overrides_per_model_preferences": true,
178
+ "auto_vae_precision_bfloat16": false,
179
+ "auto_vae_precision": true,
180
+ "sd_vae_encode_method": "Full",
181
+ "sd_vae_decode_method": "Full",
182
+ "inpainting_mask_weight": 1,
183
+ "initial_noise_multiplier": 1,
184
+ "img2img_extra_noise": 0,
185
+ "img2img_color_correction": false,
186
+ "img2img_fix_steps": false,
187
+ "img2img_background_color": "#ffffff",
188
+ "img2img_sketch_default_brush_color": "#ffffff",
189
+ "img2img_inpaint_mask_brush_color": "#ffffff",
190
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
191
+ "img2img_inpaint_mask_high_contrast": true,
192
+ "return_mask": false,
193
+ "return_mask_composite": false,
194
+ "img2img_batch_show_results_limit": 32,
195
+ "overlay_inpaint": true,
196
+ "img2img_autosize": false,
197
+ "return_grid": true,
198
+ "do_not_show_images": false,
199
+ "js_modal_lightbox": true,
200
+ "js_modal_lightbox_initially_zoomed": true,
201
+ "js_modal_lightbox_gamepad": false,
202
+ "js_modal_lightbox_gamepad_repeat": 250,
203
+ "sd_webui_modal_lightbox_icon_opacity": 1,
204
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
205
+ "gallery_height": "",
206
+ "open_dir_button_choice": "Subdirectory",
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": true,
220
+ "live_previews_image_format": "png",
221
+ "show_progress_grid": true,
222
+ "show_progress_every_n_steps": 1,
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
+ "prevent_screen_sleep_during_generation": true,
230
+ "keyedit_precision_attention": 0.1,
231
+ "keyedit_precision_extra": 0.05,
232
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
233
+ "keyedit_delimiters_whitespace": [
234
+ "Tab",
235
+ "Carriage Return",
236
+ "Line Feed"
237
+ ],
238
+ "keyedit_move": true,
239
+ "disable_token_counters": false,
240
+ "include_styles_into_token_counters": true,
241
+ "extra_options_txt2img": [],
242
+ "extra_options_img2img": [],
243
+ "extra_options_cols": 1,
244
+ "extra_options_accordion": false,
245
+ "compact_prompt_box": false,
246
+ "samplers_in_dropdown": true,
247
+ "dimensions_and_batch_together": true,
248
+ "sd_checkpoint_dropdown_use_short": false,
249
+ "hires_fix_show_sampler": false,
250
+ "hires_fix_show_prompts": false,
251
+ "txt2img_settings_accordion": false,
252
+ "img2img_settings_accordion": false,
253
+ "interrupt_after_current": true,
254
+ "flux_t2i_width": 720,
255
+ "flux_t2i_height": 1280,
256
+ "flux_t2i_cfg": 1,
257
+ "flux_t2i_hr_cfg": 1,
258
+ "flux_t2i_d_cfg": 3.5,
259
+ "flux_t2i_hr_d_cfg": 3.5,
260
+ "flux_i2i_width": 1280,
261
+ "flux_i2i_height": 720,
262
+ "flux_i2i_cfg": 1,
263
+ "flux_i2i_d_cfg": 3.5,
264
+ "flux_GPU_MB": 14078,
265
+ "flux_t2i_sampler": "[Forge] Flux Realistic",
266
+ "flux_t2i_scheduler": "Simple",
267
+ "flux_i2i_sampler": "[Forge] Flux Realistic",
268
+ "flux_i2i_scheduler": "Simple",
269
+ "sd_t2i_width": 512,
270
+ "sd_t2i_height": 640,
271
+ "sd_t2i_cfg": 7,
272
+ "sd_t2i_hr_cfg": 7,
273
+ "sd_i2i_width": 512,
274
+ "sd_i2i_height": 512,
275
+ "sd_i2i_cfg": 7,
276
+ "sd_t2i_sampler": "Euler a",
277
+ "sd_t2i_scheduler": "Automatic",
278
+ "sd_i2i_sampler": "Euler a",
279
+ "sd_i2i_scheduler": "Automatic",
280
+ "xl_t2i_width": 896,
281
+ "xl_t2i_height": 1152,
282
+ "xl_t2i_cfg": 5,
283
+ "xl_t2i_hr_cfg": 5,
284
+ "xl_i2i_width": 1024,
285
+ "xl_i2i_height": 1024,
286
+ "xl_i2i_cfg": 5,
287
+ "xl_GPU_MB": 14078,
288
+ "xl_t2i_sampler": "DPM++ 2M SDE",
289
+ "xl_t2i_scheduler": "Karras",
290
+ "xl_i2i_sampler": "DPM++ 2M SDE",
291
+ "xl_i2i_scheduler": "Karras",
292
+ "localization": "None",
293
+ "quick_setting_list": [],
294
+ "ui_tab_order": [],
295
+ "hidden_tabs": [],
296
+ "ui_reorder_list": [],
297
+ "gradio_theme": "Default",
298
+ "gradio_themes_cache": true,
299
+ "show_progress_in_title": true,
300
+ "send_seed": true,
301
+ "send_size": true,
302
+ "enable_reloading_ui_scripts": false,
303
+ "api_enable_requests": true,
304
+ "api_forbid_local_requests": true,
305
+ "api_useragent": "",
306
+ "prioritized_callbacks_app_started": [],
307
+ "prioritized_callbacks_ui_settings": [],
308
+ "prioritized_callbacks_after_component": [],
309
+ "prioritized_callbacks_infotext_pasted": [],
310
+ "prioritized_callbacks_before_ui": [],
311
+ "prioritized_callbacks_on_reload": [],
312
+ "prioritized_callbacks_script_before_process": [],
313
+ "prioritized_callbacks_script_process": [],
314
+ "prioritized_callbacks_script_postprocess": [],
315
+ "prioritized_callbacks_script_postprocess_batch_list": [],
316
+ "prioritized_callbacks_script_post_sample": [],
317
+ "prioritized_callbacks_script_on_mask_blend": [],
318
+ "prioritized_callbacks_script_postprocess_maskoverlay": [],
319
+ "profiling_enable": false,
320
+ "profiling_activities": [
321
+ "CPU"
322
+ ],
323
+ "profiling_record_shapes": true,
324
+ "profiling_profile_memory": true,
325
+ "profiling_with_stack": true,
326
+ "profiling_filename": "trace.json",
327
+ "auto_launch_browser": "Local",
328
+ "enable_console_prompts": false,
329
+ "show_warnings": false,
330
+ "show_gradio_deprecation_warnings": true,
331
+ "memmon_poll_rate": 8,
332
+ "samples_log_stdout": false,
333
+ "multiple_tqdm": true,
334
+ "enable_upscale_progressbar": true,
335
+ "print_hypernet_extra": false,
336
+ "list_hidden_files": true,
337
+ "disable_mmap_load_safetensors": false,
338
+ "hide_ldm_prints": true,
339
+ "dump_stacks_on_signal": false,
340
+ "face_restoration": false,
341
+ "face_restoration_model": "CodeFormer",
342
+ "code_former_weight": 0.5,
343
+ "face_restoration_unload": false,
344
+ "postprocessing_enable_in_main_ui": [],
345
+ "postprocessing_disable_in_extras": [],
346
+ "postprocessing_operation_order": [],
347
+ "upscaling_max_images_in_cache": 5,
348
+ "postprocessing_existing_caption_action": "Ignore",
349
+ "ESRGAN_tile": 192,
350
+ "ESRGAN_tile_overlap": 8,
351
+ "realesrgan_enabled_models": [
352
+ "R-ESRGAN 4x+",
353
+ "R-ESRGAN 4x+ Anime6B"
354
+ ],
355
+ "dat_enabled_models": [
356
+ "DAT x2",
357
+ "DAT x3",
358
+ "DAT x4"
359
+ ],
360
+ "DAT_tile": 192,
361
+ "DAT_tile_overlap": 8,
362
+ "set_scale_by_when_changing_upscaler": false,
363
+ "unload_models_when_training": false,
364
+ "pin_memory": false,
365
+ "save_optimizer_state": false,
366
+ "save_training_settings_to_txt": true,
367
+ "dataset_filename_word_regex": "",
368
+ "dataset_filename_join_string": " ",
369
+ "training_image_repeats_per_epoch": 1,
370
+ "training_write_csv_every": 500,
371
+ "training_xattention_optimizations": false,
372
+ "training_enable_tensorboard": false,
373
+ "training_tensorboard_save_images": false,
374
+ "training_tensorboard_flush_every": 120,
375
+ "interrogate_keep_models_in_memory": false,
376
+ "interrogate_return_ranks": false,
377
+ "interrogate_clip_num_beams": 1,
378
+ "interrogate_clip_min_length": 24,
379
+ "interrogate_clip_max_length": 48,
380
+ "interrogate_clip_dict_limit": 1500,
381
+ "interrogate_clip_skip_categories": [],
382
+ "interrogate_deepbooru_score_threshold": 0.5,
383
+ "deepbooru_sort_alpha": true,
384
+ "deepbooru_use_spaces": true,
385
+ "deepbooru_escape": true,
386
+ "deepbooru_filter_tags": "",
387
+ "sd_checkpoint_hash": "6143178f98f42076f74a059b757b1be025ba767d7a5ba981af9138f74324cda4"
388
+ }
ui-config.json ADDED
@@ -0,0 +1,1260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
7
+ "txt2img/Skip/visible": true,
8
+ "txt2img/Interrupting.../visible": true,
9
+ "txt2img/Generate/visible": true,
10
+ "txt2img/↙️/visible": true,
11
+ "txt2img/🗑️/visible": true,
12
+ "txt2img/📋/visible": true,
13
+ "txt2img/Styles/visible": true,
14
+ "txt2img/Styles/value": [],
15
+ "txt2img/🖌️/visible": true,
16
+ "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": "[Forge] Flux Realistic",
22
+ "customscript/sampler.py/txt2img/Schedule type/visible": true,
23
+ "customscript/sampler.py/txt2img/Schedule type/value": "Simple",
24
+ "customscript/sampler.py/txt2img/Sampling steps/visible": true,
25
+ "customscript/sampler.py/txt2img/Sampling steps/value": 6,
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/Upscaler/visible": true,
30
+ "txt2img/Upscaler/value": "4x_NMKD-Siax_200k",
31
+ "txt2img/Hires steps/visible": true,
32
+ "txt2img/Hires steps/value": 4,
33
+ "txt2img/Hires steps/minimum": 0,
34
+ "txt2img/Hires steps/maximum": 150,
35
+ "txt2img/Hires steps/step": 1,
36
+ "txt2img/Denoising strength/visible": true,
37
+ "txt2img/Denoising strength/value": 0.1,
38
+ "txt2img/Denoising strength/minimum": 0.0,
39
+ "txt2img/Denoising strength/maximum": 1.0,
40
+ "txt2img/Denoising strength/step": 0.01,
41
+ "txt2img/Upscale by/visible": true,
42
+ "txt2img/Upscale by/value": 1.5,
43
+ "txt2img/Upscale by/minimum": 1.0,
44
+ "txt2img/Upscale by/maximum": 4.0,
45
+ "txt2img/Upscale by/step": 0.05,
46
+ "txt2img/Resize width to/visible": true,
47
+ "txt2img/Resize width to/value": 0,
48
+ "txt2img/Resize width to/minimum": 0,
49
+ "txt2img/Resize width to/maximum": 2048,
50
+ "txt2img/Resize width to/step": 8,
51
+ "txt2img/Resize height to/visible": true,
52
+ "txt2img/Resize height to/value": 0,
53
+ "txt2img/Resize height to/minimum": 0,
54
+ "txt2img/Resize height to/maximum": 2048,
55
+ "txt2img/Resize height to/step": 8,
56
+ "txt2img/Hires Distilled CFG Scale/visible": true,
57
+ "txt2img/Hires Distilled CFG Scale/value": 3.5,
58
+ "txt2img/Hires Distilled CFG Scale/minimum": 0.0,
59
+ "txt2img/Hires Distilled CFG Scale/maximum": 30.0,
60
+ "txt2img/Hires Distilled CFG Scale/step": 0.1,
61
+ "txt2img/Hires CFG Scale/visible": true,
62
+ "txt2img/Hires CFG Scale/value": 1,
63
+ "txt2img/Hires CFG Scale/minimum": 1.0,
64
+ "txt2img/Hires CFG Scale/maximum": 30.0,
65
+ "txt2img/Hires CFG Scale/step": 0.1,
66
+ "txt2img/Checkpoint/value": "Use same checkpoint",
67
+ "txt2img/Hires sampling method/visible": true,
68
+ "txt2img/Hires sampling method/value": "Use same sampler",
69
+ "txt2img/Hires schedule type/visible": true,
70
+ "txt2img/Hires schedule type/value": "Use same scheduler",
71
+ "txt2img/Hires prompt/visible": true,
72
+ "txt2img/Hires prompt/value": "",
73
+ "txt2img/Hires negative prompt/visible": true,
74
+ "txt2img/Hires negative prompt/value": "",
75
+ "txt2img/Width/visible": true,
76
+ "txt2img/Width/value": 720,
77
+ "txt2img/Width/minimum": 64,
78
+ "txt2img/Width/maximum": 2048,
79
+ "txt2img/Width/step": 8,
80
+ "txt2img/Height/visible": true,
81
+ "txt2img/Height/value": 1280,
82
+ "txt2img/Height/minimum": 64,
83
+ "txt2img/Height/maximum": 2048,
84
+ "txt2img/Height/step": 8,
85
+ "txt2img/⇅/visible": true,
86
+ "txt2img/Batch count/visible": true,
87
+ "txt2img/Batch count/value": 1,
88
+ "txt2img/Batch count/minimum": 1,
89
+ "txt2img/Batch count/maximum": 100,
90
+ "txt2img/Batch count/step": 1,
91
+ "txt2img/Batch size/visible": true,
92
+ "txt2img/Batch size/value": 1,
93
+ "txt2img/Batch size/minimum": 1,
94
+ "txt2img/Batch size/maximum": 8,
95
+ "txt2img/Batch size/step": 1,
96
+ "txt2img/Distilled CFG Scale/visible": true,
97
+ "txt2img/Distilled CFG Scale/value": 3.5,
98
+ "txt2img/Distilled CFG Scale/minimum": 0.0,
99
+ "txt2img/Distilled CFG Scale/maximum": 30.0,
100
+ "txt2img/Distilled CFG Scale/step": 0.1,
101
+ "txt2img/CFG Scale/visible": true,
102
+ "txt2img/CFG Scale/value": 1,
103
+ "txt2img/CFG Scale/minimum": 1.0,
104
+ "txt2img/CFG Scale/maximum": 30.0,
105
+ "txt2img/CFG Scale/step": 0.1,
106
+ "customscript/seed.py/txt2img/Seed/visible": true,
107
+ "customscript/seed.py/txt2img/Seed/value": -1,
108
+ "txt2img/🎲️/visible": true,
109
+ "txt2img/♻️/visible": true,
110
+ "customscript/seed.py/txt2img/Extra/visible": true,
111
+ "customscript/seed.py/txt2img/Extra/value": false,
112
+ "customscript/seed.py/txt2img/Variation seed/visible": true,
113
+ "customscript/seed.py/txt2img/Variation seed/value": -1,
114
+ "customscript/seed.py/txt2img/Variation strength/visible": true,
115
+ "customscript/seed.py/txt2img/Variation strength/value": 0.0,
116
+ "customscript/seed.py/txt2img/Variation strength/minimum": 0,
117
+ "customscript/seed.py/txt2img/Variation strength/maximum": 1,
118
+ "customscript/seed.py/txt2img/Variation strength/step": 0.01,
119
+ "customscript/seed.py/txt2img/Resize seed from width/visible": true,
120
+ "customscript/seed.py/txt2img/Resize seed from width/value": 0,
121
+ "customscript/seed.py/txt2img/Resize seed from width/minimum": 0,
122
+ "customscript/seed.py/txt2img/Resize seed from width/maximum": 2048,
123
+ "customscript/seed.py/txt2img/Resize seed from width/step": 8,
124
+ "customscript/seed.py/txt2img/Resize seed from height/visible": true,
125
+ "customscript/seed.py/txt2img/Resize seed from height/value": 0,
126
+ "customscript/seed.py/txt2img/Resize seed from height/minimum": 0,
127
+ "customscript/seed.py/txt2img/Resize seed from height/maximum": 2048,
128
+ "customscript/seed.py/txt2img/Resize seed from height/step": 8,
129
+ "txt2img/Override settings/value": null,
130
+ "txt2img/Input Directory/visible": true,
131
+ "txt2img/Input Directory/value": "",
132
+ "txt2img/Mask Directory/value": "",
133
+ "txt2img/New Canvas Width/visible": true,
134
+ "txt2img/New Canvas Width/value": 512,
135
+ "txt2img/New Canvas Width/minimum": 256,
136
+ "txt2img/New Canvas Width/maximum": 1024,
137
+ "txt2img/New Canvas Width/step": 64,
138
+ "txt2img/New Canvas Height/visible": true,
139
+ "txt2img/New Canvas Height/value": 512,
140
+ "txt2img/New Canvas Height/minimum": 256,
141
+ "txt2img/New Canvas Height/maximum": 1024,
142
+ "txt2img/New Canvas Height/step": 64,
143
+ "txt2img/Create New Canvas/visible": true,
144
+ "txt2img/Cancel/visible": true,
145
+ "txt2img/⤴/visible": true,
146
+ "txt2img/Enable/visible": true,
147
+ "txt2img/Enable/value": false,
148
+ "txt2img/Pixel Perfect/visible": true,
149
+ "txt2img/Pixel Perfect/value": false,
150
+ "txt2img/Allow Preview/visible": true,
151
+ "txt2img/Allow Preview/value": false,
152
+ "txt2img/Use Mask/visible": true,
153
+ "txt2img/Use Mask/value": false,
154
+ "txt2img/Preview as Input/value": false,
155
+ "txt2img/Control Type/visible": true,
156
+ "txt2img/Control Type/value": "All",
157
+ "txt2img/Preprocessor/visible": true,
158
+ "txt2img/Preprocessor/value": "None",
159
+ "txt2img/💥/visible": true,
160
+ "txt2img/Model/visible": true,
161
+ "txt2img/Model/value": "None",
162
+ "txt2img/Control Weight/visible": true,
163
+ "txt2img/Control Weight/value": 1.0,
164
+ "txt2img/Control Weight/minimum": 0.0,
165
+ "txt2img/Control Weight/maximum": 2.0,
166
+ "txt2img/Control Weight/step": 0.05,
167
+ "txt2img/Preprocessor resolution/value": -1,
168
+ "txt2img/Preprocessor resolution/minimum": 64,
169
+ "txt2img/Preprocessor resolution/maximum": 2048,
170
+ "txt2img/Preprocessor resolution/step": 10,
171
+ "txt2img/Threshold A/value": -1,
172
+ "txt2img/Threshold A/minimum": 64,
173
+ "txt2img/Threshold A/maximum": 1024,
174
+ "txt2img/Threshold A/step": 1,
175
+ "txt2img/Threshold B/value": -1,
176
+ "txt2img/Threshold B/minimum": 64,
177
+ "txt2img/Threshold B/maximum": 1024,
178
+ "txt2img/Threshold B/step": 1,
179
+ "txt2img/Control Mode/visible": true,
180
+ "txt2img/Control Mode/value": "Balanced",
181
+ "txt2img/Resize Mode/visible": true,
182
+ "txt2img/Resize Mode/value": "Crop and Resize",
183
+ "txt2img/Hires-Fix Option/value": "Both",
184
+ "customscript/forge_dynamic_thresholding.py/txt2img/Enabled/visible": true,
185
+ "customscript/forge_dynamic_thresholding.py/txt2img/Enabled/value": false,
186
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale/visible": true,
187
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale/value": 7.0,
188
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale/minimum": 0.0,
189
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale/maximum": 100.0,
190
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale/step": 0.5,
191
+ "customscript/forge_dynamic_thresholding.py/txt2img/Threshold Percentile/visible": true,
192
+ "customscript/forge_dynamic_thresholding.py/txt2img/Threshold Percentile/value": 1.0,
193
+ "customscript/forge_dynamic_thresholding.py/txt2img/Threshold Percentile/minimum": 0.0,
194
+ "customscript/forge_dynamic_thresholding.py/txt2img/Threshold Percentile/maximum": 1.0,
195
+ "customscript/forge_dynamic_thresholding.py/txt2img/Threshold Percentile/step": 0.01,
196
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Mode/visible": true,
197
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Mode/value": "Constant",
198
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale Min/visible": true,
199
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale Min/value": 0.0,
200
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale Min/minimum": 0.0,
201
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale Min/maximum": 100.0,
202
+ "customscript/forge_dynamic_thresholding.py/txt2img/Mimic Scale Min/step": 0.5,
203
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Mode/visible": true,
204
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Mode/value": "Constant",
205
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Scale Min/visible": true,
206
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Scale Min/value": 0.0,
207
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Scale Min/minimum": 0.0,
208
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Scale Min/maximum": 100.0,
209
+ "customscript/forge_dynamic_thresholding.py/txt2img/Cfg Scale Min/step": 0.5,
210
+ "customscript/forge_dynamic_thresholding.py/txt2img/Sched Val/visible": true,
211
+ "customscript/forge_dynamic_thresholding.py/txt2img/Sched Val/value": 1.0,
212
+ "customscript/forge_dynamic_thresholding.py/txt2img/Sched Val/minimum": 0.0,
213
+ "customscript/forge_dynamic_thresholding.py/txt2img/Sched Val/maximum": 100.0,
214
+ "customscript/forge_dynamic_thresholding.py/txt2img/Sched Val/step": 0.01,
215
+ "customscript/forge_dynamic_thresholding.py/txt2img/Separate Feature Channels/visible": true,
216
+ "customscript/forge_dynamic_thresholding.py/txt2img/Separate Feature Channels/value": "enable",
217
+ "customscript/forge_dynamic_thresholding.py/txt2img/Scaling Startpoint/visible": true,
218
+ "customscript/forge_dynamic_thresholding.py/txt2img/Scaling Startpoint/value": "MEAN",
219
+ "customscript/forge_dynamic_thresholding.py/txt2img/Variability Measure/visible": true,
220
+ "customscript/forge_dynamic_thresholding.py/txt2img/Variability Measure/value": "AD",
221
+ "customscript/forge_dynamic_thresholding.py/txt2img/Interpolate Phi/visible": true,
222
+ "customscript/forge_dynamic_thresholding.py/txt2img/Interpolate Phi/value": 1.0,
223
+ "customscript/forge_dynamic_thresholding.py/txt2img/Interpolate Phi/minimum": 0.0,
224
+ "customscript/forge_dynamic_thresholding.py/txt2img/Interpolate Phi/maximum": 1.0,
225
+ "customscript/forge_dynamic_thresholding.py/txt2img/Interpolate Phi/step": 0.01,
226
+ "customscript/forge_freeu.py/txt2img/B1/visible": true,
227
+ "customscript/forge_freeu.py/txt2img/B1/value": 1.01,
228
+ "customscript/forge_freeu.py/txt2img/B1/minimum": 0,
229
+ "customscript/forge_freeu.py/txt2img/B1/maximum": 2,
230
+ "customscript/forge_freeu.py/txt2img/B1/step": 0.01,
231
+ "customscript/forge_freeu.py/txt2img/B2/visible": true,
232
+ "customscript/forge_freeu.py/txt2img/B2/value": 1.02,
233
+ "customscript/forge_freeu.py/txt2img/B2/minimum": 0,
234
+ "customscript/forge_freeu.py/txt2img/B2/maximum": 2,
235
+ "customscript/forge_freeu.py/txt2img/B2/step": 0.01,
236
+ "customscript/forge_freeu.py/txt2img/S1/visible": true,
237
+ "customscript/forge_freeu.py/txt2img/S1/value": 0.99,
238
+ "customscript/forge_freeu.py/txt2img/S1/minimum": 0,
239
+ "customscript/forge_freeu.py/txt2img/S1/maximum": 4,
240
+ "customscript/forge_freeu.py/txt2img/S1/step": 0.01,
241
+ "customscript/forge_freeu.py/txt2img/S2/visible": true,
242
+ "customscript/forge_freeu.py/txt2img/S2/value": 0.95,
243
+ "customscript/forge_freeu.py/txt2img/S2/minimum": 0,
244
+ "customscript/forge_freeu.py/txt2img/S2/maximum": 4,
245
+ "customscript/forge_freeu.py/txt2img/S2/step": 0.01,
246
+ "customscript/forge_freeu.py/txt2img/Start step/visible": true,
247
+ "customscript/forge_freeu.py/txt2img/Start step/value": 0.0,
248
+ "customscript/forge_freeu.py/txt2img/Start step/minimum": 0.0,
249
+ "customscript/forge_freeu.py/txt2img/Start step/maximum": 1.0,
250
+ "customscript/forge_freeu.py/txt2img/Start step/step": 0.01,
251
+ "customscript/forge_freeu.py/txt2img/End step/visible": true,
252
+ "customscript/forge_freeu.py/txt2img/End step/value": 1.0,
253
+ "customscript/forge_freeu.py/txt2img/End step/minimum": 0.0,
254
+ "customscript/forge_freeu.py/txt2img/End step/maximum": 1.0,
255
+ "customscript/forge_freeu.py/txt2img/End step/step": 0.01,
256
+ "txt2img//visible": true,
257
+ "txt2img//value": "(presets)",
258
+ "customscript/forge_sag.py/txt2img/Scale/visible": true,
259
+ "customscript/forge_sag.py/txt2img/Scale/value": 0.5,
260
+ "customscript/forge_sag.py/txt2img/Scale/minimum": -2.0,
261
+ "customscript/forge_sag.py/txt2img/Scale/maximum": 5.0,
262
+ "customscript/forge_sag.py/txt2img/Scale/step": 0.01,
263
+ "customscript/forge_sag.py/txt2img/Blur Sigma/visible": true,
264
+ "customscript/forge_sag.py/txt2img/Blur Sigma/value": 2.0,
265
+ "customscript/forge_sag.py/txt2img/Blur Sigma/minimum": 0.0,
266
+ "customscript/forge_sag.py/txt2img/Blur Sigma/maximum": 10.0,
267
+ "customscript/forge_sag.py/txt2img/Blur Sigma/step": 0.01,
268
+ "customscript/forge_sag.py/txt2img/Blur mask threshold/visible": true,
269
+ "customscript/forge_sag.py/txt2img/Blur mask threshold/value": 1.0,
270
+ "customscript/forge_sag.py/txt2img/Blur mask threshold/minimum": 0.0,
271
+ "customscript/forge_sag.py/txt2img/Blur mask threshold/maximum": 4.0,
272
+ "customscript/forge_sag.py/txt2img/Blur mask threshold/step": 0.01,
273
+ "customscript/forge_perturbed_attention.py/txt2img/Enabled/visible": true,
274
+ "customscript/forge_perturbed_attention.py/txt2img/Enabled/value": false,
275
+ "customscript/forge_perturbed_attention.py/txt2img/Scale/visible": true,
276
+ "customscript/forge_perturbed_attention.py/txt2img/Scale/value": 3.0,
277
+ "customscript/forge_perturbed_attention.py/txt2img/Scale/minimum": 0.0,
278
+ "customscript/forge_perturbed_attention.py/txt2img/Scale/maximum": 100.0,
279
+ "customscript/forge_perturbed_attention.py/txt2img/Scale/step": 0.1,
280
+ "customscript/kohya_hrfix.py/txt2img/Enabled/visible": true,
281
+ "customscript/kohya_hrfix.py/txt2img/Enabled/value": false,
282
+ "customscript/kohya_hrfix.py/txt2img/Block Number/visible": true,
283
+ "customscript/kohya_hrfix.py/txt2img/Block Number/value": 3,
284
+ "customscript/kohya_hrfix.py/txt2img/Block Number/minimum": 1,
285
+ "customscript/kohya_hrfix.py/txt2img/Block Number/maximum": 32,
286
+ "customscript/kohya_hrfix.py/txt2img/Block Number/step": 1,
287
+ "customscript/kohya_hrfix.py/txt2img/Downscale Factor/visible": true,
288
+ "customscript/kohya_hrfix.py/txt2img/Downscale Factor/value": 2.0,
289
+ "customscript/kohya_hrfix.py/txt2img/Downscale Factor/minimum": 0.1,
290
+ "customscript/kohya_hrfix.py/txt2img/Downscale Factor/maximum": 9.0,
291
+ "customscript/kohya_hrfix.py/txt2img/Downscale Factor/step": 0.001,
292
+ "customscript/kohya_hrfix.py/txt2img/Start Percent/visible": true,
293
+ "customscript/kohya_hrfix.py/txt2img/Start Percent/value": 0.0,
294
+ "customscript/kohya_hrfix.py/txt2img/Start Percent/minimum": 0.0,
295
+ "customscript/kohya_hrfix.py/txt2img/Start Percent/maximum": 1.0,
296
+ "customscript/kohya_hrfix.py/txt2img/Start Percent/step": 0.001,
297
+ "customscript/kohya_hrfix.py/txt2img/End Percent/visible": true,
298
+ "customscript/kohya_hrfix.py/txt2img/End Percent/value": 0.35,
299
+ "customscript/kohya_hrfix.py/txt2img/End Percent/minimum": 0.0,
300
+ "customscript/kohya_hrfix.py/txt2img/End Percent/maximum": 1.0,
301
+ "customscript/kohya_hrfix.py/txt2img/End Percent/step": 0.001,
302
+ "customscript/kohya_hrfix.py/txt2img/Downscale After Skip/visible": true,
303
+ "customscript/kohya_hrfix.py/txt2img/Downscale After Skip/value": true,
304
+ "customscript/kohya_hrfix.py/txt2img/Downscale Method/visible": true,
305
+ "customscript/kohya_hrfix.py/txt2img/Downscale Method/value": "bicubic",
306
+ "customscript/kohya_hrfix.py/txt2img/Upscale Method/visible": true,
307
+ "customscript/kohya_hrfix.py/txt2img/Upscale Method/value": "bicubic",
308
+ "customscript/forge_latent_modifier.py/txt2img/Enabled/visible": true,
309
+ "customscript/forge_latent_modifier.py/txt2img/Enabled/value": false,
310
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Multiplier/visible": true,
311
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Multiplier/value": 0.0,
312
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Multiplier/minimum": -100.0,
313
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Multiplier/maximum": 100.0,
314
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Multiplier/step": 0.1,
315
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Method/visible": true,
316
+ "customscript/forge_latent_modifier.py/txt2img/Sharpness Method/value": "anisotropic",
317
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Multiplier/visible": true,
318
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Multiplier/value": 0.0,
319
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Multiplier/minimum": 0.0,
320
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Multiplier/maximum": 100.0,
321
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Multiplier/step": 0.01,
322
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Method/visible": true,
323
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Method/value": "reinhard",
324
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Percentile/visible": true,
325
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Percentile/value": 100.0,
326
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Percentile/minimum": 0.0,
327
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Percentile/maximum": 100.0,
328
+ "customscript/forge_latent_modifier.py/txt2img/Tonemap Percentile/step": 0.005,
329
+ "customscript/forge_latent_modifier.py/txt2img/Contrast Multiplier/visible": true,
330
+ "customscript/forge_latent_modifier.py/txt2img/Contrast Multiplier/value": 0.0,
331
+ "customscript/forge_latent_modifier.py/txt2img/Contrast Multiplier/minimum": -100.0,
332
+ "customscript/forge_latent_modifier.py/txt2img/Contrast Multiplier/maximum": 100.0,
333
+ "customscript/forge_latent_modifier.py/txt2img/Contrast Multiplier/step": 0.1,
334
+ "customscript/forge_latent_modifier.py/txt2img/Combat Method/visible": true,
335
+ "customscript/forge_latent_modifier.py/txt2img/Combat Method/value": "subtract",
336
+ "customscript/forge_latent_modifier.py/txt2img/Combat Cfg Drift/visible": true,
337
+ "customscript/forge_latent_modifier.py/txt2img/Combat Cfg Drift/value": 0.0,
338
+ "customscript/forge_latent_modifier.py/txt2img/Combat Cfg Drift/minimum": -10.0,
339
+ "customscript/forge_latent_modifier.py/txt2img/Combat Cfg Drift/maximum": 10.0,
340
+ "customscript/forge_latent_modifier.py/txt2img/Combat Cfg Drift/step": 0.01,
341
+ "customscript/forge_latent_modifier.py/txt2img/Rescale Cfg Phi/visible": true,
342
+ "customscript/forge_latent_modifier.py/txt2img/Rescale Cfg Phi/value": 0.0,
343
+ "customscript/forge_latent_modifier.py/txt2img/Rescale Cfg Phi/minimum": -10.0,
344
+ "customscript/forge_latent_modifier.py/txt2img/Rescale Cfg Phi/maximum": 10.0,
345
+ "customscript/forge_latent_modifier.py/txt2img/Rescale Cfg Phi/step": 0.01,
346
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Type/visible": true,
347
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Type/value": "gaussian",
348
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Method/visible": true,
349
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Method/value": "add",
350
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Multiplier/visible": true,
351
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Multiplier/value": 0.0,
352
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Multiplier/minimum": 0.0,
353
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Multiplier/maximum": 100.0,
354
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Multiplier/step": 0.1,
355
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Lowpass/visible": true,
356
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Lowpass/value": 100,
357
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Lowpass/minimum": 0,
358
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Lowpass/maximum": 1000,
359
+ "customscript/forge_latent_modifier.py/txt2img/Extra Noise Lowpass/step": 1,
360
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Size/visible": true,
361
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Size/value": 127,
362
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Size/minimum": 1,
363
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Size/maximum": 255,
364
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Size/step": 1,
365
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Multiplier/visible": true,
366
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Multiplier/value": 0.0,
367
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Multiplier/minimum": 0.0,
368
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Multiplier/maximum": 1.0,
369
+ "customscript/forge_latent_modifier.py/txt2img/Divisive Norm Multiplier/step": 0.01,
370
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Mode/visible": true,
371
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Mode/value": "hard_clamp",
372
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Percentile/visible": true,
373
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Percentile/value": 5.0,
374
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Percentile/minimum": 0.0,
375
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Percentile/maximum": 50.0,
376
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Percentile/step": 0.01,
377
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Multiplier/visible": true,
378
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Multiplier/value": 0.0,
379
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Multiplier/minimum": -15.0,
380
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Multiplier/maximum": 15.0,
381
+ "customscript/forge_latent_modifier.py/txt2img/Spectral Mod Multiplier/step": 0.01,
382
+ "customscript/forge_latent_modifier.py/txt2img/Affect Uncond/visible": true,
383
+ "customscript/forge_latent_modifier.py/txt2img/Affect Uncond/value": "None",
384
+ "customscript/forge_latent_modifier.py/txt2img/Dyn Cfg Augmentation/visible": true,
385
+ "customscript/forge_latent_modifier.py/txt2img/Dyn Cfg Augmentation/value": "None",
386
+ "customscript/forge_multidiffusion.py/txt2img/Enabled/visible": true,
387
+ "customscript/forge_multidiffusion.py/txt2img/Enabled/value": false,
388
+ "customscript/forge_multidiffusion.py/txt2img/Method/visible": true,
389
+ "customscript/forge_multidiffusion.py/txt2img/Method/value": "MultiDiffusion",
390
+ "customscript/forge_multidiffusion.py/txt2img/Tile Width/visible": true,
391
+ "customscript/forge_multidiffusion.py/txt2img/Tile Width/value": 768,
392
+ "customscript/forge_multidiffusion.py/txt2img/Tile Width/minimum": 16,
393
+ "customscript/forge_multidiffusion.py/txt2img/Tile Width/maximum": 8192,
394
+ "customscript/forge_multidiffusion.py/txt2img/Tile Width/step": 16,
395
+ "customscript/forge_multidiffusion.py/txt2img/Tile Height/visible": true,
396
+ "customscript/forge_multidiffusion.py/txt2img/Tile Height/value": 768,
397
+ "customscript/forge_multidiffusion.py/txt2img/Tile Height/minimum": 16,
398
+ "customscript/forge_multidiffusion.py/txt2img/Tile Height/maximum": 8192,
399
+ "customscript/forge_multidiffusion.py/txt2img/Tile Height/step": 16,
400
+ "customscript/forge_multidiffusion.py/txt2img/Tile Overlap/visible": true,
401
+ "customscript/forge_multidiffusion.py/txt2img/Tile Overlap/value": 64,
402
+ "customscript/forge_multidiffusion.py/txt2img/Tile Overlap/minimum": 0,
403
+ "customscript/forge_multidiffusion.py/txt2img/Tile Overlap/maximum": 2048,
404
+ "customscript/forge_multidiffusion.py/txt2img/Tile Overlap/step": 32,
405
+ "customscript/forge_multidiffusion.py/txt2img/Tile Batch Size/visible": true,
406
+ "customscript/forge_multidiffusion.py/txt2img/Tile Batch Size/value": 4,
407
+ "customscript/forge_multidiffusion.py/txt2img/Tile Batch Size/minimum": 1,
408
+ "customscript/forge_multidiffusion.py/txt2img/Tile Batch Size/maximum": 8192,
409
+ "customscript/forge_multidiffusion.py/txt2img/Tile Batch Size/step": 1,
410
+ "customscript/forge_stylealign.py/txt2img/Share attention in batch/visible": true,
411
+ "customscript/forge_stylealign.py/txt2img/Share attention in batch/value": false,
412
+ "customscript/forge_stylealign.py/txt2img/Strength/visible": true,
413
+ "customscript/forge_stylealign.py/txt2img/Strength/value": 1.0,
414
+ "customscript/forge_stylealign.py/txt2img/Strength/minimum": 0.0,
415
+ "customscript/forge_stylealign.py/txt2img/Strength/maximum": 1.0,
416
+ "customscript/forge_stylealign.py/txt2img/Strength/step": 0.01,
417
+ "customscript/forge_never_oom.py/txt2img/Enabled for UNet (always maximize offload)/visible": true,
418
+ "customscript/forge_never_oom.py/txt2img/Enabled for UNet (always maximize offload)/value": false,
419
+ "customscript/forge_never_oom.py/txt2img/Enabled for VAE (always tiled)/visible": true,
420
+ "customscript/forge_never_oom.py/txt2img/Enabled for VAE (always tiled)/value": false,
421
+ "txt2img/Script/visible": true,
422
+ "txt2img/Script/value": "None",
423
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
424
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
425
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
426
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
427
+ "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true,
428
+ "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive",
429
+ "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true,
430
+ "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma",
431
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true,
432
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0,
433
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0,
434
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 500,
435
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2,
436
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
437
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
438
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
439
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
440
+ "customscript/prompts_from_file.py/txt2img/Insert prompts at the/visible": true,
441
+ "customscript/prompts_from_file.py/txt2img/Insert prompts at the/value": "start",
442
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
443
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
444
+ "customscript/xyz_grid.py/txt2img/X type/visible": true,
445
+ "customscript/xyz_grid.py/txt2img/X type/value": "Seed",
446
+ "customscript/xyz_grid.py/txt2img/X values/visible": true,
447
+ "customscript/xyz_grid.py/txt2img/X values/value": "",
448
+ "customscript/xyz_grid.py/txt2img/Y type/visible": true,
449
+ "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing",
450
+ "customscript/xyz_grid.py/txt2img/Y values/visible": true,
451
+ "customscript/xyz_grid.py/txt2img/Y values/value": "",
452
+ "customscript/xyz_grid.py/txt2img/Z type/visible": true,
453
+ "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing",
454
+ "customscript/xyz_grid.py/txt2img/Z values/visible": true,
455
+ "customscript/xyz_grid.py/txt2img/Z values/value": "",
456
+ "customscript/xyz_grid.py/txt2img/Draw legend/visible": true,
457
+ "customscript/xyz_grid.py/txt2img/Draw legend/value": true,
458
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
459
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
460
+ "customscript/xyz_grid.py/txt2img/Vary seeds for X/visible": true,
461
+ "customscript/xyz_grid.py/txt2img/Vary seeds for X/value": false,
462
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Y/visible": true,
463
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Y/value": false,
464
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Z/visible": true,
465
+ "customscript/xyz_grid.py/txt2img/Vary seeds for Z/value": false,
466
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
467
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
468
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
469
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
470
+ "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/visible": true,
471
+ "customscript/xyz_grid.py/txt2img/Use text inputs instead of dropdowns/value": false,
472
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
473
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
474
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
475
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500,
476
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
477
+ "txt2img/Swap X/Y axes/visible": true,
478
+ "txt2img/Swap Y/Z axes/visible": true,
479
+ "txt2img/Swap X/Z axes/visible": true,
480
+ "txt2img/📂/visible": true,
481
+ "txt2img/💾/visible": true,
482
+ "txt2img/🗃️/visible": true,
483
+ "txt2img/🖼️/visible": true,
484
+ "txt2img/🎨️/visible": true,
485
+ "txt2img/📐/visible": true,
486
+ "txt2img/✨/visible": true,
487
+ "txt2img/Description/visible": true,
488
+ "txt2img/Description/value": "",
489
+ "txt2img/Replace preview/visible": true,
490
+ "txt2img/Save/visible": true,
491
+ "txt2img/Base model/visible": true,
492
+ "txt2img/Base model/value": "Unknown",
493
+ "txt2img/Preferred VAE / Text encoder(s)/visible": true,
494
+ "txt2img/Preferred VAE / Text encoder(s)/value": null,
495
+ "txt2img/Activation text/visible": true,
496
+ "txt2img/Activation text/value": "",
497
+ "txt2img/Preferred weight/visible": true,
498
+ "txt2img/Preferred weight/value": 0.0,
499
+ "txt2img/Preferred weight/minimum": 0.0,
500
+ "txt2img/Preferred weight/maximum": 2.0,
501
+ "txt2img/Preferred weight/step": 0.01,
502
+ "txt2img/Random prompt/visible": true,
503
+ "txt2img/Random prompt/value": "",
504
+ "img2img/Prompt/visible": true,
505
+ "img2img/Prompt/value": "",
506
+ "img2img/Negative prompt/visible": true,
507
+ "img2img/Negative prompt/value": "",
508
+ "img2img/Interrupt/visible": true,
509
+ "img2img/Skip/visible": true,
510
+ "img2img/Interrupting.../visible": true,
511
+ "img2img/Generate/visible": true,
512
+ "img2img/↙️/visible": true,
513
+ "img2img/🗑️/visible": true,
514
+ "img2img/📋/visible": true,
515
+ "img2img/📎/visible": true,
516
+ "img2img/📦/visible": true,
517
+ "img2img/Styles/visible": true,
518
+ "img2img/Styles/value": [],
519
+ "img2img/🖌️/visible": true,
520
+ "img2img/🔄/visible": true,
521
+ "img2img/📝/visible": true,
522
+ "img2img/Close/visible": true,
523
+ "img2img/Tabs@img2img_extra_tabs/selected": null,
524
+ "img2img/Tabs@mode_img2img/selected": null,
525
+ "img2img/to img2img/visible": true,
526
+ "img2img/to sketch/visible": true,
527
+ "img2img/to inpaint/visible": true,
528
+ "img2img/to inpaint sketch/visible": true,
529
+ "img2img/Tabs@img2img_batch_source/selected": null,
530
+ "img2img/Input directory/visible": true,
531
+ "img2img/Input directory/value": "",
532
+ "img2img/Output directory/visible": true,
533
+ "img2img/Output directory/value": "",
534
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
535
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
536
+ "img2img/Controlnet input directory/visible": true,
537
+ "img2img/Controlnet input directory/value": "",
538
+ "img2img/Append png info to prompts/visible": true,
539
+ "img2img/Append png info to prompts/value": false,
540
+ "img2img/PNG info directory/visible": true,
541
+ "img2img/PNG info directory/value": "",
542
+ "img2img/Resize mode/visible": true,
543
+ "img2img/Resize mode/value": "Crop and resize",
544
+ "img2img/Mask blur/visible": true,
545
+ "img2img/Mask blur/value": 4,
546
+ "img2img/Mask blur/minimum": 0,
547
+ "img2img/Mask blur/maximum": 64,
548
+ "img2img/Mask blur/step": 1,
549
+ "img2img/Mask transparency/value": 0,
550
+ "img2img/Mask transparency/minimum": 0,
551
+ "img2img/Mask transparency/maximum": 100,
552
+ "img2img/Mask transparency/step": 1,
553
+ "img2img/Mask mode/visible": true,
554
+ "img2img/Mask mode/value": "Inpaint masked",
555
+ "img2img/Masked content/visible": true,
556
+ "img2img/Masked content/value": "fill",
557
+ "img2img/Inpaint area/visible": true,
558
+ "img2img/Inpaint area/value": "Whole picture",
559
+ "img2img/Only masked padding, pixels/visible": true,
560
+ "img2img/Only masked padding, pixels/value": 32,
561
+ "img2img/Only masked padding, pixels/minimum": 0,
562
+ "img2img/Only masked padding, pixels/maximum": 256,
563
+ "img2img/Only masked padding, pixels/step": 4,
564
+ "customscript/sampler.py/img2img/Sampling method/visible": true,
565
+ "customscript/sampler.py/img2img/Sampling method/value": "[Forge] Flux Realistic",
566
+ "customscript/sampler.py/img2img/Schedule type/visible": true,
567
+ "customscript/sampler.py/img2img/Schedule type/value": "Simple",
568
+ "customscript/sampler.py/img2img/Sampling steps/visible": true,
569
+ "customscript/sampler.py/img2img/Sampling steps/value": 6,
570
+ "customscript/sampler.py/img2img/Sampling steps/minimum": 1,
571
+ "customscript/sampler.py/img2img/Sampling steps/maximum": 150,
572
+ "customscript/sampler.py/img2img/Sampling steps/step": 1,
573
+ "img2img/Tabs@img2img_tabs_resize/selected": null,
574
+ "img2img/Width/visible": true,
575
+ "img2img/Width/value": 720,
576
+ "img2img/Width/minimum": 64,
577
+ "img2img/Width/maximum": 2048,
578
+ "img2img/Width/step": 8,
579
+ "img2img/Height/visible": true,
580
+ "img2img/Height/value": 1280,
581
+ "img2img/Height/minimum": 64,
582
+ "img2img/Height/maximum": 2048,
583
+ "img2img/Height/step": 8,
584
+ "img2img/⇅/visible": true,
585
+ "img2img/📐/visible": true,
586
+ "img2img/Scale/visible": true,
587
+ "img2img/Scale/value": 1.0,
588
+ "img2img/Scale/minimum": 0.05,
589
+ "img2img/Scale/maximum": 4.0,
590
+ "img2img/Scale/step": 0.01,
591
+ "img2img/Unused/visible": true,
592
+ "img2img/Unused/value": 0,
593
+ "img2img/Unused/minimum": 0,
594
+ "img2img/Unused/maximum": 100,
595
+ "img2img/Unused/step": 1,
596
+ "img2img/Batch count/visible": true,
597
+ "img2img/Batch count/value": 1,
598
+ "img2img/Batch count/minimum": 1,
599
+ "img2img/Batch count/maximum": 100,
600
+ "img2img/Batch count/step": 1,
601
+ "img2img/Batch size/visible": true,
602
+ "img2img/Batch size/value": 1,
603
+ "img2img/Batch size/minimum": 1,
604
+ "img2img/Batch size/maximum": 8,
605
+ "img2img/Batch size/step": 1,
606
+ "img2img/Distilled CFG Scale/visible": true,
607
+ "img2img/Distilled CFG Scale/value": 3.5,
608
+ "img2img/Distilled CFG Scale/minimum": 0.0,
609
+ "img2img/Distilled CFG Scale/maximum": 30.0,
610
+ "img2img/Distilled CFG Scale/step": 0.1,
611
+ "img2img/CFG Scale/visible": true,
612
+ "img2img/CFG Scale/value": 1,
613
+ "img2img/CFG Scale/minimum": 1.0,
614
+ "img2img/CFG Scale/maximum": 30.0,
615
+ "img2img/CFG Scale/step": 0.1,
616
+ "img2img/Image CFG Scale/value": 1.5,
617
+ "img2img/Image CFG Scale/minimum": 0,
618
+ "img2img/Image CFG Scale/maximum": 3.0,
619
+ "img2img/Image CFG Scale/step": 0.05,
620
+ "img2img/Denoising strength/visible": true,
621
+ "img2img/Denoising strength/value": 0.75,
622
+ "img2img/Denoising strength/minimum": 0.0,
623
+ "img2img/Denoising strength/maximum": 1.0,
624
+ "img2img/Denoising strength/step": 0.01,
625
+ "customscript/seed.py/img2img/Seed/visible": true,
626
+ "customscript/seed.py/img2img/Seed/value": -1,
627
+ "img2img/🎲️/visible": true,
628
+ "img2img/♻️/visible": true,
629
+ "customscript/seed.py/img2img/Extra/visible": true,
630
+ "customscript/seed.py/img2img/Extra/value": false,
631
+ "customscript/seed.py/img2img/Variation seed/visible": true,
632
+ "customscript/seed.py/img2img/Variation seed/value": -1,
633
+ "customscript/seed.py/img2img/Variation strength/visible": true,
634
+ "customscript/seed.py/img2img/Variation strength/value": 0.0,
635
+ "customscript/seed.py/img2img/Variation strength/minimum": 0,
636
+ "customscript/seed.py/img2img/Variation strength/maximum": 1,
637
+ "customscript/seed.py/img2img/Variation strength/step": 0.01,
638
+ "customscript/seed.py/img2img/Resize seed from width/visible": true,
639
+ "customscript/seed.py/img2img/Resize seed from width/value": 0,
640
+ "customscript/seed.py/img2img/Resize seed from width/minimum": 0,
641
+ "customscript/seed.py/img2img/Resize seed from width/maximum": 2048,
642
+ "customscript/seed.py/img2img/Resize seed from width/step": 8,
643
+ "customscript/seed.py/img2img/Resize seed from height/visible": true,
644
+ "customscript/seed.py/img2img/Resize seed from height/value": 0,
645
+ "customscript/seed.py/img2img/Resize seed from height/minimum": 0,
646
+ "customscript/seed.py/img2img/Resize seed from height/maximum": 2048,
647
+ "customscript/seed.py/img2img/Resize seed from height/step": 8,
648
+ "img2img/Override settings/value": null,
649
+ "customscript/soft_inpainting.py/img2img/Schedule bias/visible": true,
650
+ "customscript/soft_inpainting.py/img2img/Schedule bias/value": 1,
651
+ "customscript/soft_inpainting.py/img2img/Schedule bias/minimum": 0,
652
+ "customscript/soft_inpainting.py/img2img/Schedule bias/maximum": 8,
653
+ "customscript/soft_inpainting.py/img2img/Schedule bias/step": 0.1,
654
+ "customscript/soft_inpainting.py/img2img/Preservation strength/visible": true,
655
+ "customscript/soft_inpainting.py/img2img/Preservation strength/value": 0.5,
656
+ "customscript/soft_inpainting.py/img2img/Preservation strength/minimum": 0,
657
+ "customscript/soft_inpainting.py/img2img/Preservation strength/maximum": 8,
658
+ "customscript/soft_inpainting.py/img2img/Preservation strength/step": 0.05,
659
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/visible": true,
660
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/value": 4,
661
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/minimum": 1,
662
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/maximum": 32,
663
+ "customscript/soft_inpainting.py/img2img/Transition contrast boost/step": 0.5,
664
+ "customscript/soft_inpainting.py/img2img/Mask influence/visible": true,
665
+ "customscript/soft_inpainting.py/img2img/Mask influence/value": 0,
666
+ "customscript/soft_inpainting.py/img2img/Mask influence/minimum": 0,
667
+ "customscript/soft_inpainting.py/img2img/Mask influence/maximum": 1,
668
+ "customscript/soft_inpainting.py/img2img/Mask influence/step": 0.05,
669
+ "customscript/soft_inpainting.py/img2img/Difference threshold/visible": true,
670
+ "customscript/soft_inpainting.py/img2img/Difference threshold/value": 0.5,
671
+ "customscript/soft_inpainting.py/img2img/Difference threshold/minimum": 0,
672
+ "customscript/soft_inpainting.py/img2img/Difference threshold/maximum": 8,
673
+ "customscript/soft_inpainting.py/img2img/Difference threshold/step": 0.25,
674
+ "customscript/soft_inpainting.py/img2img/Difference contrast/visible": true,
675
+ "customscript/soft_inpainting.py/img2img/Difference contrast/value": 2,
676
+ "customscript/soft_inpainting.py/img2img/Difference contrast/minimum": 0,
677
+ "customscript/soft_inpainting.py/img2img/Difference contrast/maximum": 8,
678
+ "customscript/soft_inpainting.py/img2img/Difference contrast/step": 0.25,
679
+ "img2img/Input Directory/visible": true,
680
+ "img2img/Input Directory/value": "",
681
+ "img2img/Mask Directory/value": "",
682
+ "img2img/New Canvas Width/visible": true,
683
+ "img2img/New Canvas Width/value": 512,
684
+ "img2img/New Canvas Width/minimum": 256,
685
+ "img2img/New Canvas Width/maximum": 1024,
686
+ "img2img/New Canvas Width/step": 64,
687
+ "img2img/New Canvas Height/visible": true,
688
+ "img2img/New Canvas Height/value": 512,
689
+ "img2img/New Canvas Height/minimum": 256,
690
+ "img2img/New Canvas Height/maximum": 1024,
691
+ "img2img/New Canvas Height/step": 64,
692
+ "img2img/Create New Canvas/visible": true,
693
+ "img2img/Cancel/visible": true,
694
+ "img2img/⤴/visible": true,
695
+ "img2img/Enable/visible": true,
696
+ "img2img/Enable/value": false,
697
+ "img2img/Pixel Perfect/visible": true,
698
+ "img2img/Pixel Perfect/value": false,
699
+ "img2img/Allow Preview/value": false,
700
+ "img2img/Use Mask/value": false,
701
+ "img2img/Preview as Input/value": false,
702
+ "img2img/Upload independent control image/visible": true,
703
+ "img2img/Upload independent control image/value": false,
704
+ "img2img/Control Type/visible": true,
705
+ "img2img/Control Type/value": "All",
706
+ "img2img/Preprocessor/visible": true,
707
+ "img2img/Preprocessor/value": "None",
708
+ "img2img/Model/visible": true,
709
+ "img2img/Model/value": "None",
710
+ "img2img/Control Weight/visible": true,
711
+ "img2img/Control Weight/value": 1.0,
712
+ "img2img/Control Weight/minimum": 0.0,
713
+ "img2img/Control Weight/maximum": 2.0,
714
+ "img2img/Control Weight/step": 0.05,
715
+ "img2img/Preprocessor resolution/value": -1,
716
+ "img2img/Preprocessor resolution/minimum": 64,
717
+ "img2img/Preprocessor resolution/maximum": 2048,
718
+ "img2img/Preprocessor resolution/step": 10,
719
+ "img2img/Threshold A/value": -1,
720
+ "img2img/Threshold A/minimum": 64,
721
+ "img2img/Threshold A/maximum": 1024,
722
+ "img2img/Threshold A/step": 1,
723
+ "img2img/Threshold B/value": -1,
724
+ "img2img/Threshold B/minimum": 64,
725
+ "img2img/Threshold B/maximum": 1024,
726
+ "img2img/Threshold B/step": 1,
727
+ "img2img/Control Mode/visible": true,
728
+ "img2img/Control Mode/value": "Balanced",
729
+ "img2img/Resize Mode/value": "Crop and Resize",
730
+ "img2img/Hires-Fix Option/value": "Both",
731
+ "customscript/forge_dynamic_thresholding.py/img2img/Enabled/visible": true,
732
+ "customscript/forge_dynamic_thresholding.py/img2img/Enabled/value": false,
733
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale/visible": true,
734
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale/value": 7.0,
735
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale/minimum": 0.0,
736
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale/maximum": 100.0,
737
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale/step": 0.5,
738
+ "customscript/forge_dynamic_thresholding.py/img2img/Threshold Percentile/visible": true,
739
+ "customscript/forge_dynamic_thresholding.py/img2img/Threshold Percentile/value": 1.0,
740
+ "customscript/forge_dynamic_thresholding.py/img2img/Threshold Percentile/minimum": 0.0,
741
+ "customscript/forge_dynamic_thresholding.py/img2img/Threshold Percentile/maximum": 1.0,
742
+ "customscript/forge_dynamic_thresholding.py/img2img/Threshold Percentile/step": 0.01,
743
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Mode/visible": true,
744
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Mode/value": "Constant",
745
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale Min/visible": true,
746
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale Min/value": 0.0,
747
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale Min/minimum": 0.0,
748
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale Min/maximum": 100.0,
749
+ "customscript/forge_dynamic_thresholding.py/img2img/Mimic Scale Min/step": 0.5,
750
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Mode/visible": true,
751
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Mode/value": "Constant",
752
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Scale Min/visible": true,
753
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Scale Min/value": 0.0,
754
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Scale Min/minimum": 0.0,
755
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Scale Min/maximum": 100.0,
756
+ "customscript/forge_dynamic_thresholding.py/img2img/Cfg Scale Min/step": 0.5,
757
+ "customscript/forge_dynamic_thresholding.py/img2img/Sched Val/visible": true,
758
+ "customscript/forge_dynamic_thresholding.py/img2img/Sched Val/value": 1.0,
759
+ "customscript/forge_dynamic_thresholding.py/img2img/Sched Val/minimum": 0.0,
760
+ "customscript/forge_dynamic_thresholding.py/img2img/Sched Val/maximum": 100.0,
761
+ "customscript/forge_dynamic_thresholding.py/img2img/Sched Val/step": 0.01,
762
+ "customscript/forge_dynamic_thresholding.py/img2img/Separate Feature Channels/visible": true,
763
+ "customscript/forge_dynamic_thresholding.py/img2img/Separate Feature Channels/value": "enable",
764
+ "customscript/forge_dynamic_thresholding.py/img2img/Scaling Startpoint/visible": true,
765
+ "customscript/forge_dynamic_thresholding.py/img2img/Scaling Startpoint/value": "MEAN",
766
+ "customscript/forge_dynamic_thresholding.py/img2img/Variability Measure/visible": true,
767
+ "customscript/forge_dynamic_thresholding.py/img2img/Variability Measure/value": "AD",
768
+ "customscript/forge_dynamic_thresholding.py/img2img/Interpolate Phi/visible": true,
769
+ "customscript/forge_dynamic_thresholding.py/img2img/Interpolate Phi/value": 1.0,
770
+ "customscript/forge_dynamic_thresholding.py/img2img/Interpolate Phi/minimum": 0.0,
771
+ "customscript/forge_dynamic_thresholding.py/img2img/Interpolate Phi/maximum": 1.0,
772
+ "customscript/forge_dynamic_thresholding.py/img2img/Interpolate Phi/step": 0.01,
773
+ "customscript/forge_freeu.py/img2img/B1/visible": true,
774
+ "customscript/forge_freeu.py/img2img/B1/value": 1.01,
775
+ "customscript/forge_freeu.py/img2img/B1/minimum": 0,
776
+ "customscript/forge_freeu.py/img2img/B1/maximum": 2,
777
+ "customscript/forge_freeu.py/img2img/B1/step": 0.01,
778
+ "customscript/forge_freeu.py/img2img/B2/visible": true,
779
+ "customscript/forge_freeu.py/img2img/B2/value": 1.02,
780
+ "customscript/forge_freeu.py/img2img/B2/minimum": 0,
781
+ "customscript/forge_freeu.py/img2img/B2/maximum": 2,
782
+ "customscript/forge_freeu.py/img2img/B2/step": 0.01,
783
+ "customscript/forge_freeu.py/img2img/S1/visible": true,
784
+ "customscript/forge_freeu.py/img2img/S1/value": 0.99,
785
+ "customscript/forge_freeu.py/img2img/S1/minimum": 0,
786
+ "customscript/forge_freeu.py/img2img/S1/maximum": 4,
787
+ "customscript/forge_freeu.py/img2img/S1/step": 0.01,
788
+ "customscript/forge_freeu.py/img2img/S2/visible": true,
789
+ "customscript/forge_freeu.py/img2img/S2/value": 0.95,
790
+ "customscript/forge_freeu.py/img2img/S2/minimum": 0,
791
+ "customscript/forge_freeu.py/img2img/S2/maximum": 4,
792
+ "customscript/forge_freeu.py/img2img/S2/step": 0.01,
793
+ "customscript/forge_freeu.py/img2img/Start step/visible": true,
794
+ "customscript/forge_freeu.py/img2img/Start step/value": 0.0,
795
+ "customscript/forge_freeu.py/img2img/Start step/minimum": 0.0,
796
+ "customscript/forge_freeu.py/img2img/Start step/maximum": 1.0,
797
+ "customscript/forge_freeu.py/img2img/Start step/step": 0.01,
798
+ "customscript/forge_freeu.py/img2img/End step/visible": true,
799
+ "customscript/forge_freeu.py/img2img/End step/value": 1.0,
800
+ "customscript/forge_freeu.py/img2img/End step/minimum": 0.0,
801
+ "customscript/forge_freeu.py/img2img/End step/maximum": 1.0,
802
+ "customscript/forge_freeu.py/img2img/End step/step": 0.01,
803
+ "img2img//visible": true,
804
+ "img2img//value": "(presets)",
805
+ "customscript/forge_sag.py/img2img/Scale/visible": true,
806
+ "customscript/forge_sag.py/img2img/Scale/value": 0.5,
807
+ "customscript/forge_sag.py/img2img/Scale/minimum": -2.0,
808
+ "customscript/forge_sag.py/img2img/Scale/maximum": 5.0,
809
+ "customscript/forge_sag.py/img2img/Scale/step": 0.01,
810
+ "customscript/forge_sag.py/img2img/Blur Sigma/visible": true,
811
+ "customscript/forge_sag.py/img2img/Blur Sigma/value": 2.0,
812
+ "customscript/forge_sag.py/img2img/Blur Sigma/minimum": 0.0,
813
+ "customscript/forge_sag.py/img2img/Blur Sigma/maximum": 10.0,
814
+ "customscript/forge_sag.py/img2img/Blur Sigma/step": 0.01,
815
+ "customscript/forge_sag.py/img2img/Blur mask threshold/visible": true,
816
+ "customscript/forge_sag.py/img2img/Blur mask threshold/value": 1.0,
817
+ "customscript/forge_sag.py/img2img/Blur mask threshold/minimum": 0.0,
818
+ "customscript/forge_sag.py/img2img/Blur mask threshold/maximum": 4.0,
819
+ "customscript/forge_sag.py/img2img/Blur mask threshold/step": 0.01,
820
+ "customscript/forge_perturbed_attention.py/img2img/Enabled/visible": true,
821
+ "customscript/forge_perturbed_attention.py/img2img/Enabled/value": false,
822
+ "customscript/forge_perturbed_attention.py/img2img/Scale/visible": true,
823
+ "customscript/forge_perturbed_attention.py/img2img/Scale/value": 3.0,
824
+ "customscript/forge_perturbed_attention.py/img2img/Scale/minimum": 0.0,
825
+ "customscript/forge_perturbed_attention.py/img2img/Scale/maximum": 100.0,
826
+ "customscript/forge_perturbed_attention.py/img2img/Scale/step": 0.1,
827
+ "customscript/kohya_hrfix.py/img2img/Enabled/visible": true,
828
+ "customscript/kohya_hrfix.py/img2img/Enabled/value": false,
829
+ "customscript/kohya_hrfix.py/img2img/Block Number/visible": true,
830
+ "customscript/kohya_hrfix.py/img2img/Block Number/value": 3,
831
+ "customscript/kohya_hrfix.py/img2img/Block Number/minimum": 1,
832
+ "customscript/kohya_hrfix.py/img2img/Block Number/maximum": 32,
833
+ "customscript/kohya_hrfix.py/img2img/Block Number/step": 1,
834
+ "customscript/kohya_hrfix.py/img2img/Downscale Factor/visible": true,
835
+ "customscript/kohya_hrfix.py/img2img/Downscale Factor/value": 2.0,
836
+ "customscript/kohya_hrfix.py/img2img/Downscale Factor/minimum": 0.1,
837
+ "customscript/kohya_hrfix.py/img2img/Downscale Factor/maximum": 9.0,
838
+ "customscript/kohya_hrfix.py/img2img/Downscale Factor/step": 0.001,
839
+ "customscript/kohya_hrfix.py/img2img/Start Percent/visible": true,
840
+ "customscript/kohya_hrfix.py/img2img/Start Percent/value": 0.0,
841
+ "customscript/kohya_hrfix.py/img2img/Start Percent/minimum": 0.0,
842
+ "customscript/kohya_hrfix.py/img2img/Start Percent/maximum": 1.0,
843
+ "customscript/kohya_hrfix.py/img2img/Start Percent/step": 0.001,
844
+ "customscript/kohya_hrfix.py/img2img/End Percent/visible": true,
845
+ "customscript/kohya_hrfix.py/img2img/End Percent/value": 0.35,
846
+ "customscript/kohya_hrfix.py/img2img/End Percent/minimum": 0.0,
847
+ "customscript/kohya_hrfix.py/img2img/End Percent/maximum": 1.0,
848
+ "customscript/kohya_hrfix.py/img2img/End Percent/step": 0.001,
849
+ "customscript/kohya_hrfix.py/img2img/Downscale After Skip/visible": true,
850
+ "customscript/kohya_hrfix.py/img2img/Downscale After Skip/value": true,
851
+ "customscript/kohya_hrfix.py/img2img/Downscale Method/visible": true,
852
+ "customscript/kohya_hrfix.py/img2img/Downscale Method/value": "bicubic",
853
+ "customscript/kohya_hrfix.py/img2img/Upscale Method/visible": true,
854
+ "customscript/kohya_hrfix.py/img2img/Upscale Method/value": "bicubic",
855
+ "customscript/forge_latent_modifier.py/img2img/Enabled/visible": true,
856
+ "customscript/forge_latent_modifier.py/img2img/Enabled/value": false,
857
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Multiplier/visible": true,
858
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Multiplier/value": 0.0,
859
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Multiplier/minimum": -100.0,
860
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Multiplier/maximum": 100.0,
861
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Multiplier/step": 0.1,
862
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Method/visible": true,
863
+ "customscript/forge_latent_modifier.py/img2img/Sharpness Method/value": "anisotropic",
864
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Multiplier/visible": true,
865
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Multiplier/value": 0.0,
866
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Multiplier/minimum": 0.0,
867
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Multiplier/maximum": 100.0,
868
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Multiplier/step": 0.01,
869
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Method/visible": true,
870
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Method/value": "reinhard",
871
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Percentile/visible": true,
872
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Percentile/value": 100.0,
873
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Percentile/minimum": 0.0,
874
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Percentile/maximum": 100.0,
875
+ "customscript/forge_latent_modifier.py/img2img/Tonemap Percentile/step": 0.005,
876
+ "customscript/forge_latent_modifier.py/img2img/Contrast Multiplier/visible": true,
877
+ "customscript/forge_latent_modifier.py/img2img/Contrast Multiplier/value": 0.0,
878
+ "customscript/forge_latent_modifier.py/img2img/Contrast Multiplier/minimum": -100.0,
879
+ "customscript/forge_latent_modifier.py/img2img/Contrast Multiplier/maximum": 100.0,
880
+ "customscript/forge_latent_modifier.py/img2img/Contrast Multiplier/step": 0.1,
881
+ "customscript/forge_latent_modifier.py/img2img/Combat Method/visible": true,
882
+ "customscript/forge_latent_modifier.py/img2img/Combat Method/value": "subtract",
883
+ "customscript/forge_latent_modifier.py/img2img/Combat Cfg Drift/visible": true,
884
+ "customscript/forge_latent_modifier.py/img2img/Combat Cfg Drift/value": 0.0,
885
+ "customscript/forge_latent_modifier.py/img2img/Combat Cfg Drift/minimum": -10.0,
886
+ "customscript/forge_latent_modifier.py/img2img/Combat Cfg Drift/maximum": 10.0,
887
+ "customscript/forge_latent_modifier.py/img2img/Combat Cfg Drift/step": 0.01,
888
+ "customscript/forge_latent_modifier.py/img2img/Rescale Cfg Phi/visible": true,
889
+ "customscript/forge_latent_modifier.py/img2img/Rescale Cfg Phi/value": 0.0,
890
+ "customscript/forge_latent_modifier.py/img2img/Rescale Cfg Phi/minimum": -10.0,
891
+ "customscript/forge_latent_modifier.py/img2img/Rescale Cfg Phi/maximum": 10.0,
892
+ "customscript/forge_latent_modifier.py/img2img/Rescale Cfg Phi/step": 0.01,
893
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Type/visible": true,
894
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Type/value": "gaussian",
895
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Method/visible": true,
896
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Method/value": "add",
897
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Multiplier/visible": true,
898
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Multiplier/value": 0.0,
899
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Multiplier/minimum": 0.0,
900
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Multiplier/maximum": 100.0,
901
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Multiplier/step": 0.1,
902
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Lowpass/visible": true,
903
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Lowpass/value": 100,
904
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Lowpass/minimum": 0,
905
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Lowpass/maximum": 1000,
906
+ "customscript/forge_latent_modifier.py/img2img/Extra Noise Lowpass/step": 1,
907
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Size/visible": true,
908
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Size/value": 127,
909
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Size/minimum": 1,
910
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Size/maximum": 255,
911
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Size/step": 1,
912
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Multiplier/visible": true,
913
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Multiplier/value": 0.0,
914
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Multiplier/minimum": 0.0,
915
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Multiplier/maximum": 1.0,
916
+ "customscript/forge_latent_modifier.py/img2img/Divisive Norm Multiplier/step": 0.01,
917
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Mode/visible": true,
918
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Mode/value": "hard_clamp",
919
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Percentile/visible": true,
920
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Percentile/value": 5.0,
921
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Percentile/minimum": 0.0,
922
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Percentile/maximum": 50.0,
923
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Percentile/step": 0.01,
924
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Multiplier/visible": true,
925
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Multiplier/value": 0.0,
926
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Multiplier/minimum": -15.0,
927
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Multiplier/maximum": 15.0,
928
+ "customscript/forge_latent_modifier.py/img2img/Spectral Mod Multiplier/step": 0.01,
929
+ "customscript/forge_latent_modifier.py/img2img/Affect Uncond/visible": true,
930
+ "customscript/forge_latent_modifier.py/img2img/Affect Uncond/value": "None",
931
+ "customscript/forge_latent_modifier.py/img2img/Dyn Cfg Augmentation/visible": true,
932
+ "customscript/forge_latent_modifier.py/img2img/Dyn Cfg Augmentation/value": "None",
933
+ "customscript/forge_multidiffusion.py/img2img/Enabled/visible": true,
934
+ "customscript/forge_multidiffusion.py/img2img/Enabled/value": false,
935
+ "customscript/forge_multidiffusion.py/img2img/Method/visible": true,
936
+ "customscript/forge_multidiffusion.py/img2img/Method/value": "MultiDiffusion",
937
+ "customscript/forge_multidiffusion.py/img2img/Tile Width/visible": true,
938
+ "customscript/forge_multidiffusion.py/img2img/Tile Width/value": 768,
939
+ "customscript/forge_multidiffusion.py/img2img/Tile Width/minimum": 16,
940
+ "customscript/forge_multidiffusion.py/img2img/Tile Width/maximum": 8192,
941
+ "customscript/forge_multidiffusion.py/img2img/Tile Width/step": 16,
942
+ "customscript/forge_multidiffusion.py/img2img/Tile Height/visible": true,
943
+ "customscript/forge_multidiffusion.py/img2img/Tile Height/value": 768,
944
+ "customscript/forge_multidiffusion.py/img2img/Tile Height/minimum": 16,
945
+ "customscript/forge_multidiffusion.py/img2img/Tile Height/maximum": 8192,
946
+ "customscript/forge_multidiffusion.py/img2img/Tile Height/step": 16,
947
+ "customscript/forge_multidiffusion.py/img2img/Tile Overlap/visible": true,
948
+ "customscript/forge_multidiffusion.py/img2img/Tile Overlap/value": 64,
949
+ "customscript/forge_multidiffusion.py/img2img/Tile Overlap/minimum": 0,
950
+ "customscript/forge_multidiffusion.py/img2img/Tile Overlap/maximum": 2048,
951
+ "customscript/forge_multidiffusion.py/img2img/Tile Overlap/step": 32,
952
+ "customscript/forge_multidiffusion.py/img2img/Tile Batch Size/visible": true,
953
+ "customscript/forge_multidiffusion.py/img2img/Tile Batch Size/value": 4,
954
+ "customscript/forge_multidiffusion.py/img2img/Tile Batch Size/minimum": 1,
955
+ "customscript/forge_multidiffusion.py/img2img/Tile Batch Size/maximum": 8192,
956
+ "customscript/forge_multidiffusion.py/img2img/Tile Batch Size/step": 1,
957
+ "customscript/forge_stylealign.py/img2img/Share attention in batch/visible": true,
958
+ "customscript/forge_stylealign.py/img2img/Share attention in batch/value": false,
959
+ "customscript/forge_stylealign.py/img2img/Strength/visible": true,
960
+ "customscript/forge_stylealign.py/img2img/Strength/value": 1.0,
961
+ "customscript/forge_stylealign.py/img2img/Strength/minimum": 0.0,
962
+ "customscript/forge_stylealign.py/img2img/Strength/maximum": 1.0,
963
+ "customscript/forge_stylealign.py/img2img/Strength/step": 0.01,
964
+ "customscript/forge_never_oom.py/img2img/Enabled for UNet (always maximize offload)/visible": true,
965
+ "customscript/forge_never_oom.py/img2img/Enabled for UNet (always maximize offload)/value": false,
966
+ "customscript/forge_never_oom.py/img2img/Enabled for VAE (always tiled)/visible": true,
967
+ "customscript/forge_never_oom.py/img2img/Enabled for VAE (always tiled)/value": false,
968
+ "img2img/Script/visible": true,
969
+ "img2img/Script/value": "None",
970
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
971
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
972
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
973
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
974
+ "customscript/img2imgalt.py/img2img/Original prompt/visible": true,
975
+ "customscript/img2imgalt.py/img2img/Original prompt/value": "",
976
+ "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
977
+ "customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
978
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
979
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
980
+ "customscript/img2imgalt.py/img2img/Decode steps/visible": true,
981
+ "customscript/img2imgalt.py/img2img/Decode steps/value": 50,
982
+ "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
983
+ "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
984
+ "customscript/img2imgalt.py/img2img/Decode steps/step": 1,
985
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
986
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
987
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
988
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
989
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
990
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
991
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
992
+ "customscript/img2imgalt.py/img2img/Randomness/visible": true,
993
+ "customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
994
+ "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
995
+ "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
996
+ "customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
997
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
998
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
999
+ "customscript/loopback.py/img2img/Loops/visible": true,
1000
+ "customscript/loopback.py/img2img/Loops/value": 4,
1001
+ "customscript/loopback.py/img2img/Loops/minimum": 1,
1002
+ "customscript/loopback.py/img2img/Loops/maximum": 32,
1003
+ "customscript/loopback.py/img2img/Loops/step": 1,
1004
+ "customscript/loopback.py/img2img/Final denoising strength/visible": true,
1005
+ "customscript/loopback.py/img2img/Final denoising strength/value": 0.5,
1006
+ "customscript/loopback.py/img2img/Final denoising strength/minimum": 0,
1007
+ "customscript/loopback.py/img2img/Final denoising strength/maximum": 1,
1008
+ "customscript/loopback.py/img2img/Final denoising strength/step": 0.01,
1009
+ "customscript/loopback.py/img2img/Denoising strength curve/visible": true,
1010
+ "customscript/loopback.py/img2img/Denoising strength curve/value": "Linear",
1011
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true,
1012
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None",
1013
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
1014
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
1015
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
1016
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
1017
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
1018
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
1019
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
1020
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
1021
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
1022
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
1023
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
1024
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
1025
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
1026
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
1027
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
1028
+ "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
1029
+ "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
1030
+ "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
1031
+ "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
1032
+ "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
1033
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
1034
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
1035
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
1036
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
1037
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
1038
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
1039
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
1040
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
1041
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
1042
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
1043
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
1044
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
1045
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
1046
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
1047
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
1048
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
1049
+ "customscript/prompt_matrix.py/img2img/Select prompt/visible": true,
1050
+ "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive",
1051
+ "customscript/prompt_matrix.py/img2img/Select joining char/visible": true,
1052
+ "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma",
1053
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true,
1054
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0,
1055
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0,
1056
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 500,
1057
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2,
1058
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
1059
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
1060
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
1061
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
1062
+ "customscript/prompts_from_file.py/img2img/Insert prompts at the/visible": true,
1063
+ "customscript/prompts_from_file.py/img2img/Insert prompts at the/value": "start",
1064
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
1065
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
1066
+ "customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
1067
+ "customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
1068
+ "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
1069
+ "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
1070
+ "customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
1071
+ "customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
1072
+ "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
1073
+ "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
1074
+ "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
1075
+ "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
1076
+ "customscript/sd_upscale.py/img2img/Upscaler/visible": true,
1077
+ "customscript/sd_upscale.py/img2img/Upscaler/value": "None",
1078
+ "customscript/xyz_grid.py/img2img/X type/visible": true,
1079
+ "customscript/xyz_grid.py/img2img/X type/value": "Seed",
1080
+ "customscript/xyz_grid.py/img2img/X values/visible": true,
1081
+ "customscript/xyz_grid.py/img2img/X values/value": "",
1082
+ "customscript/xyz_grid.py/img2img/Y type/visible": true,
1083
+ "customscript/xyz_grid.py/img2img/Y type/value": "Nothing",
1084
+ "customscript/xyz_grid.py/img2img/Y values/visible": true,
1085
+ "customscript/xyz_grid.py/img2img/Y values/value": "",
1086
+ "customscript/xyz_grid.py/img2img/Z type/visible": true,
1087
+ "customscript/xyz_grid.py/img2img/Z type/value": "Nothing",
1088
+ "customscript/xyz_grid.py/img2img/Z values/visible": true,
1089
+ "customscript/xyz_grid.py/img2img/Z values/value": "",
1090
+ "customscript/xyz_grid.py/img2img/Draw legend/visible": true,
1091
+ "customscript/xyz_grid.py/img2img/Draw legend/value": true,
1092
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
1093
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
1094
+ "customscript/xyz_grid.py/img2img/Vary seeds for X/visible": true,
1095
+ "customscript/xyz_grid.py/img2img/Vary seeds for X/value": false,
1096
+ "customscript/xyz_grid.py/img2img/Vary seeds for Y/visible": true,
1097
+ "customscript/xyz_grid.py/img2img/Vary seeds for Y/value": false,
1098
+ "customscript/xyz_grid.py/img2img/Vary seeds for Z/visible": true,
1099
+ "customscript/xyz_grid.py/img2img/Vary seeds for Z/value": false,
1100
+ "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
1101
+ "customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
1102
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
1103
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
1104
+ "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/visible": true,
1105
+ "customscript/xyz_grid.py/img2img/Use text inputs instead of dropdowns/value": false,
1106
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
1107
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
1108
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
1109
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500,
1110
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
1111
+ "img2img/Swap X/Y axes/visible": true,
1112
+ "img2img/Swap Y/Z axes/visible": true,
1113
+ "img2img/Swap X/Z axes/visible": true,
1114
+ "img2img/📂/visible": true,
1115
+ "img2img/💾/visible": true,
1116
+ "img2img/🗃️/visible": true,
1117
+ "img2img/🖼️/visible": true,
1118
+ "img2img/🎨️/visible": true,
1119
+ "img2img/Description/visible": true,
1120
+ "img2img/Description/value": "",
1121
+ "img2img/Replace preview/visible": true,
1122
+ "img2img/Save/visible": true,
1123
+ "img2img/Base model/visible": true,
1124
+ "img2img/Base model/value": "Unknown",
1125
+ "img2img/Preferred VAE / Text encoder(s)/visible": true,
1126
+ "img2img/Preferred VAE / Text encoder(s)/value": null,
1127
+ "img2img/Activation text/visible": true,
1128
+ "img2img/Activation text/value": "",
1129
+ "img2img/Preferred weight/visible": true,
1130
+ "img2img/Preferred weight/value": 0.0,
1131
+ "img2img/Preferred weight/minimum": 0.0,
1132
+ "img2img/Preferred weight/maximum": 2.0,
1133
+ "img2img/Preferred weight/step": 0.01,
1134
+ "img2img/Random prompt/visible": true,
1135
+ "img2img/Random prompt/value": "",
1136
+ "space/Launch/visible": true,
1137
+ "space/Terminate/visible": true,
1138
+ "space/Install/visible": true,
1139
+ "space/Uninstall/visible": true,
1140
+ "extras/Tabs@mode_extras/selected": null,
1141
+ "extras/Input directory/visible": true,
1142
+ "extras/Input directory/value": "",
1143
+ "extras/Output directory/visible": true,
1144
+ "extras/Output directory/value": "",
1145
+ "extras/Show result images/visible": true,
1146
+ "extras/Show result images/value": true,
1147
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
1148
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "4x_NMKD-Siax_200k",
1149
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
1150
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
1151
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
1152
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
1153
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
1154
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
1155
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
1156
+ "extras/Tabs@extras_resize_mode/selected": null,
1157
+ "customscript/postprocessing_upscale.py/extras/Resize/visible": true,
1158
+ "customscript/postprocessing_upscale.py/extras/Resize/value": 2,
1159
+ "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
1160
+ "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
1161
+ "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
1162
+ "customscript/postprocessing_upscale.py/extras/Max side length/visible": true,
1163
+ "customscript/postprocessing_upscale.py/extras/Max side length/value": 0,
1164
+ "customscript/postprocessing_upscale.py/extras/Width/visible": true,
1165
+ "customscript/postprocessing_upscale.py/extras/Width/value": 1920,
1166
+ "customscript/postprocessing_upscale.py/extras/Width/minimum": 64,
1167
+ "customscript/postprocessing_upscale.py/extras/Width/maximum": 8192,
1168
+ "customscript/postprocessing_upscale.py/extras/Width/step": 8,
1169
+ "customscript/postprocessing_upscale.py/extras/Height/visible": true,
1170
+ "customscript/postprocessing_upscale.py/extras/Height/value": 1080,
1171
+ "customscript/postprocessing_upscale.py/extras/Height/minimum": 64,
1172
+ "customscript/postprocessing_upscale.py/extras/Height/maximum": 8192,
1173
+ "customscript/postprocessing_upscale.py/extras/Height/step": 8,
1174
+ "extras/⇅/visible": true,
1175
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
1176
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/value": false,
1177
+ "customscript/postprocessing_gfpgan.py/extras/Visibility/visible": true,
1178
+ "customscript/postprocessing_gfpgan.py/extras/Visibility/value": 1.0,
1179
+ "customscript/postprocessing_gfpgan.py/extras/Visibility/minimum": 0.0,
1180
+ "customscript/postprocessing_gfpgan.py/extras/Visibility/maximum": 1.0,
1181
+ "customscript/postprocessing_gfpgan.py/extras/Visibility/step": 0.001,
1182
+ "customscript/postprocessing_codeformer.py/extras/Visibility/visible": true,
1183
+ "customscript/postprocessing_codeformer.py/extras/Visibility/value": 1.0,
1184
+ "customscript/postprocessing_codeformer.py/extras/Visibility/minimum": 0.0,
1185
+ "customscript/postprocessing_codeformer.py/extras/Visibility/maximum": 1.0,
1186
+ "customscript/postprocessing_codeformer.py/extras/Visibility/step": 0.001,
1187
+ "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/visible": true,
1188
+ "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/value": 0,
1189
+ "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
1190
+ "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
1191
+ "customscript/postprocessing_codeformer.py/extras/Weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
1192
+ "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/visible": true,
1193
+ "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/value": 0.9,
1194
+ "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/minimum": 0.0,
1195
+ "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/maximum": 1.0,
1196
+ "customscript/postprocessing_focal_crop.py/extras/Focal point face weight/step": 0.05,
1197
+ "customscript/postprocessing_focal_crop.py/extras/Focal point entropy weight/visible": true,
1198
+ "customscript/postprocessing_focal_crop.py/extras/Focal point entropy weight/value": 0.15,
1199
+ "customscript/postprocessing_focal_crop.py/extras/Focal point entropy weight/minimum": 0.0,
1200
+ "customscript/postprocessing_focal_crop.py/extras/Focal point entropy weight/maximum": 1.0,
1201
+ "customscript/postprocessing_focal_crop.py/extras/Focal point entropy weight/step": 0.05,
1202
+ "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/visible": true,
1203
+ "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/value": 0.5,
1204
+ "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/minimum": 0.0,
1205
+ "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/maximum": 1.0,
1206
+ "customscript/postprocessing_focal_crop.py/extras/Focal point edges weight/step": 0.05,
1207
+ "customscript/postprocessing_focal_crop.py/extras/Create debug image/visible": true,
1208
+ "customscript/postprocessing_focal_crop.py/extras/Create debug image/value": false,
1209
+ "extras/Interrupt/visible": true,
1210
+ "extras/Skip/visible": true,
1211
+ "extras/Interrupting.../visible": true,
1212
+ "extras/Generate/visible": true,
1213
+ "extras/📂/visible": true,
1214
+ "extras/🖼️/visible": true,
1215
+ "extras/🎨️/visible": true,
1216
+ "extras/📐/visible": true,
1217
+ "pnginfo/Send to txt2img/visible": true,
1218
+ "pnginfo/Send to img2img/visible": true,
1219
+ "pnginfo/Send to inpaint/visible": true,
1220
+ "pnginfo/Send to extras/visible": true,
1221
+ "modelmerger/Filename (will save in /models/Stable-diffusion)/visible": true,
1222
+ "modelmerger/Filename (will save in /models/Stable-diffusion)/value": "my_model.safetensors",
1223
+ "modelmerger/Save UNet/visible": true,
1224
+ "modelmerger/Save Checkpoint/visible": true,
1225
+ "modelmerger/Primary model (A)/visible": true,
1226
+ "modelmerger/Primary model (A)/value": null,
1227
+ "modelmerger/🔄/visible": true,
1228
+ "modelmerger/Secondary model (B)/visible": true,
1229
+ "modelmerger/Secondary model (B)/value": null,
1230
+ "modelmerger/Tertiary model (C)/visible": true,
1231
+ "modelmerger/Tertiary model (C)/value": null,
1232
+ "modelmerger/Custom Name (Optional)/visible": true,
1233
+ "modelmerger/Custom Name (Optional)/value": "",
1234
+ "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
1235
+ "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
1236
+ "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
1237
+ "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
1238
+ "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
1239
+ "modelmerger/Interpolation Method/visible": true,
1240
+ "modelmerger/Interpolation Method/value": "Weighted sum",
1241
+ "modelmerger/Checkpoint format/visible": true,
1242
+ "modelmerger/Checkpoint format/value": "safetensors",
1243
+ "modelmerger/Save as float16/visible": true,
1244
+ "modelmerger/Save as float16/value": false,
1245
+ "modelmerger/Copy config from/visible": true,
1246
+ "modelmerger/Copy config from/value": "A, B or C",
1247
+ "modelmerger/Bake in VAE/visible": true,
1248
+ "modelmerger/Bake in VAE/value": "None",
1249
+ "modelmerger/Discard weights with matching name/visible": true,
1250
+ "modelmerger/Discard weights with matching name/value": "",
1251
+ "modelmerger/Save metadata/visible": true,
1252
+ "modelmerger/Save metadata/value": true,
1253
+ "modelmerger/Add merge recipe metadata/visible": true,
1254
+ "modelmerger/Add merge recipe metadata/value": true,
1255
+ "modelmerger/Copy metadata from merged models/visible": true,
1256
+ "modelmerger/Copy metadata from merged models/value": true,
1257
+ "modelmerger/Read metadata from selected checkpoints/visible": true,
1258
+ "modelmerger/Merge/visible": true,
1259
+ "webui/Tabs@tabs/selected": null
1260
+ }