LoneWolfVPS
commited on
Commit
·
ad739ce
1
Parent(s):
7281038
Delete config.json
Browse files- config.json +0 -256
config.json
DELETED
@@ -1,256 +0,0 @@
|
|
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": 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": "/content/drive/MyDrive/output/SD Outputs",
|
32 |
-
"outdir_txt2img_samples": "outputs/txt2img-images",
|
33 |
-
"outdir_img2img_samples": "outputs/img2img-images",
|
34 |
-
"outdir_extras_samples": "outputs/extras-images",
|
35 |
-
"outdir_grids": "/content/drive/MyDrive/output/SD Outputs",
|
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 |
-
"face_restoration_model": "GFPGAN",
|
53 |
-
"code_former_weight": 0.5,
|
54 |
-
"face_restoration_unload": false,
|
55 |
-
"show_warnings": false,
|
56 |
-
"memmon_poll_rate": 8,
|
57 |
-
"samples_log_stdout": false,
|
58 |
-
"multiple_tqdm": true,
|
59 |
-
"print_hypernet_extra": false,
|
60 |
-
"list_hidden_files": true,
|
61 |
-
"unload_models_when_training": false,
|
62 |
-
"pin_memory": false,
|
63 |
-
"save_optimizer_state": false,
|
64 |
-
"save_training_settings_to_txt": true,
|
65 |
-
"dataset_filename_word_regex": "",
|
66 |
-
"dataset_filename_join_string": " ",
|
67 |
-
"training_image_repeats_per_epoch": 1,
|
68 |
-
"training_write_csv_every": 500,
|
69 |
-
"training_xattention_optimizations": false,
|
70 |
-
"training_enable_tensorboard": false,
|
71 |
-
"training_tensorboard_save_images": false,
|
72 |
-
"training_tensorboard_flush_every": 120,
|
73 |
-
"sd_model_checkpoint": "cyberrealistic.safetensors [03363589fe]",
|
74 |
-
"sd_checkpoint_cache": 0,
|
75 |
-
"sd_vae_checkpoint_cache": 0,
|
76 |
-
"sd_vae": "cyberrealistic.vae.pt",
|
77 |
-
"sd_vae_as_default": true,
|
78 |
-
"inpainting_mask_weight": 1.0,
|
79 |
-
"initial_noise_multiplier": 1.0,
|
80 |
-
"img2img_color_correction": false,
|
81 |
-
"img2img_fix_steps": false,
|
82 |
-
"img2img_background_color": "#ffffff",
|
83 |
-
"enable_quantization": false,
|
84 |
-
"enable_emphasis": true,
|
85 |
-
"enable_batch_seeds": true,
|
86 |
-
"comma_padding_backtrack": 20,
|
87 |
-
"CLIP_stop_at_last_layers": 1,
|
88 |
-
"upcast_attn": false,
|
89 |
-
"randn_source": "GPU",
|
90 |
-
"cross_attention_optimization": "Automatic",
|
91 |
-
"s_min_uncond": 0,
|
92 |
-
"token_merging_ratio": 0.0,
|
93 |
-
"token_merging_ratio_img2img": 0.0,
|
94 |
-
"token_merging_ratio_hr": 0.0,
|
95 |
-
"use_old_emphasis_implementation": false,
|
96 |
-
"use_old_karras_scheduler_sigmas": false,
|
97 |
-
"no_dpmpp_sde_batch_determinism": false,
|
98 |
-
"use_old_hires_fix_width_height": false,
|
99 |
-
"dont_fix_second_order_samplers_schedule": false,
|
100 |
-
"interrogate_keep_models_in_memory": false,
|
101 |
-
"interrogate_return_ranks": false,
|
102 |
-
"interrogate_clip_num_beams": 1,
|
103 |
-
"interrogate_clip_min_length": 24,
|
104 |
-
"interrogate_clip_max_length": 48,
|
105 |
-
"interrogate_clip_dict_limit": 1500,
|
106 |
-
"interrogate_clip_skip_categories": [],
|
107 |
-
"interrogate_deepbooru_score_threshold": 0.5,
|
108 |
-
"deepbooru_sort_alpha": true,
|
109 |
-
"deepbooru_use_spaces": true,
|
110 |
-
"deepbooru_escape": true,
|
111 |
-
"deepbooru_filter_tags": "",
|
112 |
-
"extra_networks_show_hidden_directories": true,
|
113 |
-
"extra_networks_hidden_models": "When searched",
|
114 |
-
"extra_networks_default_view": "cards",
|
115 |
-
"extra_networks_default_multiplier": 1.0,
|
116 |
-
"extra_networks_card_width": 0,
|
117 |
-
"extra_networks_card_height": 0,
|
118 |
-
"extra_networks_add_text_separator": " ",
|
119 |
-
"ui_extra_networks_tab_reorder": "",
|
120 |
-
"sd_hypernetwork": "None",
|
121 |
-
"localization": "None",
|
122 |
-
"gradio_theme": "Default",
|
123 |
-
"img2img_editor_height": 720,
|
124 |
-
"return_grid": true,
|
125 |
-
"return_mask": false,
|
126 |
-
"return_mask_composite": false,
|
127 |
-
"do_not_show_images": false,
|
128 |
-
"send_seed": true,
|
129 |
-
"send_size": true,
|
130 |
-
"font": "",
|
131 |
-
"js_modal_lightbox": true,
|
132 |
-
"js_modal_lightbox_initially_zoomed": true,
|
133 |
-
"js_modal_lightbox_gamepad": false,
|
134 |
-
"js_modal_lightbox_gamepad_repeat": 250,
|
135 |
-
"show_progress_in_title": true,
|
136 |
-
"samplers_in_dropdown": true,
|
137 |
-
"dimensions_and_batch_together": true,
|
138 |
-
"keyedit_precision_attention": 0.1,
|
139 |
-
"keyedit_precision_extra": 0.05,
|
140 |
-
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
141 |
-
"quicksettings_list": [
|
142 |
-
"sd_model_checkpoint"
|
143 |
-
],
|
144 |
-
"ui_tab_order": [],
|
145 |
-
"hidden_tabs": [],
|
146 |
-
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
147 |
-
"hires_fix_show_sampler": false,
|
148 |
-
"hires_fix_show_prompts": false,
|
149 |
-
"add_model_hash_to_info": true,
|
150 |
-
"add_model_name_to_info": true,
|
151 |
-
"add_version_to_infotext": true,
|
152 |
-
"disable_weights_auto_swap": true,
|
153 |
-
"show_progressbar": true,
|
154 |
-
"live_previews_enable": true,
|
155 |
-
"live_previews_image_format": "png",
|
156 |
-
"show_progress_grid": true,
|
157 |
-
"show_progress_every_n_steps": 10,
|
158 |
-
"show_progress_type": "Approx NN",
|
159 |
-
"live_preview_content": "Prompt",
|
160 |
-
"live_preview_refresh_period": 1000,
|
161 |
-
"hide_samplers": [],
|
162 |
-
"eta_ddim": 0.0,
|
163 |
-
"eta_ancestral": 1.0,
|
164 |
-
"ddim_discretize": "uniform",
|
165 |
-
"s_churn": 0.0,
|
166 |
-
"s_tmin": 0.0,
|
167 |
-
"s_noise": 1.0,
|
168 |
-
"eta_noise_seed_delta": 0,
|
169 |
-
"always_discard_next_to_last_sigma": false,
|
170 |
-
"uni_pc_variant": "bh1",
|
171 |
-
"uni_pc_skip_type": "time_uniform",
|
172 |
-
"uni_pc_order": 3,
|
173 |
-
"uni_pc_lower_order_final": true,
|
174 |
-
"postprocessing_enable_in_main_ui": [],
|
175 |
-
"postprocessing_operation_order": [],
|
176 |
-
"upscaling_max_images_in_cache": 5,
|
177 |
-
"disabled_extensions": [],
|
178 |
-
"disable_all_extensions": "none",
|
179 |
-
"restore_config_state_file": "",
|
180 |
-
"sd_checkpoint_hash": "03363589fe50088dcd4191f867e871460cf74704c5fe641e60564cd83db790ed",
|
181 |
-
"ldsr_steps": 100,
|
182 |
-
"ldsr_cached": false,
|
183 |
-
"SCUNET_tile": 256,
|
184 |
-
"SCUNET_tile_overlap": 8,
|
185 |
-
"SWIN_tile": 192,
|
186 |
-
"SWIN_tile_overlap": 8,
|
187 |
-
"lora_functional": false,
|
188 |
-
"sd_lora": "None",
|
189 |
-
"lora_preferred_name": "Alias from file",
|
190 |
-
"lora_add_hashes_to_infotext": true,
|
191 |
-
"tac_tagFile": "danbooru.csv",
|
192 |
-
"tac_active": true,
|
193 |
-
"tac_activeIn.txt2img": true,
|
194 |
-
"tac_activeIn.img2img": true,
|
195 |
-
"tac_activeIn.negativePrompts": true,
|
196 |
-
"tac_activeIn.thirdParty": true,
|
197 |
-
"tac_activeIn.modelList": "",
|
198 |
-
"tac_activeIn.modelListMode": "Blacklist",
|
199 |
-
"tac_slidingPopup": true,
|
200 |
-
"tac_maxResults": 5.0,
|
201 |
-
"tac_showAllResults": false,
|
202 |
-
"tac_resultStepLength": 100.0,
|
203 |
-
"tac_delayTime": 100.0,
|
204 |
-
"tac_useWildcards": true,
|
205 |
-
"tac_useEmbeddings": true,
|
206 |
-
"tac_useHypernetworks": true,
|
207 |
-
"tac_useLoras": true,
|
208 |
-
"tac_useLycos": true,
|
209 |
-
"tac_showWikiLinks": false,
|
210 |
-
"tac_replaceUnderscores": true,
|
211 |
-
"tac_escapeParentheses": true,
|
212 |
-
"tac_appendComma": true,
|
213 |
-
"tac_alias.searchByAlias": true,
|
214 |
-
"tac_alias.onlyShowAlias": false,
|
215 |
-
"tac_translation.translationFile": "None",
|
216 |
-
"tac_translation.oldFormat": false,
|
217 |
-
"tac_translation.searchByTranslation": true,
|
218 |
-
"tac_translation.liveTranslation": false,
|
219 |
-
"tac_extra.extraFile": "extra-quality-tags.csv",
|
220 |
-
"tac_extra.addMode": "Insert before",
|
221 |
-
"tac_chantFile": "demo-chants.json",
|
222 |
-
"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}",
|
223 |
-
"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}",
|
224 |
-
"tac_refreshTempFiles": "Refresh TAC temp files",
|
225 |
-
"control_net_model_config": "models/cldm_v15.yaml",
|
226 |
-
"control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
|
227 |
-
"control_net_detectedmap_dir": "detected_maps",
|
228 |
-
"control_net_models_path": "",
|
229 |
-
"control_net_modules_path": "",
|
230 |
-
"control_net_max_models_num": 3,
|
231 |
-
"control_net_model_cache_size": 1,
|
232 |
-
"control_net_no_detectmap": false,
|
233 |
-
"control_net_detectmap_autosaving": false,
|
234 |
-
"control_net_allow_script_control": false,
|
235 |
-
"control_net_sync_field_args": false,
|
236 |
-
"controlnet_show_batch_images_in_ui": false,
|
237 |
-
"controlnet_increment_seed_during_batch": false,
|
238 |
-
"controlnet_disable_control_type": false,
|
239 |
-
"controlnet_disable_openpose_edit": false,
|
240 |
-
"images_history_preload": false,
|
241 |
-
"images_record_paths": true,
|
242 |
-
"images_delete_message": true,
|
243 |
-
"images_history_page_columns": 6.0,
|
244 |
-
"images_history_page_rows": 6.0,
|
245 |
-
"images_history_pages_perload": 20.0,
|
246 |
-
"dp_ignore_whitespace": false,
|
247 |
-
"dp_write_raw_template": false,
|
248 |
-
"dp_write_prompts_to_file": false,
|
249 |
-
"dp_parser_variant_start": "{",
|
250 |
-
"dp_parser_variant_end": "}",
|
251 |
-
"dp_parser_wildcard_wrap": "__",
|
252 |
-
"dp_limit_jinja_prompts": false,
|
253 |
-
"dp_auto_purge_cache": false,
|
254 |
-
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
255 |
-
"dp_magicprompt_batch_size": 1
|
256 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|