Spaces:
Running
Running
dasghost65536
commited on
Commit
·
316e87a
1
Parent(s):
bcaf0fb
Update config.json
Browse files- config.json +7 -263
config.json
CHANGED
@@ -1,266 +1,10 @@
|
|
1 |
{
|
2 |
-
|
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": false,
|
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": 80,
|
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": null,
|
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": "anything-v4.5-pruned.ckpt [e4b17ce185]",
|
75 |
-
"sd_checkpoint_cache": 0,
|
76 |
-
"sd_vae_checkpoint_cache": 0,
|
77 |
-
"sd_vae": "Automatic",
|
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": 1,
|
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 |
-
"send_seed": true,
|
119 |
-
"send_size": true,
|
120 |
-
"font": "",
|
121 |
-
"js_modal_lightbox": true,
|
122 |
-
"js_modal_lightbox_initially_zoomed": true,
|
123 |
-
"js_modal_lightbox_gamepad": true,
|
124 |
-
"js_modal_lightbox_gamepad_repeat": 250,
|
125 |
-
"show_progress_in_title": true,
|
126 |
-
"samplers_in_dropdown": true,
|
127 |
-
"dimensions_and_batch_together": true,
|
128 |
-
"keyedit_precision_attention": 0.1,
|
129 |
-
"keyedit_precision_extra": 0.05,
|
130 |
-
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
131 |
-
"quicksettings_list": [
|
132 |
"sd_model_checkpoint",
|
133 |
-
"sd_vae"
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
"gradio_theme": "Default",
|
140 |
-
"add_model_hash_to_info": true,
|
141 |
-
"add_model_name_to_info": true,
|
142 |
-
"add_version_to_infotext": true,
|
143 |
-
"disable_weights_auto_swap": true,
|
144 |
-
"show_progressbar": true,
|
145 |
-
"live_previews_enable": true,
|
146 |
-
"show_progress_grid": true,
|
147 |
-
"show_progress_every_n_steps": 10,
|
148 |
-
"show_progress_type": "Approx NN",
|
149 |
-
"live_preview_content": "Prompt",
|
150 |
-
"live_preview_refresh_period": 1000,
|
151 |
-
"hide_samplers": [],
|
152 |
-
"eta_ddim": 0.0,
|
153 |
-
"eta_ancestral": 1.0,
|
154 |
-
"ddim_discretize": "uniform",
|
155 |
-
"s_churn": 0.0,
|
156 |
-
"s_min_uncond": 0,
|
157 |
-
"s_tmin": 0.0,
|
158 |
-
"s_noise": 1.0,
|
159 |
-
"eta_noise_seed_delta": 0,
|
160 |
-
"always_discard_next_to_last_sigma": false,
|
161 |
-
"uni_pc_variant": "bh1",
|
162 |
-
"uni_pc_skip_type": "time_uniform",
|
163 |
-
"uni_pc_order": 3,
|
164 |
-
"uni_pc_lower_order_final": true,
|
165 |
-
"postprocessing_enable_in_main_ui": [],
|
166 |
-
"postprocessing_operation_order": [],
|
167 |
-
"upscaling_max_images_in_cache": 5,
|
168 |
-
"disabled_extensions": [],
|
169 |
-
"disable_all_extensions": "none",
|
170 |
-
"restore_config_state_file": "",
|
171 |
-
"sd_checkpoint_hash": "e4b17ce185857a3a20d778efb5222f32dfb65b89f258b29014a5659d319cb4bd",
|
172 |
-
"ldsr_steps": 100,
|
173 |
-
"ldsr_cached": false,
|
174 |
-
"SWIN_tile": 192,
|
175 |
-
"SWIN_tile_overlap": 8,
|
176 |
-
"lora_functional": false,
|
177 |
-
"sd_lora": "None",
|
178 |
-
"deforum_enable_persistent_settings": false,
|
179 |
-
"deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt",
|
180 |
-
"deforum_ffmpeg_location": "G:\\Python\\lib\\site-packages\\imageio_ffmpeg\\binaries\\ffmpeg-win64-v4.2.2.exe",
|
181 |
-
"deforum_ffmpeg_crf": 17,
|
182 |
-
"deforum_ffmpeg_preset": "slow",
|
183 |
-
"deforum_debug_mode_enabled": false,
|
184 |
-
"deforum_save_gen_info_as_srt": false,
|
185 |
-
"deforum_save_gen_info_as_srt_params": [
|
186 |
-
"Noise Schedule"
|
187 |
-
],
|
188 |
-
"additional_networks_extra_lora_path": "",
|
189 |
-
"additional_networks_sort_models_by": "name",
|
190 |
-
"additional_networks_reverse_sort_order": false,
|
191 |
-
"additional_networks_model_name_filter": "",
|
192 |
-
"additional_networks_xy_grid_model_metadata": "",
|
193 |
-
"additional_networks_hash_thread_count": 1.0,
|
194 |
-
"additional_networks_back_up_model_when_saving": true,
|
195 |
-
"additional_networks_show_only_safetensors": false,
|
196 |
-
"additional_networks_show_only_models_with_metadata": "disabled",
|
197 |
-
"additional_networks_max_top_tags": 20.0,
|
198 |
-
"additional_networks_max_dataset_folders": 20.0,
|
199 |
-
"control_net_model_config": "models\\cldm_v15.yaml",
|
200 |
-
"control_net_model_adapter_config": "models\\t2iadapter_sketch_sd14v1.yaml",
|
201 |
-
"control_net_detectedmap_dir": "detected_maps",
|
202 |
-
"control_net_models_path": "",
|
203 |
-
"control_net_modules_path": "",
|
204 |
-
"control_net_max_models_num": 1,
|
205 |
-
"control_net_model_cache_size": 1,
|
206 |
-
"control_net_control_transfer": false,
|
207 |
-
"control_net_no_detectmap": false,
|
208 |
-
"control_net_detectmap_autosaving": false,
|
209 |
-
"control_net_allow_script_control": false,
|
210 |
-
"control_net_skip_img2img_processing": false,
|
211 |
-
"control_net_monocular_depth_optim": false,
|
212 |
-
"control_net_only_mid_control": false,
|
213 |
-
"control_net_sync_field_args": false,
|
214 |
-
"ctp_flavor": "mocha",
|
215 |
-
"accent_color": "maroon",
|
216 |
-
"image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others",
|
217 |
-
"image_browser_hidden_components": [],
|
218 |
-
"image_browser_with_subdirs": true,
|
219 |
-
"image_browser_copy_image": false,
|
220 |
-
"image_browser_delete_message": true,
|
221 |
-
"image_browser_txt_files": true,
|
222 |
-
"image_browser_debug_level": "0 - none",
|
223 |
-
"image_browser_delete_recycle": false,
|
224 |
-
"image_browser_scan_exif": true,
|
225 |
-
"image_browser_mod_shift": false,
|
226 |
-
"image_browser_mod_ctrl_shift": false,
|
227 |
-
"image_browser_enable_maint": true,
|
228 |
-
"image_browser_ranking_pnginfo": false,
|
229 |
-
"image_browser_page_columns": 6.0,
|
230 |
-
"image_browser_page_rows": 6.0,
|
231 |
-
"image_browser_pages_perload": 20.0,
|
232 |
-
"image_browser_use_thumbnail": false,
|
233 |
-
"image_browser_thumbnail_size": 200.0,
|
234 |
-
"image_browser_swipe": false,
|
235 |
-
"tac_tagFile": "danbooru.csv",
|
236 |
-
"tac_active": true,
|
237 |
-
"tac_activeIn.txt2img": true,
|
238 |
-
"tac_activeIn.img2img": true,
|
239 |
-
"tac_activeIn.negativePrompts": true,
|
240 |
-
"tac_activeIn.thirdParty": true,
|
241 |
-
"tac_activeIn.modelList": "",
|
242 |
-
"tac_activeIn.modelListMode": "Blacklist",
|
243 |
-
"tac_slidingPopup": true,
|
244 |
-
"tac_maxResults": 5.0,
|
245 |
-
"tac_showAllResults": false,
|
246 |
-
"tac_resultStepLength": 100.0,
|
247 |
-
"tac_delayTime": 100.0,
|
248 |
-
"tac_useWildcards": true,
|
249 |
-
"tac_useEmbeddings": true,
|
250 |
-
"tac_useHypernetworks": true,
|
251 |
-
"tac_useLoras": true,
|
252 |
-
"tac_useLycos": true,
|
253 |
-
"tac_showWikiLinks": false,
|
254 |
-
"tac_replaceUnderscores": true,
|
255 |
-
"tac_escapeParentheses": true,
|
256 |
-
"tac_appendComma": true,
|
257 |
-
"tac_alias.searchByAlias": true,
|
258 |
-
"tac_alias.onlyShowAlias": false,
|
259 |
-
"tac_translation.translationFile": "None",
|
260 |
-
"tac_translation.oldFormat": false,
|
261 |
-
"tac_translation.searchByTranslation": true,
|
262 |
-
"tac_extra.extraFile": "extra-quality-tags.csv",
|
263 |
-
"tac_extra.addMode": "Insert before",
|
264 |
-
"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}",
|
265 |
-
"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}"
|
266 |
}
|
|
|
1 |
{
|
2 |
+
"quicksettings_list": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"sd_model_checkpoint",
|
4 |
+
"sd_vae",
|
5 |
+
"CLIP_stop_at_last_layers",
|
6 |
+
"ESRGAN_tile",
|
7 |
+
"code_former_weight",
|
8 |
+
"token_merging_ratio"
|
9 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|