ACCA225 commited on
Commit
b8b8020
1 Parent(s): 0dbc774

Update config-pub.json

Browse files
Files changed (1) hide show
  1. config-pub.json +132 -27
config-pub.json CHANGED
@@ -19,7 +19,7 @@
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,
@@ -71,13 +71,13 @@
71
  "training_enable_tensorboard": false,
72
  "training_tensorboard_save_images": false,
73
  "training_tensorboard_flush_every": 120,
74
- "sd_model_checkpoint": "Nullstyle_v20.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",
@@ -106,7 +106,7 @@
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": " ",
@@ -131,7 +131,7 @@
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",
137
  "ui_extra_networks_tab_reorder": "",
@@ -148,13 +148,13 @@
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": 0,
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",
@@ -176,7 +176,7 @@
176
  ],
177
  "disable_all_extensions": "none",
178
  "restore_config_state_file": "",
179
- "sd_checkpoint_hash": null,
180
  "ldsr_steps": 100,
181
  "ldsr_cached": false,
182
  "SWIN_tile": 192,
@@ -191,10 +191,10 @@
191
  "tac_activeIn.modelList": "",
192
  "tac_activeIn.modelListMode": "Blacklist",
193
  "tac_slidingPopup": true,
194
- "tac_maxResults": 5.0,
195
  "tac_showAllResults": false,
196
- "tac_resultStepLength": 100.0,
197
- "tac_delayTime": 100.0,
198
  "tac_useWildcards": true,
199
  "tac_useEmbeddings": true,
200
  "tac_useHypernetworks": true,
@@ -244,11 +244,11 @@
244
  "image_browser_mod_ctrl_shift": false,
245
  "image_browser_enable_maint": true,
246
  "image_browser_ranking_pnginfo": false,
247
- "image_browser_page_columns": 6.0,
248
- "image_browser_page_rows": 6.0,
249
- "image_browser_pages_perload": 20.0,
250
  "image_browser_use_thumbnail": false,
251
- "image_browser_thumbnail_size": 200.0,
252
  "image_browser_swipe": false,
253
  "image_browser_img_tooltips": true,
254
  "image_browser_scoring_type": "aesthetic_score",
@@ -286,10 +286,10 @@
286
  "sd_unet": "Automatic",
287
  "tiling": false,
288
  "hires_fix_refiner_pass": "second pass",
289
- "sdxl_crop_top": 0.0,
290
- "sdxl_crop_left": 0.0,
291
  "sdxl_refiner_low_aesthetic_score": 2.5,
292
- "sdxl_refiner_high_aesthetic_score": 6.0,
293
  "auto_vae_precision": true,
294
  "sd_vae_encode_method": "Full",
295
  "sd_vae_decode_method": "Full",
@@ -322,7 +322,7 @@
322
  "gradio_themes_cache": true,
323
  "gallery_height": "",
324
  "js_modal_lightbox_gamepad": false,
325
- "js_modal_lightbox_gamepad_repeat": 250.0,
326
  "keyedit_move": true,
327
  "ui_tab_order": [
328
  "txt2img",
@@ -362,9 +362,9 @@
362
  "live_preview_fast_interrupt": false,
363
  "s_tmax": 0,
364
  "k_sched_type": "Automatic",
365
- "sigma_min": 0.0,
366
- "sigma_max": 0.0,
367
- "rho": 0.0,
368
  "sgm_noise_multiplier": false,
369
  "canvas_hotkey_zoom": "Alt",
370
  "canvas_hotkey_adjust": "Ctrl",
@@ -401,5 +401,110 @@
401
  "deforum_preview": "Off",
402
  "deforum_preview_interval_frames": 100,
403
  "image_browser_height_auto": false,
404
- "image_browser_info_add": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  }
 
19
  "jpeg_quality": 100,
20
  "webp_lossless": false,
21
  "export_for_4chan": true,
22
+ "img_downscale_threshold": 4,
23
  "target_side_length": 4000,
24
  "img_max_size_mp": 200,
25
  "use_original_name_batch": true,
 
71
  "training_enable_tensorboard": false,
72
  "training_tensorboard_save_images": false,
73
  "training_tensorboard_flush_every": 120,
74
+ "sd_model_checkpoint": "[萌二次元]131-half.safetensors [870fa2e24c]",
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,
80
+ "initial_noise_multiplier": 1,
81
  "img2img_color_correction": false,
82
  "img2img_fix_steps": false,
83
  "img2img_background_color": "#ffffff",
 
106
  "deepbooru_escape": true,
107
  "deepbooru_filter_tags": "",
108
  "extra_networks_default_view": "cards",
