Upload 3 files
Browse files- config.json +245 -0
- danbooru-SC.csv +0 -0
- ui-config.json +897 -0
config.json
ADDED
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"jpeg_quality": 80,
|
18 |
+
"webp_lossless": false,
|
19 |
+
"export_for_4chan": true,
|
20 |
+
"img_downscale_threshold": 4.0,
|
21 |
+
"target_side_length": 4000,
|
22 |
+
"img_max_size_mp": 200,
|
23 |
+
"use_original_name_batch": true,
|
24 |
+
"use_upscaler_name_as_suffix": false,
|
25 |
+
"save_selected_only": true,
|
26 |
+
"do_not_add_watermark": false,
|
27 |
+
"temp_dir": "",
|
28 |
+
"clean_temp_dir_at_start": false,
|
29 |
+
"outdir_samples": "",
|
30 |
+
"outdir_txt2img_samples": "outputs/txt2img",
|
31 |
+
"outdir_img2img_samples": "outputs/img2img",
|
32 |
+
"outdir_extras_samples": "outputs/extras",
|
33 |
+
"outdir_grids": "",
|
34 |
+
"outdir_txt2img_grids": "outputs/txt2img",
|
35 |
+
"outdir_img2img_grids": "outputs/img2img",
|
36 |
+
"outdir_save": "log/images",
|
37 |
+
"save_to_dirs": true,
|
38 |
+
"grid_save_to_dirs": true,
|
39 |
+
"use_save_to_dirs_for_ui": false,
|
40 |
+
"directories_filename_pattern": "[date]",
|
41 |
+
"directories_max_prompt_words": 8,
|
42 |
+
"ESRGAN_tile": 192,
|
43 |
+
"ESRGAN_tile_overlap": 8,
|
44 |
+
"realesrgan_enabled_models": [
|
45 |
+
"R-ESRGAN 4x+",
|
46 |
+
"R-ESRGAN 4x+ Anime6B"
|
47 |
+
],
|
48 |
+
"upscaler_for_img2img": null,
|
49 |
+
"face_restoration_model": "CodeFormer",
|
50 |
+
"code_former_weight": 0.5,
|
51 |
+
"face_restoration_unload": false,
|
52 |
+
"show_warnings": false,
|
53 |
+
"memmon_poll_rate": 8,
|
54 |
+
"samples_log_stdout": false,
|
55 |
+
"multiple_tqdm": true,
|
56 |
+
"print_hypernet_extra": false,
|
57 |
+
"unload_models_when_training": false,
|
58 |
+
"pin_memory": false,
|
59 |
+
"save_optimizer_state": false,
|
60 |
+
"save_training_settings_to_txt": true,
|
61 |
+
"dataset_filename_word_regex": "",
|
62 |
+
"dataset_filename_join_string": " ",
|
63 |
+
"training_image_repeats_per_epoch": 1,
|
64 |
+
"training_write_csv_every": 500,
|
65 |
+
"training_xattention_optimizations": false,
|
66 |
+
"training_enable_tensorboard": false,
|
67 |
+
"training_tensorboard_save_images": false,
|
68 |
+
"training_tensorboard_flush_every": 120,
|
69 |
+
"sd_model_checkpoint": "3D_chilloutmix_NiPrunedFp32Fix.safetensors [fc2511737a]",
|
70 |
+
"sd_checkpoint_cache": 0,
|
71 |
+
"sd_vae_checkpoint_cache": 0,
|
72 |
+
"sd_vae": "None",
|
73 |
+
"sd_vae_as_default": true,
|
74 |
+
"inpainting_mask_weight": 1.0,
|
75 |
+
"initial_noise_multiplier": 1.0,
|
76 |
+
"img2img_color_correction": false,
|
77 |
+
"img2img_fix_steps": false,
|
78 |
+
"img2img_background_color": "#ffffff",
|
79 |
+
"enable_quantization": false,
|
80 |
+
"enable_emphasis": true,
|
81 |
+
"enable_batch_seeds": true,
|
82 |
+
"comma_padding_backtrack": 20,
|
83 |
+
"CLIP_stop_at_last_layers": 1,
|
84 |
+
"upcast_attn": false,
|
85 |
+
"use_old_emphasis_implementation": false,
|
86 |
+
"use_old_karras_scheduler_sigmas": false,
|
87 |
+
"no_dpmpp_sde_batch_determinism": false,
|
88 |
+
"use_old_hires_fix_width_height": false,
|
89 |
+
"interrogate_keep_models_in_memory": false,
|
90 |
+
"interrogate_return_ranks": false,
|
91 |
+
"interrogate_clip_num_beams": 1,
|
92 |
+
"interrogate_clip_min_length": 24,
|
93 |
+
"interrogate_clip_max_length": 48,
|
94 |
+
"interrogate_clip_dict_limit": 1500,
|
95 |
+
"interrogate_clip_skip_categories": [],
|
96 |
+
"interrogate_deepbooru_score_threshold": 0.5,
|
97 |
+
"deepbooru_sort_alpha": true,
|
98 |
+
"deepbooru_use_spaces": false,
|
99 |
+
"deepbooru_escape": true,
|
100 |
+
"deepbooru_filter_tags": "",
|
101 |
+
"extra_networks_default_view": "cards",
|
102 |
+
"extra_networks_default_multiplier": 1.0,
|
103 |
+
"extra_networks_add_text_separator": " ",
|
104 |
+
"sd_hypernetwork": "None",
|
105 |
+
"return_grid": true,
|
106 |
+
"do_not_show_images": false,
|
107 |
+
"add_model_hash_to_info": true,
|
108 |
+
"add_model_name_to_info": true,
|
109 |
+
"disable_weights_auto_swap": true,
|
110 |
+
"send_seed": true,
|
111 |
+
"send_size": true,
|
112 |
+
"font": "",
|
113 |
+
"js_modal_lightbox": true,
|
114 |
+
"js_modal_lightbox_initially_zoomed": true,
|
115 |
+
"show_progress_in_title": true,
|
116 |
+
"samplers_in_dropdown": true,
|
117 |
+
"dimensions_and_batch_together": true,
|
118 |
+
"keyedit_precision_attention": 0.1,
|
119 |
+
"keyedit_precision_extra": 0.05,
|
120 |
+
"quicksettings": "sd_model_checkpoint,sd_vae,sd_clip,",
|
121 |
+
"hidden_tabs": [],
|
122 |
+
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
123 |
+
"ui_extra_networks_tab_reorder": "",
|
124 |
+
"localization": "zh_CN",
|
125 |
+
"show_progressbar": true,
|
126 |
+
"live_previews_enable": true,
|
127 |
+
"show_progress_grid": true,
|
128 |
+
"show_progress_every_n_steps": 10,
|
129 |
+
"show_progress_type": "Approx NN",
|
130 |
+
"live_preview_content": "Prompt",
|
131 |
+
"live_preview_refresh_period": 1000,
|
132 |
+
"hide_samplers": [],
|
133 |
+
"eta_ddim": 0.0,
|
134 |
+
"eta_ancestral": 1.0,
|
135 |
+
"ddim_discretize": "uniform",
|
136 |
+
"s_churn": 0.0,
|
137 |
+
"s_tmin": 0.0,
|
138 |
+
"s_noise": 1.0,
|
139 |
+
"eta_noise_seed_delta": 0,
|
140 |
+
"always_discard_next_to_last_sigma": false,
|
141 |
+
"uni_pc_variant": "bh1",
|
142 |
+
"uni_pc_skip_type": "time_uniform",
|
143 |
+
"uni_pc_order": 3,
|
144 |
+
"uni_pc_lower_order_final": true,
|
145 |
+
"postprocessing_enable_in_main_ui": [],
|
146 |
+
"postprocessing_operation_order": [],
|
147 |
+
"upscaling_max_images_in_cache": 5,
|
148 |
+
"disabled_extensions": [],
|
149 |
+
"sd_checkpoint_hash": "fc2511737a54c5e80b89ab03e0ab4b98d051ab187f92860f3cd664dc9d08b271",
|
150 |
+
"ldsr_steps": 100,
|
151 |
+
"ldsr_cached": false,
|
152 |
+
"SWIN_tile": 192,
|
153 |
+
"SWIN_tile_overlap": 8,
|
154 |
+
"sd_lora": "None",
|
155 |
+
"lora_apply_to_outputs": false,
|
156 |
+
"tac_tagFile": "danbooru-SC.csv",
|
157 |
+
"tac_active": true,
|
158 |
+
"tac_activeIn.txt2img": true,
|
159 |
+
"tac_activeIn.img2img": true,
|
160 |
+
"tac_activeIn.negativePrompts": true,
|
161 |
+
"tac_activeIn.thirdParty": true,
|
162 |
+
"tac_activeIn.modelList": "",
|
163 |
+
"tac_activeIn.modelListMode": "Blacklist",
|
164 |
+
"tac_slidingPopup": true,
|
165 |
+
"tac_maxResults": 5.0,
|
166 |
+
"tac_showAllResults": false,
|
167 |
+
"tac_resultStepLength": 100.0,
|
168 |
+
"tac_delayTime": 100.0,
|
169 |
+
"tac_useWildcards": true,
|
170 |
+
"tac_useEmbeddings": true,
|
171 |
+
"tac_useHypernetworks": true,
|
172 |
+
"tac_useLoras": true,
|
173 |
+
"tac_showWikiLinks": false,
|
174 |
+
"tac_replaceUnderscores": true,
|
175 |
+
"tac_escapeParentheses": true,
|
176 |
+
"tac_appendComma": true,
|
177 |
+
"tac_alias.searchByAlias": true,
|
178 |
+
"tac_alias.onlyShowAlias": false,
|
179 |
+
"tac_translation.translationFile": "danbooru-SC.csv",
|
180 |
+
"tac_translation.oldFormat": false,
|
181 |
+
"tac_translation.searchByTranslation": true,
|
182 |
+
"tac_extra.extraFile": "extra-quality-tags.csv",
|
183 |
+
"tac_extra.addMode": "Insert before",
|
184 |
+
"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}",
|
185 |
+
"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}",
|
186 |
+
"control_net_model_config": "models/cldm_v15.yaml",
|
187 |
+
"control_net_model_adapter_config": "models/sketch_adapter_v14.yaml",
|
188 |
+
"control_net_detectedmap_dir": "detected_maps",
|
189 |
+
"control_net_models_path": "",
|
190 |
+
"control_net_max_models_num": 5,
|
191 |
+
"control_net_model_cache_size": 1,
|
192 |
+
"control_net_control_transfer": false,
|
193 |
+
"control_net_no_detectmap": false,
|
194 |
+
"control_net_detectmap_autosaving": false,
|
195 |
+
"control_net_only_midctrl_hires": true,
|
196 |
+
"control_net_allow_script_control": false,
|
197 |
+
"control_net_skip_img2img_processing": false,
|
198 |
+
"control_net_monocular_depth_optim": false,
|
199 |
+
"control_net_only_mid_control": false,
|
200 |
+
"control_net_cfg_based_guidance": false,
|
201 |
+
"control_net_sync_field_args": false,
|
202 |
+
"stealth_pnginfo": true,
|
203 |
+
"ctp_flavor": "mocha",
|
204 |
+
"accent_color": "teal",
|
205 |
+
"images_history_with_subdirs": true,
|
206 |
+
"images_history_preload": false,
|
207 |
+
"images_copy_image": false,
|
208 |
+
"images_delete_message": true,
|
209 |
+
"images_txt_files": true,
|
210 |
+
"images_logger_warning": false,
|
211 |
+
"images_logger_debug": false,
|
212 |
+
"images_delete_recycle": false,
|
213 |
+
"images_scan_exif": true,
|
214 |
+
"images_history_page_columns": 6.0,
|
215 |
+
"images_history_page_rows": 6.0,
|
216 |
+
"images_history_pages_perload": 20.0,
|
217 |
+
"arh_javascript_aspect_ratio_show": true,
|
218 |
+
"arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9, 1.85:1, 2.35:1, 2.39:1, 2.40:1, 21:9, 1.375:1, 1.66:1, 1.75:1",
|
219 |
+
"arh_hide_accordion_by_default": true,
|
220 |
+
"arh_expand_by_default": false,
|
221 |
+
"arh_ui_component_order_key": "MaxDimensionScaler, PredefinedAspectRatioButtons, PredefinedPercentageButtons",
|
222 |
+
"arh_show_max_width_or_height": false,
|
223 |
+
"arh_max_width_or_height": 1024,
|
224 |
+
"arh_show_predefined_aspect_ratios": false,
|
225 |
+
"arh_predefined_aspect_ratio_use_max_dim": false,
|
226 |
+
"arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9",
|
227 |
+
"arh_show_predefined_percentages": false,
|
228 |
+
"arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200",
|
229 |
+
"arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)",
|
230 |
+
"state": [],
|
231 |
+
"state_txt2img": [],
|
232 |
+
"state_img2img": [],
|
233 |
+
"state_extensions": [],
|
234 |
+
"additional_networks_extra_lora_path": "/content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/models/Lora",
|
235 |
+
"additional_networks_sort_models_by": "name",
|
236 |
+
"additional_networks_reverse_sort_order": false,
|
237 |
+
"additional_networks_model_name_filter": "",
|
238 |
+
"additional_networks_xy_grid_model_metadata": "",
|
239 |
+
"additional_networks_hash_thread_count": 1.0,
|
240 |
+
"additional_networks_back_up_model_when_saving": true,
|
241 |
+
"additional_networks_show_only_safetensors": false,
|
242 |
+
"additional_networks_show_only_models_with_metadata": "disabled",
|
243 |
+
"additional_networks_max_top_tags": 20.0,
|
244 |
+
"additional_networks_max_dataset_folders": 20.0
|
245 |
+
}
|
danbooru-SC.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ui-config.json
ADDED
@@ -0,0 +1,897 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"txt2img/Prompt/visible": true,
|
3 |
+
"txt2img/Prompt/value": "",
|
4 |
+
"txt2img/Negative prompt/visible": true,
|
5 |
+
"txt2img/Negative prompt/value": "",
|
6 |
+
"txt2img/Styles/visible": true,
|
7 |
+
"txt2img/Styles/value": [],
|
8 |
+
"txt2img/Sampling method/visible": true,
|
9 |
+
"txt2img/Sampling method/value": "Euler a",
|
10 |
+
"txt2img/Sampling steps/visible": true,
|
11 |
+
"txt2img/Sampling steps/value": 20,
|
12 |
+
"txt2img/Sampling steps/minimum": 1,
|
13 |
+
"txt2img/Sampling steps/maximum": 150,
|
14 |
+
"txt2img/Sampling steps/step": 1,
|
15 |
+
"txt2img/Restore faces/visible": true,
|
16 |
+
"txt2img/Restore faces/value": false,
|
17 |
+
"txt2img/Tiling/visible": true,
|
18 |
+
"txt2img/Tiling/value": false,
|
19 |
+
"txt2img/Hires. fix/visible": true,
|
20 |
+
"txt2img/Hires. fix/value": false,
|
21 |
+
"txt2img/Upscaler/visible": true,
|
22 |
+
"txt2img/Upscaler/value": "Latent",
|
23 |
+
"txt2img/Hires steps/visible": true,
|
24 |
+
"txt2img/Hires steps/value": 0,
|
25 |
+
"txt2img/Hires steps/minimum": 0,
|
26 |
+
"txt2img/Hires steps/maximum": 150,
|
27 |
+
"txt2img/Hires steps/step": 1,
|
28 |
+
"txt2img/Denoising strength/visible": true,
|
29 |
+
"txt2img/Denoising strength/value": 0.7,
|
30 |
+
"txt2img/Denoising strength/minimum": 0.0,
|
31 |
+
"txt2img/Denoising strength/maximum": 1.0,
|
32 |
+
"txt2img/Denoising strength/step": 0.01,
|
33 |
+
"txt2img/Upscale by/visible": true,
|
34 |
+
"txt2img/Upscale by/value": 2.0,
|
35 |
+
"txt2img/Upscale by/minimum": 1.0,
|
36 |
+
"txt2img/Upscale by/maximum": 4.0,
|
37 |
+
"txt2img/Upscale by/step": 0.05,
|
38 |
+
"txt2img/Resize width to/visible": true,
|
39 |
+
"txt2img/Resize width to/value": 0,
|
40 |
+
"txt2img/Resize width to/minimum": 0,
|
41 |
+
"txt2img/Resize width to/maximum": 2048,
|
42 |
+
"txt2img/Resize width to/step": 8,
|
43 |
+
"txt2img/Resize height to/visible": true,
|
44 |
+
"txt2img/Resize height to/value": 0,
|
45 |
+
"txt2img/Resize height to/minimum": 0,
|
46 |
+
"txt2img/Resize height to/maximum": 2048,
|
47 |
+
"txt2img/Resize height to/step": 8,
|
48 |
+
"txt2img/Width/visible": true,
|
49 |
+
"txt2img/Width/value": 512,
|
50 |
+
"txt2img/Width/minimum": 64,
|
51 |
+
"txt2img/Width/maximum": 2048,
|
52 |
+
"txt2img/Width/step": 8,
|
53 |
+
"txt2img/Height/visible": true,
|
54 |
+
"txt2img/Height/value": 512,
|
55 |
+
"txt2img/Height/minimum": 64,
|
56 |
+
"txt2img/Height/maximum": 2048,
|
57 |
+
"txt2img/Height/step": 8,
|
58 |
+
"txt2img/Batch count/visible": true,
|
59 |
+
"txt2img/Batch count/value": 1,
|
60 |
+
"txt2img/Batch count/minimum": 1,
|
61 |
+
"txt2img/Batch count/maximum": 100,
|
62 |
+
"txt2img/Batch count/step": 1,
|
63 |
+
"txt2img/Batch size/visible": true,
|
64 |
+
"txt2img/Batch size/value": 1,
|
65 |
+
"txt2img/Batch size/minimum": 1,
|
66 |
+
"txt2img/Batch size/maximum": 8,
|
67 |
+
"txt2img/Batch size/step": 1,
|
68 |
+
"txt2img/CFG Scale/visible": true,
|
69 |
+
"txt2img/CFG Scale/value": 7.0,
|
70 |
+
"txt2img/CFG Scale/minimum": 1.0,
|
71 |
+
"txt2img/CFG Scale/maximum": 30.0,
|
72 |
+
"txt2img/CFG Scale/step": 0.5,
|
73 |
+
"txt2img/Seed/visible": true,
|
74 |
+
"txt2img/Seed/value": -1.0,
|
75 |
+
"txt2img/Extra/visible": true,
|
76 |
+
"txt2img/Extra/value": false,
|
77 |
+
"txt2img/Variation seed/visible": true,
|
78 |
+
"txt2img/Variation seed/value": -1.0,
|
79 |
+
"txt2img/Variation strength/visible": true,
|
80 |
+
"txt2img/Variation strength/value": 0.0,
|
81 |
+
"txt2img/Variation strength/minimum": 0,
|
82 |
+
"txt2img/Variation strength/maximum": 1,
|
83 |
+
"txt2img/Variation strength/step": 0.01,
|
84 |
+
"txt2img/Resize seed from width/visible": true,
|
85 |
+
"txt2img/Resize seed from width/value": 0,
|
86 |
+
"txt2img/Resize seed from width/minimum": 0,
|
87 |
+
"txt2img/Resize seed from width/maximum": 2048,
|
88 |
+
"txt2img/Resize seed from width/step": 8,
|
89 |
+
"txt2img/Resize seed from height/visible": true,
|
90 |
+
"txt2img/Resize seed from height/value": 0,
|
91 |
+
"txt2img/Resize seed from height/minimum": 0,
|
92 |
+
"txt2img/Resize seed from height/maximum": 2048,
|
93 |
+
"txt2img/Resize seed from height/step": 8,
|
94 |
+
"txt2img/Override settings/value": null,
|
95 |
+
"txt2img/Enable/visible": true,
|
96 |
+
"txt2img/Enable/value": false,
|
97 |
+
"txt2img/Invert Input Color/visible": true,
|
98 |
+
"txt2img/Invert Input Color/value": false,
|
99 |
+
"txt2img/RGB to BGR/visible": true,
|
100 |
+
"txt2img/RGB to BGR/value": false,
|
101 |
+
"txt2img/Low VRAM/visible": true,
|
102 |
+
"txt2img/Low VRAM/value": false,
|
103 |
+
"txt2img/Guess Mode/visible": true,
|
104 |
+
"txt2img/Guess Mode/value": false,
|
105 |
+
"txt2img/Preprocessor/visible": true,
|
106 |
+
"txt2img/Preprocessor/value": "none",
|
107 |
+
"txt2img/Model/visible": true,
|
108 |
+
"txt2img/Model/value": "None",
|
109 |
+
"txt2img/Weight/visible": true,
|
110 |
+
"txt2img/Weight/value": 1.0,
|
111 |
+
"txt2img/Weight/minimum": 0.0,
|
112 |
+
"txt2img/Weight/maximum": 2.0,
|
113 |
+
"txt2img/Weight/step": 0.05,
|
114 |
+
"txt2img/Guidance Start (T)/visible": true,
|
115 |
+
"txt2img/Guidance Start (T)/value": 0.0,
|
116 |
+
"txt2img/Guidance Start (T)/minimum": 0.0,
|
117 |
+
"txt2img/Guidance Start (T)/maximum": 1.0,
|
118 |
+
"txt2img/Guidance Start (T)/step": 0.01,
|
119 |
+
"txt2img/Guidance End (T)/visible": true,
|
120 |
+
"txt2img/Guidance End (T)/value": 1.0,
|
121 |
+
"txt2img/Guidance End (T)/minimum": 0.0,
|
122 |
+
"txt2img/Guidance End (T)/maximum": 1.0,
|
123 |
+
"txt2img/Guidance End (T)/step": 0.01,
|
124 |
+
"txt2img/Annotator resolution/visible": true,
|
125 |
+
"txt2img/Annotator resolution/value": 64,
|
126 |
+
"txt2img/Annotator resolution/minimum": 64,
|
127 |
+
"txt2img/Annotator resolution/maximum": 2048,
|
128 |
+
"txt2img/Annotator resolution/step": 10,
|
129 |
+
"txt2img/Threshold A/visible": true,
|
130 |
+
"txt2img/Threshold A/value": 64,
|
131 |
+
"txt2img/Threshold A/minimum": 64,
|
132 |
+
"txt2img/Threshold A/maximum": 1024,
|
133 |
+
"txt2img/Threshold A/step": 1,
|
134 |
+
"txt2img/Threshold B/visible": true,
|
135 |
+
"txt2img/Threshold B/value": 64,
|
136 |
+
"txt2img/Threshold B/minimum": 64,
|
137 |
+
"txt2img/Threshold B/maximum": 1024,
|
138 |
+
"txt2img/Threshold B/step": 1,
|
139 |
+
"txt2img/Resize Mode/visible": true,
|
140 |
+
"txt2img/Resize Mode/value": "Scale to Fit (Inner Fit)",
|
141 |
+
"txt2img/Canvas Width/visible": true,
|
142 |
+
"txt2img/Canvas Width/value": 512,
|
143 |
+
"txt2img/Canvas Width/minimum": 256,
|
144 |
+
"txt2img/Canvas Width/maximum": 1024,
|
145 |
+
"txt2img/Canvas Width/step": 64,
|
146 |
+
"txt2img/Canvas Height/visible": true,
|
147 |
+
"txt2img/Canvas Height/value": 512,
|
148 |
+
"txt2img/Canvas Height/minimum": 256,
|
149 |
+
"txt2img/Canvas Height/maximum": 1024,
|
150 |
+
"txt2img/Canvas Height/step": 64,
|
151 |
+
"txt2img/Script/visible": true,
|
152 |
+
"txt2img/Script/value": "None",
|
153 |
+
"customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
|
154 |
+
"customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
|
155 |
+
"customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
|
156 |
+
"customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
|
157 |
+
"customscript/prompt_matrix.py/txt2img/Select prompt/visible": true,
|
158 |
+
"customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive",
|
159 |
+
"customscript/prompt_matrix.py/txt2img/Select joining char/visible": true,
|
160 |
+
"customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma",
|
161 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true,
|
162 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0,
|
163 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0,
|
164 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 500,
|
165 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2,
|
166 |
+
"customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
|
167 |
+
"customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
|
168 |
+
"customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
|
169 |
+
"customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
|
170 |
+
"customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
|
171 |
+
"customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
|
172 |
+
"customscript/run_n_times.py/txt2img/n/visible": true,
|
173 |
+
"customscript/run_n_times.py/txt2img/n/value": "",
|
174 |
+
"customscript/xyz_grid.py/txt2img/X type/visible": true,
|
175 |
+
"customscript/xyz_grid.py/txt2img/X type/value": "Seed",
|
176 |
+
"customscript/xyz_grid.py/txt2img/X values/visible": true,
|
177 |
+
"customscript/xyz_grid.py/txt2img/X values/value": "",
|
178 |
+
"customscript/xyz_grid.py/txt2img/Y type/visible": true,
|
179 |
+
"customscript/xyz_grid.py/txt2img/Y type/value": "Nothing",
|
180 |
+
"customscript/xyz_grid.py/txt2img/Y values/visible": true,
|
181 |
+
"customscript/xyz_grid.py/txt2img/Y values/value": "",
|
182 |
+
"customscript/xyz_grid.py/txt2img/Z type/visible": true,
|
183 |
+
"customscript/xyz_grid.py/txt2img/Z type/value": "Nothing",
|
184 |
+
"customscript/xyz_grid.py/txt2img/Z values/visible": true,
|
185 |
+
"customscript/xyz_grid.py/txt2img/Z values/value": "",
|
186 |
+
"customscript/xyz_grid.py/txt2img/Draw legend/visible": true,
|
187 |
+
"customscript/xyz_grid.py/txt2img/Draw legend/value": true,
|
188 |
+
"customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
|
189 |
+
"customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
|
190 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
|
191 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
|
192 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
|
193 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
|
194 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
|
195 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
|
196 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
|
197 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500,
|
198 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
|
199 |
+
"customscript/movie2movie.py/txt2img/Save preprocessed/visible": true,
|
200 |
+
"customscript/movie2movie.py/txt2img/Save preprocessed/value": false,
|
201 |
+
"customscript/movie2movie.py/txt2img/Duration/visible": true,
|
202 |
+
"customscript/movie2movie.py/txt2img/Duration/value": 50.0,
|
203 |
+
"customscript/movie2movie.py/txt2img/Duration/minimum": 10.0,
|
204 |
+
"customscript/movie2movie.py/txt2img/Duration/maximum": 200.0,
|
205 |
+
"customscript/movie2movie.py/txt2img/Duration/step": 10,
|
206 |
+
"img2img/Prompt/visible": true,
|
207 |
+
"img2img/Prompt/value": "",
|
208 |
+
"img2img/Negative prompt/visible": true,
|
209 |
+
"img2img/Negative prompt/value": "",
|
210 |
+
"img2img/Styles/visible": true,
|
211 |
+
"img2img/Styles/value": [],
|
212 |
+
"img2img/Input directory/visible": true,
|
213 |
+
"img2img/Input directory/value": "",
|
214 |
+
"img2img/Output directory/visible": true,
|
215 |
+
"img2img/Output directory/value": "",
|
216 |
+
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
|
217 |
+
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
|
218 |
+
"img2img/Resize mode/visible": true,
|
219 |
+
"img2img/Resize mode/value": "Just resize",
|
220 |
+
"img2img/Mask blur/visible": true,
|
221 |
+
"img2img/Mask blur/value": 4,
|
222 |
+
"img2img/Mask blur/minimum": 0,
|
223 |
+
"img2img/Mask blur/maximum": 64,
|
224 |
+
"img2img/Mask blur/step": 1,
|
225 |
+
"img2img/Mask transparency/value": 0,
|
226 |
+
"img2img/Mask transparency/minimum": 0,
|
227 |
+
"img2img/Mask transparency/maximum": 100,
|
228 |
+
"img2img/Mask transparency/step": 1,
|
229 |
+
"img2img/Mask mode/visible": true,
|
230 |
+
"img2img/Mask mode/value": "Inpaint masked",
|
231 |
+
"img2img/Masked content/visible": true,
|
232 |
+
"img2img/Masked content/value": "original",
|
233 |
+
"img2img/Inpaint area/visible": true,
|
234 |
+
"img2img/Inpaint area/value": "Whole picture",
|
235 |
+
"img2img/Only masked padding, pixels/visible": true,
|
236 |
+
"img2img/Only masked padding, pixels/value": 32,
|
237 |
+
"img2img/Only masked padding, pixels/minimum": 0,
|
238 |
+
"img2img/Only masked padding, pixels/maximum": 256,
|
239 |
+
"img2img/Only masked padding, pixels/step": 4,
|
240 |
+
"img2img/Sampling method/visible": true,
|
241 |
+
"img2img/Sampling method/value": "Euler a",
|
242 |
+
"img2img/Sampling steps/visible": true,
|
243 |
+
"img2img/Sampling steps/value": 20,
|
244 |
+
"img2img/Sampling steps/minimum": 1,
|
245 |
+
"img2img/Sampling steps/maximum": 150,
|
246 |
+
"img2img/Sampling steps/step": 1,
|
247 |
+
"img2img/Restore faces/visible": true,
|
248 |
+
"img2img/Restore faces/value": false,
|
249 |
+
"img2img/Tiling/visible": true,
|
250 |
+
"img2img/Tiling/value": false,
|
251 |
+
"img2img/Width/visible": true,
|
252 |
+
"img2img/Width/value": 512,
|
253 |
+
"img2img/Width/minimum": 64,
|
254 |
+
"img2img/Width/maximum": 2048,
|
255 |
+
"img2img/Width/step": 8,
|
256 |
+
"img2img/Height/visible": true,
|
257 |
+
"img2img/Height/value": 512,
|
258 |
+
"img2img/Height/minimum": 64,
|
259 |
+
"img2img/Height/maximum": 2048,
|
260 |
+
"img2img/Height/step": 8,
|
261 |
+
"img2img/Batch count/visible": true,
|
262 |
+
"img2img/Batch count/value": 1,
|
263 |
+
"img2img/Batch count/minimum": 1,
|
264 |
+
"img2img/Batch count/maximum": 100,
|
265 |
+
"img2img/Batch count/step": 1,
|
266 |
+
"img2img/Batch size/visible": true,
|
267 |
+
"img2img/Batch size/value": 1,
|
268 |
+
"img2img/Batch size/minimum": 1,
|
269 |
+
"img2img/Batch size/maximum": 8,
|
270 |
+
"img2img/Batch size/step": 1,
|
271 |
+
"img2img/CFG Scale/visible": true,
|
272 |
+
"img2img/CFG Scale/value": 7.0,
|
273 |
+
"img2img/CFG Scale/minimum": 1.0,
|
274 |
+
"img2img/CFG Scale/maximum": 30.0,
|
275 |
+
"img2img/CFG Scale/step": 0.5,
|
276 |
+
"img2img/Image CFG Scale/value": 1.5,
|
277 |
+
"img2img/Image CFG Scale/minimum": 0,
|
278 |
+
"img2img/Image CFG Scale/maximum": 3.0,
|
279 |
+
"img2img/Image CFG Scale/step": 0.05,
|
280 |
+
"img2img/Denoising strength/visible": true,
|
281 |
+
"img2img/Denoising strength/value": 0.75,
|
282 |
+
"img2img/Denoising strength/minimum": 0.0,
|
283 |
+
"img2img/Denoising strength/maximum": 1.0,
|
284 |
+
"img2img/Denoising strength/step": 0.01,
|
285 |
+
"img2img/Seed/visible": true,
|
286 |
+
"img2img/Seed/value": -1.0,
|
287 |
+
"img2img/Extra/visible": true,
|
288 |
+
"img2img/Extra/value": false,
|
289 |
+
"img2img/Variation seed/visible": true,
|
290 |
+
"img2img/Variation seed/value": -1.0,
|
291 |
+
"img2img/Variation strength/visible": true,
|
292 |
+
"img2img/Variation strength/value": 0.0,
|
293 |
+
"img2img/Variation strength/minimum": 0,
|
294 |
+
"img2img/Variation strength/maximum": 1,
|
295 |
+
"img2img/Variation strength/step": 0.01,
|
296 |
+
"img2img/Resize seed from width/visible": true,
|
297 |
+
"img2img/Resize seed from width/value": 0,
|
298 |
+
"img2img/Resize seed from width/minimum": 0,
|
299 |
+
"img2img/Resize seed from width/maximum": 2048,
|
300 |
+
"img2img/Resize seed from width/step": 8,
|
301 |
+
"img2img/Resize seed from height/visible": true,
|
302 |
+
"img2img/Resize seed from height/value": 0,
|
303 |
+
"img2img/Resize seed from height/minimum": 0,
|
304 |
+
"img2img/Resize seed from height/maximum": 2048,
|
305 |
+
"img2img/Resize seed from height/step": 8,
|
306 |
+
"img2img/Override settings/value": null,
|
307 |
+
"img2img/Enable/visible": true,
|
308 |
+
"img2img/Enable/value": false,
|
309 |
+
"img2img/Invert Input Color/visible": true,
|
310 |
+
"img2img/Invert Input Color/value": false,
|
311 |
+
"img2img/RGB to BGR/visible": true,
|
312 |
+
"img2img/RGB to BGR/value": false,
|
313 |
+
"img2img/Low VRAM/visible": true,
|
314 |
+
"img2img/Low VRAM/value": false,
|
315 |
+
"img2img/Guess Mode/visible": true,
|
316 |
+
"img2img/Guess Mode/value": false,
|
317 |
+
"img2img/Preprocessor/visible": true,
|
318 |
+
"img2img/Preprocessor/value": "none",
|
319 |
+
"img2img/Model/visible": true,
|
320 |
+
"img2img/Model/value": "None",
|
321 |
+
"img2img/Weight/visible": true,
|
322 |
+
"img2img/Weight/value": 1.0,
|
323 |
+
"img2img/Weight/minimum": 0.0,
|
324 |
+
"img2img/Weight/maximum": 2.0,
|
325 |
+
"img2img/Weight/step": 0.05,
|
326 |
+
"img2img/Guidance Start (T)/visible": true,
|
327 |
+
"img2img/Guidance Start (T)/value": 0.0,
|
328 |
+
"img2img/Guidance Start (T)/minimum": 0.0,
|
329 |
+
"img2img/Guidance Start (T)/maximum": 1.0,
|
330 |
+
"img2img/Guidance Start (T)/step": 0.01,
|
331 |
+
"img2img/Guidance End (T)/visible": true,
|
332 |
+
"img2img/Guidance End (T)/value": 1.0,
|
333 |
+
"img2img/Guidance End (T)/minimum": 0.0,
|
334 |
+
"img2img/Guidance End (T)/maximum": 1.0,
|
335 |
+
"img2img/Guidance End (T)/step": 0.01,
|
336 |
+
"img2img/Annotator resolution/visible": true,
|
337 |
+
"img2img/Annotator resolution/value": 64,
|
338 |
+
"img2img/Annotator resolution/minimum": 64,
|
339 |
+
"img2img/Annotator resolution/maximum": 2048,
|
340 |
+
"img2img/Annotator resolution/step": 10,
|
341 |
+
"img2img/Threshold A/visible": true,
|
342 |
+
"img2img/Threshold A/value": 64,
|
343 |
+
"img2img/Threshold A/minimum": 64,
|
344 |
+
"img2img/Threshold A/maximum": 1024,
|
345 |
+
"img2img/Threshold A/step": 1,
|
346 |
+
"img2img/Threshold B/visible": true,
|
347 |
+
"img2img/Threshold B/value": 64,
|
348 |
+
"img2img/Threshold B/minimum": 64,
|
349 |
+
"img2img/Threshold B/maximum": 1024,
|
350 |
+
"img2img/Threshold B/step": 1,
|
351 |
+
"img2img/Resize Mode/visible": true,
|
352 |
+
"img2img/Resize Mode/value": "Scale to Fit (Inner Fit)",
|
353 |
+
"img2img/Canvas Width/visible": true,
|
354 |
+
"img2img/Canvas Width/value": 512,
|
355 |
+
"img2img/Canvas Width/minimum": 256,
|
356 |
+
"img2img/Canvas Width/maximum": 1024,
|
357 |
+
"img2img/Canvas Width/step": 64,
|
358 |
+
"img2img/Canvas Height/visible": true,
|
359 |
+
"img2img/Canvas Height/value": 512,
|
360 |
+
"img2img/Canvas Height/minimum": 256,
|
361 |
+
"img2img/Canvas Height/maximum": 1024,
|
362 |
+
"img2img/Canvas Height/step": 64,
|
363 |
+
"img2img/Script/visible": true,
|
364 |
+
"img2img/Script/value": "None",
|
365 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
|
366 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
|
367 |
+
"customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
|
368 |
+
"customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
|
369 |
+
"customscript/img2imgalt.py/img2img/Original prompt/visible": true,
|
370 |
+
"customscript/img2imgalt.py/img2img/Original prompt/value": "",
|
371 |
+
"customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
|
372 |
+
"customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
|
373 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
|
374 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
|
375 |
+
"customscript/img2imgalt.py/img2img/Decode steps/visible": true,
|
376 |
+
"customscript/img2imgalt.py/img2img/Decode steps/value": 50,
|
377 |
+
"customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
|
378 |
+
"customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
|
379 |
+
"customscript/img2imgalt.py/img2img/Decode steps/step": 1,
|
380 |
+
"customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
|
381 |
+
"customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
|
382 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
|
383 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
|
384 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
|
385 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
|
386 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
|
387 |
+
"customscript/img2imgalt.py/img2img/Randomness/visible": true,
|
388 |
+
"customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
|
389 |
+
"customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
|
390 |
+
"customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
|
391 |
+
"customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
|
392 |
+
"customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
|
393 |
+
"customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
|
394 |
+
"customscript/loopback.py/img2img/Loops/visible": true,
|
395 |
+
"customscript/loopback.py/img2img/Loops/value": 4,
|
396 |
+
"customscript/loopback.py/img2img/Loops/minimum": 1,
|
397 |
+
"customscript/loopback.py/img2img/Loops/maximum": 32,
|
398 |
+
"customscript/loopback.py/img2img/Loops/step": 1,
|
399 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/visible": true,
|
400 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/value": 1,
|
401 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9,
|
402 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1,
|
403 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01,
|
404 |
+
"customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true,
|
405 |
+
"customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None",
|
406 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
|
407 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
|
408 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
|
409 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
|
410 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
|
411 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
|
412 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
|
413 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
|
414 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
|
415 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
|
416 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
|
417 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
|
418 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
|
419 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
|
420 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
|
421 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
|
422 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
|
423 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
|
424 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
|
425 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
|
426 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
|
427 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
|
428 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
|
429 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
|
430 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
|
431 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
|
432 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
|
433 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
|
434 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
|
435 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
|
436 |
+
"customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
|
437 |
+
"customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
|
438 |
+
"customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
|
439 |
+
"customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
|
440 |
+
"customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
|
441 |
+
"customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
|
442 |
+
"customscript/prompt_matrix.py/img2img/Select prompt/visible": true,
|
443 |
+
"customscript/prompt_matrix.py/img2img/Select prompt/value": "positive",
|
444 |
+
"customscript/prompt_matrix.py/img2img/Select joining char/visible": true,
|
445 |
+
"customscript/prompt_matrix.py/img2img/Select joining char/value": "comma",
|
446 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true,
|
447 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0,
|
448 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0,
|
449 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 500,
|
450 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2,
|
451 |
+
"customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
|
452 |
+
"customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
|
453 |
+
"customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
|
454 |
+
"customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
|
455 |
+
"customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
|
456 |
+
"customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
|
457 |
+
"customscript/run_n_times.py/img2img/n/visible": true,
|
458 |
+
"customscript/run_n_times.py/img2img/n/value": "",
|
459 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
|
460 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
|
461 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
|
462 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
|
463 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
|
464 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
|
465 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
|
466 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
|
467 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
|
468 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
|
469 |
+
"customscript/sd_upscale.py/img2img/Upscaler/visible": true,
|
470 |
+
"customscript/sd_upscale.py/img2img/Upscaler/value": "None",
|
471 |
+
"customscript/xyz_grid.py/img2img/X type/visible": true,
|
472 |
+
"customscript/xyz_grid.py/img2img/X type/value": "Seed",
|
473 |
+
"customscript/xyz_grid.py/img2img/X values/visible": true,
|
474 |
+
"customscript/xyz_grid.py/img2img/X values/value": "",
|
475 |
+
"customscript/xyz_grid.py/img2img/Y type/visible": true,
|
476 |
+
"customscript/xyz_grid.py/img2img/Y type/value": "Nothing",
|
477 |
+
"customscript/xyz_grid.py/img2img/Y values/visible": true,
|
478 |
+
"customscript/xyz_grid.py/img2img/Y values/value": "",
|
479 |
+
"customscript/xyz_grid.py/img2img/Z type/visible": true,
|
480 |
+
"customscript/xyz_grid.py/img2img/Z type/value": "Nothing",
|
481 |
+
"customscript/xyz_grid.py/img2img/Z values/visible": true,
|
482 |
+
"customscript/xyz_grid.py/img2img/Z values/value": "",
|
483 |
+
"customscript/xyz_grid.py/img2img/Draw legend/visible": true,
|
484 |
+
"customscript/xyz_grid.py/img2img/Draw legend/value": true,
|
485 |
+
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
|
486 |
+
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
|
487 |
+
"customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
|
488 |
+
"customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
|
489 |
+
"customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
|
490 |
+
"customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
|
491 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
|
492 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
|
493 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
|
494 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500,
|
495 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
|
496 |
+
"customscript/movie2movie.py/img2img/Save preprocessed/visible": true,
|
497 |
+
"customscript/movie2movie.py/img2img/Save preprocessed/value": false,
|
498 |
+
"customscript/movie2movie.py/img2img/Duration/visible": true,
|
499 |
+
"customscript/movie2movie.py/img2img/Duration/value": 50.0,
|
500 |
+
"customscript/movie2movie.py/img2img/Duration/minimum": 10.0,
|
501 |
+
"customscript/movie2movie.py/img2img/Duration/maximum": 200.0,
|
502 |
+
"customscript/movie2movie.py/img2img/Duration/step": 10,
|
503 |
+
"extras/Input directory/visible": true,
|
504 |
+
"extras/Input directory/value": "",
|
505 |
+
"extras/Output directory/visible": true,
|
506 |
+
"extras/Output directory/value": "",
|
507 |
+
"extras/Show result images/visible": true,
|
508 |
+
"extras/Show result images/value": true,
|
509 |
+
"customscript/postprocessing_upscale.py/extras/Resize/visible": true,
|
510 |
+
"customscript/postprocessing_upscale.py/extras/Resize/value": 4,
|
511 |
+
"customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
|
512 |
+
"customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
|
513 |
+
"customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
|
514 |
+
"customscript/postprocessing_upscale.py/extras/Width/visible": true,
|
515 |
+
"customscript/postprocessing_upscale.py/extras/Width/value": 512,
|
516 |
+
"customscript/postprocessing_upscale.py/extras/Height/visible": true,
|
517 |
+
"customscript/postprocessing_upscale.py/extras/Height/value": 512,
|
518 |
+
"customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
|
519 |
+
"customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
|
520 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
|
521 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
|
522 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
|
523 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
|
524 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
|
525 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
|
526 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
|
527 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
|
528 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
|
529 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true,
|
530 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0,
|
531 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0,
|
532 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0,
|
533 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001,
|
534 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true,
|
535 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0,
|
536 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0,
|
537 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0,
|
538 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001,
|
539 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
|
540 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
|
541 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
|
542 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
|
543 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
|
544 |
+
"modelmerger/Primary model (A)/visible": true,
|
545 |
+
"modelmerger/Primary model (A)/value": null,
|
546 |
+
"modelmerger/Secondary model (B)/visible": true,
|
547 |
+
"modelmerger/Secondary model (B)/value": null,
|
548 |
+
"modelmerger/Tertiary model (C)/visible": true,
|
549 |
+
"modelmerger/Tertiary model (C)/value": null,
|
550 |
+
"modelmerger/Custom Name (Optional)/visible": true,
|
551 |
+
"modelmerger/Custom Name (Optional)/value": "",
|
552 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
|
553 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
|
554 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
|
555 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
|
556 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
|
557 |
+
"modelmerger/Interpolation Method/visible": true,
|
558 |
+
"modelmerger/Interpolation Method/value": "Weighted sum",
|
559 |
+
"modelmerger/Checkpoint format/visible": true,
|
560 |
+
"modelmerger/Checkpoint format/value": "ckpt",
|
561 |
+
"modelmerger/Save as float16/visible": true,
|
562 |
+
"modelmerger/Save as float16/value": false,
|
563 |
+
"modelmerger/Copy config from/visible": true,
|
564 |
+
"modelmerger/Copy config from/value": "A, B or C",
|
565 |
+
"modelmerger/Bake in VAE/visible": true,
|
566 |
+
"modelmerger/Bake in VAE/value": "None",
|
567 |
+
"modelmerger/Discard weights with matching name/visible": true,
|
568 |
+
"modelmerger/Discard weights with matching name/value": "",
|
569 |
+
"train/Name/visible": true,
|
570 |
+
"train/Name/value": "",
|
571 |
+
"train/Initialization text/visible": true,
|
572 |
+
"train/Initialization text/value": "*",
|
573 |
+
"train/Number of vectors per token/visible": true,
|
574 |
+
"train/Number of vectors per token/value": 1,
|
575 |
+
"train/Number of vectors per token/minimum": 1,
|
576 |
+
"train/Number of vectors per token/maximum": 75,
|
577 |
+
"train/Number of vectors per token/step": 1,
|
578 |
+
"train/Overwrite Old Embedding/visible": true,
|
579 |
+
"train/Overwrite Old Embedding/value": false,
|
580 |
+
"train/Enter hypernetwork layer structure/visible": true,
|
581 |
+
"train/Enter hypernetwork layer structure/value": "1, 2, 1",
|
582 |
+
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
|
583 |
+
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
|
584 |
+
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
|
585 |
+
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
|
586 |
+
"train/Add layer normalization/visible": true,
|
587 |
+
"train/Add layer normalization/value": false,
|
588 |
+
"train/Use dropout/visible": true,
|
589 |
+
"train/Use dropout/value": false,
|
590 |
+
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
|
591 |
+
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0",
|
592 |
+
"train/Overwrite Old Hypernetwork/visible": true,
|
593 |
+
"train/Overwrite Old Hypernetwork/value": false,
|
594 |
+
"train/Source directory/visible": true,
|
595 |
+
"train/Source directory/value": "",
|
596 |
+
"train/Destination directory/visible": true,
|
597 |
+
"train/Destination directory/value": "",
|
598 |
+
"train/Width/visible": true,
|
599 |
+
"train/Width/value": 512,
|
600 |
+
"train/Width/minimum": 64,
|
601 |
+
"train/Width/maximum": 2048,
|
602 |
+
"train/Width/step": 8,
|
603 |
+
"train/Height/visible": true,
|
604 |
+
"train/Height/value": 512,
|
605 |
+
"train/Height/minimum": 64,
|
606 |
+
"train/Height/maximum": 2048,
|
607 |
+
"train/Height/step": 8,
|
608 |
+
"train/Existing Caption txt Action/visible": true,
|
609 |
+
"train/Existing Caption txt Action/value": "ignore",
|
610 |
+
"train/Create flipped copies/visible": true,
|
611 |
+
"train/Create flipped copies/value": false,
|
612 |
+
"train/Split oversized images/visible": true,
|
613 |
+
"train/Split oversized images/value": false,
|
614 |
+
"train/Auto focal point crop/visible": true,
|
615 |
+
"train/Auto focal point crop/value": false,
|
616 |
+
"train/Auto-sized crop/visible": true,
|
617 |
+
"train/Auto-sized crop/value": false,
|
618 |
+
"train/Use BLIP for caption/visible": true,
|
619 |
+
"train/Use BLIP for caption/value": false,
|
620 |
+
"train/Use deepbooru for caption/visible": true,
|
621 |
+
"train/Use deepbooru for caption/value": false,
|
622 |
+
"train/Split image threshold/visible": true,
|
623 |
+
"train/Split image threshold/value": 0.5,
|
624 |
+
"train/Split image threshold/minimum": 0.0,
|
625 |
+
"train/Split image threshold/maximum": 1.0,
|
626 |
+
"train/Split image threshold/step": 0.05,
|
627 |
+
"train/Split image overlap ratio/visible": true,
|
628 |
+
"train/Split image overlap ratio/value": 0.2,
|
629 |
+
"train/Split image overlap ratio/minimum": 0.0,
|
630 |
+
"train/Split image overlap ratio/maximum": 0.9,
|
631 |
+
"train/Split image overlap ratio/step": 0.05,
|
632 |
+
"train/Focal point face weight/visible": true,
|
633 |
+
"train/Focal point face weight/value": 0.9,
|
634 |
+
"train/Focal point face weight/minimum": 0.0,
|
635 |
+
"train/Focal point face weight/maximum": 1.0,
|
636 |
+
"train/Focal point face weight/step": 0.05,
|
637 |
+
"train/Focal point entropy weight/visible": true,
|
638 |
+
"train/Focal point entropy weight/value": 0.15,
|
639 |
+
"train/Focal point entropy weight/minimum": 0.0,
|
640 |
+
"train/Focal point entropy weight/maximum": 1.0,
|
641 |
+
"train/Focal point entropy weight/step": 0.05,
|
642 |
+
"train/Focal point edges weight/visible": true,
|
643 |
+
"train/Focal point edges weight/value": 0.5,
|
644 |
+
"train/Focal point edges weight/minimum": 0.0,
|
645 |
+
"train/Focal point edges weight/maximum": 1.0,
|
646 |
+
"train/Focal point edges weight/step": 0.05,
|
647 |
+
"train/Create debug image/visible": true,
|
648 |
+
"train/Create debug image/value": false,
|
649 |
+
"train/Dimension lower bound/visible": true,
|
650 |
+
"train/Dimension lower bound/value": 384,
|
651 |
+
"train/Dimension lower bound/minimum": 64,
|
652 |
+
"train/Dimension lower bound/maximum": 2048,
|
653 |
+
"train/Dimension lower bound/step": 8,
|
654 |
+
"train/Dimension upper bound/visible": true,
|
655 |
+
"train/Dimension upper bound/value": 768,
|
656 |
+
"train/Dimension upper bound/minimum": 64,
|
657 |
+
"train/Dimension upper bound/maximum": 2048,
|
658 |
+
"train/Dimension upper bound/step": 8,
|
659 |
+
"train/Area lower bound/visible": true,
|
660 |
+
"train/Area lower bound/value": 4096,
|
661 |
+
"train/Area lower bound/minimum": 4096,
|
662 |
+
"train/Area lower bound/maximum": 4194304,
|
663 |
+
"train/Area lower bound/step": 1,
|
664 |
+
"train/Area upper bound/visible": true,
|
665 |
+
"train/Area upper bound/value": 409600,
|
666 |
+
"train/Area upper bound/minimum": 4096,
|
667 |
+
"train/Area upper bound/maximum": 4194304,
|
668 |
+
"train/Area upper bound/step": 1,
|
669 |
+
"train/Resizing objective/visible": true,
|
670 |
+
"train/Resizing objective/value": "Maximize area",
|
671 |
+
"train/Error threshold/visible": true,
|
672 |
+
"train/Error threshold/value": 0.1,
|
673 |
+
"train/Error threshold/minimum": 0,
|
674 |
+
"train/Error threshold/maximum": 1,
|
675 |
+
"train/Error threshold/step": 0.01,
|
676 |
+
"train/Embedding/visible": true,
|
677 |
+
"train/Embedding/value": null,
|
678 |
+
"train/Hypernetwork/visible": true,
|
679 |
+
"train/Hypernetwork/value": null,
|
680 |
+
"train/Embedding Learning rate/visible": true,
|
681 |
+
"train/Embedding Learning rate/value": "0.005",
|
682 |
+
"train/Hypernetwork Learning rate/visible": true,
|
683 |
+
"train/Hypernetwork Learning rate/value": "0.00001",
|
684 |
+
"train/Gradient Clipping/visible": true,
|
685 |
+
"train/Gradient Clipping/value": "disabled",
|
686 |
+
"train/Batch size/visible": true,
|
687 |
+
"train/Batch size/value": 1,
|
688 |
+
"train/Gradient accumulation steps/visible": true,
|
689 |
+
"train/Gradient accumulation steps/value": 1,
|
690 |
+
"train/Dataset directory/visible": true,
|
691 |
+
"train/Dataset directory/value": "",
|
692 |
+
"train/Log directory/visible": true,
|
693 |
+
"train/Log directory/value": "textual_inversion",
|
694 |
+
"train/Prompt template/visible": true,
|
695 |
+
"train/Prompt template/value": "style_filewords.txt",
|
696 |
+
"train/Do not resize images/visible": true,
|
697 |
+
"train/Do not resize images/value": false,
|
698 |
+
"train/Max steps/visible": true,
|
699 |
+
"train/Max steps/value": 100000,
|
700 |
+
"train/Save an image to log directory every N steps, 0 to disable/visible": true,
|
701 |
+
"train/Save an image to log directory every N steps, 0 to disable/value": 500,
|
702 |
+
"train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true,
|
703 |
+
"train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500,
|
704 |
+
"train/Use PNG alpha channel as loss weight/visible": true,
|
705 |
+
"train/Use PNG alpha channel as loss weight/value": false,
|
706 |
+
"train/Save images with embedding in PNG chunks/visible": true,
|
707 |
+
"train/Save images with embedding in PNG chunks/value": true,
|
708 |
+
"train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true,
|
709 |
+
"train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false,
|
710 |
+
"train/Shuffle tags by ',' when creating prompts./visible": true,
|
711 |
+
"train/Shuffle tags by ',' when creating prompts./value": false,
|
712 |
+
"train/Drop out tags when creating prompts./visible": true,
|
713 |
+
"train/Drop out tags when creating prompts./value": 0,
|
714 |
+
"train/Drop out tags when creating prompts./minimum": 0,
|
715 |
+
"train/Drop out tags when creating prompts./maximum": 1,
|
716 |
+
"train/Drop out tags when creating prompts./step": 0.1,
|
717 |
+
"train/Choose latent sampling method/visible": true,
|
718 |
+
"train/Choose latent sampling method/value": "once",
|
719 |
+
"customscript/additional_networks.py/txt2img/Enable/visible": true,
|
720 |
+
"customscript/additional_networks.py/txt2img/Enable/value": false,
|
721 |
+
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/visible": true,
|
722 |
+
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/value": false,
|
723 |
+
"customscript/additional_networks.py/txt2img/Network module 1/visible": true,
|
724 |
+
"customscript/additional_networks.py/txt2img/Network module 1/value": "LoRA",
|
725 |
+
"customscript/additional_networks.py/txt2img/Model 1/visible": true,
|
726 |
+
"customscript/additional_networks.py/txt2img/Model 1/value": "None",
|
727 |
+
"txt2img/Weight 1/visible": true,
|
728 |
+
"txt2img/Weight 1/value": 1.0,
|
729 |
+
"txt2img/Weight 1/minimum": -1.0,
|
730 |
+
"txt2img/Weight 1/maximum": 2.0,
|
731 |
+
"txt2img/Weight 1/step": 0.05,
|
732 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 1/value": 1.0,
|
733 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 1/minimum": -1.0,
|
734 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 1/maximum": 2.0,
|
735 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 1/step": 0.05,
|
736 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 1/value": 1.0,
|
737 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 1/minimum": -1.0,
|
738 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 1/maximum": 2.0,
|
739 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 1/step": 0.05,
|
740 |
+
"customscript/additional_networks.py/txt2img/Network module 2/visible": true,
|
741 |
+
"customscript/additional_networks.py/txt2img/Network module 2/value": "LoRA",
|
742 |
+
"customscript/additional_networks.py/txt2img/Model 2/visible": true,
|
743 |
+
"customscript/additional_networks.py/txt2img/Model 2/value": "None",
|
744 |
+
"txt2img/Weight 2/visible": true,
|
745 |
+
"txt2img/Weight 2/value": 1.0,
|
746 |
+
"txt2img/Weight 2/minimum": -1.0,
|
747 |
+
"txt2img/Weight 2/maximum": 2.0,
|
748 |
+
"txt2img/Weight 2/step": 0.05,
|
749 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 2/value": 1.0,
|
750 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 2/minimum": -1.0,
|
751 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 2/maximum": 2.0,
|
752 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 2/step": 0.05,
|
753 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 2/value": 1.0,
|
754 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 2/minimum": -1.0,
|
755 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 2/maximum": 2.0,
|
756 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 2/step": 0.05,
|
757 |
+
"customscript/additional_networks.py/txt2img/Network module 3/visible": true,
|
758 |
+
"customscript/additional_networks.py/txt2img/Network module 3/value": "LoRA",
|
759 |
+
"customscript/additional_networks.py/txt2img/Model 3/visible": true,
|
760 |
+
"customscript/additional_networks.py/txt2img/Model 3/value": "None",
|
761 |
+
"txt2img/Weight 3/visible": true,
|
762 |
+
"txt2img/Weight 3/value": 1.0,
|
763 |
+
"txt2img/Weight 3/minimum": -1.0,
|
764 |
+
"txt2img/Weight 3/maximum": 2.0,
|
765 |
+
"txt2img/Weight 3/step": 0.05,
|
766 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 3/value": 1.0,
|
767 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 3/minimum": -1.0,
|
768 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 3/maximum": 2.0,
|
769 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 3/step": 0.05,
|
770 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 3/value": 1.0,
|
771 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 3/minimum": -1.0,
|
772 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 3/maximum": 2.0,
|
773 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 3/step": 0.05,
|
774 |
+
"customscript/additional_networks.py/txt2img/Network module 4/visible": true,
|
775 |
+
"customscript/additional_networks.py/txt2img/Network module 4/value": "LoRA",
|
776 |
+
"customscript/additional_networks.py/txt2img/Model 4/visible": true,
|
777 |
+
"customscript/additional_networks.py/txt2img/Model 4/value": "None",
|
778 |
+
"txt2img/Weight 4/visible": true,
|
779 |
+
"txt2img/Weight 4/value": 1.0,
|
780 |
+
"txt2img/Weight 4/minimum": -1.0,
|
781 |
+
"txt2img/Weight 4/maximum": 2.0,
|
782 |
+
"txt2img/Weight 4/step": 0.05,
|
783 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 4/value": 1.0,
|
784 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 4/minimum": -1.0,
|
785 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 4/maximum": 2.0,
|
786 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 4/step": 0.05,
|
787 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 4/value": 1.0,
|
788 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 4/minimum": -1.0,
|
789 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 4/maximum": 2.0,
|
790 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 4/step": 0.05,
|
791 |
+
"customscript/additional_networks.py/txt2img/Network module 5/visible": true,
|
792 |
+
"customscript/additional_networks.py/txt2img/Network module 5/value": "LoRA",
|
793 |
+
"customscript/additional_networks.py/txt2img/Model 5/visible": true,
|
794 |
+
"customscript/additional_networks.py/txt2img/Model 5/value": "None",
|
795 |
+
"txt2img/Weight 5/visible": true,
|
796 |
+
"txt2img/Weight 5/value": 1.0,
|
797 |
+
"txt2img/Weight 5/minimum": -1.0,
|
798 |
+
"txt2img/Weight 5/maximum": 2.0,
|
799 |
+
"txt2img/Weight 5/step": 0.05,
|
800 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 5/value": 1.0,
|
801 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 5/minimum": -1.0,
|
802 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 5/maximum": 2.0,
|
803 |
+
"customscript/additional_networks.py/txt2img/UNet Weight 5/step": 0.05,
|
804 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 5/value": 1.0,
|
805 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 5/minimum": -1.0,
|
806 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 5/maximum": 2.0,
|
807 |
+
"customscript/additional_networks.py/txt2img/TEnc Weight 5/step": 0.05,
|
808 |
+
"customscript/additional_networks.py/img2img/Enable/visible": true,
|
809 |
+
"customscript/additional_networks.py/img2img/Enable/value": false,
|
810 |
+
"customscript/additional_networks.py/img2img/Separate UNet/Text Encoder weights/visible": true,
|
811 |
+
"customscript/additional_networks.py/img2img/Separate UNet/Text Encoder weights/value": false,
|
812 |
+
"customscript/additional_networks.py/img2img/Network module 1/visible": true,
|
813 |
+
"customscript/additional_networks.py/img2img/Network module 1/value": "LoRA",
|
814 |
+
"customscript/additional_networks.py/img2img/Model 1/visible": true,
|
815 |
+
"customscript/additional_networks.py/img2img/Model 1/value": "None",
|
816 |
+
"img2img/Weight 1/visible": true,
|
817 |
+
"img2img/Weight 1/value": 1.0,
|
818 |
+
"img2img/Weight 1/minimum": -1.0,
|
819 |
+
"img2img/Weight 1/maximum": 2.0,
|
820 |
+
"img2img/Weight 1/step": 0.05,
|
821 |
+
"customscript/additional_networks.py/img2img/UNet Weight 1/value": 1.0,
|
822 |
+
"customscript/additional_networks.py/img2img/UNet Weight 1/minimum": -1.0,
|
823 |
+
"customscript/additional_networks.py/img2img/UNet Weight 1/maximum": 2.0,
|
824 |
+
"customscript/additional_networks.py/img2img/UNet Weight 1/step": 0.05,
|
825 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 1/value": 1.0,
|
826 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 1/minimum": -1.0,
|
827 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 1/maximum": 2.0,
|
828 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 1/step": 0.05,
|
829 |
+
"customscript/additional_networks.py/img2img/Network module 2/visible": true,
|
830 |
+
"customscript/additional_networks.py/img2img/Network module 2/value": "LoRA",
|
831 |
+
"customscript/additional_networks.py/img2img/Model 2/visible": true,
|
832 |
+
"customscript/additional_networks.py/img2img/Model 2/value": "None",
|
833 |
+
"img2img/Weight 2/visible": true,
|
834 |
+
"img2img/Weight 2/value": 1.0,
|
835 |
+
"img2img/Weight 2/minimum": -1.0,
|
836 |
+
"img2img/Weight 2/maximum": 2.0,
|
837 |
+
"img2img/Weight 2/step": 0.05,
|
838 |
+
"customscript/additional_networks.py/img2img/UNet Weight 2/value": 1.0,
|
839 |
+
"customscript/additional_networks.py/img2img/UNet Weight 2/minimum": -1.0,
|
840 |
+
"customscript/additional_networks.py/img2img/UNet Weight 2/maximum": 2.0,
|
841 |
+
"customscript/additional_networks.py/img2img/UNet Weight 2/step": 0.05,
|
842 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 2/value": 1.0,
|
843 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 2/minimum": -1.0,
|
844 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 2/maximum": 2.0,
|
845 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 2/step": 0.05,
|
846 |
+
"customscript/additional_networks.py/img2img/Network module 3/visible": true,
|
847 |
+
"customscript/additional_networks.py/img2img/Network module 3/value": "LoRA",
|
848 |
+
"customscript/additional_networks.py/img2img/Model 3/visible": true,
|
849 |
+
"customscript/additional_networks.py/img2img/Model 3/value": "None",
|
850 |
+
"img2img/Weight 3/visible": true,
|
851 |
+
"img2img/Weight 3/value": 1.0,
|
852 |
+
"img2img/Weight 3/minimum": -1.0,
|
853 |
+
"img2img/Weight 3/maximum": 2.0,
|
854 |
+
"img2img/Weight 3/step": 0.05,
|
855 |
+
"customscript/additional_networks.py/img2img/UNet Weight 3/value": 1.0,
|
856 |
+
"customscript/additional_networks.py/img2img/UNet Weight 3/minimum": -1.0,
|
857 |
+
"customscript/additional_networks.py/img2img/UNet Weight 3/maximum": 2.0,
|
858 |
+
"customscript/additional_networks.py/img2img/UNet Weight 3/step": 0.05,
|
859 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 3/value": 1.0,
|
860 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 3/minimum": -1.0,
|
861 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 3/maximum": 2.0,
|
862 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 3/step": 0.05,
|
863 |
+
"customscript/additional_networks.py/img2img/Network module 4/visible": true,
|
864 |
+
"customscript/additional_networks.py/img2img/Network module 4/value": "LoRA",
|
865 |
+
"customscript/additional_networks.py/img2img/Model 4/visible": true,
|
866 |
+
"customscript/additional_networks.py/img2img/Model 4/value": "None",
|
867 |
+
"img2img/Weight 4/visible": true,
|
868 |
+
"img2img/Weight 4/value": 1.0,
|
869 |
+
"img2img/Weight 4/minimum": -1.0,
|
870 |
+
"img2img/Weight 4/maximum": 2.0,
|
871 |
+
"img2img/Weight 4/step": 0.05,
|
872 |
+
"customscript/additional_networks.py/img2img/UNet Weight 4/value": 1.0,
|
873 |
+
"customscript/additional_networks.py/img2img/UNet Weight 4/minimum": -1.0,
|
874 |
+
"customscript/additional_networks.py/img2img/UNet Weight 4/maximum": 2.0,
|
875 |
+
"customscript/additional_networks.py/img2img/UNet Weight 4/step": 0.05,
|
876 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 4/value": 1.0,
|
877 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 4/minimum": -1.0,
|
878 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 4/maximum": 2.0,
|
879 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 4/step": 0.05,
|
880 |
+
"customscript/additional_networks.py/img2img/Network module 5/visible": true,
|
881 |
+
"customscript/additional_networks.py/img2img/Network module 5/value": "LoRA",
|
882 |
+
"customscript/additional_networks.py/img2img/Model 5/visible": true,
|
883 |
+
"customscript/additional_networks.py/img2img/Model 5/value": "None",
|
884 |
+
"img2img/Weight 5/visible": true,
|
885 |
+
"img2img/Weight 5/value": 1.0,
|
886 |
+
"img2img/Weight 5/minimum": -1.0,
|
887 |
+
"img2img/Weight 5/maximum": 2.0,
|
888 |
+
"img2img/Weight 5/step": 0.05,
|
889 |
+
"customscript/additional_networks.py/img2img/UNet Weight 5/value": 1.0,
|
890 |
+
"customscript/additional_networks.py/img2img/UNet Weight 5/minimum": -1.0,
|
891 |
+
"customscript/additional_networks.py/img2img/UNet Weight 5/maximum": 2.0,
|
892 |
+
"customscript/additional_networks.py/img2img/UNet Weight 5/step": 0.05,
|
893 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 5/value": 1.0,
|
894 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 5/minimum": -1.0,
|
895 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 5/maximum": 2.0,
|
896 |
+
"customscript/additional_networks.py/img2img/TEnc Weight 5/step": 0.05
|
897 |
+
}
|