lesile commited on
Commit
fc49845
·
1 Parent(s): 08bf4d0

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +208 -0
  2. styles.csv +3 -0
  3. ui-config.json +621 -0
config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "",
5
+ "save_images_add_number": true,
6
+ "grid_save": true,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": false,
9
+ "grid_only_if_multiple": true,
10
+ "grid_prevent_empty_spots": false,
11
+ "n_rows": -1,
12
+ "enable_pnginfo": true,
13
+ "save_txt": false,
14
+ "save_images_before_face_restoration": false,
15
+ "save_images_before_highres_fix": false,
16
+ "save_images_before_color_correction": false,
17
+ "save_mask": false,
18
+ "save_mask_composite": false,
19
+ "jpeg_quality": 80,
20
+ "webp_lossless": false,
21
+ "export_for_4chan": true,
22
+ "img_downscale_threshold": 4.0,
23
+ "target_side_length": 4000,
24
+ "img_max_size_mp": 200,
25
+ "use_original_name_batch": true,
26
+ "use_upscaler_name_as_suffix": false,
27
+ "save_selected_only": true,
28
+ "save_init_img": false,
29
+ "temp_dir": "",
30
+ "clean_temp_dir_at_start": false,
31
+ "outdir_samples": "",
32
+ "outdir_txt2img_samples": "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": null,
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": "Anything-V3.0-pruned.ckpt [543bcbc212]",
75
+ "sd_checkpoint_cache": 0,
76
+ "sd_vae_checkpoint_cache": 0,
77
+ "sd_vae": "Automatic",
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",
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": "None",
137
+ "gradio_theme": "Default",
138
+ "show_progressbar": true,
139
+ "live_previews_enable": true,
140
+ "show_progress_grid": true,
141
+ "show_progress_every_n_steps": 10,
142
+ "show_progress_type": "Approx NN",
143
+ "live_preview_content": "Prompt",
144
+ "live_preview_refresh_period": 1000,
145
+ "hide_samplers": [],
146
+ "eta_ddim": 0.0,
147
+ "eta_ancestral": 1.0,
148
+ "ddim_discretize": "uniform",
149
+ "s_churn": 0.0,
150
+ "s_min_uncond": 0,
151
+ "s_tmin": 0.0,
152
+ "s_noise": 1.0,
153
+ "eta_noise_seed_delta": 0,
154
+ "always_discard_next_to_last_sigma": false,
155
+ "uni_pc_variant": "bh1",
156
+ "uni_pc_skip_type": "time_uniform",
157
+ "uni_pc_order": 3,
158
+ "uni_pc_lower_order_final": true,
159
+ "postprocessing_enable_in_main_ui": [],
160
+ "postprocessing_operation_order": [],
161
+ "upscaling_max_images_in_cache": 5,
162
+ "disabled_extensions": [],
163
+ "disable_all_extensions": "none",
164
+ "restore_config_state_file": "",
165
+ "sd_checkpoint_hash": "543bcbc21294831c6245cd74c8a7707761e28812c690f946cb81fef930d54b5e",
166
+ "ldsr_steps": 100,
167
+ "ldsr_cached": false,
168
+ "SWIN_tile": 192,
169
+ "SWIN_tile_overlap": 8,
170
+ "sd_lora": "None",
171
+ "bilingual_localization_enabled": true,
172
+ "bilingual_localization_logger": false,
173
+ "bilingual_localization_file": "zh_CN",
174
+ "bilingual_localization_order": "Translation First",
175
+ "tac_tagFile": "danbooru-index.csv",
176
+ "tac_active": true,
177
+ "tac_activeIn.txt2img": true,
178
+ "tac_activeIn.img2img": true,
179
+ "tac_activeIn.negativePrompts": true,
180
+ "tac_activeIn.thirdParty": true,
181
+ "tac_activeIn.modelList": "",
182
+ "tac_activeIn.modelListMode": "Blacklist",
183
+ "tac_slidingPopup": true,
184
+ "tac_maxResults": 5.0,
185
+ "tac_showAllResults": false,
186
+ "tac_resultStepLength": 100.0,
187
+ "tac_delayTime": 100.0,
188
+ "tac_useWildcards": true,
189
+ "tac_useEmbeddings": true,
190
+ "tac_useHypernetworks": true,
191
+ "tac_useLoras": true,
192
+ "tac_useLycos": true,
193
+ "tac_showWikiLinks": false,
194
+ "tac_replaceUnderscores": true,
195
+ "tac_escapeParentheses": true,
196
+ "tac_appendComma": true,
197
+ "tac_alias.searchByAlias": true,
198
+ "tac_alias.onlyShowAlias": false,
199
+ "tac_translation.translationFile": "danbooru-10w-zh_cn.csv",
200
+ "tac_translation.oldFormat": false,
201
+ "tac_translation.searchByTranslation": true,
202
+ "tac_translation.liveTranslation": false,
203
+ "tac_extra.extraFile": "None",
204
+ "tac_extra.addMode": "Insert before",
205
+ "tac_chantFile": "demo-chants.json",
206
+ "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}",
207
+ "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}"
208
+ }
styles.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ name,prompt,negative_prompt
2
+ 基础tags,"masterpiece, best quality","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"
3
+ 甘雨,"ganyu_\(genshin_impact\), horns, 1girl, goat_horns, breasts, medium_breasts, bare_shoulders, purple_eyes, open_mouth, gloves, ahoge, blue_hair, xxx2ganyu",""
ui-config.json ADDED
@@ -0,0 +1,621 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Tabs@txt2img_extra_tabs/selected": null,
9
+ "txt2img/Sampling method/visible": true,
10
+ "txt2img/Sampling method/value": "DPM++ 2M Karras",
11
+ "txt2img/Sampling steps/visible": true,
12
+ "txt2img/Sampling steps/value": 20,
13
+ "txt2img/Sampling steps/minimum": 1,
14
+ "txt2img/Sampling steps/maximum": 150,
15
+ "txt2img/Sampling steps/step": 1,
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": 768,
55
+ "txt2img/Height/minimum": 64,
56
+ "txt2img/Height/maximum": 2048,
57
+ "txt2img/Height/step": 8,
58
+ "txt2img/Switch dims/visible": true,
59
+ "txt2img/Batch count/visible": true,
60
+ "txt2img/Batch count/value": 1,
61
+ "txt2img/Batch count/minimum": 1,
62
+ "txt2img/Batch count/maximum": 100,
63
+ "txt2img/Batch count/step": 1,
64
+ "txt2img/Batch size/visible": true,
65
+ "txt2img/Batch size/value": 1,
66
+ "txt2img/Batch size/minimum": 1,
67
+ "txt2img/Batch size/maximum": 8,
68
+ "txt2img/Batch size/step": 1,
69
+ "txt2img/CFG Scale/visible": true,
70
+ "txt2img/CFG Scale/value": 7.0,
71
+ "txt2img/CFG Scale/minimum": 1.0,
72
+ "txt2img/CFG Scale/maximum": 30.0,
73
+ "txt2img/CFG Scale/step": 0.5,
74
+ "txt2img/Seed/visible": true,
75
+ "txt2img/Seed/value": -1.0,
76
+ "txt2img/Random seed/visible": true,
77
+ "txt2img/Reuse seed/visible": true,
78
+ "txt2img/Extra/visible": true,
79
+ "txt2img/Extra/value": false,
80
+ "txt2img/Variation seed/visible": true,
81
+ "txt2img/Variation seed/value": -1.0,
82
+ "txt2img/Variation strength/visible": true,
83
+ "txt2img/Variation strength/value": 0.0,
84
+ "txt2img/Variation strength/minimum": 0,
85
+ "txt2img/Variation strength/maximum": 1,
86
+ "txt2img/Variation strength/step": 0.01,
87
+ "txt2img/Resize seed from width/visible": true,
88
+ "txt2img/Resize seed from width/value": 0,
89
+ "txt2img/Resize seed from width/minimum": 0,
90
+ "txt2img/Resize seed from width/maximum": 2048,
91
+ "txt2img/Resize seed from width/step": 8,
92
+ "txt2img/Resize seed from height/visible": true,
93
+ "txt2img/Resize seed from height/value": 0,
94
+ "txt2img/Resize seed from height/minimum": 0,
95
+ "txt2img/Resize seed from height/maximum": 2048,
96
+ "txt2img/Resize seed from height/step": 8,
97
+ "txt2img/Override settings/value": null,
98
+ "txt2img/Script/visible": true,
99
+ "txt2img/Script/value": "None",
100
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
101
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
102
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
103
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
104
+ "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true,
105
+ "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive",
106
+ "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true,
107
+ "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma",
108
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true,
109
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0,
110
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0,
111
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 500,
112
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2,
113
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
114
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
115
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
116
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
117
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
118
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
119
+ "customscript/xyz_grid.py/txt2img/X type/visible": true,
120
+ "customscript/xyz_grid.py/txt2img/X type/value": "Seed",
121
+ "customscript/xyz_grid.py/txt2img/X values/visible": true,
122
+ "customscript/xyz_grid.py/txt2img/X values/value": "",
123
+ "customscript/xyz_grid.py/txt2img/Y type/visible": true,
124
+ "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing",
125
+ "customscript/xyz_grid.py/txt2img/Y values/visible": true,
126
+ "customscript/xyz_grid.py/txt2img/Y values/value": "",
127
+ "customscript/xyz_grid.py/txt2img/Z type/visible": true,
128
+ "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing",
129
+ "customscript/xyz_grid.py/txt2img/Z values/visible": true,
130
+ "customscript/xyz_grid.py/txt2img/Z values/value": "",
131
+ "customscript/xyz_grid.py/txt2img/Draw legend/visible": true,
132
+ "customscript/xyz_grid.py/txt2img/Draw legend/value": true,
133
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
134
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
135
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
136
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
137
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
138
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
139
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
140
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
141
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
142
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500,
143
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
144
+ "img2img/Prompt/visible": true,
145
+ "img2img/Prompt/value": "",
146
+ "img2img/Negative prompt/visible": true,
147
+ "img2img/Negative prompt/value": "",
148
+ "img2img/Styles/visible": true,
149
+ "img2img/Styles/value": [],
150
+ "img2img/Tabs@img2img_extra_tabs/selected": null,
151
+ "img2img/Tabs@mode_img2img/selected": null,
152
+ "img2img/Input directory/visible": true,
153
+ "img2img/Input directory/value": "",
154
+ "img2img/Output directory/visible": true,
155
+ "img2img/Output directory/value": "",
156
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
157
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
158
+ "img2img/Resize mode/visible": true,
159
+ "img2img/Resize mode/value": "Just resize",
160
+ "img2img/Mask blur/visible": true,
161
+ "img2img/Mask blur/value": 4,
162
+ "img2img/Mask blur/minimum": 0,
163
+ "img2img/Mask blur/maximum": 64,
164
+ "img2img/Mask blur/step": 1,
165
+ "img2img/Mask transparency/value": 0,
166
+ "img2img/Mask transparency/minimum": 0,
167
+ "img2img/Mask transparency/maximum": 100,
168
+ "img2img/Mask transparency/step": 1,
169
+ "img2img/Mask mode/visible": true,
170
+ "img2img/Mask mode/value": "Inpaint masked",
171
+ "img2img/Masked content/visible": true,
172
+ "img2img/Masked content/value": "original",
173
+ "img2img/Inpaint area/visible": true,
174
+ "img2img/Inpaint area/value": "Whole picture",
175
+ "img2img/Only masked padding, pixels/visible": true,
176
+ "img2img/Only masked padding, pixels/value": 32,
177
+ "img2img/Only masked padding, pixels/minimum": 0,
178
+ "img2img/Only masked padding, pixels/maximum": 256,
179
+ "img2img/Only masked padding, pixels/step": 4,
180
+ "img2img/Sampling method/visible": true,
181
+ "img2img/Sampling method/value": "Euler a",
182
+ "img2img/Sampling steps/visible": true,
183
+ "img2img/Sampling steps/value": 20,
184
+ "img2img/Sampling steps/minimum": 1,
185
+ "img2img/Sampling steps/maximum": 150,
186
+ "img2img/Sampling steps/step": 1,
187
+ "img2img/Restore faces/value": false,
188
+ "img2img/Tiling/visible": true,
189
+ "img2img/Tiling/value": false,
190
+ "img2img/Width/visible": true,
191
+ "img2img/Width/value": 512,
192
+ "img2img/Width/minimum": 64,
193
+ "img2img/Width/maximum": 2048,
194
+ "img2img/Width/step": 8,
195
+ "img2img/Height/visible": true,
196
+ "img2img/Height/value": 512,
197
+ "img2img/Height/minimum": 64,
198
+ "img2img/Height/maximum": 2048,
199
+ "img2img/Height/step": 8,
200
+ "img2img/Scale/visible": true,
201
+ "img2img/Scale/value": 1.0,
202
+ "img2img/Scale/minimum": 0.05,
203
+ "img2img/Scale/maximum": 4.0,
204
+ "img2img/Scale/step": 0.05,
205
+ "img2img/Unused/visible": true,
206
+ "img2img/Unused/value": 0,
207
+ "img2img/Unused/minimum": 0,
208
+ "img2img/Unused/maximum": 100,
209
+ "img2img/Unused/step": 1,
210
+ "img2img/Batch count/visible": true,
211
+ "img2img/Batch count/value": 1,
212
+ "img2img/Batch count/minimum": 1,
213
+ "img2img/Batch count/maximum": 100,
214
+ "img2img/Batch count/step": 1,
215
+ "img2img/Batch size/visible": true,
216
+ "img2img/Batch size/value": 1,
217
+ "img2img/Batch size/minimum": 1,
218
+ "img2img/Batch size/maximum": 8,
219
+ "img2img/Batch size/step": 1,
220
+ "img2img/CFG Scale/visible": true,
221
+ "img2img/CFG Scale/value": 7.0,
222
+ "img2img/CFG Scale/minimum": 1.0,
223
+ "img2img/CFG Scale/maximum": 30.0,
224
+ "img2img/CFG Scale/step": 0.5,
225
+ "img2img/Image CFG Scale/value": 1.5,
226
+ "img2img/Image CFG Scale/minimum": 0,
227
+ "img2img/Image CFG Scale/maximum": 3.0,
228
+ "img2img/Image CFG Scale/step": 0.05,
229
+ "img2img/Denoising strength/visible": true,
230
+ "img2img/Denoising strength/value": 0.75,
231
+ "img2img/Denoising strength/minimum": 0.0,
232
+ "img2img/Denoising strength/maximum": 1.0,
233
+ "img2img/Denoising strength/step": 0.01,
234
+ "img2img/Seed/visible": true,
235
+ "img2img/Seed/value": -1.0,
236
+ "img2img/Random seed/visible": true,
237
+ "img2img/Reuse seed/visible": true,
238
+ "img2img/Extra/visible": true,
239
+ "img2img/Extra/value": false,
240
+ "img2img/Variation seed/visible": true,
241
+ "img2img/Variation seed/value": -1.0,
242
+ "img2img/Variation strength/visible": true,
243
+ "img2img/Variation strength/value": 0.0,
244
+ "img2img/Variation strength/minimum": 0,
245
+ "img2img/Variation strength/maximum": 1,
246
+ "img2img/Variation strength/step": 0.01,
247
+ "img2img/Resize seed from width/visible": true,
248
+ "img2img/Resize seed from width/value": 0,
249
+ "img2img/Resize seed from width/minimum": 0,
250
+ "img2img/Resize seed from width/maximum": 2048,
251
+ "img2img/Resize seed from width/step": 8,
252
+ "img2img/Resize seed from height/visible": true,
253
+ "img2img/Resize seed from height/value": 0,
254
+ "img2img/Resize seed from height/minimum": 0,
255
+ "img2img/Resize seed from height/maximum": 2048,
256
+ "img2img/Resize seed from height/step": 8,
257
+ "img2img/Override settings/value": null,
258
+ "img2img/Script/visible": true,
259
+ "img2img/Script/value": "None",
260
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
261
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
262
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
263
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
264
+ "customscript/img2imgalt.py/img2img/Original prompt/visible": true,
265
+ "customscript/img2imgalt.py/img2img/Original prompt/value": "",
266
+ "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
267
+ "customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
268
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
269
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
270
+ "customscript/img2imgalt.py/img2img/Decode steps/visible": true,
271
+ "customscript/img2imgalt.py/img2img/Decode steps/value": 50,
272
+ "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
273
+ "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
274
+ "customscript/img2imgalt.py/img2img/Decode steps/step": 1,
275
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
276
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
277
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
278
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
279
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
280
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
281
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
282
+ "customscript/img2imgalt.py/img2img/Randomness/visible": true,
283
+ "customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
284
+ "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
285
+ "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
286
+ "customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
287
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
288
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
289
+ "customscript/loopback.py/img2img/Loops/visible": true,
290
+ "customscript/loopback.py/img2img/Loops/value": 4,
291
+ "customscript/loopback.py/img2img/Loops/minimum": 1,
292
+ "customscript/loopback.py/img2img/Loops/maximum": 32,
293
+ "customscript/loopback.py/img2img/Loops/step": 1,
294
+ "customscript/loopback.py/img2img/Final denoising strength/visible": true,
295
+ "customscript/loopback.py/img2img/Final denoising strength/value": 0.5,
296
+ "customscript/loopback.py/img2img/Final denoising strength/minimum": 0,
297
+ "customscript/loopback.py/img2img/Final denoising strength/maximum": 1,
298
+ "customscript/loopback.py/img2img/Final denoising strength/step": 0.01,
299
+ "customscript/loopback.py/img2img/Denoising strength curve/visible": true,
300
+ "customscript/loopback.py/img2img/Denoising strength curve/value": "Linear",
301
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true,
302
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None",
303
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
304
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
305
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
306
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
307
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
308
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
309
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
310
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
311
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
312
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
313
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
314
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
315
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
316
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
317
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
318
+ "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
319
+ "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
320
+ "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
321
+ "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
322
+ "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
323
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
324
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
325
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
326
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
327
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
328
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
329
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
330
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
331
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
332
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
333
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
334
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
335
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
336
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
337
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
338
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
339
+ "customscript/prompt_matrix.py/img2img/Select prompt/visible": true,
340
+ "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive",
341
+ "customscript/prompt_matrix.py/img2img/Select joining char/visible": true,
342
+ "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma",
343
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true,
344
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0,
345
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0,
346
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 500,
347
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2,
348
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
349
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
350
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
351
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
352
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
353
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
354
+ "customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
355
+ "customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
356
+ "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
357
+ "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
358
+ "customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
359
+ "customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
360
+ "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
361
+ "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
362
+ "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
363
+ "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
364
+ "customscript/sd_upscale.py/img2img/Upscaler/visible": true,
365
+ "customscript/sd_upscale.py/img2img/Upscaler/value": "None",
366
+ "customscript/xyz_grid.py/img2img/X type/visible": true,
367
+ "customscript/xyz_grid.py/img2img/X type/value": "Seed",
368
+ "customscript/xyz_grid.py/img2img/X values/visible": true,
369
+ "customscript/xyz_grid.py/img2img/X values/value": "",
370
+ "customscript/xyz_grid.py/img2img/Y type/visible": true,
371
+ "customscript/xyz_grid.py/img2img/Y type/value": "Nothing",
372
+ "customscript/xyz_grid.py/img2img/Y values/visible": true,
373
+ "customscript/xyz_grid.py/img2img/Y values/value": "",
374
+ "customscript/xyz_grid.py/img2img/Z type/visible": true,
375
+ "customscript/xyz_grid.py/img2img/Z type/value": "Nothing",
376
+ "customscript/xyz_grid.py/img2img/Z values/visible": true,
377
+ "customscript/xyz_grid.py/img2img/Z values/value": "",
378
+ "customscript/xyz_grid.py/img2img/Draw legend/visible": true,
379
+ "customscript/xyz_grid.py/img2img/Draw legend/value": true,
380
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
381
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
382
+ "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
383
+ "customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
384
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
385
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
386
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
387
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
388
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
389
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500,
390
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
391
+ "extras/Tabs@mode_extras/selected": null,
392
+ "extras/Input directory/visible": true,
393
+ "extras/Input directory/value": "",
394
+ "extras/Output directory/visible": true,
395
+ "extras/Output directory/value": "",
396
+ "extras/Show result images/visible": true,
397
+ "extras/Show result images/value": true,
398
+ "extras/Tabs@extras_resize_mode/selected": null,
399
+ "customscript/postprocessing_upscale.py/extras/Resize/visible": true,
400
+ "customscript/postprocessing_upscale.py/extras/Resize/value": 4,
401
+ "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
402
+ "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
403
+ "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
404
+ "customscript/postprocessing_upscale.py/extras/Width/visible": true,
405
+ "customscript/postprocessing_upscale.py/extras/Width/value": 512,
406
+ "customscript/postprocessing_upscale.py/extras/Width/minimum": 64,
407
+ "customscript/postprocessing_upscale.py/extras/Width/maximum": 2048,
408
+ "customscript/postprocessing_upscale.py/extras/Width/step": 8,
409
+ "customscript/postprocessing_upscale.py/extras/Height/visible": true,
410
+ "customscript/postprocessing_upscale.py/extras/Height/value": 512,
411
+ "customscript/postprocessing_upscale.py/extras/Height/minimum": 64,
412
+ "customscript/postprocessing_upscale.py/extras/Height/maximum": 2048,
413
+ "customscript/postprocessing_upscale.py/extras/Height/step": 8,
414
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
415
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
416
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
417
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
418
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
419
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
420
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
421
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
422
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
423
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
424
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
425
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true,
426
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0,
427
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0,
428
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0,
429
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001,
430
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true,
431
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0,
432
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0,
433
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0,
434
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001,
435
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
436
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
437
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
438
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
439
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
440
+ "modelmerger/Primary model (A)/visible": true,
441
+ "modelmerger/Primary model (A)/value": null,
442
+ "modelmerger/Secondary model (B)/visible": true,
443
+ "modelmerger/Secondary model (B)/value": null,
444
+ "modelmerger/Tertiary model (C)/visible": true,
445
+ "modelmerger/Tertiary model (C)/value": null,
446
+ "modelmerger/Custom Name (Optional)/visible": true,
447
+ "modelmerger/Custom Name (Optional)/value": "",
448
+ "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
449
+ "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
450
+ "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
451
+ "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
452
+ "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
453
+ "modelmerger/Interpolation Method/visible": true,
454
+ "modelmerger/Interpolation Method/value": "Weighted sum",
455
+ "modelmerger/Checkpoint format/visible": true,
456
+ "modelmerger/Checkpoint format/value": "safetensors",
457
+ "modelmerger/Save as float16/visible": true,
458
+ "modelmerger/Save as float16/value": false,
459
+ "modelmerger/Save metadata (.safetensors only)/visible": true,
460
+ "modelmerger/Save metadata (.safetensors only)/value": true,
461
+ "modelmerger/Copy config from/visible": true,
462
+ "modelmerger/Copy config from/value": "A, B or C",
463
+ "modelmerger/Bake in VAE/visible": true,
464
+ "modelmerger/Bake in VAE/value": "None",
465
+ "modelmerger/Discard weights with matching name/visible": true,
466
+ "modelmerger/Discard weights with matching name/value": "",
467
+ "train/Tabs@train_tabs/selected": null,
468
+ "train/Name/visible": true,
469
+ "train/Name/value": "",
470
+ "train/Initialization text/visible": true,
471
+ "train/Initialization text/value": "*",
472
+ "train/Number of vectors per token/visible": true,
473
+ "train/Number of vectors per token/value": 1,
474
+ "train/Number of vectors per token/minimum": 1,
475
+ "train/Number of vectors per token/maximum": 75,
476
+ "train/Number of vectors per token/step": 1,
477
+ "train/Overwrite Old Embedding/visible": true,
478
+ "train/Overwrite Old Embedding/value": false,
479
+ "train/Enter hypernetwork layer structure/visible": true,
480
+ "train/Enter hypernetwork layer structure/value": "1, 2, 1",
481
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
482
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
483
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
484
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
485
+ "train/Add layer normalization/visible": true,
486
+ "train/Add layer normalization/value": false,
487
+ "train/Use dropout/visible": true,
488
+ "train/Use dropout/value": false,
489
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
490
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0",
491
+ "train/Overwrite Old Hypernetwork/visible": true,
492
+ "train/Overwrite Old Hypernetwork/value": false,
493
+ "train/Source directory/visible": true,
494
+ "train/Source directory/value": "",
495
+ "train/Destination directory/visible": true,
496
+ "train/Destination directory/value": "",
497
+ "train/Width/visible": true,
498
+ "train/Width/value": 512,
499
+ "train/Width/minimum": 64,
500
+ "train/Width/maximum": 2048,
501
+ "train/Width/step": 8,
502
+ "train/Height/visible": true,
503
+ "train/Height/value": 512,
504
+ "train/Height/minimum": 64,
505
+ "train/Height/maximum": 2048,
506
+ "train/Height/step": 8,
507
+ "train/Existing Caption txt Action/visible": true,
508
+ "train/Existing Caption txt Action/value": "ignore",
509
+ "train/Keep original size/visible": true,
510
+ "train/Keep original size/value": false,
511
+ "train/Create flipped copies/visible": true,
512
+ "train/Create flipped copies/value": false,
513
+ "train/Split oversized images/visible": true,
514
+ "train/Split oversized images/value": false,
515
+ "train/Auto focal point crop/visible": true,
516
+ "train/Auto focal point crop/value": false,
517
+ "train/Auto-sized crop/visible": true,
518
+ "train/Auto-sized crop/value": false,
519
+ "train/Use BLIP for caption/visible": true,
520
+ "train/Use BLIP for caption/value": false,
521
+ "train/Use deepbooru for caption/visible": true,
522
+ "train/Use deepbooru for caption/value": false,
523
+ "train/Split image threshold/visible": true,
524
+ "train/Split image threshold/value": 0.5,
525
+ "train/Split image threshold/minimum": 0.0,
526
+ "train/Split image threshold/maximum": 1.0,
527
+ "train/Split image threshold/step": 0.05,
528
+ "train/Split image overlap ratio/visible": true,
529
+ "train/Split image overlap ratio/value": 0.2,
530
+ "train/Split image overlap ratio/minimum": 0.0,
531
+ "train/Split image overlap ratio/maximum": 0.9,
532
+ "train/Split image overlap ratio/step": 0.05,
533
+ "train/Focal point face weight/visible": true,
534
+ "train/Focal point face weight/value": 0.9,
535
+ "train/Focal point face weight/minimum": 0.0,
536
+ "train/Focal point face weight/maximum": 1.0,
537
+ "train/Focal point face weight/step": 0.05,
538
+ "train/Focal point entropy weight/visible": true,
539
+ "train/Focal point entropy weight/value": 0.15,
540
+ "train/Focal point entropy weight/minimum": 0.0,
541
+ "train/Focal point entropy weight/maximum": 1.0,
542
+ "train/Focal point entropy weight/step": 0.05,
543
+ "train/Focal point edges weight/visible": true,
544
+ "train/Focal point edges weight/value": 0.5,
545
+ "train/Focal point edges weight/minimum": 0.0,
546
+ "train/Focal point edges weight/maximum": 1.0,
547
+ "train/Focal point edges weight/step": 0.05,
548
+ "train/Create debug image/visible": true,
549
+ "train/Create debug image/value": false,
550
+ "train/Dimension lower bound/visible": true,
551
+ "train/Dimension lower bound/value": 384,
552
+ "train/Dimension lower bound/minimum": 64,
553
+ "train/Dimension lower bound/maximum": 2048,
554
+ "train/Dimension lower bound/step": 8,
555
+ "train/Dimension upper bound/visible": true,
556
+ "train/Dimension upper bound/value": 768,
557
+ "train/Dimension upper bound/minimum": 64,
558
+ "train/Dimension upper bound/maximum": 2048,
559
+ "train/Dimension upper bound/step": 8,
560
+ "train/Area lower bound/visible": true,
561
+ "train/Area lower bound/value": 4096,
562
+ "train/Area lower bound/minimum": 4096,
563
+ "train/Area lower bound/maximum": 4194304,
564
+ "train/Area lower bound/step": 1,
565
+ "train/Area upper bound/visible": true,
566
+ "train/Area upper bound/value": 409600,
567
+ "train/Area upper bound/minimum": 4096,
568
+ "train/Area upper bound/maximum": 4194304,
569
+ "train/Area upper bound/step": 1,
570
+ "train/Resizing objective/visible": true,
571
+ "train/Resizing objective/value": "Maximize area",
572
+ "train/Error threshold/visible": true,
573
+ "train/Error threshold/value": 0.1,
574
+ "train/Error threshold/minimum": 0,
575
+ "train/Error threshold/maximum": 1,
576
+ "train/Error threshold/step": 0.01,
577
+ "train/Embedding/visible": true,
578
+ "train/Embedding/value": null,
579
+ "train/Hypernetwork/visible": true,
580
+ "train/Hypernetwork/value": null,
581
+ "train/Embedding Learning rate/visible": true,
582
+ "train/Embedding Learning rate/value": "0.005",
583
+ "train/Hypernetwork Learning rate/visible": true,
584
+ "train/Hypernetwork Learning rate/value": "0.00001",
585
+ "train/Gradient Clipping/visible": true,
586
+ "train/Gradient Clipping/value": "disabled",
587
+ "train/Batch size/visible": true,
588
+ "train/Batch size/value": 1,
589
+ "train/Gradient accumulation steps/visible": true,
590
+ "train/Gradient accumulation steps/value": 1,
591
+ "train/Dataset directory/visible": true,
592
+ "train/Dataset directory/value": "",
593
+ "train/Log directory/visible": true,
594
+ "train/Log directory/value": "textual_inversion",
595
+ "train/Prompt template/visible": true,
596
+ "train/Prompt template/value": "style_filewords.txt",
597
+ "train/Do not resize images/visible": true,
598
+ "train/Do not resize images/value": false,
599
+ "train/Max steps/visible": true,
600
+ "train/Max steps/value": 100000,
601
+ "train/Save an image to log directory every N steps, 0 to disable/visible": true,
602
+ "train/Save an image to log directory every N steps, 0 to disable/value": 500,
603
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true,
604
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500,
605
+ "train/Use PNG alpha channel as loss weight/visible": true,
606
+ "train/Use PNG alpha channel as loss weight/value": false,
607
+ "train/Save images with embedding in PNG chunks/visible": true,
608
+ "train/Save images with embedding in PNG chunks/value": true,
609
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true,
610
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false,
611
+ "train/Shuffle tags by ',' when creating prompts./visible": true,
612
+ "train/Shuffle tags by ',' when creating prompts./value": false,
613
+ "train/Drop out tags when creating prompts./visible": true,
614
+ "train/Drop out tags when creating prompts./value": 0,
615
+ "train/Drop out tags when creating prompts./minimum": 0,
616
+ "train/Drop out tags when creating prompts./maximum": 1,
617
+ "train/Drop out tags when creating prompts./step": 0.1,
618
+ "train/Choose latent sampling method/visible": true,
619
+ "train/Choose latent sampling method/value": "once",
620
+ "webui/Tabs@tabs/selected": null
621
+ }