hiramaru999 commited on
Commit
0ba4ecb
1 Parent(s): 611d6cb

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +213 -0
config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "do_not_add_watermark": true,
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": true,
40
+ "grid_save_to_dirs": true,
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": "koreanstyle25D_koreanstyle25DBaked.safetensors [fa98706258]",
72
+ "sd_checkpoint_cache": 0,
73
+ "sd_vae_checkpoint_cache": 0,
74
+ "sd_vae": "Automatic",
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": true,
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": true,
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": true,
133
+ "show_progress_grid": true,
134
+ "show_progress_every_n_steps": 5,
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": "fa9870625894c084ad7d935b8a55639ddb5eb327b2515e178bb4d755278176b2",
157
+ "ldsr_steps": 100,
158
+ "ldsr_cached": true,
159
+ "SWIN_tile": 192,
160
+ "SWIN_tile_overlap": 8,
161
+ "sd_lora": "None",
162
+ "tac_tagFile": "danbooru.csv",
163
+ "tac_active": true,
164
+ "tac_activeIn.txt2img": true,
165
+ "tac_activeIn.img2img": true,
166
+ "tac_activeIn.negativePrompts": true,
167
+ "tac_activeIn.thirdParty": true,
168
+ "tac_activeIn.modelList": "",
169
+ "tac_activeIn.modelListMode": "Blacklist",
170
+ "tac_slidingPopup": true,
171
+ "tac_maxResults": 5.0,
172
+ "tac_showAllResults": false,
173
+ "tac_resultStepLength": 100.0,
174
+ "tac_delayTime": 100.0,
175
+ "tac_useWildcards": true,
176
+ "tac_useEmbeddings": true,
177
+ "tac_useHypernetworks": true,
178
+ "tac_useLoras": true,
179
+ "tac_useLycos": true,
180
+ "tac_showWikiLinks": false,
181
+ "tac_replaceUnderscores": true,
182
+ "tac_escapeParentheses": true,
183
+ "tac_appendComma": true,
184
+ "tac_alias.searchByAlias": true,
185
+ "tac_alias.onlyShowAlias": false,
186
+ "tac_translation.translationFile": "None",
187
+ "tac_translation.oldFormat": false,
188
+ "tac_translation.searchByTranslation": true,
189
+ "tac_extra.extraFile": "extra-quality-tags.csv",
190
+ "tac_extra.addMode": "Insert before",
191
+ "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}",
192
+ "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}",
193
+ "control_net_model_config": "models/cldm_v15.yaml",
194
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
195
+ "control_net_detectedmap_dir": "detected_maps",
196
+ "control_net_models_path": "",
197
+ "control_net_modules_path": "",
198
+ "control_net_max_models_num": 2,
199
+ "control_net_model_cache_size": 1,
200
+ "control_net_no_detectmap": true,
201
+ "control_net_detectmap_autosaving": false,
202
+ "control_net_allow_script_control": false,
203
+ "control_net_sync_field_args": false,
204
+ "controlnet_show_batch_images_in_ui": false,
205
+ "controlnet_increment_seed_during_batch": false,
206
+ "controlnet_disable_control_type": false,
207
+ "images_history_preload": false,
208
+ "images_record_paths": true,
209
+ "images_delete_message": true,
210
+ "images_history_page_columns": 6.0,
211
+ "images_history_page_rows": 6.0,
212
+ "images_history_pages_perload": 20.0
213
+ }