109
+ "extra_networks_default_multiplier": 1,
110
  "extra_networks_card_width": 0,
111
  "extra_networks_card_height": 0,
112
  "extra_networks_add_text_separator": " ",
 
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",
137
  "ui_extra_networks_tab_reorder": "",
 
148
  "LMS",
149
  "Heun"
150
  ],
151
+ "eta_ddim": 0,
152
+ "eta_ancestral": 1,
153
  "ddim_discretize": "uniform",
154
+ "s_churn": 0,
155
  "s_min_uncond": 0,
156
+ "s_tmin": 0,
157
+ "s_noise": 1,
158
  "eta_noise_seed_delta": 31338,
159
  "always_discard_next_to_last_sigma": false,
160
  "uni_pc_variant": "bh1",
 
176
  ],
177
  "disable_all_extensions": "none",
178
  "restore_config_state_file": "",
179
+ "sd_checkpoint_hash": "870fa2e24c62e74eea0ee6b4c7678808e3ac98eaf167c7ec8398a004c34e5a48",
180
  "ldsr_steps": 100,
181
  "ldsr_cached": false,
182
  "SWIN_tile": 192,
 
191
  "tac_activeIn.modelList": "",
192
  "tac_activeIn.modelListMode": "Blacklist",
193
  "tac_slidingPopup": true,
194
+ "tac_maxResults": 5,
195
  "tac_showAllResults": false,
196
+ "tac_resultStepLength": 100,
197
+ "tac_delayTime": 100,
198
  "tac_useWildcards": true,
199
  "tac_useEmbeddings": true,
200
  "tac_useHypernetworks": true,
 
244
  "image_browser_mod_ctrl_shift": false,
245
  "image_browser_enable_maint": true,
246
  "image_browser_ranking_pnginfo": false,
247
+ "image_browser_page_columns": 6,
248
+ "image_browser_page_rows": 6,
249
+ "image_browser_pages_perload": 20,
250
  "image_browser_use_thumbnail": false,
251
+ "image_browser_thumbnail_size": 200,
252
  "image_browser_swipe": false,
253
  "image_browser_img_tooltips": true,
254
  "image_browser_scoring_type": "aesthetic_score",
 
286
  "sd_unet": "Automatic",
287
  "tiling": false,
288
  "hires_fix_refiner_pass": "second pass",
289
+ "sdxl_crop_top": 0,
290
+ "sdxl_crop_left": 0,
291
  "sdxl_refiner_low_aesthetic_score": 2.5,
292
+ "sdxl_refiner_high_aesthetic_score": 6,
293
  "auto_vae_precision": true,
294
  "sd_vae_encode_method": "Full",
295
  "sd_vae_decode_method": "Full",
 
322
  "gradio_themes_cache": true,
323
  "gallery_height": "",
324
  "js_modal_lightbox_gamepad": false,
325
+ "js_modal_lightbox_gamepad_repeat": 250,
326
  "keyedit_move": true,
