vorstcavry commited on
Commit
8d92fc5
1 Parent(s): f43d759

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +285 -0
  2. ui-config.json +0 -0
config.json ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "",
32
+ "outdir_txt2img_samples": "/home/studio-lab-user/vorst-cavry/outputs/txt2img-images",
33
+ "outdir_img2img_samples": "/home/studio-lab-user/vorst-cavry/outputs/img2img-images",
34
+ "outdir_extras_samples": "/home/studio-lab-user/vorst-cavry/outputs/extras-images",
35
+ "outdir_grids": "",
36
+ "outdir_txt2img_grids": "/home/studio-lab-user/vorst-cavry/outputs/txt2img-grids",
37
+ "outdir_img2img_grids": "/home/studio-lab-user/vorst-cavry/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": "CodeFormer",
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": "Cavry_V2.safetensors",
74
+ "sd_checkpoint_cache": 0,
75
+ "sd_vae_checkpoint_cache": 0,
76
+ "sd_vae": "Automatic",
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": "gradio/soft",
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": null,
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_lyco": "None",
189
+ "sd_lora": "None",
190
+ "lora_preferred_name": "Alias from file",
191
+ "lora_add_hashes_to_infotext": true,
192
+ "tac_tagFile": "danbooru.csv",
193
+ "tac_active": true,
194
+ "tac_activeIn.txt2img": true,
195
+ "tac_activeIn.img2img": true,
196
+ "tac_activeIn.negativePrompts": true,
197
+ "tac_activeIn.thirdParty": true,
198
+ "tac_activeIn.modelList": "",
199
+ "tac_activeIn.modelListMode": "Blacklist",
200
+ "tac_slidingPopup": true,
201
+ "tac_maxResults": 5.0,
202
+ "tac_showAllResults": false,
203
+ "tac_resultStepLength": 100.0,
204
+ "tac_delayTime": 100.0,
205
+ "tac_useWildcards": true,
206
+ "tac_useEmbeddings": true,
207
+ "tac_useHypernetworks": true,
208
+ "tac_useLoras": true,
209
+ "tac_useLycos": true,
210
+ "tac_showWikiLinks": false,
211
+ "tac_replaceUnderscores": true,
212
+ "tac_escapeParentheses": true,
213
+ "tac_appendComma": true,
214
+ "tac_alias.searchByAlias": true,
215
+ "tac_alias.onlyShowAlias": false,
216
+ "tac_translation.translationFile": "None",
217
+ "tac_translation.oldFormat": false,
218
+ "tac_translation.searchByTranslation": true,
219
+ "tac_translation.liveTranslation": false,
220
+ "tac_extra.extraFile": "extra-quality-tags.csv",
221
+ "tac_extra.addMode": "Insert before",
222
+ "tac_chantFile": "demo-chants.json",
223
+ "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}",
224
+ "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}",
225
+ "tac_refreshTempFiles": "Refresh TAC temp files",
226
+ "ad_max_models": 2,
227
+ "ad_save_previews": false,
228
+ "ad_save_images_before": false,
229
+ "ad_only_seleted_scripts": true,
230
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards",
231
+ "ad_bbox_sortby": "None",
232
+ "additional_networks_extra_lora_path": "",
233
+ "additional_networks_sort_models_by": "name",
234
+ "additional_networks_reverse_sort_order": false,
235
+ "additional_networks_model_name_filter": "",
236
+ "additional_networks_xy_grid_model_metadata": "",
237
+ "additional_networks_hash_thread_count": 1.0,
238
+ "additional_networks_back_up_model_when_saving": true,
239
+ "additional_networks_show_only_safetensors": false,
240
+ "additional_networks_show_only_models_with_metadata": "disabled",
241
+ "additional_networks_max_top_tags": 20.0,
242
+ "additional_networks_max_dataset_folders": 20.0,
243
+ "arh_javascript_aspect_ratio_show": true,
244
+ "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9",
245
+ "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown",
246
+ "arh_hide_accordion_by_default": true,
247
+ "arh_expand_by_default": false,
248
+ "arh_ui_component_order_key": "MaxDimensionScaler, MinDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons",
249
+ "arh_show_max_width_or_height": false,
250
+ "arh_max_width_or_height": 1024,
251
+ "arh_show_min_width_or_height": false,
252
+ "arh_min_width_or_height": 1024,
253
+ "arh_show_predefined_aspect_ratios": false,
254
+ "arh_predefined_aspect_ratio_use_max_dim": false,
255
+ "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9",
256
+ "arh_show_predefined_percentages": false,
257
+ "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200",
258
+ "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)",
259
+ "control_net_model_config": "models/cldm_v15.yaml",
260
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
261
+ "control_net_detectedmap_dir": "detected_maps",
262
+ "control_net_models_path": "",
263
+ "control_net_modules_path": "",
264
+ "control_net_max_models_num": 3,
265
+ "control_net_model_cache_size": 1,
266
+ "control_net_no_detectmap": false,
267
+ "control_net_detectmap_autosaving": false,
268
+ "control_net_allow_script_control": false,
269
+ "control_net_sync_field_args": false,
270
+ "controlnet_show_batch_images_in_ui": false,
271
+ "controlnet_increment_seed_during_batch": false,
272
+ "controlnet_disable_control_type": false,
273
+ "controlnet_disable_openpose_edit": false,
274
+ "regprp_debug": false,
275
+ "regprp_hidepmask": false,
276
+ "stealth_pnginfo": true,
277
+ "stealth_pnginfo_mode": "alpha",
278
+ "stealth_pnginfo_compression": true,
279
+ "model_toolkit_fix_clip": false,
280
+ "model_toolkit_autoprune": false,
281
+ "state": [],
282
+ "state_txt2img": [],
283
+ "state_img2img": [],
284
+ "state_extensions": []
285
+ }
ui-config.json ADDED
The diff for this file is too large to render. See raw diff