Delete config.json
Browse files- config.json +0 -180
config.json
DELETED
@@ -1,180 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"samples_save": false,
|
3 |
-
"samples_format": "png",
|
4 |
-
"samples_filename_pattern": "",
|
5 |
-
"save_images_add_number": true,
|
6 |
-
"grid_save": false,
|
7 |
-
"grid_format": "png",
|
8 |
-
"grid_extended_filename": false,
|
9 |
-
"grid_only_if_multiple": false,
|
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": false,
|
22 |
-
"img_downscale_threshold": 4.0,
|
23 |
-
"target_side_length": 4000,
|
24 |
-
"img_max_size_mp": 200,
|
25 |
-
"use_original_name_batch": false,
|
26 |
-
"use_upscaler_name_as_suffix": false,
|
27 |
-
"save_selected_only": false,
|
28 |
-
"do_not_add_watermark": 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 |
-
"save_to_dirs": false,
|
40 |
-
"grid_save_to_dirs": false,
|
41 |
-
"use_save_to_dirs_for_ui": false,
|
42 |
-
"directories_filename_pattern": "[date]",
|
43 |
-
"directories_max_prompt_words": 8,
|
44 |
-
"ESRGAN_tile": 192,
|
45 |
-
"ESRGAN_tile_overlap": 8,
|
46 |
-
"realesrgan_enabled_models": [
|
47 |
-
"R-ESRGAN 4x+",
|
48 |
-
"R-ESRGAN 4x+ Anime6B"
|
49 |
-
],
|
50 |
-
"upscaler_for_img2img": null,
|
51 |
-
"face_restoration_model": "CodeFormer",
|
52 |
-
"code_former_weight": 0.5,
|
53 |
-
"face_restoration_unload": false,
|
54 |
-
"show_warnings": false,
|
55 |
-
"memmon_poll_rate": 8,
|
56 |
-
"samples_log_stdout": false,
|
57 |
-
"multiple_tqdm": true,
|
58 |
-
"print_hypernet_extra": false,
|
59 |
-
"unload_models_when_training": false,
|
60 |
-
"pin_memory": false,
|
61 |
-
"save_optimizer_state": false,
|
62 |
-
"save_training_settings_to_txt": true,
|
63 |
-
"dataset_filename_word_regex": "",
|
64 |
-
"dataset_filename_join_string": " ",
|
65 |
-
"training_image_repeats_per_epoch": 1,
|
66 |
-
"training_write_csv_every": 500,
|
67 |
-
"training_xattention_optimizations": false,
|
68 |
-
"training_enable_tensorboard": false,
|
69 |
-
"training_tensorboard_save_images": false,
|
70 |
-
"training_tensorboard_flush_every": 120,
|
71 |
-
"sd_model_checkpoint": "AOM3_orangemixs.safetensors [d124fc18f0]",
|
72 |
-
"sd_checkpoint_cache": 0,
|
73 |
-
"sd_vae_checkpoint_cache": 0,
|
74 |
-
"sd_vae": "clearvae.safetensors",
|
75 |
-
"sd_vae_as_default": true,
|
76 |
-
"inpainting_mask_weight": 1.0,
|
77 |
-
"initial_noise_multiplier": 1.0,
|
78 |
-
"img2img_color_correction": false,
|
79 |
-
"img2img_fix_steps": false,
|
80 |
-
"img2img_background_color": "#ffffff",
|
81 |
-
"enable_quantization": false,
|
82 |
-
"enable_emphasis": true,
|
83 |
-
"enable_batch_seeds": true,
|
84 |
-
"comma_padding_backtrack": 20,
|
85 |
-
"CLIP_stop_at_last_layers": 2,
|
86 |
-
"upcast_attn": false,
|
87 |
-
"use_old_emphasis_implementation": false,
|
88 |
-
"use_old_karras_scheduler_sigmas": false,
|
89 |
-
"no_dpmpp_sde_batch_determinism": false,
|
90 |
-
"use_old_hires_fix_width_height": false,
|
91 |
-
"interrogate_keep_models_in_memory": false,
|
92 |
-
"interrogate_return_ranks": false,
|
93 |
-
"interrogate_clip_num_beams": 1,
|
94 |
-
"interrogate_clip_min_length": 24,
|
95 |
-
"interrogate_clip_max_length": 48,
|
96 |
-
"interrogate_clip_dict_limit": 1500,
|
97 |
-
"interrogate_clip_skip_categories": [],
|
98 |
-
"interrogate_deepbooru_score_threshold": 0.5,
|
99 |
-
"deepbooru_sort_alpha": true,
|
100 |
-
"deepbooru_use_spaces": false,
|
101 |
-
"deepbooru_escape": true,
|
102 |
-
"deepbooru_filter_tags": "",
|
103 |
-
"extra_networks_default_view": "cards",
|
104 |
-
"extra_networks_default_multiplier": 1.0,
|
105 |
-
"extra_networks_card_width": 0,
|
106 |
-
"extra_networks_card_height": 0,
|
107 |
-
"extra_networks_add_text_separator": " ",
|
108 |
-
"sd_hypernetwork": "None",
|
109 |
-
"return_grid": false,
|
110 |
-
"return_mask": false,
|
111 |
-
"return_mask_composite": false,
|
112 |
-
"do_not_show_images": false,
|
113 |
-
"add_model_hash_to_info": true,
|
114 |
-
"add_model_name_to_info": true,
|
115 |
-
"disable_weights_auto_swap": true,
|
116 |
-
"send_seed": true,
|
117 |
-
"send_size": true,
|
118 |
-
"font": "",
|
119 |
-
"js_modal_lightbox": true,
|
120 |
-
"js_modal_lightbox_initially_zoomed": true,
|
121 |
-
"show_progress_in_title": true,
|
122 |
-
"samplers_in_dropdown": true,
|
123 |
-
"dimensions_and_batch_together": true,
|
124 |
-
"keyedit_precision_attention": 0.1,
|
125 |
-
"keyedit_precision_extra": 0.05,
|
126 |
-
"quicksettings": "sd_model_checkpoint",
|
127 |
-
"hidden_tabs": [],
|
128 |
-
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
129 |
-
"ui_extra_networks_tab_reorder": "",
|
130 |
-
"localization": "None",
|
131 |
-
"show_progressbar": true,
|
132 |
-
"live_previews_enable": false,
|
133 |
-
"show_progress_grid": false,
|
134 |
-
"show_progress_every_n_steps": 10,
|
135 |
-
"show_progress_type": "Approx NN",
|
136 |
-
"live_preview_content": "Prompt",
|
137 |
-
"live_preview_refresh_period": 1000,
|
138 |
-
"hide_samplers": [],
|
139 |
-
"eta_ddim": 0.0,
|
140 |
-
"eta_ancestral": 1.0,
|
141 |
-
"ddim_discretize": "uniform",
|
142 |
-
"s_churn": 0.0,
|
143 |
-
"s_tmin": 0.0,
|
144 |
-
"s_noise": 1.0,
|
145 |
-
"eta_noise_seed_delta": 0,
|
146 |
-
"always_discard_next_to_last_sigma": false,
|
147 |
-
"uni_pc_variant": "bh1",
|
148 |
-
"uni_pc_skip_type": "time_uniform",
|
149 |
-
"uni_pc_order": 3,
|
150 |
-
"uni_pc_lower_order_final": true,
|
151 |
-
"postprocessing_enable_in_main_ui": [],
|
152 |
-
"postprocessing_operation_order": [],
|
153 |
-
"upscaling_max_images_in_cache": 5,
|
154 |
-
"disabled_extensions": [],
|
155 |
-
"disable_all_extensions": "none",
|
156 |
-
"sd_checkpoint_hash": "d124fc18f0232d7f0a2a70358cdb1288af9e1ee8596200f50f0936be59514f6d",
|
157 |
-
"ldsr_steps": 100,
|
158 |
-
"ldsr_cached": false,
|
159 |
-
"SWIN_tile": 192,
|
160 |
-
"SWIN_tile_overlap": 8,
|
161 |
-
"sd_lora": "None",
|
162 |
-
"additional_networks_extra_lora_path": "",
|
163 |
-
"additional_networks_sort_models_by": "name",
|
164 |
-
"additional_networks_reverse_sort_order": false,
|
165 |
-
"additional_networks_model_name_filter": "",
|
166 |
-
"additional_networks_xy_grid_model_metadata": "",
|
167 |
-
"additional_networks_hash_thread_count": 1.0,
|
168 |
-
"additional_networks_back_up_model_when_saving": true,
|
169 |
-
"additional_networks_show_only_safetensors": false,
|
170 |
-
"additional_networks_show_only_models_with_metadata": "disabled",
|
171 |
-
"additional_networks_max_top_tags": 20.0,
|
172 |
-
"additional_networks_max_dataset_folders": 20.0,
|
173 |
-
"images_history_preload": false,
|
174 |
-
"images_record_paths": true,
|
175 |
-
"images_copy_image": false,
|
176 |
-
"images_delete_message": true,
|
177 |
-
"images_history_page_columns": 6.0,
|
178 |
-
"images_history_page_rows": 6.0,
|
179 |
-
"images_history_pages_perload": 20.0
|
180 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|