327
  "ui_tab_order": [
328
  "txt2img",
 
362
  "live_preview_fast_interrupt": false,
363
  "s_tmax": 0,
364
  "k_sched_type": "Automatic",
365
+ "sigma_min": 0,
366
+ "sigma_max": 0,
367
+ "rho": 0,
368
  "sgm_noise_multiplier": false,
369
  "canvas_hotkey_zoom": "Alt",
370
  "canvas_hotkey_adjust": "Ctrl",
 
401
  "deforum_preview": "Off",
402
  "deforum_preview_interval_frames": 100,
403
  "image_browser_height_auto": false,
404
+ "image_browser_info_add": false,
405
+ "ui_reorder_list": [
406
+ "inpaint"
407
+ ],
408
+ "hypertile_enable_unet": true,
409
+ "hypertile_enable_unet_secondpass": false,
410
+ "hypertile_max_depth_unet": 3,
411
+ "hypertile_max_tile_unet": 256,
412
+ "hypertile_swap_size_unet": 3,
413
+ "hypertile_enable_vae": false,
414
+ "hypertile_max_depth_vae": 3,
415
+ "hypertile_max_tile_vae": 128,
416
+ "hypertile_swap_size_vae": 3,
417
+ "control_net_unit_count": 3,
418
+ "control_net_inpaint_blur_sigma": 7,
419
+ "controlnet_disable_openpose_edit": false,
420
+ "controlnet_disable_photopea_edit": false,
421
+ "controlnet_photopea_warning": true,
422
+ "controlnet_ignore_noninpaint_mask": false,
423
+ "controlnet_clip_detector_on_cpu": false,
424
+ "sadtalker_result_dir": "/home/xlab-app-center/stable-diffusion-webui/outputs/SadTalker",
425
+ "tac_wildcardExclusionList": "",
426
+ "tac_skipWildcardRefresh": false,
427
+ "tac_includeEmbeddingsInNormalResults": false,
428
+ "tac_useLoraPrefixForLycos": true,
429
+ "tac_modelSortOrder": "Name",
430
+ "tac_useStyleVars": false,
431
+ "tac_modelKeywordLocation": "Start of prompt",
432
+ "ad_max_models": 2,
433
+ "ad_extra_models_dir": "",
434
+ "ad_save_previews": false,
435
+ "ad_save_images_before": false,
436
+ "ad_only_seleted_scripts": true,
437
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
438
+ "ad_bbox_sortby": "None",
439
+ "ad_same_seed_for_each_tap": false,
440
+ "hide_auto_sd_paint_ext_tab": false,
441
+ "animatediff_model_path": "",
442
+ "animatediff_optimize_gif_palette": false,
443
+ "animatediff_optimize_gif_gifsicle": false,
444
+ "animatediff_mp4_crf": 23,
445
+ "animatediff_mp4_preset": "",
446
+ "animatediff_mp4_tune": "",
447
+ "animatediff_webp_quality": 80,
448
+ "animatediff_webp_lossless": false,
449
+ "animatediff_save_to_custom": false,
450
+ "animatediff_xformers": "Optimize attention layers with xformers",
451
+ "animatediff_disable_lcm": false,
452
+ "animatediff_s3_enable": false,
453
+ "animatediff_s3_host": "",
454
+ "animatediff_s3_port": "",
455
+ "animatediff_s3_access_key": "",
456
+ "animatediff_s3_secret_key": "",
457
+ "animatediff_s3_storge_bucket": "",
458
+ "arh_javascript_aspect_ratio_show": true,
459
+ "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9",
460
+ "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown",
461
+ "arh_hide_accordion_by_default": true,
462
+ "arh_expand_by_default": false,
463
+ "arh_ui_component_order_key": "MaxDimensionScaler, MinDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons",
464
+ "arh_show_max_width_or_height": false,
465
+ "arh_max_width_or_height": 1024,
466
+ "arh_show_min_width_or_height": false,
467
+ "arh_min_width_or_height": 1024,
468
+ "arh_show_predefined_aspect_ratios": false,
469
+ "arh_predefined_aspect_ratio_use_max_dim": false,
470
+ "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9",
471
+ "arh_show_predefined_percentages": false,
472
+ "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200",
473
+ "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)",
474
+ "comfyui_enabled": true,
475
+ "comfyui_update_button": "Update comfyui (requires reload ui)",
476
+ "comfyui_install_location": "/home/xlab-app-center/stable-diffusion-webui/extensions/sd-webui-comfyui/ComfyUI",
477
+ "comfyui_additional_args": "",
478
+ "comfyui_client_address": "https://g-app-center-054762-9121-7ajmpvp.openxlab.space/",
479
+ "comfyui_ipc_strategy": "Default",
480
+ "comfyui_graceful_termination_timeout": 5,
481
+ "comfyui_reverse_proxy_enabled": "Default",
482
+ "inpaint_anything_save_folder": "inpaint-anything",
483
+ "inpaint_anything_sam_oncpu": false,
484
+ "inpaint_anything_offline_inpainting": false,
485
+ "inpaint_anything_padding_fill": 127,
486
+ "inpain_anything_sam_models_dir": "",
487
+ "save_images_replace_action": "Replace",
488
+ "notification_audio": true,
489
+ "notification_volume": 100,
490
+ "extra_networks_dir_button_function": false,
491
+ "extra_networks_card_order_field": "Path",
492
+ "extra_networks_card_order": "Ascending",
493
+ "img2img_batch_show_results_limit": 32,
494
+ "add_vae_name_to_info": true,
495
+ "add_vae_hash_to_info": true,
496
+ "infotext_skip_pasting": [],
497
+ "js_live_preview_in_modal_lightbox": false,
498
+ "keyedit_delimiters_whitespace": [
499
+ "Tab",
500
+ "Carriage Return",
501
+ "Line Feed"
502
+ ],
503
+ "compact_prompt_box": false,
504
+ "sd_checkpoint_dropdown_use_short": false,
505
+ "txt2img_settings_accordion": false,
506
+ "img2img_settings_accordion": false,
507
+ "enable_console_prompts": false,
508
+ "dump_stacks_on_signal": false,
509
+ "postprocessing_existing_caption_action": "Ignore"
510
  }