vorstcavry commited on
Commit
7d43743
1 Parent(s): fe29294

Upload 3 files

Browse files
hypernetworks/vladmandic-config/config.json ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sd_model_checkpoint": "anylora.safetensors",
3
+ "sd_checkpoint_cache": 0,
4
+ "sd_vae_checkpoint_cache": 0,
5
+ "sd_vae": "Automatic",
6
+ "stream_load": false,
7
+ "model_reuse_dict": false,
8
+ "inpainting_mask_weight": 1.0,
9
+ "initial_noise_multiplier": 1.0,
10
+ "img2img_color_correction": false,
11
+ "img2img_fix_steps": false,
12
+ "img2img_background_color": "#ffffff",
13
+ "enable_quantization": true,
14
+ "comma_padding_backtrack": 20,
15
+ "CLIP_stop_at_last_layers": 1,
16
+ "upcast_attn": false,
17
+ "cross_attention_optimization": "Scaled-Dot-Product",
18
+ "cross_attention_options": [],
19
+ "sub_quad_q_chunk_size": 512,
20
+ "sub_quad_kv_chunk_size": 512,
21
+ "sub_quad_chunk_threshold": 80,
22
+ "always_batch_cond_uncond": false,
23
+ "temp_dir": "",
24
+ "clean_temp_dir_at_start": true,
25
+ "ckpt_dir": "/content/vladmandic-webui/models/Stable-diffusion",
26
+ "vae_dir": "/content/vladmandic-webui/models/VAE",
27
+ "embeddings_dir": "/content/vladmandic-webui/models/embeddings",
28
+ "hypernetwork_dir": "/content/vladmandic-webui/models/hypernetworks",
29
+ "codeformer_models_path": "/content/vladmandic-webui/models/Codeformer",
30
+ "gfpgan_models_path": "/content/vladmandic-webui/models/GFPGAN",
31
+ "esrgan_models_path": "/content/vladmandic-webui/models/ESRGAN",
32
+ "bsrgan_models_path": "/content/vladmandic-webui/models/BSRGAN",
33
+ "realesrgan_models_path": "/content/vladmandic-webui/models/RealESRGAN",
34
+ "scunet_models_path": "/content/vladmandic-webui/models/ScuNET",
35
+ "swinir_models_path": "/content/vladmandic-webui/models/SwinIR",
36
+ "ldsr_models_path": "/content/vladmandic-webui/models/LDSR",
37
+ "clip_models_path": "/content/vladmandic-webui/models/CLIP",
38
+ "lora_dir": "/content/vladmandic-webui/models/Lora",
39
+ "lyco_dir": "/content/vladmandic-webui/models/LyCORIS",
40
+ "styles_dir": "styles.csv",
41
+ "samples_save": true,
42
+ "samples_format": "jpg",
43
+ "samples_filename_pattern": "",
44
+ "save_images_add_number": true,
45
+ "grid_save": true,
46
+ "grid_format": "jpg",
47
+ "grid_extended_filename": true,
48
+ "grid_only_if_multiple": true,
49
+ "grid_prevent_empty_spots": true,
50
+ "n_rows": -1,
51
+ "enable_pnginfo": true,
52
+ "save_txt": false,
53
+ "save_images_before_face_restoration": true,
54
+ "save_images_before_highres_fix": true,
55
+ "save_images_before_color_correction": true,
56
+ "save_mask": false,
57
+ "save_mask_composite": false,
58
+ "jpeg_quality": 85,
59
+ "webp_lossless": false,
60
+ "img_max_size_mp": 200,
61
+ "use_original_name_batch": true,
62
+ "use_upscaler_name_as_suffix": true,
63
+ "save_selected_only": true,
64
+ "save_to_dirs": false,
65
+ "grid_save_to_dirs": false,
66
+ "use_save_to_dirs_for_ui": false,
67
+ "directories_filename_pattern": "[date]",
68
+ "directories_max_prompt_words": 8,
69
+ "outdir_samples": "",
70
+ "outdir_txt2img_samples": "outputs/text",
71
+ "outdir_img2img_samples": "outputs/image",
72
+ "outdir_extras_samples": "outputs/extras",
73
+ "outdir_grids": "",
74
+ "outdir_txt2img_grids": "outputs/grids",
75
+ "outdir_img2img_grids": "outputs/grids",
76
+ "outdir_save": "outputs/save",
77
+ "memmon_poll_rate": 2,
78
+ "precision": "Autocast",
79
+ "cuda_dtype": "FP16",
80
+ "no_half": false,
81
+ "no_half_vae": false,
82
+ "upcast_sampling": false,
83
+ "disable_nan_check": true,
84
+ "rollback_vae": false,
85
+ "opt_channelslast": false,
86
+ "cudnn_benchmark": false,
87
+ "cuda_allow_tf32": true,
88
+ "cuda_allow_tf16_reduced": true,
89
+ "cuda_compile": false,
90
+ "cuda_compile_mode": "none",
91
+ "cuda_compile_verbose": true,
92
+ "cuda_compile_errors": true,
93
+ "ESRGAN_tile": 192,
94
+ "ESRGAN_tile_overlap": 8,
95
+ "realesrgan_enabled_models": [
96
+ "R-ESRGAN 4x+",
97
+ "R-ESRGAN 4x+ Anime6B"
98
+ ],
99
+ "upscaler_for_img2img": "None",
100
+ "use_old_hires_fix_width_height": false,
101
+ "dont_fix_second_order_samplers_schedule": false,
102
+ "face_restoration_model": "CodeFormer",
103
+ "code_former_weight": 0.2,
104
+ "face_restoration_unload": false,
105
+ "unload_models_when_training": false,
106
+ "pin_memory": true,
107
+ "save_optimizer_state": false,
108
+ "save_training_settings_to_txt": true,
109
+ "dataset_filename_word_regex": "",
110
+ "dataset_filename_join_string": " ",
111
+ "embeddings_templates_dir": "/content/vladmandic-webui/train/templates",
112
+ "training_image_repeats_per_epoch": 1,
113
+ "training_write_csv_every": 0,
114
+ "training_enable_tensorboard": false,
115
+ "training_tensorboard_save_images": false,
116
+ "training_tensorboard_flush_every": 120,
117
+ "interrogate_keep_models_in_memory": false,
118
+ "interrogate_return_ranks": true,
119
+ "interrogate_clip_num_beams": 1,
120
+ "interrogate_clip_min_length": 32,
121
+ "interrogate_clip_max_length": 192,
122
+ "interrogate_clip_dict_limit": 2048,
123
+ "interrogate_clip_skip_categories": [
124
+ "artists",
125
+ "movements",
126
+ "flavors"
127
+ ],
128
+ "interrogate_deepbooru_score_threshold": 0.65,
129
+ "deepbooru_sort_alpha": false,
130
+ "deepbooru_use_spaces": false,
131
+ "deepbooru_escape": true,
132
+ "deepbooru_filter_tags": "",
133
+ "extra_networks_default_view": "cards",
134
+ "extra_networks_default_multiplier": 1.0,
135
+ "extra_networks_card_width": 0,
136
+ "extra_networks_card_height": 0,
137
+ "extra_networks_add_text_separator": " ",
138
+ "sd_hypernetwork": "None",
139
+ "gradio_theme": "black-orange",
140
+ "return_grid": true,
141
+ "return_mask": false,
142
+ "return_mask_composite": false,
143
+ "disable_weights_auto_swap": true,
144
+ "send_seed": true,
145
+ "send_size": true,
146
+ "font": "",
147
+ "keyedit_precision_attention": 0.1,
148
+ "keyedit_precision_extra": 0.05,
149
+ "quicksettings": "sd_model_checkpoint",
150
+ "hidden_tabs": [],
151
+ "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
152
+ "ui_extra_networks_tab_reorder": "",
153
+ "show_progressbar": true,
154
+ "live_previews_enable": true,
155
+ "show_progress_grid": true,
156
+ "notification_audio_enable": false,
157
+ "notification_audio_path": "html/notification.mp3",
158
+ "show_progress_every_n_steps": 1,
159
+ "show_progress_type": "Approx NN",
160
+ "live_preview_content": "Combined",
161
+ "live_preview_refresh_period": 250,
162
+ "show_samplers": [
163
+ "Euler a",
164
+ "UniPC",
165
+ "DDIM",
166
+ "DPM++ SDE",
167
+ "DPM++ SDE",
168
+ "DPM2 Karras",
169
+ "DPM++ 2M Karras"
170
+ ],
171
+ "fallback_sampler": "Euler a",
172
+ "eta_ancestral": 1.0,
173
+ "eta_ddim": 0.0,
174
+ "ddim_discretize": "uniform",
175
+ "s_churn": 0.0,
176
+ "s_tmin": 0.0,
177
+ "s_noise": 1.0,
178
+ "eta_noise_seed_delta": 0,
179
+ "always_discard_next_to_last_sigma": false,
180
+ "uni_pc_variant": "bh1",
181
+ "uni_pc_skip_type": "time_uniform",
182
+ "uni_pc_order": 3,
183
+ "uni_pc_lower_order_final": true,
184
+ "token_merging": false,
185
+ "token_merging_ratio": 0.5,
186
+ "token_merging_hr_only": true,
187
+ "token_merging_ratio_hr": 0.5,
188
+ "token_merging_random": false,
189
+ "token_merging_merge_attention": true,
190
+ "token_merging_merge_cross_attention": false,
191
+ "token_merging_merge_mlp": false,
192
+ "token_merging_maximum_down_sampling": 1,
193
+ "token_merging_stride_x": 2,
194
+ "token_merging_stride_y": 2,
195
+ "postprocessing_enable_in_main_ui": [],
196
+ "postprocessing_operation_order": [],
197
+ "upscaling_max_images_in_cache": 5,
198
+ "disabled_extensions": [],
199
+ "disable_all_extensions": "none",
200
+ "sd_checkpoint_hash": null,
201
+ "ldsr_steps": 100,
202
+ "ldsr_cached": false,
203
+ "SWIN_tile": 192,
204
+ "SWIN_tile_overlap": 8,
205
+ "sd_lyco": "None",
206
+ "sd_lora": "None",
207
+ "aesthetic_scorer_enabled": false,
208
+ "aesthetic_scorer_clip_model": "ViT-L/14",
209
+ "control_net_model_config": "models/cldm_v15.yaml",
210
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
211
+ "control_net_detectedmap_dir": "detected_maps",
212
+ "control_net_models_path": "",
213
+ "control_net_modules_path": "",
214
+ "control_net_max_models_num": 1,
215
+ "control_net_model_cache_size": 1,
216
+ "control_net_no_detectmap": false,
217
+ "control_net_detectmap_autosaving": false,
218
+ "control_net_allow_script_control": false,
219
+ "control_net_sync_field_args": false,
220
+ "controlnet_show_batch_images_in_ui": false,
221
+ "controlnet_increment_seed_during_batch": false,
222
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others, Maintenance",
223
+ "image_browser_hidden_components": [],
224
+ "image_browser_with_subdirs": true,
225
+ "image_browser_copy_image": false,
226
+ "image_browser_delete_message": true,
227
+ "image_browser_txt_files": true,
228
+ "image_browser_debug_level": "0 - none",
229
+ "image_browser_delete_recycle": false,
230
+ "image_browser_scan_exif": true,
231
+ "image_browser_mod_shift": false,
232
+ "image_browser_mod_ctrl_shift": false,
233
+ "image_browser_enable_maint": true,
234
+ "image_browser_ranking_pnginfo": false,
235
+ "image_browser_page_columns": 6.0,
236
+ "image_browser_page_rows": 6.0,
237
+ "image_browser_pages_perload": 20.0,
238
+ "image_browser_use_thumbnail": false,
239
+ "image_browser_thumbnail_size": 200.0,
240
+ "image_browser_swipe": false,
241
+ "tac_tagFile": "danbooru.csv",
242
+ "tac_active": true,
243
+ "tac_activeIn.txt2img": true,
244
+ "tac_activeIn.img2img": true,
245
+ "tac_activeIn.negativePrompts": true,
246
+ "tac_activeIn.thirdParty": true,
247
+ "tac_activeIn.modelList": "",
248
+ "tac_activeIn.modelListMode": "Blacklist",
249
+ "tac_slidingPopup": true,
250
+ "tac_maxResults": 5.0,
251
+ "tac_showAllResults": false,
252
+ "tac_resultStepLength": 100.0,
253
+ "tac_delayTime": 100.0,
254
+ "tac_useWildcards": true,
255
+ "tac_useEmbeddings": true,
256
+ "tac_useHypernetworks": true,
257
+ "tac_useLoras": true,
258
+ "tac_useLycos": true,
259
+ "tac_showWikiLinks": false,
260
+ "tac_replaceUnderscores": true,
261
+ "tac_escapeParentheses": true,
262
+ "tac_appendComma": true,
263
+ "tac_alias.searchByAlias": true,
264
+ "tac_alias.onlyShowAlias": false,
265
+ "tac_translation.translationFile": "None",
266
+ "tac_translation.oldFormat": false,
267
+ "tac_translation.searchByTranslation": true,
268
+ "tac_extra.extraFile": "extra-quality-tags.csv",
269
+ "tac_extra.addMode": "Insert before",
270
+ "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}",
271
+ "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}",
272
+ "additional_networks_extra_lora_path": "",
273
+ "additional_networks_sort_models_by": "name",
274
+ "additional_networks_reverse_sort_order": false,
275
+ "additional_networks_model_name_filter": "",
276
+ "additional_networks_xy_grid_model_metadata": "",
277
+ "additional_networks_hash_thread_count": 1.0,
278
+ "additional_networks_back_up_model_when_saving": true,
279
+ "additional_networks_show_only_safetensors": false,
280
+ "additional_networks_show_only_models_with_metadata": "disabled",
281
+ "additional_networks_max_top_tags": 20.0,
282
+ "additional_networks_max_dataset_folders": 20.0,
283
+ "stealth_pnginfo": true,
284
+ "stealth_pnginfo_mode": "alpha",
285
+ "stealth_pnginfo_compression": true,
286
+ "model_toolkit_fix_clip": false,
287
+ "model_toolkit_autoprune": false
288
+ }
hypernetworks/vladmandic-config/placeholder.txt ADDED
File without changes
hypernetworks/vladmandic-config/ui-config.json ADDED
The diff for this file is too large to render. See raw diff