Xenos14 commited on
Commit
cd91901
·
verified ·
1 Parent(s): cae477a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +543 -3
config.json CHANGED
@@ -1,9 +1,549 @@
1
  {
2
- "sd_model_checkpoint": "Cavry_V2.safetensors",
3
- "sd_vae": "vae-ft-mse-840000-ema-pruned.safetensors",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "quicksettings_list": [
5
  "sd_model_checkpoint",
6
  "sd_vae",
 
7
  "CLIP_stop_at_last_layers"
8
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
 
1
  {
2
+ "samples_save": true,
3
+ "samples_format": "jpeg",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "save_images_replace_action": "Replace",
7
+ "grid_save": true,
8
+ "grid_format": "jpeg",
9
+ "grid_extended_filename": false,
10
+ "grid_only_if_multiple": true,
11
+ "grid_prevent_empty_spots": false,
12
+ "grid_zip_filename_pattern": "",
13
+ "n_rows": -1,
14
+ "font": "",
15
+ "grid_text_active_color": "#000000",
16
+ "grid_text_inactive_color": "#999999",
17
+ "grid_background_color": "#ffffff",
18
+ "save_images_before_face_restoration": false,
19
+ "save_images_before_highres_fix": false,
20
+ "save_images_before_color_correction": false,
21
+ "save_mask": false,
22
+ "save_mask_composite": false,
23
+ "jpeg_quality": 80,
24
+ "webp_lossless": false,
25
+ "export_for_4chan": true,
26
+ "img_downscale_threshold": 4.0,
27
+ "target_side_length": 4000,
28
+ "img_max_size_mp": 200,
29
+ "use_original_name_batch": true,
30
+ "use_upscaler_name_as_suffix": false,
31
+ "save_selected_only": true,
32
+ "save_init_img": false,
33
+ "temp_dir": "",
34
+ "clean_temp_dir_at_start": false,
35
+ "save_incomplete_images": false,
36
+ "notification_audio": true,
37
+ "notification_volume": 100,
38
+ "outdir_samples": "",
39
+ "outdir_txt2img_samples": "outputs/txt2img-images",
40
+ "outdir_img2img_samples": "outputs/img2img-images",
41
+ "outdir_extras_samples": "outputs/extras-images",
42
+ "outdir_grids": "",
43
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
44
+ "outdir_img2img_grids": "outputs/img2img-grids",
45
+ "outdir_save": "log/images",
46
+ "outdir_init_images": "outputs/init-images",
47
+ "save_to_dirs": true,
48
+ "grid_save_to_dirs": true,
49
+ "use_save_to_dirs_for_ui": false,
50
+ "directories_filename_pattern": "[date]",
51
+ "directories_max_prompt_words": 8,
52
+ "ESRGAN_tile": 192,
53
+ "ESRGAN_tile_overlap": 8,
54
+ "realesrgan_enabled_models": [
55
+ "R-ESRGAN 4x+",
56
+ "R-ESRGAN 4x+ Anime6B"
57
+ ],
58
+ "upscaler_for_img2img": null,
59
+ "face_restoration": true,
60
+ "face_restoration_model": "CodeFormer",
61
+ "code_former_weight": 0.5,
62
+ "face_restoration_unload": false,
63
+ "auto_launch_browser": "Local",
64
+ "enable_console_prompts": true,
65
+ "show_warnings": false,
66
+ "show_gradio_deprecation_warnings": true,
67
+ "memmon_poll_rate": 8,
68
+ "samples_log_stdout": false,
69
+ "multiple_tqdm": true,
70
+ "print_hypernet_extra": false,
71
+ "list_hidden_files": true,
72
+ "disable_mmap_load_safetensors": false,
73
+ "hide_ldm_prints": true,
74
+ "dump_stacks_on_signal": false,
75
+ "api_enable_requests": true,
76
+ "api_forbid_local_requests": true,
77
+ "api_useragent": "",
78
+ "unload_models_when_training": false,
79
+ "pin_memory": false,
80
+ "save_optimizer_state": false,
81
+ "save_training_settings_to_txt": true,
82
+ "dataset_filename_word_regex": "",
83
+ "dataset_filename_join_string": " ",
84
+ "training_image_repeats_per_epoch": 1,
85
+ "training_write_csv_every": 500,
86
+ "training_xattention_optimizations": false,
87
+ "training_enable_tensorboard": false,
88
+ "training_tensorboard_save_images": false,
89
+ "training_tensorboard_flush_every": 120,
90
+ "sd_model_checkpoint": "XenoMANIA-V1.safetensors [62a9ed5e61]",
91
+ "sd_checkpoints_limit": 1,
92
+ "sd_checkpoints_keep_in_cpu": true,
93
+ "sd_checkpoint_cache": 0,
94
+ "sd_unet": "Automatic",
95
+ "enable_quantization": false,
96
+ "enable_emphasis": true,
97
+ "enable_batch_seeds": true,
98
+ "comma_padding_backtrack": 20,
99
+ "CLIP_stop_at_last_layers": 1,
100
+ "upcast_attn": false,
101
+ "randn_source": "GPU",
102
+ "tiling": false,
103
+ "hires_fix_refiner_pass": "second pass",
104
+ "sdxl_crop_top": 0,
105
+ "sdxl_crop_left": 0,
106
+ "sdxl_refiner_low_aesthetic_score": 2.5,
107
+ "sdxl_refiner_high_aesthetic_score": 6.0,
108
+ "sd_vae_checkpoint_cache": 0,
109
+ "sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt",
110
+ "sd_vae_overrides_per_model_preferences": true,
111
+ "auto_vae_precision": true,
112
+ "sd_vae_encode_method": "Full",
113
+ "sd_vae_decode_method": "Full",
114
+ "inpainting_mask_weight": 1.0,
115
+ "initial_noise_multiplier": 1.0,
116
+ "img2img_extra_noise": 0.0,
117
+ "img2img_color_correction": false,
118
+ "img2img_fix_steps": false,
119
+ "img2img_background_color": "#ffffff",
120
+ "img2img_editor_height": 720,
121
+ "img2img_sketch_default_brush_color": "#ffffff",
122
+ "img2img_inpaint_mask_brush_color": "#ffffff",
123
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
124
+ "return_mask": false,
125
+ "return_mask_composite": false,
126
+ "img2img_batch_show_results_limit": 32,
127
+ "cross_attention_optimization": "Automatic",
128
+ "s_min_uncond": 0.0,
129
+ "token_merging_ratio": 0.0,
130
+ "token_merging_ratio_img2img": 0.0,
131
+ "token_merging_ratio_hr": 0.0,
132
+ "pad_cond_uncond": false,
133
+ "persistent_cond_cache": true,
134
+ "batch_cond_uncond": true,
135
+ "use_old_emphasis_implementation": false,
136
+ "use_old_karras_scheduler_sigmas": false,
137
+ "no_dpmpp_sde_batch_determinism": true,
138
+ "use_old_hires_fix_width_height": false,
139
+ "dont_fix_second_order_samplers_schedule": false,
140
+ "hires_fix_use_firstpass_conds": false,
141
+ "use_old_scheduling": false,
142
+ "interrogate_keep_models_in_memory": false,
143
+ "interrogate_return_ranks": false,
144
+ "interrogate_clip_num_beams": 1,
145
+ "interrogate_clip_min_length": 24,
146
+ "interrogate_clip_max_length": 48,
147
+ "interrogate_clip_dict_limit": 1500,
148
+ "interrogate_clip_skip_categories": [],
149
+ "interrogate_deepbooru_score_threshold": 0.5,
150
+ "deepbooru_sort_alpha": true,
151
+ "deepbooru_use_spaces": true,
152
+ "deepbooru_escape": true,
153
+ "deepbooru_filter_tags": "",
154
+ "extra_networks_show_hidden_directories": true,
155
+ "extra_networks_dir_button_function": false,
156
+ "extra_networks_hidden_models": "When searched",
157
+ "extra_networks_default_multiplier": 1.0,
158
+ "extra_networks_card_width": 0,
159
+ "extra_networks_card_height": 0,
160
+ "extra_networks_card_text_scale": 1.0,
161
+ "extra_networks_card_show_desc": true,
162
+ "extra_networks_card_order_field": "Path",
163
+ "extra_networks_card_order": "Ascending",
164
+ "extra_networks_add_text_separator": " ",
165
+ "ui_extra_networks_tab_reorder": "",
166
+ "textual_inversion_print_at_load": false,
167
+ "textual_inversion_add_hashes_to_infotext": true,
168
+ "sd_hypernetwork": "None",
169
+ "keyedit_precision_attention": 0.1,
170
+ "keyedit_precision_extra": 0.05,
171
+ "keyedit_delimiters": ".,/!?%^*;:{}=`~() ",
172
+ "keyedit_delimiters_whitespace": [
173
+ "Tab",
174
+ "Carriage Return",
175
+ "Line Feed"
176
+ ],
177
+ "keyedit_move": true,
178
+ "disable_token_counters": false,
179
+ "return_grid": true,
180
+ "do_not_show_images": false,
181
+ "js_modal_lightbox": true,
182
+ "js_modal_lightbox_initially_zoomed": true,
183
+ "js_modal_lightbox_gamepad": false,
184
+ "js_modal_lightbox_gamepad_repeat": 250,
185
+ "gallery_height": "",
186
+ "compact_prompt_box": false,
187
+ "samplers_in_dropdown": true,
188
+ "dimensions_and_batch_together": true,
189
+ "sd_checkpoint_dropdown_use_short": false,
190
+ "hires_fix_show_sampler": true,
191
+ "hires_fix_show_prompts": true,
192
+ "txt2img_settings_accordion": false,
193
+ "img2img_settings_accordion": false,
194
+ "localization": "None",
195
  "quicksettings_list": [
196
  "sd_model_checkpoint",
197
  "sd_vae",
198
+ "face_restoration",
199
  "CLIP_stop_at_last_layers"
200
+ ],
201
+ "ui_tab_order": [],
202
+ "hidden_tabs": [],
203
+ "ui_reorder_list": [],
204
+ "gradio_theme": "Default",
205
+ "gradio_themes_cache": true,
206
+ "show_progress_in_title": true,
207
+ "send_seed": true,
208
+ "send_size": true,
209
+ "enable_pnginfo": true,
210
+ "save_txt": false,
211
+ "add_model_name_to_info": true,
212
+ "add_model_hash_to_info": true,
213
+ "add_vae_name_to_info": true,
214
+ "add_vae_hash_to_info": true,
215
+ "add_user_name_to_info": false,
216
+ "add_version_to_infotext": true,
217
+ "disable_weights_auto_swap": true,
218
+ "infotext_skip_pasting": [],
219
+ "infotext_styles": "Apply if any",
220
+ "show_progressbar": true,
221
+ "live_previews_enable": true,
222
+ "live_previews_image_format": "jpeg",
223
+ "show_progress_grid": true,
224
+ "show_progress_every_n_steps": 2,
225
+ "show_progress_type": "Approx NN",
226
+ "live_preview_allow_lowvram_full": false,
227
+ "live_preview_content": "Prompt",
228
+ "live_preview_refresh_period": 1000,
229
+ "live_preview_fast_interrupt": false,
230
+ "js_live_preview_in_modal_lightbox": false,
231
+ "hide_samplers": [],
232
+ "eta_ddim": 0.0,
233
+ "eta_ancestral": 1.0,
234
+ "ddim_discretize": "uniform",
235
+ "s_churn": 0.0,
236
+ "s_tmin": 0.0,
237
+ "s_tmax": 0.0,
238
+ "s_noise": 1.0,
239
+ "k_sched_type": "Automatic",
240
+ "sigma_min": 0.0,
241
+ "sigma_max": 0.0,
242
+ "rho": 0.0,
243
+ "eta_noise_seed_delta": 0,
244
+ "always_discard_next_to_last_sigma": false,
245
+ "sgm_noise_multiplier": false,
246
+ "uni_pc_variant": "bh1",
247
+ "uni_pc_skip_type": "time_uniform",
248
+ "uni_pc_order": 3,
249
+ "uni_pc_lower_order_final": true,
250
+ "postprocessing_enable_in_main_ui": [],
251
+ "postprocessing_operation_order": [],
252
+ "upscaling_max_images_in_cache": 5,
253
+ "postprocessing_existing_caption_action": "Ignore",
254
+ "disabled_extensions": [],
255
+ "disable_all_extensions": "none",
256
+ "restore_config_state_file": "",
257
+ "sd_checkpoint_hash": "62a9ed5e61c4fa3dd679e9bf594ed8771f11eb0b74baed6b8551db64e3e9ce3f",
258
+ "ldsr_steps": 100,
259
+ "ldsr_cached": false,
260
+ "SCUNET_tile": 256,
261
+ "SCUNET_tile_overlap": 8,
262
+ "SWIN_tile": 192,
263
+ "SWIN_tile_overlap": 8,
264
+ "SWIN_torch_compile": false,
265
+ "hypertile_enable_unet": false,
266
+ "hypertile_enable_unet_secondpass": false,
267
+ "hypertile_max_depth_unet": 3,
268
+ "hypertile_max_tile_unet": 256,
269
+ "hypertile_swap_size_unet": 3,
270
+ "hypertile_enable_vae": false,
271
+ "hypertile_max_depth_vae": 3,
272
+ "hypertile_max_tile_vae": 128,
273
+ "hypertile_swap_size_vae": 3,
274
+ "tac_tagFile": "e621.csv",
275
+ "tac_active": true,
276
+ "tac_activeIn.txt2img": true,
277
+ "tac_activeIn.img2img": true,
278
+ "tac_activeIn.negativePrompts": true,
279
+ "tac_activeIn.thirdParty": true,
280
+ "tac_activeIn.modelList": "",
281
+ "tac_activeIn.modelListMode": "Blacklist",
282
+ "tac_slidingPopup": true,
283
+ "tac_maxResults": 10.0,
284
+ "tac_showAllResults": false,
285
+ "tac_resultStepLength": 99.0,
286
+ "tac_delayTime": 100,
287
+ "tac_useWildcards": true,
288
+ "tac_sortWildcardResults": true,
289
+ "tac_wildcardExclusionList": "",
290
+ "tac_skipWildcardRefresh": false,
291
+ "tac_useEmbeddings": true,
292
+ "tac_includeEmbeddingsInNormalResults": true,
293
+ "tac_useHypernetworks": true,
294
+ "tac_useLoras": true,
295
+ "tac_useLycos": true,
296
+ "tac_showWikiLinks": false,
297
+ "tac_showExtraNetworkPreviews": true,
298
+ "tac_modelSortOrder": "Name",
299
+ "tac_replaceUnderscores": false,
300
+ "tac_escapeParentheses": true,
301
+ "tac_appendComma": true,
302
+ "tac_appendSpace": true,
303
+ "tac_alwaysSpaceAtEnd": true,
304
+ "tac_modelKeywordCompletion": "Never",
305
+ "tac_modelKeywordLocation": "Start of prompt",
306
+ "tac_wildcardCompletionMode": "To next folder level",
307
+ "tac_alias.searchByAlias": true,
308
+ "tac_alias.onlyShowAlias": false,
309
+ "tac_translation.translationFile": "None",
310
+ "tac_translation.oldFormat": false,
311
+ "tac_translation.searchByTranslation": true,
312
+ "tac_translation.liveTranslation": false,
313
+ "tac_extra.extraFile": "extra-quality-tags.csv",
314
+ "tac_extra.addMode": "Insert before",
315
+ "tac_chantFile": "demo-chants.json",
316
+ "tac_refreshTempFiles": "Refresh TAC temp files",
317
+ "ad_max_models": 2,
318
+ "ad_extra_models_dir": "",
319
+ "ad_save_previews": false,
320
+ "ad_save_images_before": true,
321
+ "ad_only_seleted_scripts": true,
322
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
323
+ "ad_bbox_sortby": "Area (large to small)",
324
+ "ad_same_seed_for_each_tap": false,
325
+ "control_net_detectedmap_dir": "detected_maps",
326
+ "control_net_models_path": "",
327
+ "control_net_modules_path": "",
328
+ "control_net_unit_count": 3,
329
+ "control_net_model_cache_size": 1,
330
+ "control_net_inpaint_blur_sigma": 7,
331
+ "control_net_no_high_res_fix": false,
332
+ "control_net_no_detectmap": false,
333
+ "control_net_detectmap_autosaving": false,
334
+ "control_net_allow_script_control": false,
335
+ "control_net_sync_field_args": true,
336
+ "controlnet_show_batch_images_in_ui": false,
337
+ "controlnet_increment_seed_during_batch": false,
338
+ "controlnet_disable_openpose_edit": false,
339
+ "controlnet_ignore_noninpaint_mask": false,
340
+ "use_aria2": true,
341
+ "disable_dns": false,
342
+ "show_log": false,
343
+ "split_aria2": 64,
344
+ "aria2_flags": "",
345
+ "insert_sub": true,
346
+ "dot_subfolders": true,
347
+ "use_LORA": false,
348
+ "unpack_zip": false,
349
+ "hide_early_access": true,
350
+ "custom_api_key": "267e230073f4c4e116bd3f02e7d36bf9",
351
+ "page_header": false,
352
+ "update_log": true,
353
+ "video_playback": true,
354
+ "image_location": "",
355
+ "sub_image_location": true,
356
+ "Checkpoint_subfolder": "None",
357
+ "LORA_subfolder": "None",
358
+ "LoCon_subfolder": "None",
359
+ "TextualInversion_subfolder": "None",
360
+ "Poses_subfolder": "None",
361
+ "Controlnet_subfolder": "None",
362
+ "Hypernetwork_subfolder": "None",
363
+ "MotionModule_subfolder": "None",
364
+ "SWINIR_upscale_subfolder": "None",
365
+ "REALESRGAN_upscale_subfolder": "None",
366
+ "GFPGAN_upscale_subfolder": "None",
367
+ "BSRGAN_upscale_subfolder": "None",
368
+ "ESRGAN_upscale_subfolder": "None",
369
+ "VAE_subfolder": "None",
370
+ "AestheticGradient_subfolder": "None",
371
+ "Wildcards_subfolder": "None",
372
+ "Workflows_subfolder": "None",
373
+ "Other_subfolder": "None",
374
+ "animatediff_model_path": "",
375
+ "animatediff_optimize_gif_palette": false,
376
+ "animatediff_optimize_gif_gifsicle": false,
377
+ "animatediff_mp4_crf": 23,
378
+ "animatediff_mp4_preset": "",
379
+ "animatediff_mp4_tune": "",
380
+ "animatediff_webp_quality": 80,
381
+ "animatediff_webp_lossless": false,
382
+ "animatediff_save_to_custom": false,
383
+ "animatediff_xformers": "Optimize attention layers with xformers",
384
+ "animatediff_disable_lcm": false,
385
+ "animatediff_s3_enable": false,
386
+ "animatediff_s3_host": "",
387
+ "animatediff_s3_port": "",
388
+ "animatediff_s3_access_key": "",
389
+ "animatediff_s3_secret_key": "",
390
+ "animatediff_s3_storge_bucket": "",
391
+ "civitai_link_key": "",
392
+ "civitai_link_logging": true,
393
+ "civitai_api_key": "267e230073f4c4e116bd3f02e7d36bf9",
394
+ "civitai_download_previews": true,
395
+ "civitai_download_triggers": true,
396
+ "civitai_nsfw_previews": true,
397
+ "civitai_download_missing_models": true,
398
+ "civitai_hashify_resources": true,
399
+ "civitai_folder_model": "",
400
+ "civitai_folder_lora": "",
401
+ "civitai_folder_lyco": "",
402
+ "model_toolkit_fix_clip": true,
403
+ "model_toolkit_autoprune": false,
404
+ "dp_ignore_whitespace": false,
405
+ "dp_write_raw_template": false,
406
+ "dp_write_prompts_to_file": false,
407
+ "dp_parser_variant_start": "{",
408
+ "dp_parser_variant_end": "}",
409
+ "dp_parser_wildcard_wrap": "__",
410
+ "dp_limit_jinja_prompts": false,
411
+ "dp_auto_purge_cache": false,
412
+ "dp_wildcard_manager_no_dedupe": false,
413
+ "dp_wildcard_manager_no_sort": false,
414
+ "dp_wildcard_manager_shuffle": false,
415
+ "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
416
+ "dp_magicprompt_batch_size": 1,
417
+ "lora_functional": false,
418
+ "sd_lora": "None",
419
+ "lora_preferred_name": "Alias from file",
420
+ "lora_add_hashes_to_infotext": true,
421
+ "lora_show_all": false,
422
+ "lora_hide_unknown_for_versions": [],
423
+ "lora_in_memory_limit": 0,
424
+ "extra_options_img2img": [],
425
+ "extra_options_cols": 1,
426
+ "extra_options_accordion": false,
427
+ "canvas_hotkey_zoom": "Alt",
428
+ "canvas_hotkey_adjust": "Ctrl",
429
+ "canvas_hotkey_move": "F",
430
+ "canvas_hotkey_fullscreen": "S",
431
+ "canvas_hotkey_reset": "R",
432
+ "canvas_hotkey_overlap": "O",
433
+ "canvas_show_tooltip": true,
434
+ "canvas_auto_expand": true,
435
+ "canvas_blur_prompt": false,
436
+ "canvas_disabled_functions": [
437
+ "Overlap"
438
+ ],
439
+ "tac_useLoraPrefixForLycos": true,
440
+ "controlnet_disable_photopea_edit": false,
441
+ "controlnet_photopea_warning": true,
442
+ "additional_networks_extra_lora_path": "/stable-diffusion-webui/models/Lora",
443
+ "additional_networks_sort_models_by": "name",
444
+ "additional_networks_reverse_sort_order": false,
445
+ "additional_networks_model_name_filter": "",
446
+ "additional_networks_xy_grid_model_metadata": "",
447
+ "additional_networks_hash_thread_count": 1,
448
+ "additional_networks_back_up_model_when_saving": true,
449
+ "additional_networks_show_only_safetensors": false,
450
+ "additional_networks_show_only_models_with_metadata": "disabled",
451
+ "additional_networks_max_top_tags": 20,
452
+ "additional_networks_max_dataset_folders": 20,
453
+ "freeu_png_info_auto_enable": true,
454
+ "ch_civiai_api_key": "267e230073f4c4e116bd3f02e7d36bf9",
455
+ "ch_dl_lyco_to_lora": false,
456
+ "ch_open_url_with_js": true,
457
+ "ch_hide_buttons": [],
458
+ "ch_always_display": false,
459
+ "ch_show_btn_on_thumb": true,
460
+ "ch_max_size_preview": true,
461
+ "ch_nsfw_preview_threshold": "Allow All",
462
+ "ch_dl_webui_metadata": true,
463
+ "ch_proxy": "",
464
+ "civsfz_number_of_tabs": 3,
465
+ "civsfz_number_of_cards": 12,
466
+ "civsfz_card_size_width": 8,
467
+ "civsfz_card_size_height": 12,
468
+ "civsfz_hover_zoom_magnification": 1.5,
469
+ "civsfz_treat_x_as_nsfw": true,
470
+ "civsfz_figcaption_background_color": "#798a9f",
471
+ "civsfz_default_shadow_color": "#798a9f",
472
+ "civsfz_alreadyhave_shadow_color": "#7fffd4",
473
+ "controlnet_clip_detector_on_cpu": true,
474
+ "save_api_info": false,
475
+ "auto_save_all_img": false,
476
+ "use_local_html": false,
477
+ "local_path_in_html": false,
478
+ "individual_meta_btn": true,
479
+ "model_desc_to_json": true,
480
+ "save_to_custom": false,
481
+ "custom_civitai_proxy": "",
482
+ "cabundle_path_proxy": "",
483
+ "disable_sll_proxy": false,
484
+ "insert_sub_1": false,
485
+ "insert_sub_2": false,
486
+ "insert_sub_3": false,
487
+ "insert_sub_4": false,
488
+ "insert_sub_5": false,
489
+ "insert_sub_6": false,
490
+ "insert_sub_7": false,
491
+ "insert_sub_8": false,
492
+ "insert_sub_9": false,
493
+ "insert_sub_10": false,
494
+ "insert_sub_11": false,
495
+ "insert_sub_12": false,
496
+ "insert_sub_13": false,
497
+ "insert_sub_14": false,
498
+ "animatediff_default_save_formats": [
499
+ "GIF",
500
+ "PNG"
501
+ ],
502
+ "animatediff_frame_extract_path": "",
503
+ "animatediff_frame_extract_remove": false,
504
+ "animatediff_default_frame_extract_method": "ffmpeg",
505
+ "auto_backcompat": true,
506
+ "use_downcasted_alpha_bar": false,
507
+ "extra_networks_card_description_is_html": false,
508
+ "extra_networks_tree_view_default_enabled": false,
509
+ "lora_not_found_warning_console": false,
510
+ "lora_not_found_gradio_warning": false,
511
+ "pad_cond_uncond_v0": false,
512
+ "fp8_storage": "Disable",
513
+ "cache_fp16_weight": false,
514
+ "sd_noise_schedule": "Default",
515
+ "emphasis": "Original",
516
+ "enable_prompt_comments": true,
517
+ "auto_vae_precision_bfloat16": false,
518
+ "overlay_inpaint": true,
519
+ "sd_webui_modal_lightbox_icon_opacity": 1,
520
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
521
+ "open_dir_button_choice": "Subdirectory",
522
+ "include_styles_into_token_counters": true,
523
+ "extra_options_txt2img": [],
524
+ "interrupt_after_current": false,
525
+ "enable_upscale_progressbar": true,
526
+ "dat_enabled_models": [
527
+ "DAT x2",
528
+ "DAT x3",
529
+ "DAT x4"
530
+ ],
531
+ "DAT_tile": 192,
532
+ "DAT_tile_overlap": 8,
533
+ "canvas_hotkey_shrink_brush": "Q",
534
+ "canvas_hotkey_grow_brush": "W",
535
+ "ch_download_examples": false,
536
+ "ch_nsfw_threshold": "XXX",
537
+ "civitai_not_found_print": true,
538
+ "civitai_send_to_browser": false,
539
+ "DoRA_subfolder": "None",
540
+ "hires_fix_tweaks_outdir_hires_fix": "",
541
+ "hires_fix_tweaks_append_separator": "{newline}",
542
+ "hires_fix_tweaks_prepend_separator": "{newline}",
543
+ "hires_fix_tweaks_show_hr_cfg": true,
544
+ "hires_fix_tweaks_show_hr_batch_seed": true,
545
+ "hires_fix_tweaks_show_hr_remove_fp_extra_networks": true,
546
+ "hires_fix_tweaks_show_hr_prompt_mode": true,
547
+ "hires_fix_tweaks_marker_char": "@",
548
+ "hires_fix_tweaks_hires_prompt_mode_ui_type": "Radio"
549
  }