netrunner-exe
commited on
Commit
•
7b09270
1
Parent(s):
2e49fc6
Upload config.json
Browse files- config.json +252 -0
config.json
ADDED
@@ -0,0 +1,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "/content/gdrive/MyDrive/outputs/txt2img-images",
|
33 |
+
"outdir_img2img_samples": "/content/gdrive/MyDrive/outputs/img2img-images",
|
34 |
+
"outdir_extras_samples": "/content/gdrive/MyDrive/outputs/extras-images",
|
35 |
+
"outdir_grids": "",
|
36 |
+
"outdir_txt2img_grids": "/content/gdrive/MyDrive/outputs/txt2img-grids",
|
37 |
+
"outdir_img2img_grids": "/content/gdrive/MyDrive/outputs/img2img-grids",
|
38 |
+
"outdir_save": "/content/gdrive/MyDrive/log/images",
|
39 |
+
"outdir_init_images": "/content/gdrive/MyDrive/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": "uberRealisticPornMerge_urpmv13Inpainting.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 |
+
"sd_max_resolution": 2048,
|
90 |
+
"ignore_overrides": [],
|
91 |
+
"randn_source": "GPU",
|
92 |
+
"cross_attention_optimization": "Automatic",
|
93 |
+
"s_min_uncond": 0,
|
94 |
+
"token_merging_ratio": 0.0,
|
95 |
+
"token_merging_ratio_img2img": 0.0,
|
96 |
+
"token_merging_ratio_hr": 0.0,
|
97 |
+
"use_old_emphasis_implementation": false,
|
98 |
+
"use_old_karras_scheduler_sigmas": false,
|
99 |
+
"no_dpmpp_sde_batch_determinism": false,
|
100 |
+
"use_old_hires_fix_width_height": false,
|
101 |
+
"dont_fix_second_order_samplers_schedule": false,
|
102 |
+
"interrogate_keep_models_in_memory": false,
|
103 |
+
"interrogate_return_ranks": false,
|
104 |
+
"interrogate_clip_num_beams": 1,
|
105 |
+
"interrogate_clip_min_length": 24,
|
106 |
+
"interrogate_clip_max_length": 48,
|
107 |
+
"interrogate_clip_dict_limit": 1500,
|
108 |
+
"interrogate_clip_skip_categories": [],
|
109 |
+
"interrogate_deepbooru_score_threshold": 0.5,
|
110 |
+
"deepbooru_sort_alpha": true,
|
111 |
+
"deepbooru_use_spaces": true,
|
112 |
+
"deepbooru_escape": true,
|
113 |
+
"deepbooru_filter_tags": "",
|
114 |
+
"extra_networks_show_hidden_directories": true,
|
115 |
+
"extra_networks_hidden_models": "When searched",
|
116 |
+
"extra_networks_default_multiplier": 1.0,
|
117 |
+
"extra_networks_add_text_separator": " ",
|
118 |
+
"ui_extra_networks_tab_reorder": "",
|
119 |
+
"sd_hypernetwork": "None",
|
120 |
+
"extra_networks_default_visibility": true,
|
121 |
+
"extra_networks_cards_size": 1,
|
122 |
+
"extra_networks_cards_visible_rows": 1,
|
123 |
+
"extra_networks_aside": true,
|
124 |
+
"localization": "None",
|
125 |
+
"gradio_theme": "Default",
|
126 |
+
"img2img_editor_height": 720,
|
127 |
+
"return_grid": true,
|
128 |
+
"return_mask": false,
|
129 |
+
"return_mask_composite": false,
|
130 |
+
"do_not_show_images": false,
|
131 |
+
"send_seed": true,
|
132 |
+
"send_size": true,
|
133 |
+
"font": "",
|
134 |
+
"js_modal_lightbox": true,
|
135 |
+
"js_modal_lightbox_initially_zoomed": true,
|
136 |
+
"js_modal_lightbox_gamepad": false,
|
137 |
+
"js_modal_lightbox_gamepad_repeat": 250,
|
138 |
+
"show_progress_in_title": true,
|
139 |
+
"samplers_in_dropdown": true,
|
140 |
+
"dimensions_and_batch_together": true,
|
141 |
+
"keyedit_precision_attention": 0.1,
|
142 |
+
"keyedit_precision_extra": 0.05,
|
143 |
+
"keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
|
144 |
+
"quicksettings_list": [
|
145 |
+
"sd_model_checkpoint"
|
146 |
+
],
|
147 |
+
"ui_tab_order": [],
|
148 |
+
"hidden_tabs": [],
|
149 |
+
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
150 |
+
"hires_fix_show_sampler": false,
|
151 |
+
"hires_fix_show_prompts": false,
|
152 |
+
"quicksettings": "sd_model_checkpoint,sd_vae,CLIP_stop_at_last_layers",
|
153 |
+
"ui_hidden_tabs": "",
|
154 |
+
"ui_header_tabs": "",
|
155 |
+
"ui_views_order": "row-reverse",
|
156 |
+
"ui_output_image_fit": "Scale-down",
|
157 |
+
"ui_show_range_ticks": true,
|
158 |
+
"ui_dispatch_input_release": true,
|
159 |
+
"ui_no_slider_layout": false,
|
160 |
+
"add_model_hash_to_info": true,
|
161 |
+
"add_model_name_to_info": true,
|
162 |
+
"add_version_to_infotext": true,
|
163 |
+
"disable_weights_auto_swap": true,
|
164 |
+
"show_progressbar": true,
|
165 |
+
"live_previews_enable": true,
|
166 |
+
"live_previews_image_format": "jpeg",
|
167 |
+
"show_progress_grid": true,
|
168 |
+
"show_progress_every_n_steps": 10,
|
169 |
+
"show_progress_type": "Approx NN",
|
170 |
+
"live_preview_content": "Prompt",
|
171 |
+
"live_preview_refresh_period": 1000,
|
172 |
+
"live_preview_image_fit": "Scale-down",
|
173 |
+
"hide_samplers": [],
|
174 |
+
"eta_ddim": 0.0,
|
175 |
+
"eta_ancestral": 1.0,
|
176 |
+
"ddim_discretize": "uniform",
|
177 |
+
"s_churn": 0.0,
|
178 |
+
"s_tmin": 0.0,
|
179 |
+
"s_noise": 1.0,
|
180 |
+
"eta_noise_seed_delta": 0,
|
181 |
+
"always_discard_next_to_last_sigma": false,
|
182 |
+
"uni_pc_variant": "bh1",
|
183 |
+
"uni_pc_skip_type": "time_uniform",
|
184 |
+
"uni_pc_order": 3,
|
185 |
+
"uni_pc_lower_order_final": true,
|
186 |
+
"postprocessing_enable_in_main_ui": [],
|
187 |
+
"postprocessing_operation_order": [],
|
188 |
+
"upscaling_max_images_in_cache": 5,
|
189 |
+
"disabled_extensions": [],
|
190 |
+
"disable_all_extensions": "none",
|
191 |
+
"restore_config_state_file": "",
|
192 |
+
"sd_checkpoint_hash": null,
|
193 |
+
"ldsr_steps": 100,
|
194 |
+
"ldsr_cached": false,
|
195 |
+
"SCUNET_tile": 256,
|
196 |
+
"SCUNET_tile_overlap": 8,
|
197 |
+
"SWIN_tile": 192,
|
198 |
+
"SWIN_tile_overlap": 8,
|
199 |
+
"lora_functional": false,
|
200 |
+
"sd_lora": "None",
|
201 |
+
"lora_preferred_name": "Alias from file",
|
202 |
+
"lora_add_hashes_to_infotext": true,
|
203 |
+
"state": [
|
204 |
+
"tabs"
|
205 |
+
],
|
206 |
+
"state_txt2img": [
|
207 |
+
"prompt",
|
208 |
+
"negative_prompt",
|
209 |
+
"extra_networks",
|
210 |
+
"styles",
|
211 |
+
"sampling",
|
212 |
+
"sampling_steps",
|
213 |
+
"width",
|
214 |
+
"height",
|
215 |
+
"batch_count",
|
216 |
+
"batch_size",
|
217 |
+
"cfg_scale",
|
218 |
+
"seed",
|
219 |
+
"restore_faces",
|
220 |
+
"tiling",
|
221 |
+
"hires_fix",
|
222 |
+
"hires_upscaler",
|
223 |
+
"hires_steps",
|
224 |
+
"hires_scale",
|
225 |
+
"hires_resize_x",
|
226 |
+
"hires_resize_y",
|
227 |
+
"hires_denoising_strength",
|
228 |
+
"script"
|
229 |
+
],
|
230 |
+
"state_img2img": [
|
231 |
+
"prompt",
|
232 |
+
"negative_prompt",
|
233 |
+
"extra_networks",
|
234 |
+
"styles",
|
235 |
+
"sampling",
|
236 |
+
"resize_mode",
|
237 |
+
"sampling_steps",
|
238 |
+
"restore_faces",
|
239 |
+
"tiling",
|
240 |
+
"width",
|
241 |
+
"height",
|
242 |
+
"batch_count",
|
243 |
+
"batch_size",
|
244 |
+
"cfg_scale",
|
245 |
+
"denoising_strength",
|
246 |
+
"seed",
|
247 |
+
"script"
|
248 |
+
],
|
249 |
+
"state_extensions": [
|
250 |
+
"control-net"
|
251 |
+
]
|
252 |
+
}
|