qwq233 commited on
Commit
6043451
1 Parent(s): bc92331

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +267 -0
  2. styles.csv +25 -0
  3. ui-config.json +812 -0
config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": false,
3
+ "samples_format": "jpg",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "grid_save": false,
7
+ "grid_format": "jpg",
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": true,
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": 100,
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": "outputs/txt2img-images",
33
+ "outdir_img2img_samples": "outputs/img2img-images",
34
+ "outdir_extras_samples": "outputs/extras-images",
35
+ "outdir_grids": "",
36
+ "outdir_txt2img_grids": "outputs/txt2img-grids",
37
+ "outdir_img2img_grids": "outputs/img2img-grids",
38
+ "outdir_save": "log/images",
39
+ "outdir_init_images": "outputs/init-images",
40
+ "save_to_dirs": true,
41
+ "grid_save_to_dirs": true,
42
+ "use_save_to_dirs_for_ui": false,
43
+ "directories_filename_pattern": "[date]",
44
+ "directories_max_prompt_words": 8,
45
+ "ESRGAN_tile": 192,
46
+ "ESRGAN_tile_overlap": 8,
47
+ "realesrgan_enabled_models": [
48
+ "R-ESRGAN 4x+",
49
+ "R-ESRGAN 4x+ Anime6B"
50
+ ],
51
+ "upscaler_for_img2img": "R-ESRGAN 4x+",
52
+ "SCUNET_tile": 256,
53
+ "SCUNET_tile_overlap": 8,
54
+ "face_restoration_model": "CodeFormer",
55
+ "code_former_weight": 0.5,
56
+ "face_restoration_unload": false,
57
+ "show_warnings": false,
58
+ "memmon_poll_rate": 8,
59
+ "samples_log_stdout": false,
60
+ "multiple_tqdm": true,
61
+ "print_hypernet_extra": false,
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": "cetusMix_Coda2.safetensors",
75
+ "sd_checkpoint_cache": 0,
76
+ "sd_vae_checkpoint_cache": 0,
77
+ "sd_vae": "clearvae.vae.pt",
78
+ "sd_vae_as_default": true,
79
+ "inpainting_mask_weight": 1.0,
80
+ "initial_noise_multiplier": 1.0,
81
+ "img2img_color_correction": false,
82
+ "img2img_fix_steps": false,
83
+ "img2img_background_color": "#ffffff",
84
+ "enable_quantization": false,
85
+ "enable_emphasis": true,
86
+ "enable_batch_seeds": true,
87
+ "comma_padding_backtrack": 20,
88
+ "CLIP_stop_at_last_layers": 1,
89
+ "upcast_attn": false,
90
+ "randn_source": "GPU",
91
+ "use_old_emphasis_implementation": false,
92
+ "use_old_karras_scheduler_sigmas": false,
93
+ "no_dpmpp_sde_batch_determinism": false,
94
+ "use_old_hires_fix_width_height": false,
95
+ "dont_fix_second_order_samplers_schedule": false,
96
+ "interrogate_keep_models_in_memory": false,
97
+ "interrogate_return_ranks": false,
98
+ "interrogate_clip_num_beams": 1,
99
+ "interrogate_clip_min_length": 24,
100
+ "interrogate_clip_max_length": 48,
101
+ "interrogate_clip_dict_limit": 1500,
102
+ "interrogate_clip_skip_categories": [],
103
+ "interrogate_deepbooru_score_threshold": 0.5,
104
+ "deepbooru_sort_alpha": true,
105
+ "deepbooru_use_spaces": false,
106
+ "deepbooru_escape": true,
107
+ "deepbooru_filter_tags": "",
108
+ "extra_networks_default_view": "cards",
109
+ "extra_networks_default_multiplier": 1.0,
110
+ "extra_networks_card_width": 0,
111
+ "extra_networks_card_height": 0,
112
+ "extra_networks_add_text_separator": " ",
113
+ "sd_hypernetwork": "None",
114
+ "return_grid": true,
115
+ "return_mask": false,
116
+ "return_mask_composite": false,
117
+ "do_not_show_images": false,
118
+ "add_model_hash_to_info": true,
119
+ "add_model_name_to_info": true,
120
+ "disable_weights_auto_swap": true,
121
+ "send_seed": true,
122
+ "send_size": true,
123
+ "font": "",
124
+ "js_modal_lightbox": true,
125
+ "js_modal_lightbox_initially_zoomed": true,
126
+ "show_progress_in_title": true,
127
+ "samplers_in_dropdown": true,
128
+ "dimensions_and_batch_together": true,
129
+ "keyedit_precision_attention": 0.1,
130
+ "keyedit_precision_extra": 0.05,
131
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~()",
132
+ "quicksettings": "sd_model_checkpoint,sd_vae,upscaler_for_img2img,CLIP_stop_at_last_layers",
133
+ "hidden_tabs": [],
134
+ "ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
135
+ "ui_extra_networks_tab_reorder": "",
136
+ "localization": "zh_CN",
137
+ "gradio_theme": "Default",
138
+ "show_progressbar": true,
139
+ "live_previews_enable": false,
140
+ "show_progress_grid": true,
141
+ "show_progress_every_n_steps": -1,
142
+ "show_progress_type": "Approx NN",
143
+ "live_preview_content": "Prompt",
144
+ "live_preview_refresh_period": 1000,
145
+ "hide_samplers": [
146
+ "Euler",
147
+ "LMS",
148
+ "Heun",
149
+ "DPM2",
150
+ "DPM2 a",
151
+ "DPM++ 2S a",
152
+ "DPM++ 2M",
153
+ "DPM++ SDE",
154
+ "DPM fast",
155
+ "DPM adaptive",
156
+ "LMS Karras",
157
+ "DPM2 Karras",
158
+ "DPM2 a Karras",
159
+ "DPM++ 2S a Karras",
160
+ "PLMS"
161
+ ],
162
+ "eta_ddim": 0.0,
163
+ "eta_ancestral": 1.0,
164
+ "ddim_discretize": "uniform",
165
+ "s_churn": 0.0,
166
+ "s_min_uncond": 0,
167
+ "s_tmin": 0.0,
168
+ "s_noise": 1.0,
169
+ "eta_noise_seed_delta": 0,
170
+ "always_discard_next_to_last_sigma": false,
171
+ "uni_pc_variant": "bh1",
172
+ "uni_pc_skip_type": "time_uniform",
173
+ "uni_pc_order": 3,
174
+ "uni_pc_lower_order_final": true,
175
+ "postprocessing_enable_in_main_ui": [],
176
+ "postprocessing_operation_order": [],
177
+ "upscaling_max_images_in_cache": 5,
178
+ "disabled_extensions": [
179
+ "Cozy-Nest",
180
+ "openpose-editor"
181
+ ],
182
+ "disable_all_extensions": "none",
183
+ "restore_config_state_file": "",
184
+ "sd_checkpoint_hash": null,
185
+ "ldsr_steps": 100,
186
+ "ldsr_cached": false,
187
+ "SWIN_tile": 192,
188
+ "SWIN_tile_overlap": 8,
189
+ "sd_lora": "None",
190
+ "tac_tagFile": "danbooru.csv",
191
+ "tac_active": true,
192
+ "tac_activeIn.txt2img": true,
193
+ "tac_activeIn.img2img": true,
194
+ "tac_activeIn.negativePrompts": true,
195
+ "tac_activeIn.thirdParty": true,
196
+ "tac_activeIn.modelList": "",
197
+ "tac_activeIn.modelListMode": "Blacklist",
198
+ "tac_slidingPopup": true,
199
+ "tac_maxResults": 5.0,
200
+ "tac_showAllResults": false,
201
+ "tac_resultStepLength": 100.0,
202
+ "tac_delayTime": 100.0,
203
+ "tac_useWildcards": true,
204
+ "tac_useEmbeddings": true,
205
+ "tac_useHypernetworks": true,
206
+ "tac_useLoras": true,
207
+ "tac_useLycos": true,
208
+ "tac_showWikiLinks": false,
209
+ "tac_replaceUnderscores": true,
210
+ "tac_escapeParentheses": true,
211
+ "tac_appendComma": true,
212
+ "tac_alias.searchByAlias": true,
213
+ "tac_alias.onlyShowAlias": false,
214
+ "tac_translation.translationFile": "None",
215
+ "tac_translation.oldFormat": false,
216
+ "tac_translation.searchByTranslation": true,
217
+ "tac_extra.extraFile": "extra-quality-tags.csv",
218
+ "tac_extra.addMode": "Insert before",
219
+ "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}",
220
+ "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}",
221
+ "control_net_model_config": "models/cldm_v15.yaml",
222
+ "control_net_model_adapter_config": "models/t2iadapter_sketch_sd14v1.yaml",
223
+ "control_net_detectedmap_dir": "detected_maps",
224
+ "control_net_models_path": "",
225
+ "control_net_modules_path": "",
226
+ "control_net_max_models_num": 3,
227
+ "control_net_model_cache_size": 1,
228
+ "control_net_no_detectmap": false,
229
+ "control_net_detectmap_autosaving": false,
230
+ "control_net_allow_script_control": false,
231
+ "control_net_sync_field_args": false,
232
+ "controlnet_show_batch_images_in_ui": false,
233
+ "controlnet_increment_seed_during_batch": false,
234
+ "image_browser_active_tabs": "txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others",
235
+ "image_browser_hidden_components": [
236
+ "Ranking Bar",
237
+ "Copy to directory",
238
+ "Ranking Filter"
239
+ ],
240
+ "image_browser_with_subdirs": true,
241
+ "image_browser_preload": false,
242
+ "image_browser_copy_image": false,
243
+ "image_browser_delete_message": true,
244
+ "image_browser_txt_files": true,
245
+ "image_browser_debug_level": "0 - none",
246
+ "image_browser_delete_recycle": true,
247
+ "image_browser_scan_exif": true,
248
+ "image_browser_mod_shift": false,
249
+ "image_browser_mod_ctrl_shift": false,
250
+ "image_browser_enable_maint": true,
251
+ "image_browser_ranking_pnginfo": false,
252
+ "image_browser_page_columns": 6.0,
253
+ "image_browser_page_rows": 6.0,
254
+ "image_browser_pages_perload": 20.0,
255
+ "image_browser_use_thumbnail": false,
256
+ "image_browser_thumbnail_size": 200.0,
257
+ "image_browser_swipe": false,
258
+ "image_browser_img_tooltips": true,
259
+ "image_browser_scoring_type": "aesthetic_score",
260
+ "image_browser_show_progress": true,
261
+ "ctp_flavor": "mocha",
262
+ "accent_color": "maroon",
263
+ "openpose3d_use_online_version": false,
264
+ "model_toolkit_fix_clip": false,
265
+ "model_toolkit_autoprune": false,
266
+ "tac_chantFile": "demo-chants.json"
267
+ }
styles.csv ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name,prompt,negative_prompt
2
+ 提高图片质量+NSFW屏蔽,"masterpiece, best quality","Easynegative, (nsfw, naked:1.6), lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry,artist name"
3
+ NAiDefault,"masterpiece, best quality","Easynegative, (nsfw, naked:1.6), text, lowres, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, bad anatomy, bad hands, error, missing fingers, extra digit, fewer digits, missing arms, long neck, Humpbacked"
4
+ 高质壁纸,"masterpiece, best quality, 8k, finely detailed beautiful eyes, vividcolor, beautiful detailed face, Cinematic light, ray tracing, high resolution illustration, colorful, 8k wallpaper, highres",
5
+ 精致女孩,an extremely delicate and beautiful girl,
6
+ 镜头虚化,"depth of field, blurry background, blurry foreground, ",
7
+ 脸部增强,"delicate, beautiful, beautiful face, beautiful eyes, beautiful girl, delicate face, delicate girl,",
8
+ 画面增强,"high resolution illustration, colorful, 8k wallpaper, highres",
9
+ 光线增强,"Cinematic light, ray tracing",
10
+ 细节增强,"hyper detailed,ultra-detailed",
11
+ 负面扩展,,"artist name, twisted torso, (((fusion), extra, bad, fewer, missing), fist,clenched hand)"
12
+ 超高细节,"8k wallpaper,(best quality:1.12),(detailed:1.12),(intricate:1.12),(ultra-detailed:1.12),(highres:1.12)",
13
+ 放开裙子,,"(grab clothes, grab dress, grab skirt)"
14
+ 隐藏手掌,,"lower arms,hands,palms"
15
+ 1,1,
16
+ 长T恤,"t-shirt, long t-shirt, narrow waist t-shirt, t-shirt over hips, short dress","bare, nafw, sagging breast, crop top"
17
+ CounterFeit模型专用,"masterpiece, best quality", (EasyNegative:1.1)
18
+ 橘子模型专用,"masterpiece, best quality","(worst quality, low quality:1.4)"
19
+ 国风模型,"best quality, masterpiece, highres, 1girl,china dress,Beautiful face","NSFW, lowres,bad anatomy,bad hands, text, error, missing fingers,extra digit, fewer digits, cropped, worstquality, low quality, normal quality,jpegartifacts,signature, watermark, username,blurry,bad feet"
20
+ 真人照片,"(8k, RAW photo, best quality, masterpiece, ultra highres, ultra detailed:1.2), (realistic, photo-realistic:)",
21
+ 崩坏修正,,"easynegative, bad-hands-5"
22
+ 平涂风,"ligne claire,lineart,monochrome",
23
+ 更强的负面tag,," EasyNegative, bad-artist-anime, bad-artist, bad-hands-5, bad-image-v2-39000, bad_prompt_version2"
24
+ 新海诚,"masterpiece, best quality,","EasyNegative, illustration, 3d, sepia, painting, cartoons, sketch, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, normal quality, ((monochrome)), ((grayscale))"
25
+ 修手,"good hands,","bad-hands-5,bad hands, fewer digits, extra digit"
ui-config.json ADDED
@@ -0,0 +1,812 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "txt2img/Prompt/visible": true,
3
+ "txt2img/Prompt/value": "正面提示词,例:masterpiece, (best quality), 1girl with hair ornament and yellow hair, sunlight, forest, nature \n# happySugarLife,群632428790 \n此为体验版,完整版体验请自行搭建,项目地址:https://www.kaggle.com/code/at2020dead/novelai-stable-diffusion",
4
+ "txt2img/Negative prompt/visible": true,
5
+ "txt2img/Negative prompt/value": "负面提示词。例:EasyNegative, (((worst quality, low quality))) /n #禁止生成违禁图片",
6
+ "txt2img/Styles/visible": true,
7
+ "txt2img/Styles/value": [
8
+ "提高图片质量+NSFW屏蔽"
9
+ ],
10
+ "txt2img/Sampling method/visible": true,
11
+ "txt2img/Sampling method/value": "DPM++ 2M Karras",
12
+ "txt2img/Sampling steps/visible": true,
13
+ "txt2img/Sampling steps/value": 20,
14
+ "txt2img/Sampling steps/minimum": 1,
15
+ "txt2img/Sampling steps/maximum": 51,
16
+ "txt2img/Sampling steps/step": 1,
17
+ "txt2img/Width/visible": true,
18
+ "txt2img/Width/value": 512,
19
+ "txt2img/Width/minimum": 64,
20
+ "txt2img/Width/maximum": 1024,
21
+ "txt2img/Width/step": 8,
22
+ "txt2img/Height/visible": true,
23
+ "txt2img/Height/value": 768,
24
+ "txt2img/Height/minimum": 64,
25
+ "txt2img/Height/maximum": 1080,
26
+ "txt2img/Height/step": 8,
27
+ "txt2img/Batch count/visible": true,
28
+ "txt2img/Batch count/value": 1,
29
+ "txt2img/Batch count/minimum": 1,
30
+ "txt2img/Batch count/maximum": 10,
31
+ "txt2img/Batch count/step": 1,
32
+ "txt2img/Batch size/visible": true,
33
+ "txt2img/Batch size/value": 1,
34
+ "txt2img/Batch size/minimum": 1,
35
+ "txt2img/Batch size/maximum": 1,
36
+ "txt2img/Batch size/step": 1,
37
+ "txt2img/CFG Scale/visible": true,
38
+ "txt2img/CFG Scale/value": 8.0,
39
+ "txt2img/CFG Scale/minimum": 1.0,
40
+ "txt2img/CFG Scale/maximum": 15.0,
41
+ "txt2img/CFG Scale/step": 0.1,
42
+ "txt2img/Seed/visible": true,
43
+ "txt2img/Seed/value": -1.0,
44
+ "txt2img/Extra/visible": true,
45
+ "txt2img/Extra/value": false,
46
+ "txt2img/Variation seed/visible": true,
47
+ "txt2img/Variation seed/value": -1.0,
48
+ "txt2img/Variation strength/visible": true,
49
+ "txt2img/Variation strength/value": 0.0,
50
+ "txt2img/Variation strength/minimum": 0,
51
+ "txt2img/Variation strength/maximum": 1,
52
+ "txt2img/Variation strength/step": 0.01,
53
+ "txt2img/Resize seed from width/visible": true,
54
+ "txt2img/Resize seed from width/value": 0,
55
+ "txt2img/Resize seed from width/minimum": 0,
56
+ "txt2img/Resize seed from width/maximum": 1024,
57
+ "txt2img/Resize seed from width/step": 8,
58
+ "txt2img/Resize seed from height/visible": true,
59
+ "txt2img/Resize seed from height/value": 0,
60
+ "txt2img/Resize seed from height/minimum": 0,
61
+ "txt2img/Resize seed from height/maximum": 1088,
62
+ "txt2img/Resize seed from height/step": 8,
63
+ "txt2img/Restore faces/visible": true,
64
+ "txt2img/Restore faces/value": false,
65
+ "txt2img/Tiling/visible": true,
66
+ "txt2img/Tiling/value": false,
67
+ "txt2img/Hires. fix/visible": true,
68
+ "txt2img/Hires. fix/value": false,
69
+ "txt2img/Upscaler/visible": true,
70
+ "txt2img/Upscaler/value": "Latent",
71
+ "txt2img/Hires steps/visible": true,
72
+ "txt2img/Hires steps/value": 0,
73
+ "txt2img/Hires steps/minimum": 0,
74
+ "txt2img/Hires steps/maximum": 30,
75
+ "txt2img/Hires steps/step": 1,
76
+ "txt2img/Denoising strength/visible": true,
77
+ "txt2img/Denoising strength/value": 0.7,
78
+ "txt2img/Denoising strength/minimum": 0.0,
79
+ "txt2img/Denoising strength/maximum": 1.0,
80
+ "txt2img/Denoising strength/step": 0.01,
81
+ "txt2img/Upscale by/visible": true,
82
+ "txt2img/Upscale by/value": 2.0,
83
+ "txt2img/Upscale by/minimum": 1.0,
84
+ "txt2img/Upscale by/maximum": 4.0,
85
+ "txt2img/Upscale by/step": 0.05,
86
+ "txt2img/Resize width to/visible": true,
87
+ "txt2img/Resize width to/value": 0,
88
+ "txt2img/Resize width to/minimum": 0,
89
+ "txt2img/Resize width to/maximum": 2048,
90
+ "txt2img/Resize width to/step": 8,
91
+ "txt2img/Resize height to/visible": true,
92
+ "txt2img/Resize height to/value": 0,
93
+ "txt2img/Resize height to/minimum": 0,
94
+ "txt2img/Resize height to/maximum": 2048,
95
+ "txt2img/Resize height to/step": 8,
96
+ "txt2img/Script/visible": true,
97
+ "txt2img/Script/value": "None",
98
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
99
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
100
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
101
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
102
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
103
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
104
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
105
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
106
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
107
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
108
+ "customscript/xy_grid.py/txt2img/X type/visible": true,
109
+ "customscript/xy_grid.py/txt2img/X type/value": "Seed",
110
+ "customscript/xy_grid.py/txt2img/X values/visible": true,
111
+ "customscript/xy_grid.py/txt2img/X values/value": "",
112
+ "customscript/xy_grid.py/txt2img/Y type/visible": true,
113
+ "customscript/xy_grid.py/txt2img/Y type/value": "Nothing",
114
+ "customscript/xy_grid.py/txt2img/Y values/visible": true,
115
+ "customscript/xy_grid.py/txt2img/Y values/value": "",
116
+ "customscript/xy_grid.py/txt2img/Draw legend/visible": true,
117
+ "customscript/xy_grid.py/txt2img/Draw legend/value": true,
118
+ "customscript/xy_grid.py/txt2img/Include Separate Images/visible": true,
119
+ "customscript/xy_grid.py/txt2img/Include Separate Images/value": false,
120
+ "customscript/xy_grid.py/txt2img/Keep -1 for seeds/visible": true,
121
+ "customscript/xy_grid.py/txt2img/Keep -1 for seeds/value": false,
122
+ "customscript/ddetailer.py/txt2img/Primary detection model (A)/visible": true,
123
+ "customscript/ddetailer.py/txt2img/Primary detection model (A)/value": "None",
124
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (A)/value": 30,
125
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (A)/minimum": 0,
126
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (A)/maximum": 100,
127
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (A)/step": 1,
128
+ "customscript/ddetailer.py/txt2img/Dilation factor (A)/value": 4,
129
+ "customscript/ddetailer.py/txt2img/Dilation factor (A)/minimum": 0,
130
+ "customscript/ddetailer.py/txt2img/Dilation factor (A)/maximum": 255,
131
+ "customscript/ddetailer.py/txt2img/Dilation factor (A)/step": 1,
132
+ "customscript/ddetailer.py/txt2img/X offset (A)/value": 0,
133
+ "customscript/ddetailer.py/txt2img/X offset (A)/minimum": -200,
134
+ "customscript/ddetailer.py/txt2img/X offset (A)/maximum": 200,
135
+ "customscript/ddetailer.py/txt2img/X offset (A)/step": 1,
136
+ "customscript/ddetailer.py/txt2img/Y offset (A)/value": 0,
137
+ "customscript/ddetailer.py/txt2img/Y offset (A)/minimum": -200,
138
+ "customscript/ddetailer.py/txt2img/Y offset (A)/maximum": 200,
139
+ "customscript/ddetailer.py/txt2img/Y offset (A)/step": 1,
140
+ "customscript/ddetailer.py/txt2img/Inpaint model B detections before model A runs/value": false,
141
+ "customscript/ddetailer.py/txt2img/Bitwise operation/value": "None",
142
+ "customscript/ddetailer.py/txt2img/Secondary detection model (B) (optional)/value": "None",
143
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (B)/value": 30,
144
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (B)/minimum": 0,
145
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (B)/maximum": 100,
146
+ "customscript/ddetailer.py/txt2img/Detection confidence threshold % (B)/step": 1,
147
+ "customscript/ddetailer.py/txt2img/Dilation factor (B)/value": 4,
148
+ "customscript/ddetailer.py/txt2img/Dilation factor (B)/minimum": 0,
149
+ "customscript/ddetailer.py/txt2img/Dilation factor (B)/maximum": 255,
150
+ "customscript/ddetailer.py/txt2img/Dilation factor (B)/step": 1,
151
+ "customscript/ddetailer.py/txt2img/X offset (B)/value": 0,
152
+ "customscript/ddetailer.py/txt2img/X offset (B)/minimum": -200,
153
+ "customscript/ddetailer.py/txt2img/X offset (B)/maximum": 200,
154
+ "customscript/ddetailer.py/txt2img/X offset (B)/step": 1,
155
+ "customscript/ddetailer.py/txt2img/Y offset (B)/value": 0,
156
+ "customscript/ddetailer.py/txt2img/Y offset (B)/minimum": -200,
157
+ "customscript/ddetailer.py/txt2img/Y offset (B)/maximum": 200,
158
+ "customscript/ddetailer.py/txt2img/Y offset (B)/step": 1,
159
+ "customscript/ddetailer.py/txt2img/Mask blur /visible": true,
160
+ "customscript/ddetailer.py/txt2img/Mask blur /value": 4,
161
+ "customscript/ddetailer.py/txt2img/Mask blur /minimum": 0,
162
+ "customscript/ddetailer.py/txt2img/Mask blur /maximum": 64,
163
+ "customscript/ddetailer.py/txt2img/Mask blur /step": 1,
164
+ "customscript/ddetailer.py/txt2img/Denoising strength (Inpaint)/visible": true,
165
+ "customscript/ddetailer.py/txt2img/Denoising strength (Inpaint)/value": 0.4,
166
+ "customscript/ddetailer.py/txt2img/Denoising strength (Inpaint)/minimum": 0.0,
167
+ "customscript/ddetailer.py/txt2img/Denoising strength (Inpaint)/maximum": 1.0,
168
+ "customscript/ddetailer.py/txt2img/Denoising strength (Inpaint)/step": 0.01,
169
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution /visible": true,
170
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution /value": true,
171
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution padding, pixels /visible": true,
172
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution padding, pixels /value": 32,
173
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution padding, pixels /minimum": 0,
174
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution padding, pixels /maximum": 256,
175
+ "customscript/ddetailer.py/txt2img/Inpaint at full resolution padding, pixels /step": 4,
176
+ "customscript/multirender.py/txt2img/Foreground prompt /visible": true,
177
+ "customscript/multirender.py/txt2img/Foreground prompt /value": "",
178
+ "customscript/multirender.py/txt2img/Number of foreground images /visible": true,
179
+ "customscript/multirender.py/txt2img/Number of foreground images /value": 5,
180
+ "customscript/multirender.py/txt2img/Number of foreground images /minimum": 1,
181
+ "customscript/multirender.py/txt2img/Number of foreground images /maximum": 10,
182
+ "customscript/multirender.py/txt2img/Number of foreground images /step": 1,
183
+ "customscript/multirender.py/txt2img/foreground steps /visible": true,
184
+ "customscript/multirender.py/txt2img/foreground steps /value": 24,
185
+ "customscript/multirender.py/txt2img/foreground steps /minimum": 1,
186
+ "customscript/multirender.py/txt2img/foreground steps /maximum": 120,
187
+ "customscript/multirender.py/txt2img/foreground steps /step": 1,
188
+ "customscript/multirender.py/txt2img/foreground cfg scale /visible": true,
189
+ "customscript/multirender.py/txt2img/foreground cfg scale /value": 12.5,
190
+ "customscript/multirender.py/txt2img/foreground cfg scale /minimum": 1,
191
+ "customscript/multirender.py/txt2img/foreground cfg scale /maximum": 30,
192
+ "customscript/multirender.py/txt2img/foreground cfg scale /step": 0.1,
193
+ "customscript/multirender.py/txt2img/foreground new seed+ /visible": true,
194
+ "customscript/multirender.py/txt2img/foreground new seed+ /value": 1000,
195
+ "customscript/multirender.py/txt2img/foreground new seed+ /minimum": 0,
196
+ "customscript/multirender.py/txt2img/foreground new seed+ /maximum": 1000,
197
+ "customscript/multirender.py/txt2img/foreground new seed+ /step": 1,
198
+ "customscript/multirender.py/txt2img/foreground sampler/visible": true,
199
+ "customscript/multirender.py/txt2img/foreground sampler/value": "DDIM",
200
+ "customscript/multirender.py/txt2img/change clip for foreground (0 = no interaction) /visible": true,
201
+ "customscript/multirender.py/txt2img/change clip for foreground (0 = no interaction) /value": 0,
202
+ "customscript/multirender.py/txt2img/change clip for foreground (0 = no interaction) /minimum": 0,
203
+ "customscript/multirender.py/txt2img/change clip for foreground (0 = no interaction) /maximum": 12,
204
+ "customscript/multirender.py/txt2img/change clip for foreground (0 = no interaction) /step": 1,
205
+ "customscript/multirender.py/txt2img/foreground width (64 = same as background) /visible": true,
206
+ "customscript/multirender.py/txt2img/foreground width (64 = same as background) /value": 64,
207
+ "customscript/multirender.py/txt2img/foreground width (64 = same as background) /minimum": 64,
208
+ "customscript/multirender.py/txt2img/foreground width (64 = same as background) /maximum": 2048,
209
+ "customscript/multirender.py/txt2img/foreground width (64 = same as background) /step": 64,
210
+ "customscript/multirender.py/txt2img/foreground height (64 = same as background) /visible": true,
211
+ "customscript/multirender.py/txt2img/foreground height (64 = same as background) /value": 64,
212
+ "customscript/multirender.py/txt2img/foreground height (64 = same as background) /minimum": 64,
213
+ "customscript/multirender.py/txt2img/foreground height (64 = same as background) /maximum": 2048,
214
+ "customscript/multirender.py/txt2img/foreground height (64 = same as background) /step": 64,
215
+ "customscript/multirender.py/txt2img/final blend prompt/visible": true,
216
+ "customscript/multirender.py/txt2img/final blend prompt/value": "",
217
+ "customscript/multirender.py/txt2img/blend steps /visible": true,
218
+ "customscript/multirender.py/txt2img/blend steps /value": 64,
219
+ "customscript/multirender.py/txt2img/blend steps /minimum": 1,
220
+ "customscript/multirender.py/txt2img/blend steps /maximum": 120,
221
+ "customscript/multirender.py/txt2img/blend steps /step": 1,
222
+ "customscript/multirender.py/txt2img/blend cfg scale /visible": true,
223
+ "customscript/multirender.py/txt2img/blend cfg scale /value": 7.5,
224
+ "customscript/multirender.py/txt2img/blend cfg scale /minimum": 1,
225
+ "customscript/multirender.py/txt2img/blend cfg scale /maximum": 30,
226
+ "customscript/multirender.py/txt2img/blend cfg scale /step": 0.1,
227
+ "customscript/multirender.py/txt2img/blend denoising strength /visible": true,
228
+ "customscript/multirender.py/txt2img/blend denoising strength /value": 0.42,
229
+ "customscript/multirender.py/txt2img/blend denoising strength /minimum": 0.1,
230
+ "customscript/multirender.py/txt2img/blend denoising strength /maximum": 1,
231
+ "customscript/multirender.py/txt2img/blend denoising strength /step": 0.01,
232
+ "customscript/multirender.py/txt2img/blend sampler/visible": true,
233
+ "customscript/multirender.py/txt2img/blend sampler/value": "DDIM",
234
+ "customscript/multirender.py/txt2img/blend width (64 = same size as background) /visible": true,
235
+ "customscript/multirender.py/txt2img/blend width (64 = same size as background) /value": 64,
236
+ "customscript/multirender.py/txt2img/blend width (64 = same size as background) /minimum": 64,
237
+ "customscript/multirender.py/txt2img/blend width (64 = same size as background) /maximum": 2048,
238
+ "customscript/multirender.py/txt2img/blend width (64 = same size as background) /step": 64,
239
+ "customscript/multirender.py/txt2img/blend height (64 = same size as background) /visible": true,
240
+ "customscript/multirender.py/txt2img/blend height (64 = same size as background) /value": 64,
241
+ "customscript/multirender.py/txt2img/blend height (64 = same size as background) /minimum": 64,
242
+ "customscript/multirender.py/txt2img/blend height (64 = same size as background) /maximum": 2048,
243
+ "customscript/multirender.py/txt2img/blend height (64 = same size as background) /step": 64,
244
+ "customscript/multirender.py/txt2img/Foreground distance from center multiplier /visible": true,
245
+ "customscript/multirender.py/txt2img/Foreground distance from center multiplier /value": 1,
246
+ "customscript/multirender.py/txt2img/Foreground distance from center multiplier /minimum": 0,
247
+ "customscript/multirender.py/txt2img/Foreground distance from center multiplier /maximum": 2,
248
+ "customscript/multirender.py/txt2img/Foreground distance from center multiplier /step": 0.01,
249
+ "customscript/multirender.py/txt2img/Foreground Y shift (far from center = lower) /visible": true,
250
+ "customscript/multirender.py/txt2img/Foreground Y shift (far from center = lower) /value": 0,
251
+ "customscript/multirender.py/txt2img/Foreground Y shift (far from center = lower) /minimum": 0,
252
+ "customscript/multirender.py/txt2img/Foreground Y shift (far from center = lower) /maximum": 100,
253
+ "customscript/multirender.py/txt2img/Foreground Y shift (far from center = lower) /step": 1,
254
+ "customscript/multirender.py/txt2img/Foreground depth cut threshold/visible": true,
255
+ "customscript/multirender.py/txt2img/Foreground depth cut threshold/value": 92,
256
+ "customscript/multirender.py/txt2img/Foreground depth cut threshold/minimum": 0,
257
+ "customscript/multirender.py/txt2img/Foreground depth cut threshold/maximum": 255,
258
+ "customscript/multirender.py/txt2img/Foreground depth cut threshold/step": 1,
259
+ "customscript/multirender.py/txt2img/Save background /visible": true,
260
+ "customscript/multirender.py/txt2img/Save background /value": true,
261
+ "customscript/multirender.py/txt2img/Save all foreground images /visible": true,
262
+ "customscript/multirender.py/txt2img/Save all foreground images /value": true,
263
+ "customscript/multirender.py/txt2img/Face correction /visible": true,
264
+ "customscript/multirender.py/txt2img/Face correction /value": true,
265
+ "customscript/multirender.py/txt2img/Random superposition /visible": true,
266
+ "customscript/multirender.py/txt2img/Random superposition /value": false,
267
+ "customscript/multirender.py/txt2img/Reverse order /visible": true,
268
+ "customscript/multirender.py/txt2img/Reverse order /value": false,
269
+ "customscript/multirender.py/txt2img/Mask foregrounds in blend/visible": true,
270
+ "customscript/multirender.py/txt2img/Mask foregrounds in blend/value": false,
271
+ "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true,
272
+ "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}",
273
+ "customscript/prompt_travel.py/txt2img/Travel mode/visible": true,
274
+ "customscript/prompt_travel.py/txt2img/Travel mode/value": "linear",
275
+ "customscript/prompt_travel.py/txt2img/Frame genesis/visible": true,
276
+ "customscript/prompt_travel.py/txt2img/Frame genesis/value": "fixed",
277
+ "customscript/prompt_travel.py/txt2img/Travel steps between stages/visible": true,
278
+ "customscript/prompt_travel.py/txt2img/Travel steps between stages/value": "30",
279
+ "customscript/prompt_travel.py/txt2img/Denoise strength/visible": true,
280
+ "customscript/prompt_travel.py/txt2img/Denoise strength/value": 1.0,
281
+ "customscript/prompt_travel.py/txt2img/Denoise strength/minimum": 0.0,
282
+ "customscript/prompt_travel.py/txt2img/Denoise strength/maximum": 1.0,
283
+ "customscript/prompt_travel.py/txt2img/Denoise strength/step": 0.01,
284
+ "customscript/prompt_travel.py/txt2img/Replace order/visible": true,
285
+ "customscript/prompt_travel.py/txt2img/Replace order/value": "grad_min",
286
+ "customscript/prompt_travel.py/txt2img/Step size/visible": true,
287
+ "customscript/prompt_travel.py/txt2img/Step size/value": 0.01,
288
+ "customscript/prompt_travel.py/txt2img/Step count/visible": true,
289
+ "customscript/prompt_travel.py/txt2img/Step count/value": 1,
290
+ "customscript/prompt_travel.py/txt2img/Step method/visible": true,
291
+ "customscript/prompt_travel.py/txt2img/Step method/value": "clip",
292
+ "customscript/prompt_travel.py/txt2img/Weight for latent match/visible": true,
293
+ "customscript/prompt_travel.py/txt2img/Weight for latent match/value": 1.0,
294
+ "customscript/prompt_travel.py/txt2img/Weight for cond match/visible": true,
295
+ "customscript/prompt_travel.py/txt2img/Weight for cond match/value": 1.0,
296
+ "customscript/prompt_travel.py/txt2img/Video file format/visible": true,
297
+ "customscript/prompt_travel.py/txt2img/Video file format/value": "mp4",
298
+ "customscript/prompt_travel.py/txt2img/Video FPS/visible": true,
299
+ "customscript/prompt_travel.py/txt2img/Video FPS/value": 10.0,
300
+ "customscript/prompt_travel.py/txt2img/Pad begin/end frames/visible": true,
301
+ "customscript/prompt_travel.py/txt2img/Pad begin/end frames/value": 0,
302
+ "customscript/prompt_travel.py/txt2img/Pick frame by slice/visible": true,
303
+ "customscript/prompt_travel.py/txt2img/Pick frame by slice/value": "",
304
+ "customscript/prompt_travel.py/txt2img/Show console debug/visible": true,
305
+ "customscript/prompt_travel.py/txt2img/Show console debug/value": true,
306
+ "img2img/Prompt/visible": true,
307
+ "img2img/Prompt/value": "",
308
+ "img2img/Negative prompt/visible": true,
309
+ "img2img/Negative prompt/value": "",
310
+ "img2img/Styles/visible": true,
311
+ "img2img/Styles/value": [
312
+ "Default"
313
+ ],
314
+ "img2img/Input directory/visible": true,
315
+ "img2img/Input directory/value": "",
316
+ "img2img/Output directory/visible": true,
317
+ "img2img/Output directory/value": "",
318
+ "img2img/Resize mode/visible": true,
319
+ "img2img/Resize mode/value": "Just resize",
320
+ "img2img/Mask blur/visible": true,
321
+ "img2img/Mask blur/value": 4,
322
+ "img2img/Mask blur/minimum": 0,
323
+ "img2img/Mask blur/maximum": 64,
324
+ "img2img/Mask blur/step": 1,
325
+ "img2img/Mask transparency/value": 0,
326
+ "img2img/Mask transparency/minimum": 0,
327
+ "img2img/Mask transparency/maximum": 100,
328
+ "img2img/Mask transparency/step": 1,
329
+ "img2img/Mask mode/visible": true,
330
+ "img2img/Mask mode/value": "Inpaint masked",
331
+ "img2img/Masked content/visible": true,
332
+ "img2img/Masked content/value": "original",
333
+ "img2img/Inpaint area/visible": true,
334
+ "img2img/Inpaint area/value": "Whole picture",
335
+ "img2img/Only masked padding, pixels/visible": true,
336
+ "img2img/Only masked padding, pixels/value": 32,
337
+ "img2img/Only masked padding, pixels/minimum": 0,
338
+ "img2img/Only masked padding, pixels/maximum": 256,
339
+ "img2img/Only masked padding, pixels/step": 4,
340
+ "img2img/Sampling method/visible": true,
341
+ "img2img/Sampling method/value": "DPM++ 2M Karras",
342
+ "img2img/Sampling steps/visible": true,
343
+ "img2img/Sampling steps/value": 24,
344
+ "img2img/Sampling steps/minimum": 1,
345
+ "img2img/Sampling steps/maximum": 60,
346
+ "img2img/Sampling steps/step": 1,
347
+ "img2img/Width/visible": true,
348
+ "img2img/Width/value": 512,
349
+ "img2img/Width/minimum": 64,
350
+ "img2img/Width/maximum": 2048,
351
+ "img2img/Width/step": 8,
352
+ "img2img/Height/visible": true,
353
+ "img2img/Height/value": 768,
354
+ "img2img/Height/minimum": 64,
355
+ "img2img/Height/maximum": 2048,
356
+ "img2img/Height/step": 8,
357
+ "img2img/Batch count/visible": true,
358
+ "img2img/Batch count/value": 1,
359
+ "img2img/Batch count/minimum": 1,
360
+ "img2img/Batch count/maximum": 10,
361
+ "img2img/Batch count/step": 1,
362
+ "img2img/Batch size/visible": true,
363
+ "img2img/Batch size/value": 1,
364
+ "img2img/Batch size/minimum": 1,
365
+ "img2img/Batch size/maximum": 8,
366
+ "img2img/Batch size/step": 1,
367
+ "img2img/CFG Scale/visible": true,
368
+ "img2img/CFG Scale/value": 11.0,
369
+ "img2img/CFG Scale/minimum": 1.0,
370
+ "img2img/CFG Scale/maximum": 30.0,
371
+ "img2img/CFG Scale/step": 0.5,
372
+ "img2img/Denoising strength/visible": true,
373
+ "img2img/Denoising strength/value": 0.6,
374
+ "img2img/Denoising strength/minimum": 0.0,
375
+ "img2img/Denoising strength/maximum": 1.0,
376
+ "img2img/Denoising strength/step": 0.01,
377
+ "img2img/Seed/visible": true,
378
+ "img2img/Seed/value": -1.0,
379
+ "img2img/Extra/visible": true,
380
+ "img2img/Extra/value": false,
381
+ "img2img/Variation seed/visible": true,
382
+ "img2img/Variation seed/value": -1.0,
383
+ "img2img/Variation strength/visible": true,
384
+ "img2img/Variation strength/value": 0.0,
385
+ "img2img/Variation strength/minimum": 0,
386
+ "img2img/Variation strength/maximum": 1,
387
+ "img2img/Variation strength/step": 0.01,
388
+ "img2img/Resize seed from width/visible": true,
389
+ "img2img/Resize seed from width/value": 0,
390
+ "img2img/Resize seed from width/minimum": 0,
391
+ "img2img/Resize seed from width/maximum": 2048,
392
+ "img2img/Resize seed from width/step": 8,
393
+ "img2img/Resize seed from height/visible": true,
394
+ "img2img/Resize seed from height/value": 0,
395
+ "img2img/Resize seed from height/minimum": 0,
396
+ "img2img/Resize seed from height/maximum": 2048,
397
+ "img2img/Resize seed from height/step": 8,
398
+ "img2img/Restore faces/visible": true,
399
+ "img2img/Restore faces/value": false,
400
+ "img2img/Tiling/visible": true,
401
+ "img2img/Tiling/value": false,
402
+ "img2img/Script/visible": true,
403
+ "img2img/Script/value": "None",
404
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
405
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
406
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
407
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
408
+ "customscript/img2imgalt.py/img2img/Original prompt/visible": true,
409
+ "customscript/img2imgalt.py/img2img/Original prompt/value": "",
410
+ "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
411
+ "customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
412
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
413
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
414
+ "customscript/img2imgalt.py/img2img/Decode steps/visible": true,
415
+ "customscript/img2imgalt.py/img2img/Decode steps/value": 50,
416
+ "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
417
+ "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
418
+ "customscript/img2imgalt.py/img2img/Decode steps/step": 1,
419
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
420
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
421
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
422
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
423
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
424
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
425
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
426
+ "customscript/img2imgalt.py/img2img/Randomness/visible": true,
427
+ "customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
428
+ "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
429
+ "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
430
+ "customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
431
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
432
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
433
+ "customscript/loopback.py/img2img/Loops/visible": true,
434
+ "customscript/loopback.py/img2img/Loops/value": 4,
435
+ "customscript/loopback.py/img2img/Loops/minimum": 1,
436
+ "customscript/loopback.py/img2img/Loops/maximum": 32,
437
+ "customscript/loopback.py/img2img/Loops/step": 1,
438
+ "customscript/loopback.py/img2img/Denoising strength change factor/visible": true,
439
+ "customscript/loopback.py/img2img/Denoising strength change factor/value": 1,
440
+ "customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9,
441
+ "customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1,
442
+ "customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01,
443
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
444
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
445
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
446
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
447
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
448
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
449
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
450
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
451
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
452
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
453
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
454
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
455
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
456
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
457
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
458
+ "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
459
+ "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
460
+ "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
461
+ "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
462
+ "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
463
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
464
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
465
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
466
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
467
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
468
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
469
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
470
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
471
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
472
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
473
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
474
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
475
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
476
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
477
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
478
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
479
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
480
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
481
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
482
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
483
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
484
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
485
+ "customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
486
+ "customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
487
+ "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
488
+ "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
489
+ "customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
490
+ "customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
491
+ "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
492
+ "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
493
+ "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
494
+ "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
495
+ "customscript/sd_upscale.py/img2img/Upscaler/visible": true,
496
+ "customscript/sd_upscale.py/img2img/Upscaler/value": "None",
497
+ "customscript/xy_grid.py/img2img/X type/visible": true,
498
+ "customscript/xy_grid.py/img2img/X type/value": "Seed",
499
+ "customscript/xy_grid.py/img2img/X values/visible": true,
500
+ "customscript/xy_grid.py/img2img/X values/value": "",
501
+ "customscript/xy_grid.py/img2img/Y type/visible": true,
502
+ "customscript/xy_grid.py/img2img/Y type/value": "Nothing",
503
+ "customscript/xy_grid.py/img2img/Y values/visible": true,
504
+ "customscript/xy_grid.py/img2img/Y values/value": "",
505
+ "customscript/xy_grid.py/img2img/Draw legend/visible": true,
506
+ "customscript/xy_grid.py/img2img/Draw legend/value": true,
507
+ "customscript/xy_grid.py/img2img/Include Separate Images/visible": true,
508
+ "customscript/xy_grid.py/img2img/Include Separate Images/value": false,
509
+ "customscript/xy_grid.py/img2img/Keep -1 for seeds/visible": true,
510
+ "customscript/xy_grid.py/img2img/Keep -1 for seeds/value": false,
511
+ "customscript/ddetailer.py/img2img/Primary detection model (A)/visible": true,
512
+ "customscript/ddetailer.py/img2img/Primary detection model (A)/value": "None",
513
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (A)/value": 30,
514
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (A)/minimum": 0,
515
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (A)/maximum": 100,
516
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (A)/step": 1,
517
+ "customscript/ddetailer.py/img2img/Dilation factor (A)/value": 4,
518
+ "customscript/ddetailer.py/img2img/Dilation factor (A)/minimum": 0,
519
+ "customscript/ddetailer.py/img2img/Dilation factor (A)/maximum": 255,
520
+ "customscript/ddetailer.py/img2img/Dilation factor (A)/step": 1,
521
+ "customscript/ddetailer.py/img2img/X offset (A)/value": 0,
522
+ "customscript/ddetailer.py/img2img/X offset (A)/minimum": -200,
523
+ "customscript/ddetailer.py/img2img/X offset (A)/maximum": 200,
524
+ "customscript/ddetailer.py/img2img/X offset (A)/step": 1,
525
+ "customscript/ddetailer.py/img2img/Y offset (A)/value": 0,
526
+ "customscript/ddetailer.py/img2img/Y offset (A)/minimum": -200,
527
+ "customscript/ddetailer.py/img2img/Y offset (A)/maximum": 200,
528
+ "customscript/ddetailer.py/img2img/Y offset (A)/step": 1,
529
+ "customscript/ddetailer.py/img2img/Inpaint model B detections before model A runs/value": false,
530
+ "customscript/ddetailer.py/img2img/Bitwise operation/value": "None",
531
+ "customscript/ddetailer.py/img2img/Secondary detection model (B) (optional)/value": "None",
532
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (B)/value": 30,
533
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (B)/minimum": 0,
534
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (B)/maximum": 100,
535
+ "customscript/ddetailer.py/img2img/Detection confidence threshold % (B)/step": 1,
536
+ "customscript/ddetailer.py/img2img/Dilation factor (B)/value": 4,
537
+ "customscript/ddetailer.py/img2img/Dilation factor (B)/minimum": 0,
538
+ "customscript/ddetailer.py/img2img/Dilation factor (B)/maximum": 255,
539
+ "customscript/ddetailer.py/img2img/Dilation factor (B)/step": 1,
540
+ "customscript/ddetailer.py/img2img/X offset (B)/value": 0,
541
+ "customscript/ddetailer.py/img2img/X offset (B)/minimum": -200,
542
+ "customscript/ddetailer.py/img2img/X offset (B)/maximum": 200,
543
+ "customscript/ddetailer.py/img2img/X offset (B)/step": 1,
544
+ "customscript/ddetailer.py/img2img/Y offset (B)/value": 0,
545
+ "customscript/ddetailer.py/img2img/Y offset (B)/minimum": -200,
546
+ "customscript/ddetailer.py/img2img/Y offset (B)/maximum": 200,
547
+ "customscript/ddetailer.py/img2img/Y offset (B)/step": 1,
548
+ "customscript/ddetailer.py/img2img/Mask blur /value": 4,
549
+ "customscript/ddetailer.py/img2img/Mask blur /minimum": 0,
550
+ "customscript/ddetailer.py/img2img/Mask blur /maximum": 64,
551
+ "customscript/ddetailer.py/img2img/Mask blur /step": 1,
552
+ "customscript/ddetailer.py/img2img/Denoising strength (Inpaint)/value": 0.4,
553
+ "customscript/ddetailer.py/img2img/Denoising strength (Inpaint)/minimum": 0.0,
554
+ "customscript/ddetailer.py/img2img/Denoising strength (Inpaint)/maximum": 1.0,
555
+ "customscript/ddetailer.py/img2img/Denoising strength (Inpaint)/step": 0.01,
556
+ "customscript/ddetailer.py/img2img/Inpaint at full resolution /value": true,
557
+ "customscript/ddetailer.py/img2img/Inpaint at full resolution padding, pixels /value": 32,
558
+ "customscript/ddetailer.py/img2img/Inpaint at full resolution padding, pixels /minimum": 0,
559
+ "customscript/ddetailer.py/img2img/Inpaint at full resolution padding, pixels /maximum": 256,
560
+ "customscript/ddetailer.py/img2img/Inpaint at full resolution padding, pixels /step": 4,
561
+ "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true,
562
+ "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}",
563
+ "customscript/prompt_travel.py/img2img/Travel mode/visible": true,
564
+ "customscript/prompt_travel.py/img2img/Travel mode/value": "linear",
565
+ "customscript/prompt_travel.py/img2img/Frame genesis/visible": true,
566
+ "customscript/prompt_travel.py/img2img/Frame genesis/value": "fixed",
567
+ "customscript/prompt_travel.py/img2img/Travel steps between stages/visible": true,
568
+ "customscript/prompt_travel.py/img2img/Travel steps between stages/value": "30",
569
+ "customscript/prompt_travel.py/img2img/Denoise strength/visible": true,
570
+ "customscript/prompt_travel.py/img2img/Denoise strength/value": 1.0,
571
+ "customscript/prompt_travel.py/img2img/Denoise strength/minimum": 0.0,
572
+ "customscript/prompt_travel.py/img2img/Denoise strength/maximum": 1.0,
573
+ "customscript/prompt_travel.py/img2img/Denoise strength/step": 0.01,
574
+ "customscript/prompt_travel.py/img2img/Replace order/visible": true,
575
+ "customscript/prompt_travel.py/img2img/Replace order/value": "grad_min",
576
+ "customscript/prompt_travel.py/img2img/Step size/visible": true,
577
+ "customscript/prompt_travel.py/img2img/Step size/value": 0.01,
578
+ "customscript/prompt_travel.py/img2img/Step count/visible": true,
579
+ "customscript/prompt_travel.py/img2img/Step count/value": 1,
580
+ "customscript/prompt_travel.py/img2img/Step method/visible": true,
581
+ "customscript/prompt_travel.py/img2img/Step method/value": "clip",
582
+ "customscript/prompt_travel.py/img2img/Weight for latent match/visible": true,
583
+ "customscript/prompt_travel.py/img2img/Weight for latent match/value": 1.0,
584
+ "customscript/prompt_travel.py/img2img/Weight for cond match/visible": true,
585
+ "customscript/prompt_travel.py/img2img/Weight for cond match/value": 1.0,
586
+ "customscript/prompt_travel.py/img2img/Video file format/visible": true,
587
+ "customscript/prompt_travel.py/img2img/Video file format/value": "mp4",
588
+ "customscript/prompt_travel.py/img2img/Video FPS/visible": true,
589
+ "customscript/prompt_travel.py/img2img/Video FPS/value": 10.0,
590
+ "customscript/prompt_travel.py/img2img/Pad begin/end frames/visible": true,
591
+ "customscript/prompt_travel.py/img2img/Pad begin/end frames/value": 0,
592
+ "customscript/prompt_travel.py/img2img/Pick frame by slice/visible": true,
593
+ "customscript/prompt_travel.py/img2img/Pick frame by slice/value": "",
594
+ "customscript/prompt_travel.py/img2img/Show console debug/visible": true,
595
+ "customscript/prompt_travel.py/img2img/Show console debug/value": true,
596
+ "extras/Input directory/visible": true,
597
+ "extras/Input directory/value": "",
598
+ "extras/Output directory/visible": true,
599
+ "extras/Output directory/value": "",
600
+ "extras/Show result images/visible": true,
601
+ "extras/Show result images/value": true,
602
+ "extras/Resize/visible": true,
603
+ "extras/Resize/value": 4,
604
+ "extras/Resize/minimum": 1.0,
605
+ "extras/Resize/maximum": 8.0,
606
+ "extras/Resize/step": 0.05,
607
+ "extras/Width/visible": true,
608
+ "extras/Width/value": 512,
609
+ "extras/Height/visible": true,
610
+ "extras/Height/value": 512,
611
+ "extras/Crop to fit/visible": true,
612
+ "extras/Crop to fit/value": true,
613
+ "extras/Upscaler 1/visible": true,
614
+ "extras/Upscaler 1/value": "None",
615
+ "extras/Upscaler 2/visible": true,
616
+ "extras/Upscaler 2/value": "None",
617
+ "extras/Upscaler 2 visibility/visible": true,
618
+ "extras/Upscaler 2 visibility/value": 1,
619
+ "extras/Upscaler 2 visibility/minimum": 0.0,
620
+ "extras/Upscaler 2 visibility/maximum": 1.0,
621
+ "extras/Upscaler 2 visibility/step": 0.001,
622
+ "extras/GFPGAN visibility/visible": true,
623
+ "extras/GFPGAN visibility/value": 0,
624
+ "extras/GFPGAN visibility/minimum": 0.0,
625
+ "extras/GFPGAN visibility/maximum": 1.0,
626
+ "extras/GFPGAN visibility/step": 0.001,
627
+ "extras/CodeFormer visibility/visible": true,
628
+ "extras/CodeFormer visibility/value": 0,
629
+ "extras/CodeFormer visibility/minimum": 0.0,
630
+ "extras/CodeFormer visibility/maximum": 1.0,
631
+ "extras/CodeFormer visibility/step": 0.001,
632
+ "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
633
+ "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
634
+ "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
635
+ "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
636
+ "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
637
+ "extras/Upscale Before Restoring Faces/visible": true,
638
+ "extras/Upscale Before Restoring Faces/value": false,
639
+ "modelmerger/Primary model (A)/visible": true,
640
+ "modelmerger/Primary model (A)/value": null,
641
+ "modelmerger/Secondary model (B)/visible": true,
642
+ "modelmerger/Secondary model (B)/value": null,
643
+ "modelmerger/Tertiary model (C)/visible": true,
644
+ "modelmerger/Tertiary model (C)/value": null,
645
+ "modelmerger/Custom Name (Optional)/visible": true,
646
+ "modelmerger/Custom Name (Optional)/value": "",
647
+ "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
648
+ "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
649
+ "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
650
+ "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
651
+ "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
652
+ "modelmerger/Interpolation Method/visible": true,
653
+ "modelmerger/Interpolation Method/value": "Weighted sum",
654
+ "modelmerger/Checkpoint format/visible": true,
655
+ "modelmerger/Checkpoint format/value": "ckpt",
656
+ "modelmerger/Save as float16/visible": true,
657
+ "modelmerger/Save as float16/value": false,
658
+ "modelmerger/Copy config from/visible": true,
659
+ "modelmerger/Copy config from/value": "A, B or C",
660
+ "modelmerger/Bake in VAE/visible": true,
661
+ "modelmerger/Bake in VAE/value": "None",
662
+ "modelmerger/Discard weights with matching name/visible": true,
663
+ "modelmerger/Discard weights with matching name/value": "",
664
+ "train/Name/visible": true,
665
+ "train/Name/value": "",
666
+ "train/Initialization text/visible": true,
667
+ "train/Initialization text/value": "*",
668
+ "train/Number of vectors per token/visible": true,
669
+ "train/Number of vectors per token/value": 1,
670
+ "train/Number of vectors per token/minimum": 1,
671
+ "train/Number of vectors per token/maximum": 75,
672
+ "train/Number of vectors per token/step": 1,
673
+ "train/Overwrite Old Embedding/visible": true,
674
+ "train/Overwrite Old Embedding/value": false,
675
+ "train/Enter hypernetwork layer structure/visible": true,
676
+ "train/Enter hypernetwork layer structure/value": "1, 2, 1",
677
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
678
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
679
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
680
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
681
+ "train/Add layer normalization/visible": true,
682
+ "train/Add layer normalization/value": false,
683
+ "train/Use dropout/visible": true,
684
+ "train/Use dropout/value": false,
685
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
686
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0",
687
+ "train/Overwrite Old Hypernetwork/visible": true,
688
+ "train/Overwrite Old Hypernetwork/value": false,
689
+ "train/Source directory/visible": true,
690
+ "train/Source directory/value": "",
691
+ "train/Destination directory/visible": true,
692
+ "train/Destination directory/value": "",
693
+ "train/Width/visible": true,
694
+ "train/Width/value": 512,
695
+ "train/Width/minimum": 64,
696
+ "train/Width/maximum": 2048,
697
+ "train/Width/step": 8,
698
+ "train/Height/visible": true,
699
+ "train/Height/value": 512,
700
+ "train/Height/minimum": 64,
701
+ "train/Height/maximum": 2048,
702
+ "train/Height/step": 8,
703
+ "train/Existing Caption txt Action/visible": true,
704
+ "train/Existing Caption txt Action/value": "ignore",
705
+ "train/Create flipped copies/visible": true,
706
+ "train/Create flipped copies/value": false,
707
+ "train/Split oversized images/visible": true,
708
+ "train/Split oversized images/value": false,
709
+ "train/Auto focal point crop/visible": true,
710
+ "train/Auto focal point crop/value": false,
711
+ "train/Auto-sized crop/visible": true,
712
+ "train/Auto-sized crop/value": false,
713
+ "train/Use BLIP for caption/visible": true,
714
+ "train/Use BLIP for caption/value": false,
715
+ "train/Use deepbooru for caption/visible": true,
716
+ "train/Use deepbooru for caption/value": false,
717
+ "train/Split image threshold/visible": true,
718
+ "train/Split image threshold/value": 0.5,
719
+ "train/Split image threshold/minimum": 0.0,
720
+ "train/Split image threshold/maximum": 1.0,
721
+ "train/Split image threshold/step": 0.05,
722
+ "train/Split image overlap ratio/visible": true,
723
+ "train/Split image overlap ratio/value": 0.2,
724
+ "train/Split image overlap ratio/minimum": 0.0,
725
+ "train/Split image overlap ratio/maximum": 0.9,
726
+ "train/Split image overlap ratio/step": 0.05,
727
+ "train/Focal point face weight/visible": true,
728
+ "train/Focal point face weight/value": 0.9,
729
+ "train/Focal point face weight/minimum": 0.0,
730
+ "train/Focal point face weight/maximum": 1.0,
731
+ "train/Focal point face weight/step": 0.05,
732
+ "train/Focal point entropy weight/visible": true,
733
+ "train/Focal point entropy weight/value": 0.15,
734
+ "train/Focal point entropy weight/minimum": 0.0,
735
+ "train/Focal point entropy weight/maximum": 1.0,
736
+ "train/Focal point entropy weight/step": 0.05,
737
+ "train/Focal point edges weight/visible": true,
738
+ "train/Focal point edges weight/value": 0.5,
739
+ "train/Focal point edges weight/minimum": 0.0,
740
+ "train/Focal point edges weight/maximum": 1.0,
741
+ "train/Focal point edges weight/step": 0.05,
742
+ "train/Create debug image/visible": true,
743
+ "train/Create debug image/value": false,
744
+ "train/Dimension lower bound/visible": true,
745
+ "train/Dimension lower bound/value": 384,
746
+ "train/Dimension lower bound/minimum": 64,
747
+ "train/Dimension lower bound/maximum": 2048,
748
+ "train/Dimension lower bound/step": 8,
749
+ "train/Dimension upper bound/visible": true,
750
+ "train/Dimension upper bound/value": 768,
751
+ "train/Dimension upper bound/minimum": 64,
752
+ "train/Dimension upper bound/maximum": 2048,
753
+ "train/Dimension upper bound/step": 8,
754
+ "train/Area lower bound/visible": true,
755
+ "train/Area lower bound/value": 4096,
756
+ "train/Area lower bound/minimum": 4096,
757
+ "train/Area lower bound/maximum": 4194304,
758
+ "train/Area lower bound/step": 1,
759
+ "train/Area upper bound/visible": true,
760
+ "train/Area upper bound/value": 409600,
761
+ "train/Area upper bound/minimum": 4096,
762
+ "train/Area upper bound/maximum": 4194304,
763
+ "train/Area upper bound/step": 1,
764
+ "train/Resizing objective/visible": true,
765
+ "train/Resizing objective/value": "Maximize area",
766
+ "train/Error threshold/visible": true,
767
+ "train/Error threshold/value": 0.1,
768
+ "train/Error threshold/minimum": 0,
769
+ "train/Error threshold/maximum": 1,
770
+ "train/Error threshold/step": 0.01,
771
+ "train/Embedding/visible": true,
772
+ "train/Embedding/value": null,
773
+ "train/Hypernetwork/visible": true,
774
+ "train/Hypernetwork/value": null,
775
+ "train/Embedding Learning rate/visible": true,
776
+ "train/Embedding Learning rate/value": "0.005",
777
+ "train/Hypernetwork Learning rate/visible": true,
778
+ "train/Hypernetwork Learning rate/value": "0.00001",
779
+ "train/Gradient Clipping/visible": true,
780
+ "train/Gradient Clipping/value": "disabled",
781
+ "train/Batch size/visible": true,
782
+ "train/Batch size/value": 1,
783
+ "train/Gradient accumulation steps/visible": true,
784
+ "train/Gradient accumulation steps/value": 1,
785
+ "train/Dataset directory/visible": true,
786
+ "train/Dataset directory/value": "",
787
+ "train/Log directory/visible": true,
788
+ "train/Log directory/value": "textual_inversion",
789
+ "train/Prompt template/visible": true,
790
+ "train/Prompt template/value": "style_filewords.txt",
791
+ "train/Do not resize images/visible": true,
792
+ "train/Do not resize images/value": false,
793
+ "train/Max steps/visible": true,
794
+ "train/Max steps/value": 100000,
795
+ "train/Save an image to log directory every N steps, 0 to disable/visible": true,
796
+ "train/Save an image to log directory every N steps, 0 to disable/value": 500,
797
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true,
798
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500,
799
+ "train/Save images with embedding in PNG chunks/visible": true,
800
+ "train/Save images with embedding in PNG chunks/value": true,
801
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true,
802
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false,
803
+ "train/Shuffle tags by ',' when creating prompts./visible": true,
804
+ "train/Shuffle tags by ',' when creating prompts./value": false,
805
+ "train/Drop out tags when creating prompts./visible": true,
806
+ "train/Drop out tags when creating prompts./value": 0,
807
+ "train/Drop out tags when creating prompts./minimum": 0,
808
+ "train/Drop out tags when creating prompts./maximum": 1,
809
+ "train/Drop out tags when creating prompts./step": 0.1,
810
+ "train/Choose latent sampling method/visible": true,
811
+ "train/Choose latent sampling method/value": "once"
812
+ }