qnzkzpwldns commited on
Commit
6dbbc67
·
1 Parent(s): a960ab0

Upload config.json

Browse files
Files changed (1) hide show
  1. webui_configs/config.json +23 -6
webui_configs/config.json CHANGED
@@ -37,7 +37,10 @@
37
  "directories_max_prompt_words": 8,
38
  "ESRGAN_tile": 192,
39
  "ESRGAN_tile_overlap": 8,
40
- "realesrgan_enabled_models": ["R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B"],
 
 
 
41
  "upscaler_for_img2img": null,
42
  "use_scale_latent_for_hires_fix": false,
43
  "face_restoration_model": null,
@@ -71,7 +74,7 @@
71
  "use_old_emphasis_implementation": false,
72
  "enable_batch_seeds": true,
73
  "comma_padding_backtrack": 20,
74
- "CLIP_stop_at_last_layers": 1,
75
  "random_artist_categories": [],
76
  "interrogate_keep_models_in_memory": false,
77
  "interrogate_use_builtin_artists": true,
@@ -101,7 +104,7 @@
101
  "js_modal_lightbox_initially_zoomed": true,
102
  "show_progress_in_title": true,
103
  "samplers_in_dropdown": true,
104
- "quicksettings": "sd_model_checkpoint, sd_vae",
105
  "localization": "None",
106
  "hide_samplers": [],
107
  "eta_ddim": 0.0,
@@ -116,7 +119,7 @@
116
  "ldsr_cached": false,
117
  "SWIN_tile": 192,
118
  "SWIN_tile_overlap": 8,
119
- "sd_checkpoint_hash": "0ff127093f5be455057742c40cef578407b6933f240ee8dc5ed0f3061196fb38",
120
  "img_downscale_threshold": 4.0,
121
  "target_side_length": 4000.0,
122
  "show_warnings": false,
@@ -145,5 +148,19 @@
145
  "always_discard_next_to_last_sigma": false,
146
  "postprocessing_enable_in_main_ui": [],
147
  "postprocessing_operation_order": [],
148
- "upscaling_max_images_in_cache": 5
149
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  "directories_max_prompt_words": 8,
38
  "ESRGAN_tile": 192,
39
  "ESRGAN_tile_overlap": 8,
40
+ "realesrgan_enabled_models": [
41
+ "R-ESRGAN 4x+",
42
+ "R-ESRGAN 4x+ Anime6B"
43
+ ],
44
  "upscaler_for_img2img": null,
45
  "use_scale_latent_for_hires_fix": false,
46
  "face_restoration_model": null,
 
74
  "use_old_emphasis_implementation": false,
75
  "enable_batch_seeds": true,
76
  "comma_padding_backtrack": 20,
77
+ "CLIP_stop_at_last_layers": 2,
78
  "random_artist_categories": [],
79
  "interrogate_keep_models_in_memory": false,
80
  "interrogate_use_builtin_artists": true,
 
104
  "js_modal_lightbox_initially_zoomed": true,
105
  "show_progress_in_title": true,
106
  "samplers_in_dropdown": true,
107
+ "quicksettings": "sd_model_checkpoint, sd_vae,CLIP_stop_at_last_layers",
108
  "localization": "None",
109
  "hide_samplers": [],
110
  "eta_ddim": 0.0,
 
119
  "ldsr_cached": false,
120
  "SWIN_tile": 192,
121
  "SWIN_tile_overlap": 8,
122
+ "sd_checkpoint_hash": "3cb09d984cdd6400fbff3abc1b01c49db952d0c7c7259ee935ba4d2dc3ee74b4",
123
  "img_downscale_threshold": 4.0,
124
  "target_side_length": 4000.0,
125
  "show_warnings": false,
 
148
  "always_discard_next_to_last_sigma": false,
149
  "postprocessing_enable_in_main_ui": [],
150
  "postprocessing_operation_order": [],
151
+ "upscaling_max_images_in_cache": 5,
152
+ "save_mask": false,
153
+ "save_mask_composite": false,
154
+ "webp_lossless": false,
155
+ "img_max_size_mp": 200.0,
156
+ "extra_networks_card_width": 0.0,
157
+ "extra_networks_card_height": 0.0,
158
+ "extra_networks_add_text_separator": " ",
159
+ "return_mask": false,
160
+ "return_mask_composite": false,
161
+ "hidden_tabs": [],
162
+ "uni_pc_variant": "bh1",
163
+ "uni_pc_skip_type": "time_uniform",
164
+ "uni_pc_order": 3,
165
+ "uni_pc_lower_order_final": true
166
+ }