daswer123 commited on
Commit
61cb0fa
·
verified ·
1 Parent(s): c85e22e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +285 -326
config.json CHANGED
@@ -1,327 +1,286 @@
1
- {
2
- "ldsr_steps": 100,
3
- "ldsr_cached": false,
4
- "SCUNET_tile": 256,
5
- "SCUNET_tile_overlap": 8,
6
- "SWIN_tile": 192,
7
- "SWIN_tile_overlap": 8,
8
- "SWIN_torch_compile": false,
9
- "control_net_detectedmap_dir": "detected_maps",
10
- "control_net_models_path": "",
11
- "control_net_modules_path": "",
12
- "control_net_unit_count": 3,
13
- "control_net_model_cache_size": 5,
14
- "control_net_no_detectmap": false,
15
- "control_net_detectmap_autosaving": false,
16
- "control_net_allow_script_control": false,
17
- "control_net_sync_field_args": true,
18
- "controlnet_show_batch_images_in_ui": false,
19
- "controlnet_increment_seed_during_batch": false,
20
- "controlnet_disable_openpose_edit": false,
21
- "controlnet_disable_photopea_edit": false,
22
- "controlnet_photopea_warning": true,
23
- "controlnet_input_thumbnail": true,
24
- "sd_checkpoint_hash": "0fe2e39405369d15d576f0f8bf1405e53899613711f867c528d2a0d57fefba48",
25
- "sd_model_checkpoint": "moxieDiffusionXL_v16.safetensors",
26
- "CLIP_stop_at_last_layers": 2,
27
- "sd_vae": "sdxl_vae.safetensors",
28
- "api_display_include_base64_images": false,
29
- "outdir_samples": "",
30
- "outdir_txt2img_samples": "output\\txt2img-images",
31
- "outdir_img2img_samples": "output\\img2img-images",
32
- "outdir_extras_samples": "output\\extras-images",
33
- "outdir_grids": "",
34
- "outdir_txt2img_grids": "output\\txt2img-grids",
35
- "outdir_img2img_grids": "output\\img2img-grids",
36
- "outdir_save": "log\\images",
37
- "outdir_init_images": "output\\init-images",
38
- "samples_save": true,
39
- "samples_format": "png",
40
- "samples_filename_pattern": "",
41
- "save_images_add_number": true,
42
- "save_images_replace_action": "Replace",
43
- "grid_save": true,
44
- "grid_format": "png",
45
- "grid_extended_filename": false,
46
- "grid_only_if_multiple": true,
47
- "grid_prevent_empty_spots": false,
48
- "grid_zip_filename_pattern": "",
49
- "n_rows": -1,
50
- "font": "",
51
- "grid_text_active_color": "#000000",
52
- "grid_text_inactive_color": "#999999",
53
- "grid_background_color": "#ffffff",
54
- "save_images_before_face_restoration": false,
55
- "save_images_before_highres_fix": false,
56
- "save_images_before_color_correction": false,
57
- "save_mask": false,
58
- "save_mask_composite": false,
59
- "jpeg_quality": 80,
60
- "webp_lossless": false,
61
- "export_for_4chan": true,
62
- "img_downscale_threshold": 4.0,
63
- "target_side_length": 4000.0,
64
- "img_max_size_mp": 200.0,
65
- "use_original_name_batch": true,
66
- "use_upscaler_name_as_suffix": true,
67
- "save_selected_only": true,
68
- "save_init_img": false,
69
- "temp_dir": "",
70
- "clean_temp_dir_at_start": false,
71
- "save_incomplete_images": false,
72
- "notification_audio": true,
73
- "notification_volume": 100,
74
- "save_to_dirs": true,
75
- "grid_save_to_dirs": true,
76
- "use_save_to_dirs_for_ui": false,
77
- "directories_filename_pattern": "[date]",
78
- "directories_max_prompt_words": 8,
79
- "auto_backcompat": true,
80
- "use_old_emphasis_implementation": false,
81
- "use_old_karras_scheduler_sigmas": false,
82
- "no_dpmpp_sde_batch_determinism": false,
83
- "use_old_hires_fix_width_height": false,
84
- "dont_fix_second_order_samplers_schedule": false,
85
- "hires_fix_use_firstpass_conds": false,
86
- "use_old_scheduling": false,
87
- "use_downcasted_alpha_bar": false,
88
- "lora_functional": false,
89
- "extra_networks_show_hidden_directories": true,
90
- "extra_networks_dir_button_function": false,
91
- "extra_networks_hidden_models": "When searched",
92
- "extra_networks_default_multiplier": 1,
93
- "extra_networks_card_width": 0.0,
94
- "extra_networks_card_height": 0.0,
95
- "extra_networks_card_text_scale": 1,
96
- "extra_networks_card_show_desc": true,
97
- "extra_networks_card_description_is_html": false,
98
- "extra_networks_card_order_field": "Path",
99
- "extra_networks_card_order": "Ascending",
100
- "extra_networks_tree_view_default_enabled": false,
101
- "extra_networks_add_text_separator": " ",
102
- "ui_extra_networks_tab_reorder": "",
103
- "textual_inversion_print_at_load": false,
104
- "textual_inversion_add_hashes_to_infotext": true,
105
- "sd_hypernetwork": "None",
106
- "sd_lora": "None",
107
- "lora_preferred_name": "Alias from file",
108
- "lora_add_hashes_to_infotext": true,
109
- "lora_show_all": false,
110
- "lora_hide_unknown_for_versions": [],
111
- "lora_in_memory_limit": 0,
112
- "lora_not_found_warning_console": false,
113
- "lora_not_found_gradio_warning": false,
114
- "cross_attention_optimization": "Automatic",
115
- "s_min_uncond": 0,
116
- "token_merging_ratio": 0,
117
- "token_merging_ratio_img2img": 0,
118
- "token_merging_ratio_hr": 0,
119
- "pad_cond_uncond": false,
120
- "pad_cond_uncond_v0": false,
121
- "persistent_cond_cache": true,
122
- "batch_cond_uncond": true,
123
- "fp8_storage": "Disable",
124
- "cache_fp16_weight": false,
125
- "hide_samplers": [],
126
- "eta_ddim": 0,
127
- "eta_ancestral": 1,
128
- "ddim_discretize": "uniform",
129
- "s_churn": 0,
130
- "s_tmin": 0,
131
- "s_tmax": 0,
132
- "s_noise": 1,
133
- "k_sched_type": "Automatic",
134
- "sigma_min": 0.0,
135
- "sigma_max": 0.0,
136
- "rho": 0.0,
137
- "eta_noise_seed_delta": 0,
138
- "always_discard_next_to_last_sigma": false,
139
- "sgm_noise_multiplier": false,
140
- "uni_pc_variant": "bh1",
141
- "uni_pc_skip_type": "time_uniform",
142
- "uni_pc_order": 3,
143
- "uni_pc_lower_order_final": true,
144
- "sd_noise_schedule": "Default",
145
- "sd_checkpoints_limit": 1,
146
- "sd_checkpoints_keep_in_cpu": true,
147
- "sd_checkpoint_cache": 0,
148
- "sd_unet": "Automatic",
149
- "enable_quantization": false,
150
- "emphasis": "Original",
151
- "enable_batch_seeds": true,
152
- "comma_padding_backtrack": 20,
153
- "upcast_attn": false,
154
- "randn_source": "GPU",
155
- "tiling": false,
156
- "hires_fix_refiner_pass": "second pass",
157
- "enable_prompt_comments": true,
158
- "sdxl_crop_top": 0.0,
159
- "sdxl_crop_left": 0.0,
160
- "sdxl_refiner_low_aesthetic_score": 2.5,
161
- "sdxl_refiner_high_aesthetic_score": 6.0,
162
- "sd_vae_checkpoint_cache": 0,
163
- "sd_vae_overrides_per_model_preferences": true,
164
- "auto_vae_precision_bfloat16": false,
165
- "auto_vae_precision": true,
166
- "sd_vae_encode_method": "Full",
167
- "sd_vae_decode_method": "Full",
168
- "inpainting_mask_weight": 1,
169
- "initial_noise_multiplier": 1,
170
- "img2img_extra_noise": 0,
171
- "img2img_color_correction": false,
172
- "img2img_fix_steps": false,
173
- "img2img_background_color": "#ffffff",
174
- "img2img_editor_height": 720,
175
- "img2img_sketch_default_brush_color": "#ffffff",
176
- "img2img_inpaint_mask_brush_color": "#ffffff",
177
- "img2img_inpaint_sketch_default_brush_color": "#ffffff",
178
- "return_mask": false,
179
- "return_mask_composite": false,
180
- "img2img_batch_show_results_limit": 32,
181
- "overlay_inpaint": true,
182
- "return_grid": true,
183
- "do_not_show_images": false,
184
- "js_modal_lightbox": true,
185
- "js_modal_lightbox_initially_zoomed": true,
186
- "js_modal_lightbox_gamepad": false,
187
- "js_modal_lightbox_gamepad_repeat": 250.0,
188
- "sd_webui_modal_lightbox_icon_opacity": 1,
189
- "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
190
- "gallery_height": "",
191
- "open_dir_button_choice": "Subdirectory",
192
- "enable_pnginfo": true,
193
- "save_txt": false,
194
- "add_model_name_to_info": true,
195
- "add_model_hash_to_info": true,
196
- "add_vae_name_to_info": true,
197
- "add_vae_hash_to_info": true,
198
- "add_user_name_to_info": false,
199
- "add_version_to_infotext": true,
200
- "disable_weights_auto_swap": true,
201
- "infotext_skip_pasting": [],
202
- "infotext_styles": "Apply if any",
203
- "show_progressbar": true,
204
- "live_previews_enable": true,
205
- "live_previews_image_format": "png",
206
- "show_progress_grid": true,
207
- "show_progress_every_n_steps": 10,
208
- "show_progress_type": "Approx NN",
209
- "live_preview_allow_lowvram_full": false,
210
- "live_preview_content": "Prompt",
211
- "live_preview_refresh_period": 1000.0,
212
- "live_preview_fast_interrupt": false,
213
- "js_live_preview_in_modal_lightbox": false,
214
- "keyedit_precision_attention": 0.1,
215
- "keyedit_precision_extra": 0.05,
216
- "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
217
- "keyedit_delimiters_whitespace": [
218
- "Tab",
219
- "Carriage Return",
220
- "Line Feed"
221
- ],
222
- "keyedit_move": true,
223
- "disable_token_counters": false,
224
- "include_styles_into_token_counters": true,
225
- "extra_options_txt2img": [],
226
- "extra_options_img2img": [],
227
- "extra_options_cols": 1,
228
- "extra_options_accordion": false,
229
- "compact_prompt_box": false,
230
- "samplers_in_dropdown": true,
231
- "dimensions_and_batch_together": true,
232
- "sd_checkpoint_dropdown_use_short": false,
233
- "hires_fix_show_sampler": false,
234
- "hires_fix_show_prompts": false,
235
- "txt2img_settings_accordion": false,
236
- "img2img_settings_accordion": false,
237
- "interrupt_after_current": true,
238
- "localization": "None",
239
- "quicksettings_list": [
240
- "sd_model_checkpoint",
241
- "sd_vae",
242
- "CLIP_stop_at_last_layers"
243
- ],
244
- "ui_tab_order": [],
245
- "hidden_tabs": [],
246
- "ui_reorder_list": [],
247
- "gradio_theme": "Default",
248
- "gradio_themes_cache": true,
249
- "show_progress_in_title": true,
250
- "send_seed": true,
251
- "send_size": true,
252
- "api_enable_requests": true,
253
- "api_forbid_local_requests": true,
254
- "api_useragent": "",
255
- "auto_launch_browser": "Local",
256
- "enable_console_prompts": false,
257
- "show_warnings": false,
258
- "show_gradio_deprecation_warnings": true,
259
- "memmon_poll_rate": 8,
260
- "samples_log_stdout": false,
261
- "multiple_tqdm": true,
262
- "enable_upscale_progressbar": true,
263
- "print_hypernet_extra": false,
264
- "list_hidden_files": true,
265
- "disable_mmap_load_safetensors": false,
266
- "hide_ldm_prints": true,
267
- "dump_stacks_on_signal": false,
268
- "face_restoration": false,
269
- "face_restoration_model": "CodeFormer",
270
- "code_former_weight": 0.5,
271
- "face_restoration_unload": false,
272
- "postprocessing_enable_in_main_ui": [],
273
- "postprocessing_operation_order": [],
274
- "upscaling_max_images_in_cache": 5,
275
- "postprocessing_existing_caption_action": "Ignore",
276
- "ESRGAN_tile": 192,
277
- "ESRGAN_tile_overlap": 8,
278
- "realesrgan_enabled_models": [
279
- "R-ESRGAN 4x+",
280
- "R-ESRGAN 4x+ Anime6B"
281
- ],
282
- "dat_enabled_models": [
283
- "DAT x2",
284
- "DAT x3",
285
- "DAT x4"
286
- ],
287
- "DAT_tile": 192,
288
- "DAT_tile_overlap": 8,
289
- "unload_models_when_training": false,
290
- "pin_memory": false,
291
- "save_optimizer_state": false,
292
- "save_training_settings_to_txt": true,
293
- "dataset_filename_word_regex": "",
294
- "dataset_filename_join_string": " ",
295
- "training_image_repeats_per_epoch": 1,
296
- "training_write_csv_every": 500.0,
297
- "training_xattention_optimizations": false,
298
- "training_enable_tensorboard": false,
299
- "training_tensorboard_save_images": false,
300
- "training_tensorboard_flush_every": 120.0,
301
- "canvas_hotkey_zoom": "Alt",
302
- "canvas_hotkey_adjust": "Ctrl",
303
- "canvas_hotkey_shrink_brush": "Q",
304
- "canvas_hotkey_grow_brush": "W",
305
- "canvas_hotkey_move": "F",
306
- "canvas_hotkey_fullscreen": "S",
307
- "canvas_hotkey_reset": "R",
308
- "canvas_hotkey_overlap": "O",
309
- "canvas_show_tooltip": true,
310
- "canvas_auto_expand": true,
311
- "canvas_blur_prompt": false,
312
- "canvas_disabled_functions": [
313
- "Overlap"
314
- ],
315
- "interrogate_keep_models_in_memory": false,
316
- "interrogate_return_ranks": false,
317
- "interrogate_clip_num_beams": 1,
318
- "interrogate_clip_min_length": 24,
319
- "interrogate_clip_max_length": 48,
320
- "interrogate_clip_dict_limit": 1500.0,
321
- "interrogate_clip_skip_categories": [],
322
- "interrogate_deepbooru_score_threshold": 0.5,
323
- "deepbooru_sort_alpha": true,
324
- "deepbooru_use_spaces": true,
325
- "deepbooru_escape": true,
326
- "deepbooru_filter_tags": ""
327
  }
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "grid_save": true,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": false,
9
+ "grid_only_if_multiple": true,
10
+ "grid_prevent_empty_spots": false,
11
+ "grid_zip_filename_pattern": "",
12
+ "n_rows": -1,
13
+ "font": "",
14
+ "grid_text_active_color": "#000000",
15
+ "grid_text_inactive_color": "#999999",
16
+ "grid_background_color": "#ffffff",
17
+ "enable_pnginfo": true,
18
+ "save_txt": false,
19
+ "save_images_before_face_restoration": false,
20
+ "save_images_before_highres_fix": false,
21
+ "save_images_before_color_correction": false,
22
+ "save_mask": false,
23
+ "save_mask_composite": false,
24
+ "jpeg_quality": 80,
25
+ "webp_lossless": false,
26
+ "export_for_4chan": true,
27
+ "img_downscale_threshold": 4.0,
28
+ "target_side_length": 4000,
29
+ "img_max_size_mp": 200,
30
+ "use_original_name_batch": true,
31
+ "use_upscaler_name_as_suffix": false,
32
+ "save_selected_only": true,
33
+ "save_init_img": false,
34
+ "temp_dir": "",
35
+ "clean_temp_dir_at_start": false,
36
+ "save_incomplete_images": false,
37
+ "outdir_samples": "",
38
+ "outdir_txt2img_samples": "outputs/txt2img-images",
39
+ "outdir_img2img_samples": "outputs/img2img-images",
40
+ "outdir_extras_samples": "outputs/extras-images",
41
+ "outdir_grids": "",
42
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
43
+ "outdir_img2img_grids": "outputs/img2img-grids",
44
+ "outdir_save": "log/images",
45
+ "outdir_init_images": "outputs/init-images",
46
+ "save_to_dirs": true,
47
+ "grid_save_to_dirs": true,
48
+ "use_save_to_dirs_for_ui": false,
49
+ "directories_filename_pattern": "[date]",
50
+ "directories_max_prompt_words": 8,
51
+ "ESRGAN_tile": 192,
52
+ "ESRGAN_tile_overlap": 8,
53
+ "realesrgan_enabled_models": [
54
+ "R-ESRGAN 4x+",
55
+ "R-ESRGAN 4x+ Anime6B"
56
+ ],
57
+ "upscaler_for_img2img": null,
58
+ "face_restoration": false,
59
+ "face_restoration_model": "CodeFormer",
60
+ "code_former_weight": 0.5,
61
+ "face_restoration_unload": false,
62
+ "auto_launch_browser": "Local",
63
+ "show_warnings": false,
64
+ "show_gradio_deprecation_warnings": true,
65
+ "memmon_poll_rate": 8,
66
+ "samples_log_stdout": false,
67
+ "multiple_tqdm": true,
68
+ "print_hypernet_extra": false,
69
+ "list_hidden_files": true,
70
+ "disable_mmap_load_safetensors": false,
71
+ "hide_ldm_prints": true,
72
+ "api_enable_requests": true,
73
+ "api_forbid_local_requests": true,
74
+ "api_useragent": "",
75
+ "unload_models_when_training": false,
76
+ "pin_memory": false,
77
+ "save_optimizer_state": false,
78
+ "save_training_settings_to_txt": true,
79
+ "dataset_filename_word_regex": "",
80
+ "dataset_filename_join_string": " ",
81
+ "training_image_repeats_per_epoch": 1,
82
+ "training_write_csv_every": 500,
83
+ "training_xattention_optimizations": false,
84
+ "training_enable_tensorboard": false,
85
+ "training_tensorboard_save_images": false,
86
+ "training_tensorboard_flush_every": 120,
87
+ "sd_checkpoints_limit": 1,
88
+ "sd_checkpoints_keep_in_cpu": true,
89
+ "sd_checkpoint_cache": 0,
90
+ "sd_unet": "Automatic",
91
+ "enable_quantization": false,
92
+ "enable_emphasis": true,
93
+ "enable_batch_seeds": true,
94
+ "comma_padding_backtrack": 20,
95
+ "CLIP_stop_at_last_layers": 2,
96
+ "upcast_attn": false,
97
+ "randn_source": "GPU",
98
+ "tiling": false,
99
+ "hires_fix_refiner_pass": "second pass",
100
+ "sdxl_crop_top": 0,
101
+ "sdxl_crop_left": 0,
102
+ "sdxl_refiner_low_aesthetic_score": 2.5,
103
+ "sdxl_refiner_high_aesthetic_score": 6.0,
104
+ "sd_vae_explanation": "<abbr title='Variational autoencoder'>VAE</abbr> is a neural network that transforms a standard <abbr title='red/green/blue'>RGB</abbr>\nimage into latent space representation and back. Latent space representation is what stable diffusion is working on during sampling\n(i.e. when the progress bar is between empty and full). For txt2img, VAE is used to create a resulting image after the sampling is finished.\nFor img2img, VAE is used to process user's input image before the sampling, and to create an image after sampling.",
105
+ "sd_vae_checkpoint_cache": 0,
106
+ "sd_vae": "sdxl_vae.safetensors",
107
+ "sd_vae_overrides_per_model_preferences": true,
108
+ "auto_vae_precision": true,
109
+ "sd_vae_encode_method": "Full",
110
+ "sd_vae_decode_method": "Full",
111
+ "inpainting_mask_weight": 1.0,
112
+ "initial_noise_multiplier": 1.0,
113
+ "img2img_extra_noise": 0.0,
114
+ "img2img_color_correction": false,
115
+ "img2img_fix_steps": false,
116
+ "img2img_background_color": "#ffffff",
117
+ "img2img_editor_height": 720,
118
+ "img2img_sketch_default_brush_color": "#ffffff",
119
+ "img2img_inpaint_mask_brush_color": "#ffffff",
120
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
121
+ "return_mask": false,
122
+ "return_mask_composite": false,
123
+ "cross_attention_optimization": "Automatic",
124
+ "s_min_uncond": 0.0,
125
+ "token_merging_ratio": 0.0,
126
+ "token_merging_ratio_img2img": 0.0,
127
+ "token_merging_ratio_hr": 0.0,
128
+ "pad_cond_uncond": false,
129
+ "persistent_cond_cache": true,
130
+ "batch_cond_uncond": true,
131
+ "use_old_emphasis_implementation": false,
132
+ "use_old_karras_scheduler_sigmas": false,
133
+ "no_dpmpp_sde_batch_determinism": false,
134
+ "use_old_hires_fix_width_height": false,
135
+ "dont_fix_second_order_samplers_schedule": false,
136
+ "hires_fix_use_firstpass_conds": false,
137
+ "use_old_scheduling": false,
138
+ "interrogate_keep_models_in_memory": false,
139
+ "interrogate_return_ranks": false,
140
+ "interrogate_clip_num_beams": 1,
141
+ "interrogate_clip_min_length": 24,
142
+ "interrogate_clip_max_length": 48,
143
+ "interrogate_clip_dict_limit": 1500,
144
+ "interrogate_clip_skip_categories": [],
145
+ "interrogate_deepbooru_score_threshold": 0.5,
146
+ "deepbooru_sort_alpha": true,
147
+ "deepbooru_use_spaces": true,
148
+ "deepbooru_escape": true,
149
+ "deepbooru_filter_tags": "",
150
+ "extra_networks_show_hidden_directories": true,
151
+ "extra_networks_hidden_models": "When searched",
152
+ "extra_networks_default_multiplier": 1.0,
153
+ "extra_networks_card_width": 0,
154
+ "extra_networks_card_height": 0,
155
+ "extra_networks_card_text_scale": 1.0,
156
+ "extra_networks_card_show_desc": true,
157
+ "extra_networks_add_text_separator": " ",
158
+ "ui_extra_networks_tab_reorder": "",
159
+ "textual_inversion_print_at_load": false,
160
+ "textual_inversion_add_hashes_to_infotext": true,
161
+ "sd_hypernetwork": "None",
162
+ "localization": "None",
163
+ "gradio_theme": "Default",
164
+ "gradio_themes_cache": true,
165
+ "gallery_height": "",
166
+ "return_grid": true,
167
+ "do_not_show_images": false,
168
+ "send_seed": true,
169
+ "send_size": true,
170
+ "js_modal_lightbox": true,
171
+ "js_modal_lightbox_initially_zoomed": true,
172
+ "js_modal_lightbox_gamepad": false,
173
+ "js_modal_lightbox_gamepad_repeat": 250,
174
+ "show_progress_in_title": true,
175
+ "samplers_in_dropdown": true,
176
+ "dimensions_and_batch_together": true,
177
+ "keyedit_precision_attention": 0.1,
178
+ "keyedit_precision_extra": 0.05,
179
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
180
+ "keyedit_move": true,
181
+ "quicksettings_list": [
182
+ "sd_model_checkpoint"
183
+ ],
184
+ "ui_tab_order": [],
185
+ "hidden_tabs": [],
186
+ "ui_reorder_list": [],
187
+ "hires_fix_show_sampler": false,
188
+ "hires_fix_show_prompts": false,
189
+ "disable_token_counters": false,
190
+ "add_model_hash_to_info": true,
191
+ "add_model_name_to_info": true,
192
+ "add_user_name_to_info": false,
193
+ "add_version_to_infotext": true,
194
+ "disable_weights_auto_swap": true,
195
+ "infotext_styles": "Apply if any",
196
+ "show_progressbar": true,
197
+ "live_previews_enable": true,
198
+ "live_previews_image_format": "png",
199
+ "show_progress_grid": true,
200
+ "show_progress_every_n_steps": 10,
201
+ "show_progress_type": "Approx NN",
202
+ "live_preview_allow_lowvram_full": false,
203
+ "live_preview_content": "Prompt",
204
+ "live_preview_refresh_period": 1000,
205
+ "live_preview_fast_interrupt": false,
206
+ "hide_samplers": [],
207
+ "eta_ddim": 0.0,
208
+ "eta_ancestral": 1.0,
209
+ "ddim_discretize": "uniform",
210
+ "s_churn": 0.0,
211
+ "s_tmin": 0.0,
212
+ "s_tmax": 0.0,
213
+ "s_noise": 1.0,
214
+ "k_sched_type": "Automatic",
215
+ "sigma_min": 0.0,
216
+ "sigma_max": 0.0,
217
+ "rho": 0.0,
218
+ "eta_noise_seed_delta": 0,
219
+ "always_discard_next_to_last_sigma": false,
220
+ "sgm_noise_multiplier": false,
221
+ "uni_pc_variant": "bh1",
222
+ "uni_pc_skip_type": "time_uniform",
223
+ "uni_pc_order": 3,
224
+ "uni_pc_lower_order_final": true,
225
+ "postprocessing_enable_in_main_ui": [],
226
+ "postprocessing_operation_order": [],
227
+ "upscaling_max_images_in_cache": 5,
228
+ "disabled_extensions": [],
229
+ "disable_all_extensions": "none",
230
+ "restore_config_state_file": "",
231
+ "sd_checkpoint_hash": "0fe2e39405369d15d576f0f8bf1405e53899613711f867c528d2a0d57fefba48",
232
+ "sd_model_checkpoint": "moxieDiffusionXL_v16.safetensors",
233
+ "ldsr_steps": 100,
234
+ "ldsr_cached": false,
235
+ "SCUNET_tile": 256,
236
+ "SCUNET_tile_overlap": 8,
237
+ "SWIN_tile": 192,
238
+ "SWIN_tile_overlap": 8,
239
+ "SWIN_torch_compile": false,
240
+ "lora_functional": false,
241
+ "sd_lora": "None",
242
+ "lora_preferred_name": "Alias from file",
243
+ "lora_add_hashes_to_infotext": true,
244
+ "lora_show_all": false,
245
+ "lora_hide_unknown_for_versions": [],
246
+ "lora_in_memory_limit": 0,
247
+ "extra_options_txt2img": [],
248
+ "extra_options_img2img": [],
249
+ "extra_options_cols": 1,
250
+ "extra_options_accordion": false,
251
+ "canvas_hotkey_zoom": "Alt",
252
+ "canvas_hotkey_adjust": "Ctrl",
253
+ "canvas_hotkey_move": "F",
254
+ "canvas_hotkey_fullscreen": "S",
255
+ "canvas_hotkey_reset": "R",
256
+ "canvas_hotkey_overlap": "O",
257
+ "canvas_show_tooltip": true,
258
+ "canvas_auto_expand": true,
259
+ "canvas_blur_prompt": false,
260
+ "canvas_disabled_functions": [
261
+ "Overlap"
262
+ ],
263
+ "ad_max_models": 2,
264
+ "ad_extra_models_dir": "",
265
+ "ad_save_previews": false,
266
+ "ad_save_images_before": false,
267
+ "ad_only_seleted_scripts": true,
268
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
269
+ "ad_bbox_sortby": "None",
270
+ "ad_same_seed_for_each_tap": false,
271
+ "control_net_detectedmap_dir": "detected_maps",
272
+ "control_net_models_path": "",
273
+ "control_net_modules_path": "",
274
+ "control_net_unit_count": 3,
275
+ "control_net_model_cache_size": 1,
276
+ "control_net_inpaint_blur_sigma": 7,
277
+ "control_net_no_high_res_fix": false,
278
+ "control_net_no_detectmap": false,
279
+ "control_net_detectmap_autosaving": false,
280
+ "control_net_allow_script_control": false,
281
+ "control_net_sync_field_args": true,
282
+ "controlnet_show_batch_images_in_ui": false,
283
+ "controlnet_increment_seed_during_batch": false,
284
+ "controlnet_disable_openpose_edit": false,
285
+ "controlnet_ignore_noninpaint_mask": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  }