BBrother commited on
Commit
526a7b8
1 Parent(s): 16e9e64

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +36 -13
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "samples_save": true,
3
- "samples_format": "jpg",
4
- "samples_filename_pattern": "[generation_number]-[datetime<%Y%m%d_%H%M%S_%f><Asia/ShangHai>]-[prompt]",
5
  "save_images_add_number": true,
6
  "grid_save": true,
7
- "grid_format": "jpg",
8
- "grid_extended_filename": false,
9
  "grid_only_if_multiple": true,
10
  "grid_prevent_empty_spots": false,
11
  "n_rows": -1,
@@ -141,7 +141,7 @@
141
  "show_progress_every_n_steps": 5,
142
  "show_progress_type": "Approx NN",
143
  "live_preview_content": "Combined",
144
- "live_preview_refresh_period": 5.0,
145
  "hide_samplers": [
146
  "LMS",
147
  "Heun"
@@ -351,7 +351,7 @@
351
  "add_user_name_to_info": false,
352
  "add_version_to_infotext": true,
353
  "infotext_styles": "Apply if any",
354
- "live_previews_image_format": "jpeg",
355
  "live_preview_allow_lowvram_full": true,
356
  "live_preview_fast_interrupt": true,
357
  "s_tmax": 0,
@@ -571,7 +571,7 @@
571
  "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
572
  "ad_bbox_sortby": "None",
573
  "ad_same_seed_for_each_tap": false,
574
- "animatediff_model_path": null,
575
  "animatediff_optimize_gif_palette": false,
576
  "animatediff_optimize_gif_gifsicle": false,
577
  "animatediff_mp4_crf": 23,
@@ -583,10 +583,33 @@
583
  "animatediff_xformers": "Optimize attention layers with xformers",
584
  "animatediff_disable_lcm": false,
585
  "animatediff_s3_enable": false,
586
- "animatediff_s3_host": null,
587
- "animatediff_s3_port": null,
588
- "animatediff_s3_access_key": null,
589
- "animatediff_s3_secret_key": null,
590
- "animatediff_s3_storge_bucket": null,
591
- "bilingual_localization_dirs": "{\"zh_CN\": \"localizations/zh_CN.json\"}"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  }
 
1
  {
2
  "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "[datetime<%Y%m%d_%H%M%S_%f><Asia/ShangHai>]-[prompt]",
5
  "save_images_add_number": true,
6
  "grid_save": true,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": true,
9
  "grid_only_if_multiple": true,
10
  "grid_prevent_empty_spots": false,
11
  "n_rows": -1,
 
141
  "show_progress_every_n_steps": 5,
142
  "show_progress_type": "Approx NN",
143
  "live_preview_content": "Combined",
144
+ "live_preview_refresh_period": 3.0,
145
  "hide_samplers": [
146
  "LMS",
147
  "Heun"
 
351
  "add_user_name_to_info": false,
352
  "add_version_to_infotext": true,
353
  "infotext_styles": "Apply if any",
354
+ "live_previews_image_format": "png",
355
  "live_preview_allow_lowvram_full": true,
356
  "live_preview_fast_interrupt": true,
357
  "s_tmax": 0,
 
571
  "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
572
  "ad_bbox_sortby": "None",
573
  "ad_same_seed_for_each_tap": false,
574
+ "animatediff_model_path": "",
575
  "animatediff_optimize_gif_palette": false,
576
  "animatediff_optimize_gif_gifsicle": false,
577
  "animatediff_mp4_crf": 23,
 
583
  "animatediff_xformers": "Optimize attention layers with xformers",
584
  "animatediff_disable_lcm": false,
585
  "animatediff_s3_enable": false,
586
+ "animatediff_s3_host": "",
587
+ "animatediff_s3_port": "",
588
+ "animatediff_s3_access_key": "",
589
+ "animatediff_s3_secret_key": "",
590
+ "animatediff_s3_storge_bucket": "",
591
+ "bilingual_localization_dirs": "{\"zh_CN\": \"localizations/zh_CN.json\"}",
592
+ "save_images_replace_action": "Add number suffix",
593
+ "notification_audio": true,
594
+ "notification_volume": 100,
595
+ "extra_networks_dir_button_function": false,
596
+ "extra_networks_card_order_field": "Path",
597
+ "extra_networks_card_order": "Ascending",
598
+ "img2img_batch_show_results_limit": 32,
599
+ "add_vae_name_to_info": true,
600
+ "add_vae_hash_to_info": true,
601
+ "infotext_skip_pasting": [],
602
+ "js_live_preview_in_modal_lightbox": false,
603
+ "keyedit_delimiters_whitespace": [
604
+ "Tab",
605
+ "Carriage Return",
606
+ "Line Feed"
607
+ ],
608
+ "compact_prompt_box": false,
609
+ "sd_checkpoint_dropdown_use_short": false,
610
+ "txt2img_settings_accordion": false,
611
+ "img2img_settings_accordion": false,
612
+ "enable_console_prompts": true,
613
+ "dump_stacks_on_signal": false,
614
+ "postprocessing_existing_caption_action": "Ignore"
615
  }