mmmgo commited on
Commit
ed63a2f
1 Parent(s): f1710e5

Upload sd-config/config.json with huggingface_hub

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