zuv0 commited on
Commit
1727822
·
verified ·
1 Parent(s): cc34a7d

Upload 2 files

Browse files
Files changed (2) hide show
  1. config_go2.json +291 -0
  2. ui-config_go2.json +0 -0
config_go2.json ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "webp",
4
+ "samples_filename_pattern": "[seed]-",
5
+ "save_images_add_number": true,
6
+ "grid_save": false,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": true,
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": false,
42
+ "grid_save_to_dirs": false,
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": false,
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": "petitcutie_v20.safetensors",
75
+ "sd_checkpoint_cache": 0,
76
+ "sd_vae_checkpoint_cache": 0,
77
+ "sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt",
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": 2,
90
+ "upcast_attn": false,
91
+ "sd_max_resolution": 2048,
92
+ "ignore_overrides": [],
93
+ "randn_source": "GPU",
94
+ "cross_attention_optimization": "Automatic",
95
+ "s_min_uncond": 0.0,
96
+ "token_merging_ratio": 0.0,
97
+ "token_merging_ratio_img2img": 0.0,
98
+ "token_merging_ratio_hr": 0.0,
99
+ "pad_cond_uncond": false,
100
+ "experimental_persistent_cond_cache": false,
101
+ "use_old_emphasis_implementation": false,
102
+ "use_old_karras_scheduler_sigmas": false,
103
+ "no_dpmpp_sde_batch_determinism": false,
104
+ "use_old_hires_fix_width_height": false,
105
+ "dont_fix_second_order_samplers_schedule": false,
106
+ "hires_fix_use_firstpass_conds": false,
107
+ "interrogate_keep_models_in_memory": false,
108
+ "interrogate_return_ranks": false,
109
+ "interrogate_clip_num_beams": 1,
110
+ "interrogate_clip_min_length": 24,
111
+ "interrogate_clip_max_length": 48,
112
+ "interrogate_clip_dict_limit": 1500,
113
+ "interrogate_clip_skip_categories": [],
114
+ "interrogate_deepbooru_score_threshold": 0.5,
115
+ "deepbooru_sort_alpha": true,
116
+ "deepbooru_use_spaces": true,
117
+ "deepbooru_escape": true,
118
+ "deepbooru_filter_tags": "",
119
+ "extra_networks_show_hidden_directories": true,
120
+ "extra_networks_hidden_models": "When searched",
121
+ "extra_networks_default_multiplier": 1.0,
122
+ "extra_networks_add_text_separator": " ",
123
+ "ui_extra_networks_tab_reorder": "",
124
+ "sd_hypernetwork": "None",
125
+ "extra_networks_default_visibility": true,
126
+ "extra_networks_cards_size": 1,
127
+ "extra_networks_cards_visible_rows": 1,
128
+ "extra_networks_aside": true,
129
+ "localization": "None",
130
+ "gradio_theme": "Default",
131
+ "img2img_editor_height": 720,
132
+ "return_grid": false,
133
+ "return_mask": false,
134
+ "return_mask_composite": false,
135
+ "do_not_show_images": false,
136
+ "send_seed": true,
137
+ "send_size": true,
138
+ "font": "",
139
+ "js_modal_lightbox": true,
140
+ "js_modal_lightbox_initially_zoomed": true,
141
+ "js_modal_lightbox_gamepad": false,
142
+ "js_modal_lightbox_gamepad_repeat": 250,
143
+ "show_progress_in_title": true,
144
+ "samplers_in_dropdown": true,
145
+ "dimensions_and_batch_together": true,
146
+ "keyedit_precision_attention": 0.1,
147
+ "keyedit_precision_extra": 0.05,
148
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
149
+ "quicksettings_list": [
150
+ "sd_model_checkpoint",
151
+ "img2img_color_correction",
152
+ "sd_vae",
153
+ "CLIP_stop_at_last_layers"
154
+ ],
155
+ "ui_tab_order": [],
156
+ "hidden_tabs": [],
157
+ "ui_reorder_list": [],
158
+ "hires_fix_show_sampler": false,
159
+ "hires_fix_show_prompts": false,
160
+ "quicksettings": "sd_model_checkpoint,img2img_color_correction,sd_vae,CLIP_stop_at_last_layers",
161
+ "ui_hidden_tabs": "",
162
+ "ui_header_tabs": "",
163
+ "ui_views_order": "row-reverse",
164
+ "ui_output_image_fit": "Scale-down",
165
+ "ui_show_range_ticks": true,
166
+ "ui_dispatch_input_release": true,
167
+ "ui_no_slider_layout": false,
168
+ "disable_token_counters": false,
169
+ "add_model_hash_to_info": true,
170
+ "add_model_name_to_info": true,
171
+ "add_version_to_infotext": true,
172
+ "disable_weights_auto_swap": true,
173
+ "infotext_styles": "Apply if any",
174
+ "show_progressbar": true,
175
+ "live_previews_enable": false,
176
+ "live_previews_image_format": "webp",
177
+ "show_progress_grid": false,
178
+ "show_progress_every_n_steps": 10,
179
+ "show_progress_type": "TAESD",
180
+ "live_preview_content": "Prompt",
181
+ "live_preview_refresh_period": 1000,
182
+ "live_preview_image_fit": "Scale-down",
183
+ "hide_samplers": [
184
+ "Euler",
185
+ "LMS",
186
+ "Heun",
187
+ "DPM2",
188
+ "DPM2 a",
189
+ "DPM++ 2S a",
190
+ "DPM++ 2M",
191
+ "DPM++ SDE",
192
+ "DPM fast",
193
+ "DPM adaptive",
194
+ "LMS Karras",
195
+ "PLMS",
196
+ "DPM2 Karras",
197
+ "DPM2 a Karras"
198
+ ],
199
+ "eta_ddim": 0.0,
200
+ "eta_ancestral": 1.0,
201
+ "ddim_discretize": "uniform",
202
+ "s_churn": 0.0,
203
+ "s_tmin": 0.0,
204
+ "s_noise": 1.0,
205
+ "k_sched_type": "Automatic",
206
+ "sigma_min": 0.0,
207
+ "sigma_max": 0.0,
208
+ "rho": 0.0,
209
+ "eta_noise_seed_delta": 0,
210
+ "always_discard_next_to_last_sigma": false,
211
+ "uni_pc_variant": "bh1",
212
+ "uni_pc_skip_type": "time_uniform",
213
+ "uni_pc_order": 3,
214
+ "uni_pc_lower_order_final": true,
215
+ "postprocessing_enable_in_main_ui": [],
216
+ "postprocessing_operation_order": [],
217
+ "upscaling_max_images_in_cache": 5,
218
+ "disabled_extensions": [
219
+ "extra-options-section"
220
+ ],
221
+ "disable_all_extensions": "none",
222
+ "restore_config_state_file": "",
223
+ "sd_checkpoint_hash": null,
224
+ "SCUNET_tile": 256,
225
+ "SCUNET_tile_overlap": 8,
226
+ "SWIN_tile": 192,
227
+ "SWIN_tile_overlap": 8,
228
+ "lora_functional": false,
229
+ "sd_lyco": "None",
230
+ "sd_lora": "None",
231
+ "lora_preferred_name": "Filename",
232
+ "lora_add_hashes_to_infotext": true,
233
+ "extra_options": [],
234
+ "extra_options_accordion": false,
235
+ "canvas_hotkey_zoom": "Alt",
236
+ "canvas_hotkey_adjust": "Ctrl",
237
+ "canvas_hotkey_move": "F",
238
+ "canvas_hotkey_fullscreen": "S",
239
+ "canvas_hotkey_reset": "R",
240
+ "canvas_hotkey_overlap": "O",
241
+ "canvas_show_tooltip": true,
242
+ "canvas_disabled_functions": [
243
+ "Overlap"
244
+ ],
245
+ "ad_max_models": 2,
246
+ "ad_save_previews": false,
247
+ "ad_save_images_before": false,
248
+ "ad_only_seleted_scripts": true,
249
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight",
250
+ "ad_bbox_sortby": "None",
251
+ "additional_networks_extra_lora_path": "",
252
+ "additional_networks_sort_models_by": "path name",
253
+ "additional_networks_reverse_sort_order": false,
254
+ "additional_networks_model_name_filter": "",
255
+ "additional_networks_xy_grid_model_metadata": "",
256
+ "additional_networks_hash_thread_count": 1.0,
257
+ "additional_networks_back_up_model_when_saving": true,
258
+ "additional_networks_show_only_safetensors": false,
259
+ "additional_networks_show_only_models_with_metadata": "disabled",
260
+ "additional_networks_max_top_tags": 20.0,
261
+ "additional_networks_max_dataset_folders": 20.0,
262
+ "control_net_model_config": "models/cldm_v15.yaml",
263
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
264
+ "control_net_detectedmap_dir": "detected_maps",
265
+ "control_net_models_path": "",
266
+ "control_net_modules_path": "",
267
+ "control_net_max_models_num": 3,
268
+ "control_net_model_cache_size": 1,
269
+ "control_net_inpaint_blur_sigma": 7,
270
+ "control_net_no_detectmap": false,
271
+ "control_net_detectmap_autosaving": false,
272
+ "control_net_allow_script_control": false,
273
+ "control_net_sync_field_args": false,
274
+ "controlnet_show_batch_images_in_ui": false,
275
+ "controlnet_increment_seed_during_batch": false,
276
+ "controlnet_disable_control_type": false,
277
+ "controlnet_disable_openpose_edit": false,
278
+ "dp_ignore_whitespace": false,
279
+ "dp_write_raw_template": false,
280
+ "dp_write_prompts_to_file": false,
281
+ "dp_parser_variant_start": "{",
282
+ "dp_parser_variant_end": "}",
283
+ "dp_parser_wildcard_wrap": "__",
284
+ "dp_limit_jinja_prompts": false,
285
+ "dp_auto_purge_cache": false,
286
+ "dp_wildcard_manager_no_dedupe": false,
287
+ "dp_wildcard_manager_no_sort": false,
288
+ "dp_wildcard_manager_shuffle": false,
289
+ "dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
290
+ "dp_magicprompt_batch_size": 1
291
+ }
ui-config_go2.json ADDED
The diff for this file is too large to render. See raw diff