HUNTERDEBASTADOR commited on
Commit
1ab3dd9
·
1 Parent(s): bd33eca

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -266
config.json DELETED
@@ -1,266 +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
- "grid_zip_filename_pattern": "",
12
- "n_rows": -1,
13
- "enable_pnginfo": true,
14
- "save_txt": false,
15
- "save_images_before_face_restoration": false,
16
- "save_images_before_highres_fix": false,
17
- "save_images_before_color_correction": false,
18
- "save_mask": false,
19
- "save_mask_composite": false,
20
- "jpeg_quality": 80,
21
- "webp_lossless": false,
22
- "export_for_4chan": true,
23
- "img_downscale_threshold": 4.0,
24
- "target_side_length": 4000,
25
- "img_max_size_mp": 200,
26
- "use_original_name_batch": true,
27
- "use_upscaler_name_as_suffix": false,
28
- "save_selected_only": true,
29
- "save_init_img": false,
30
- "temp_dir": "",
31
- "clean_temp_dir_at_start": false,
32
- "outdir_samples": "",
33
- "outdir_txt2img_samples": "outputs/txt2img-images",
34
- "outdir_img2img_samples": "outputs/img2img-images",
35
- "outdir_extras_samples": "outputs/extras-images",
36
- "outdir_grids": "",
37
- "outdir_txt2img_grids": "outputs/txt2img-grids",
38
- "outdir_img2img_grids": "outputs/img2img-grids",
39
- "outdir_save": "log/images",
40
- "outdir_init_images": "outputs/init-images",
41
- "save_to_dirs": true,
42
- "grid_save_to_dirs": true,
43
- "use_save_to_dirs_for_ui": false,
44
- "directories_filename_pattern": "[date]",
45
- "directories_max_prompt_words": 8,
46
- "ESRGAN_tile": 192,
47
- "ESRGAN_tile_overlap": 8,
48
- "realesrgan_enabled_models": [
49
- "R-ESRGAN 4x+",
50
- "R-ESRGAN 4x+ Anime6B"
51
- ],
52
- "upscaler_for_img2img": null,
53
- "face_restoration_model": "CodeFormer",
54
- "code_former_weight": 0.5,
55
- "face_restoration_unload": false,
56
- "show_warnings": false,
57
- "memmon_poll_rate": 8,
58
- "samples_log_stdout": false,
59
- "multiple_tqdm": true,
60
- "print_hypernet_extra": false,
61
- "list_hidden_files": true,
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": "Deliberate2.safetensors [9aba26abdf]",
75
- "sd_checkpoint_cache": 0,
76
- "sd_vae_checkpoint_cache": 0,
77
- "sd_vae": "Automatic",
78
- "sd_vae_as_default": true,
79
- "sd_unet": "Automatic",
80
- "inpainting_mask_weight": 1.0,
81
- "initial_noise_multiplier": 1.0,
82
- "img2img_color_correction": false,
83
- "img2img_fix_steps": false,
84
- "img2img_background_color": "#ffffff",
85
- "enable_quantization": false,
86
- "enable_emphasis": true,
87
- "enable_batch_seeds": true,
88
- "comma_padding_backtrack": 20,
89
- "CLIP_stop_at_last_layers": 1,
90
- "upcast_attn": false,
91
- "randn_source": "GPU",
92
- "cross_attention_optimization": "Automatic",
93
- "s_min_uncond": 0.0,
94
- "token_merging_ratio": 0.0,
95
- "token_merging_ratio_img2img": 0.0,
96
- "token_merging_ratio_hr": 0.0,
97
- "pad_cond_uncond": false,
98
- "experimental_persistent_cond_cache": false,
99
- "use_old_emphasis_implementation": false,
100
- "use_old_karras_scheduler_sigmas": false,
101
- "no_dpmpp_sde_batch_determinism": false,
102
- "use_old_hires_fix_width_height": false,
103
- "dont_fix_second_order_samplers_schedule": false,
104
- "hires_fix_use_firstpass_conds": false,
105
- "interrogate_keep_models_in_memory": false,
106
- "interrogate_return_ranks": false,
107
- "interrogate_clip_num_beams": 1,
108
- "interrogate_clip_min_length": 24,
109
- "interrogate_clip_max_length": 48,
110
- "interrogate_clip_dict_limit": 1500,
111
- "interrogate_clip_skip_categories": [],
112
- "interrogate_deepbooru_score_threshold": 0.5,
113
- "deepbooru_sort_alpha": true,
114
- "deepbooru_use_spaces": true,
115
- "deepbooru_escape": true,
116
- "deepbooru_filter_tags": "",
117
- "extra_networks_show_hidden_directories": true,
118
- "extra_networks_hidden_models": "When searched",
119
- "extra_networks_default_view": "cards",
120
- "extra_networks_default_multiplier": 1.0,
121
- "extra_networks_card_width": 0,
122
- "extra_networks_card_height": 0,
123
- "extra_networks_add_text_separator": " ",
124
- "ui_extra_networks_tab_reorder": "",
125
- "sd_hypernetwork": "None",
126
- "localization": "None",
127
- "gradio_theme": "Default",
128
- "img2img_editor_height": 720,
129
- "return_grid": true,
130
- "return_mask": false,
131
- "return_mask_composite": false,
132
- "do_not_show_images": false,
133
- "send_seed": true,
134
- "send_size": true,
135
- "font": "",
136
- "js_modal_lightbox": true,
137
- "js_modal_lightbox_initially_zoomed": true,
138
- "js_modal_lightbox_gamepad": false,
139
- "js_modal_lightbox_gamepad_repeat": 250,
140
- "show_progress_in_title": true,
141
- "samplers_in_dropdown": true,
142
- "dimensions_and_batch_together": true,
143
- "keyedit_precision_attention": 0.1,
144
- "keyedit_precision_extra": 0.05,
145
- "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
146
- "quicksettings_list": [
147
- "sd_model_checkpoint",
148
- "sd_vae",
149
- "CLIP_stop_at_last_layers"
150
- ],
151
- "ui_tab_order": [],
152
- "hidden_tabs": [],
153
- "ui_reorder_list": [],
154
- "hires_fix_show_sampler": false,
155
- "hires_fix_show_prompts": false,
156
- "disable_token_counters": false,
157
- "add_model_hash_to_info": true,
158
- "add_model_name_to_info": true,
159
- "add_version_to_infotext": true,
160
- "disable_weights_auto_swap": true,
161
- "infotext_styles": "Apply if any",
162
- "show_progressbar": true,
163
- "live_previews_enable": true,
164
- "live_previews_image_format": "png",
165
- "show_progress_grid": true,
166
- "show_progress_every_n_steps": 10,
167
- "show_progress_type": "Approx NN",
168
- "live_preview_content": "Prompt",
169
- "live_preview_refresh_period": 1000,
170
- "hide_samplers": [],
171
- "eta_ddim": 0.0,
172
- "eta_ancestral": 1.0,
173
- "ddim_discretize": "uniform",
174
- "s_churn": 0.0,
175
- "s_tmin": 0.0,
176
- "s_noise": 1.0,
177
- "k_sched_type": "Automatic",
178
- "sigma_min": 0.0,
179
- "sigma_max": 0.0,
180
- "rho": 0.0,
181
- "eta_noise_seed_delta": 0,
182
- "always_discard_next_to_last_sigma": false,
183
- "uni_pc_variant": "bh1",
184
- "uni_pc_skip_type": "time_uniform",
185
- "uni_pc_order": 3,
186
- "uni_pc_lower_order_final": true,
187
- "postprocessing_enable_in_main_ui": [],
188
- "postprocessing_operation_order": [],
189
- "upscaling_max_images_in_cache": 5,
190
- "disabled_extensions": [],
191
- "disable_all_extensions": "none",
192
- "restore_config_state_file": "",
193
- "sd_checkpoint_hash": "9aba26abdfcd46073e0a1d42027a3a3bcc969f562d58a03637bf0a0ded6586c9",
194
- "ldsr_steps": 100,
195
- "ldsr_cached": false,
196
- "SCUNET_tile": 256,
197
- "SCUNET_tile_overlap": 8,
198
- "SWIN_tile": 192,
199
- "SWIN_tile_overlap": 8,
200
- "lora_functional": false,
201
- "sd_lyco": "None",
202
- "sd_lora": "None",
203
- "lora_preferred_name": "Alias from file",
204
- "lora_add_hashes_to_infotext": true,
205
- "extra_options": [],
206
- "extra_options_accordion": false,
207
- "canvas_hotkey_zoom": "Alt",
208
- "canvas_hotkey_adjust": "Ctrl",
209
- "canvas_hotkey_move": "F",
210
- "canvas_hotkey_fullscreen": "S",
211
- "canvas_hotkey_reset": "R",
212
- "canvas_hotkey_overlap": "O",
213
- "canvas_show_tooltip": true,
214
- "canvas_disabled_functions": [
215
- "Overlap"
216
- ],
217
- "tac_tagFile": "danbooru.csv",
218
- "tac_active": true,
219
- "tac_activeIn.txt2img": true,
220
- "tac_activeIn.img2img": true,
221
- "tac_activeIn.negativePrompts": true,
222
- "tac_activeIn.thirdParty": true,
223
- "tac_activeIn.modelList": "",
224
- "tac_activeIn.modelListMode": "Blacklist",
225
- "tac_slidingPopup": true,
226
- "tac_maxResults": 5.0,
227
- "tac_showAllResults": false,
228
- "tac_resultStepLength": 100.0,
229
- "tac_delayTime": 100.0,
230
- "tac_useWildcards": true,
231
- "tac_useEmbeddings": true,
232
- "tac_useHypernetworks": true,
233
- "tac_useLoras": true,
234
- "tac_useLycos": true,
235
- "tac_showWikiLinks": false,
236
- "tac_replaceUnderscores": true,
237
- "tac_escapeParentheses": true,
238
- "tac_appendComma": true,
239
- "tac_alias.searchByAlias": true,
240
- "tac_alias.onlyShowAlias": false,
241
- "tac_translation.translationFile": "None",
242
- "tac_translation.oldFormat": false,
243
- "tac_translation.searchByTranslation": true,
244
- "tac_translation.liveTranslation": false,
245
- "tac_extra.extraFile": "extra-quality-tags.csv",
246
- "tac_extra.addMode": "Insert before",
247
- "tac_chantFile": "demo-chants.json",
248
- "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}",
249
- "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}",
250
- "tac_refreshTempFiles": "Refresh TAC temp files",
251
- "control_net_model_config": "models/cldm_v15.yaml",
252
- "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
253
- "control_net_detectedmap_dir": "detected_maps",
254
- "control_net_models_path": "",
255
- "control_net_modules_path": "",
256
- "control_net_max_models_num": 3,
257
- "control_net_model_cache_size": 1,
258
- "control_net_no_detectmap": false,
259
- "control_net_detectmap_autosaving": false,
260
- "control_net_allow_script_control": false,
261
- "control_net_sync_field_args": false,
262
- "controlnet_show_batch_images_in_ui": false,
263
- "controlnet_increment_seed_during_batch": false,
264
- "controlnet_disable_control_type": false,
265
- "controlnet_disable_openpose_edit": false
266
- }