Transformers
superprpogresor commited on
Commit
6134175
·
1 Parent(s): fb2557b

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +181 -0
  2. styles.csv +15 -0
  3. ui-config.json +881 -0
  4. user.css +186 -0
config.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "samples_save": true,
3
+ "samples_format": "png",
4
+ "samples_filename_pattern": "[seed]-[datetime<%M%S>]-[prompt_spaces]",
5
+ "save_images_add_number": true,
6
+ "grid_save": false,
7
+ "grid_format": "png",
8
+ "grid_extended_filename": false,
9
+ "grid_only_if_multiple": true,
10
+ "grid_prevent_empty_spots": false,
11
+ "n_rows": -1,
12
+ "enable_pnginfo": true,
13
+ "save_txt": false,
14
+ "save_images_before_face_restoration": false,
15
+ "save_images_before_highres_fix": false,
16
+ "save_images_before_color_correction": false,
17
+ "jpeg_quality": 85,
18
+ "export_for_4chan": false,
19
+ "use_original_name_batch": true,
20
+ "save_selected_only": true,
21
+ "do_not_add_watermark": false,
22
+ "temp_dir": "output",
23
+ "clean_temp_dir_at_start": false,
24
+ "outdir_samples": "output",
25
+ "outdir_txt2img_samples": "",
26
+ "outdir_img2img_samples": "",
27
+ "outdir_extras_samples": "",
28
+ "outdir_grids": "output",
29
+ "outdir_txt2img_grids": "",
30
+ "outdir_img2img_grids": "",
31
+ "outdir_save": "output",
32
+ "save_to_dirs": false,
33
+ "grid_save_to_dirs": false,
34
+ "use_save_to_dirs_for_ui": false,
35
+ "directories_filename_pattern": "",
36
+ "directories_max_prompt_words": 8,
37
+ "ESRGAN_tile": 192,
38
+ "ESRGAN_tile_overlap": 8,
39
+ "realesrgan_enabled_models": [
40
+ "R-ESRGAN 4x+"
41
+ ],
42
+ "upscaler_for_img2img": "ESRGAN_4x",
43
+ "use_scale_latent_for_hires_fix": false,
44
+ "face_restoration_model": "CodeFormer",
45
+ "code_former_weight": 0.5,
46
+ "face_restoration_unload": false,
47
+ "memmon_poll_rate": 8,
48
+ "samples_log_stdout": false,
49
+ "multiple_tqdm": true,
50
+ "unload_models_when_training": true,
51
+ "pin_memory": true,
52
+ "save_optimizer_state": false,
53
+ "dataset_filename_word_regex": "",
54
+ "dataset_filename_join_string": " ",
55
+ "training_image_repeats_per_epoch": 1,
56
+ "training_write_csv_every": 0.0,
57
+ "training_xattention_optimizations": true,
58
+ "sd_checkpoint_cache": 5,
59
+ "sd_vae": "None",
60
+ "sd_vae_as_default": false,
61
+ "sd_hypernetwork": "None",
62
+ "sd_hypernetwork_strength": 1.0,
63
+ "inpainting_mask_weight": 1.0,
64
+ "img2img_color_correction": false,
65
+ "img2img_fix_steps": false,
66
+ "enable_quantization": true,
67
+ "enable_emphasis": true,
68
+ "use_old_emphasis_implementation": false,
69
+ "enable_batch_seeds": true,
70
+ "comma_padding_backtrack": 20,
71
+ "filter_nsfw": false,
72
+ "CLIP_stop_at_last_layers": 1,
73
+ "random_artist_categories": [],
74
+ "interrogate_keep_models_in_memory": false,
75
+ "interrogate_use_builtin_artists": true,
76
+ "interrogate_return_ranks": false,
77
+ "interrogate_clip_num_beams": 1,
78
+ "interrogate_clip_min_length": 24,
79
+ "interrogate_clip_max_length": 48,
80
+ "interrogate_clip_dict_limit": 1500,
81
+ "interrogate_deepbooru_score_threshold": 0.5,
82
+ "deepbooru_sort_alpha": true,
83
+ "deepbooru_use_spaces": false,
84
+ "deepbooru_escape": true,
85
+ "show_progressbar": true,
86
+ "show_progress_every_n_steps": 1,
87
+ "show_progress_grid": true,
88
+ "return_grid": false,
89
+ "do_not_show_images": false,
90
+ "add_model_hash_to_info": true,
91
+ "add_model_name_to_info": true,
92
+ "disable_weights_auto_swap": true,
93
+ "send_seed": true,
94
+ "font": "Segoe UI Semilight",
95
+ "js_modal_lightbox": true,
96
+ "js_modal_lightbox_initially_zoomed": false,
97
+ "show_progress_in_title": true,
98
+ "quicksettings": "sd_model_checkpoint",
99
+ "localization": "None",
100
+ "hide_samplers": [
101
+ "PLMS",
102
+ "LMS",
103
+ "DPM2",
104
+ "DPM2 a",
105
+ "DPM++ 2S a",
106
+ "DPM++ SDE",
107
+ "DPM fast",
108
+ "DPM adaptive",
109
+ "LMS Karras",
110
+ "DPM2 Karras",
111
+ "DPM++ 2S a Karras",
112
+ "DPM2 a Karras"
113
+ ],
114
+ "eta_ddim": 0.0,
115
+ "eta_ancestral": 1.0,
116
+ "ddim_discretize": "uniform",
117
+ "s_churn": 0.0,
118
+ "s_tmin": 0.0,
119
+ "s_noise": 1.0,
120
+ "eta_noise_seed_delta": 31337,
121
+ "ldsr_steps": 100,
122
+ "SWIN_tile": 192,
123
+ "SWIN_tile_overlap": 8,
124
+ "sd_model_checkpoint": "",
125
+ "sd_checkpoint_hash": "",
126
+ "use_upscaler_name_as_suffix": false,
127
+ "ldsr_cached": false,
128
+ "show_warnings": false,
129
+ "print_hypernet_extra": true,
130
+ "save_training_settings_to_txt": false,
131
+ "training_enable_tensorboard": false,
132
+ "training_tensorboard_save_images": false,
133
+ "training_tensorboard_flush_every": 120.0,
134
+ "sd_vae_checkpoint_cache": 2,
135
+ "initial_noise_multiplier": 1,
136
+ "img2img_background_color": "#ffffff",
137
+ "extra_networks_default_multiplier": 1,
138
+ "upcast_attn": false,
139
+ "use_old_karras_scheduler_sigmas": false,
140
+ "use_old_hires_fix_width_height": false,
141
+ "interrogate_clip_skip_categories": [],
142
+ "deepbooru_filter_tags": "",
143
+ "extra_networks_default_view": "cards",
144
+ "lora_apply_to_outputs": false,
145
+ "send_size": true,
146
+ "samplers_in_dropdown": true,
147
+ "dimensions_and_batch_together": true,
148
+ "keyedit_precision_attention": 0.1,
149
+ "keyedit_precision_extra": 0.05,
150
+ "ui_reorder": "inpaint, sampler, dimensions, cfg, seed, checkboxes, hires_fix, batch, scripts",
151
+ "ui_extra_networks_tab_reorder": "",
152
+ "live_previews_enable": true,
153
+ "show_progress_type": "Approx NN",
154
+ "live_preview_content": "Prompt",
155
+ "live_preview_refresh_period": 100.0,
156
+ "always_discard_next_to_last_sigma": false,
157
+ "postprocessing_scipts_order": "upscale, gfpgan, codeformer",
158
+ "upscaling_max_images_in_cache": 5,
159
+ "postprocessing_enable_in_main_ui": [],
160
+ "postprocessing_operation_order": [],
161
+ "sd_lora": "None",
162
+ "disabled_extensions": [],
163
+ "img_downscale_threshold": 4.0,
164
+ "target_side_length": 4000.0,
165
+ "no_dpmpp_sde_batch_determinism": false,
166
+ "control_net_model_config": "models\\cldm_v15.yaml",
167
+ "control_net_model_adapter_config": "models\\sketch_adapter_v14.yaml",
168
+ "control_net_detectedmap_dir": "detected_maps",
169
+ "control_net_models_path": "",
170
+ "control_net_max_models_num": 2,
171
+ "control_net_model_cache_size": 3,
172
+ "control_net_control_transfer": false,
173
+ "control_net_no_detectmap": false,
174
+ "control_net_detectmap_autosaving": false,
175
+ "control_net_only_midctrl_hires": true,
176
+ "control_net_allow_script_control": true,
177
+ "control_net_skip_img2img_processing": false,
178
+ "control_net_monocular_depth_optim": false,
179
+ "control_net_only_mid_control": false,
180
+ "control_net_cfg_based_guidance": false
181
+ }
styles.csv ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name,prompt,negative_prompt
2
+ Anime,"(anime), (illustration), cartoon, detailed",
3
+ illustration,"illustration, cartoon, soothing tones, calm colors",
4
+ Caricature,"big head, big eyes, caricature, a caricature, digital rendering, (figurativism:0.8)",
5
+ Comic book,"neutral palette, comic style, muted colors, illustration, cartoon, soothing tones, low saturation",
6
+ Cinematic,"((((cinematic look)))), soothing tones, insane details, intricate details, hyperdetailed, low contrast, soft cinematic light, dim colors, exposure blend, hdr, faded, slate gray atmosphere","((((black and white)))), ((((b&w))))",
7
+ Cinematic (horror),"slate atmosphere, cinematic, dimmed colors, dark shot, muted colors, film grainy, lut, spooky",
8
+ Cinematic (art),"art by greg rutkowski and artgerm, soft cinematic light, adobe lightroom, photolab, hdr, intricate, highly detailed, ((((depth of field))))",
9
+ Gloomy,"complex background, stuff in the background, highly detailed, (((gloomy))), dark, dimmed, hdr, vignette, grimy, [[slate atmosphere]]","(((depth of field))), ((bokeh)), (blur), blurred, pink",
10
+ Painting,"rutkowski, intricate digital art, soothing tones, (cartoon:0.3), (art:1.4), epic realistic, faded, neutral colors, (hdr:1.4), (muted colors:1.4), (intricate), (artstation:1.99), dramatic, intricate details, (technicolor:0.9), detailed, intricate, cinematic, detailed",
11
+ Painting (vivid),"(pascal campion:0.38), vivid colors, (painting art:0.06), [eclectic:clear:17]","vignette, cinematic, grayscale, bokeh, blurred, depth of field",
12
+ Midjourney (warm),"epic realistic, faded, ((neutral colors)), art, (hdr:1.5), (muted colors:1.2), pastel, hyperdetailed, (artstation:1.5), warm lights, dramatic light, (intricate details:1.2), vignette, complex background, rutkowski",
13
+ Midjourney,"(dark shot:1.17), epic realistic, faded, ((neutral colors)), art, (hdr:1.5), (muted colors:1.2), hyperdetailed, (artstation:1.5), cinematic, warm lights, dramatic light, (intricate details:1.1), complex background, (rutkowski:0.8), (teal and orange:0.4)",
14
+ XpucT,"epic realistic, (dark shot:1.22), neutral colors, (hdr:1.4), (muted colors:1.4), (intricate), (artstation:1.2), dramatic, intricate details, (technicolor:0.9), detailed, [[rutkowski]], intricate, cinematic, detailed",
15
+ + details,"((intricate details)), hdr, ((intricate details, hyperdetailed))",
ui-config.json ADDED
@@ -0,0 +1,881 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "txt2img/Prompt/visible": true,
3
+ "txt2img/Prompt/value": "",
4
+ "txt2img/Negative prompt/visible": true,
5
+ "txt2img/Negative prompt/value": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
6
+ "txt2img/Styles/visible": true,
7
+ "txt2img/Styles/value": [],
8
+ "txt2img/Sampling method/visible": true,
9
+ "txt2img/Sampling method/value": "Euler a",
10
+ "txt2img/Sampling steps/visible": true,
11
+ "txt2img/Sampling steps/value": 22,
12
+ "txt2img/Sampling steps/minimum": 1,
13
+ "txt2img/Sampling steps/maximum": 150,
14
+ "txt2img/Sampling steps/step": 1,
15
+ "txt2img/Width/visible": true,
16
+ "txt2img/Width/value": 640,
17
+ "txt2img/Width/minimum": 512,
18
+ "txt2img/Width/maximum": 2048,
19
+ "txt2img/Width/step": 8,
20
+ "txt2img/Height/visible": true,
21
+ "txt2img/Height/value": 640,
22
+ "txt2img/Height/minimum": 512,
23
+ "txt2img/Height/maximum": 2048,
24
+ "txt2img/Height/step": 8,
25
+ "txt2img/Batch count/visible": true,
26
+ "txt2img/Batch count/value": 1,
27
+ "txt2img/Batch count/minimum": 1,
28
+ "txt2img/Batch count/maximum": 500,
29
+ "txt2img/Batch count/step": 1,
30
+ "txt2img/Batch size/visible": true,
31
+ "txt2img/Batch size/value": 1,
32
+ "txt2img/Batch size/minimum": 1,
33
+ "txt2img/Batch size/maximum": 8,
34
+ "txt2img/Batch size/step": 1,
35
+ "txt2img/CFG Scale/visible": true,
36
+ "txt2img/CFG Scale/value": 7.0,
37
+ "txt2img/CFG Scale/minimum": 1.0,
38
+ "txt2img/CFG Scale/maximum": 30.0,
39
+ "txt2img/CFG Scale/step": 0.5,
40
+ "txt2img/Seed/visible": true,
41
+ "txt2img/Seed/value": -1.0,
42
+ "txt2img/Extra/visible": true,
43
+ "txt2img/Extra/value": false,
44
+ "txt2img/Variation seed/visible": true,
45
+ "txt2img/Variation seed/value": -1.0,
46
+ "txt2img/Variation strength/visible": true,
47
+ "txt2img/Variation strength/value": 0.0,
48
+ "txt2img/Variation strength/minimum": 0,
49
+ "txt2img/Variation strength/maximum": 1,
50
+ "txt2img/Variation strength/step": 0.01,
51
+ "txt2img/Resize seed from width/visible": true,
52
+ "txt2img/Resize seed from width/value": 0,
53
+ "txt2img/Resize seed from width/minimum": 0,
54
+ "txt2img/Resize seed from width/maximum": 2048,
55
+ "txt2img/Resize seed from width/step": 8,
56
+ "txt2img/Resize seed from height/visible": true,
57
+ "txt2img/Resize seed from height/value": 0,
58
+ "txt2img/Resize seed from height/minimum": 0,
59
+ "txt2img/Resize seed from height/maximum": 2048,
60
+ "txt2img/Resize seed from height/step": 8,
61
+ "txt2img/Restore faces/visible": true,
62
+ "txt2img/Restore faces/value": false,
63
+ "txt2img/Tiling/visible": true,
64
+ "txt2img/Tiling/value": false,
65
+ "txt2img/Hires. fix/visible": false,
66
+ "txt2img/Hires. fix/value": false,
67
+ "txt2img/Upscaler/visible": true,
68
+ "txt2img/Upscaler/value": "Latent",
69
+ "txt2img/Hires steps/visible": true,
70
+ "txt2img/Hires steps/value": 0,
71
+ "txt2img/Hires steps/minimum": 0,
72
+ "txt2img/Hires steps/maximum": 150,
73
+ "txt2img/Hires steps/step": 1,
74
+ "txt2img/Denoising strength/visible": true,
75
+ "txt2img/Denoising strength/value": 0.7,
76
+ "txt2img/Denoising strength/minimum": 0.0,
77
+ "txt2img/Denoising strength/maximum": 1.0,
78
+ "txt2img/Denoising strength/step": 0.01,
79
+ "txt2img/Upscale by/visible": true,
80
+ "txt2img/Upscale by/value": 2.0,
81
+ "txt2img/Upscale by/minimum": 1.0,
82
+ "txt2img/Upscale by/maximum": 4.0,
83
+ "txt2img/Upscale by/step": 0.05,
84
+ "txt2img/Resize width to/visible": true,
85
+ "txt2img/Resize width to/value": 0,
86
+ "txt2img/Resize width to/minimum": 0,
87
+ "txt2img/Resize width to/maximum": 2048,
88
+ "txt2img/Resize width to/step": 8,
89
+ "txt2img/Resize height to/visible": true,
90
+ "txt2img/Resize height to/value": 0,
91
+ "txt2img/Resize height to/minimum": 0,
92
+ "txt2img/Resize height to/maximum": 2048,
93
+ "txt2img/Resize height to/step": 8,
94
+ "txt2img/Script/visible": true,
95
+ "txt2img/Script/value": "None",
96
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
97
+ "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
98
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
99
+ "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
100
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
101
+ "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
102
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
103
+ "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
104
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
105
+ "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
106
+ "customscript/xyz_grid.py/txt2img/X type/visible": true,
107
+ "customscript/xyz_grid.py/txt2img/X type/value": "Seed",
108
+ "customscript/xyz_grid.py/txt2img/X values/visible": true,
109
+ "customscript/xyz_grid.py/txt2img/X values/value": "",
110
+ "customscript/xyz_grid.py/txt2img/Y type/visible": true,
111
+ "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing",
112
+ "customscript/xyz_grid.py/txt2img/Y values/visible": true,
113
+ "customscript/xyz_grid.py/txt2img/Y values/value": "",
114
+ "customscript/xyz_grid.py/txt2img/Z type/visible": true,
115
+ "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing",
116
+ "customscript/xyz_grid.py/txt2img/Z values/visible": true,
117
+ "customscript/xyz_grid.py/txt2img/Z values/value": "",
118
+ "customscript/xyz_grid.py/txt2img/Draw legend/visible": true,
119
+ "customscript/xyz_grid.py/txt2img/Draw legend/value": true,
120
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
121
+ "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
122
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
123
+ "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
124
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
125
+ "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
126
+ "img2img/Prompt/visible": true,
127
+ "img2img/Prompt/value": "",
128
+ "img2img/Negative prompt/visible": true,
129
+ "img2img/Negative prompt/value": "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
130
+ "img2img/Styles/visible": true,
131
+ "img2img/Styles/value": [],
132
+ "img2img/Input directory/visible": true,
133
+ "img2img/Input directory/value": "",
134
+ "img2img/Output directory/visible": true,
135
+ "img2img/Output directory/value": "",
136
+ "img2img/Resize mode/visible": true,
137
+ "img2img/Resize mode/value": "Just resize",
138
+ "img2img/Mask blur/visible": true,
139
+ "img2img/Mask blur/value": 4,
140
+ "img2img/Mask blur/minimum": 0,
141
+ "img2img/Mask blur/maximum": 64,
142
+ "img2img/Mask blur/step": 1,
143
+ "img2img/Mask transparency/value": 0,
144
+ "img2img/Mask transparency/minimum": 0,
145
+ "img2img/Mask transparency/maximum": 100,
146
+ "img2img/Mask transparency/step": 1,
147
+ "img2img/Mask mode/visible": true,
148
+ "img2img/Mask mode/value": "Inpaint masked",
149
+ "img2img/Masked content/visible": true,
150
+ "img2img/Masked content/value": "original",
151
+ "img2img/Inpaint area/visible": true,
152
+ "img2img/Inpaint area/value": "Whole picture",
153
+ "img2img/Only masked padding, pixels/visible": true,
154
+ "img2img/Only masked padding, pixels/value": 32,
155
+ "img2img/Only masked padding, pixels/minimum": 0,
156
+ "img2img/Only masked padding, pixels/maximum": 256,
157
+ "img2img/Only masked padding, pixels/step": 4,
158
+ "img2img/Sampling method/visible": true,
159
+ "img2img/Sampling method/value": "Euler a",
160
+ "img2img/Sampling steps/visible": true,
161
+ "img2img/Sampling steps/value": 20,
162
+ "img2img/Sampling steps/minimum": 1,
163
+ "img2img/Sampling steps/maximum": 150,
164
+ "img2img/Sampling steps/step": 1,
165
+ "img2img/Width/visible": true,
166
+ "img2img/Width/value": 512,
167
+ "img2img/Width/minimum": 64,
168
+ "img2img/Width/maximum": 2048,
169
+ "img2img/Width/step": 8,
170
+ "img2img/Height/visible": true,
171
+ "img2img/Height/value": 512,
172
+ "img2img/Height/minimum": 64,
173
+ "img2img/Height/maximum": 2048,
174
+ "img2img/Height/step": 8,
175
+ "img2img/Batch count/visible": true,
176
+ "img2img/Batch count/value": 1,
177
+ "img2img/Batch count/minimum": 1,
178
+ "img2img/Batch count/maximum": 100,
179
+ "img2img/Batch count/step": 1,
180
+ "img2img/Batch size/visible": true,
181
+ "img2img/Batch size/value": 1,
182
+ "img2img/Batch size/minimum": 1,
183
+ "img2img/Batch size/maximum": 8,
184
+ "img2img/Batch size/step": 1,
185
+ "img2img/CFG Scale/visible": true,
186
+ "img2img/CFG Scale/value": 7.0,
187
+ "img2img/CFG Scale/minimum": 1.0,
188
+ "img2img/CFG Scale/maximum": 30.0,
189
+ "img2img/CFG Scale/step": 0.5,
190
+ "img2img/Denoising strength/visible": true,
191
+ "img2img/Denoising strength/value": 0.87,
192
+ "img2img/Denoising strength/minimum": 0.0,
193
+ "img2img/Denoising strength/maximum": 1.0,
194
+ "img2img/Denoising strength/step": 0.01,
195
+ "img2img/Seed/visible": true,
196
+ "img2img/Seed/value": -1.0,
197
+ "img2img/Extra/visible": true,
198
+ "img2img/Extra/value": false,
199
+ "img2img/Variation seed/visible": true,
200
+ "img2img/Variation seed/value": -1.0,
201
+ "img2img/Variation strength/visible": true,
202
+ "img2img/Variation strength/value": 0.0,
203
+ "img2img/Variation strength/minimum": 0,
204
+ "img2img/Variation strength/maximum": 1,
205
+ "img2img/Variation strength/step": 0.01,
206
+ "img2img/Resize seed from width/visible": true,
207
+ "img2img/Resize seed from width/value": 0,
208
+ "img2img/Resize seed from width/minimum": 0,
209
+ "img2img/Resize seed from width/maximum": 2048,
210
+ "img2img/Resize seed from width/step": 8,
211
+ "img2img/Resize seed from height/visible": true,
212
+ "img2img/Resize seed from height/value": 0,
213
+ "img2img/Resize seed from height/minimum": 0,
214
+ "img2img/Resize seed from height/maximum": 2048,
215
+ "img2img/Resize seed from height/step": 8,
216
+ "img2img/Restore faces/visible": true,
217
+ "img2img/Restore faces/value": false,
218
+ "img2img/Tiling/visible": true,
219
+ "img2img/Tiling/value": false,
220
+ "img2img/Script/visible": true,
221
+ "img2img/Script/value": "None",
222
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
223
+ "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
224
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
225
+ "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
226
+ "customscript/img2imgalt.py/img2img/Original prompt/visible": true,
227
+ "customscript/img2imgalt.py/img2img/Original prompt/value": "",
228
+ "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
229
+ "customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
230
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
231
+ "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
232
+ "customscript/img2imgalt.py/img2img/Decode steps/visible": true,
233
+ "customscript/img2imgalt.py/img2img/Decode steps/value": 50,
234
+ "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
235
+ "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
236
+ "customscript/img2imgalt.py/img2img/Decode steps/step": 1,
237
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
238
+ "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
239
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
240
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
241
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
242
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
243
+ "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
244
+ "customscript/img2imgalt.py/img2img/Randomness/visible": true,
245
+ "customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
246
+ "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
247
+ "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
248
+ "customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
249
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
250
+ "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
251
+ "customscript/loopback.py/img2img/Loops/visible": true,
252
+ "customscript/loopback.py/img2img/Loops/value": 4,
253
+ "customscript/loopback.py/img2img/Loops/minimum": 1,
254
+ "customscript/loopback.py/img2img/Loops/maximum": 32,
255
+ "customscript/loopback.py/img2img/Loops/step": 1,
256
+ "customscript/loopback.py/img2img/Denoising strength change factor/visible": true,
257
+ "customscript/loopback.py/img2img/Denoising strength change factor/value": 1,
258
+ "customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9,
259
+ "customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1,
260
+ "customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01,
261
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
262
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
263
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
264
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
265
+ "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
266
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
267
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
268
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
269
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
270
+ "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
271
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
272
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
273
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
274
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
275
+ "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
276
+ "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
277
+ "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
278
+ "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
279
+ "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
280
+ "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
281
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
282
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
283
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
284
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
285
+ "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
286
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
287
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
288
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
289
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
290
+ "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
291
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
292
+ "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
293
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
294
+ "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
295
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
296
+ "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
297
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
298
+ "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
299
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
300
+ "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
301
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
302
+ "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
303
+ "customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
304
+ "customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
305
+ "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
306
+ "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
307
+ "customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
308
+ "customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
309
+ "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
310
+ "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
311
+ "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
312
+ "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
313
+ "customscript/sd_upscale.py/img2img/Upscaler/visible": true,
314
+ "customscript/sd_upscale.py/img2img/Upscaler/value": "None",
315
+ "customscript/xyz_grid.py/img2img/X type/visible": true,
316
+ "customscript/xyz_grid.py/img2img/X type/value": "Seed",
317
+ "customscript/xyz_grid.py/img2img/X values/visible": true,
318
+ "customscript/xyz_grid.py/img2img/X values/value": "",
319
+ "customscript/xyz_grid.py/img2img/Y type/visible": true,
320
+ "customscript/xyz_grid.py/img2img/Y type/value": "Nothing",
321
+ "customscript/xyz_grid.py/img2img/Y values/visible": true,
322
+ "customscript/xyz_grid.py/img2img/Y values/value": "",
323
+ "customscript/xyz_grid.py/img2img/Z type/visible": true,
324
+ "customscript/xyz_grid.py/img2img/Z type/value": "Nothing",
325
+ "customscript/xyz_grid.py/img2img/Z values/visible": true,
326
+ "customscript/xyz_grid.py/img2img/Z values/value": "",
327
+ "customscript/xyz_grid.py/img2img/Draw legend/visible": true,
328
+ "customscript/xyz_grid.py/img2img/Draw legend/value": true,
329
+ "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
330
+ "customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
331
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
332
+ "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
333
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
334
+ "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
335
+ "extras/Input directory/visible": true,
336
+ "extras/Input directory/value": "",
337
+ "extras/Output directory/visible": true,
338
+ "extras/Output directory/value": "",
339
+ "extras/Show result images/visible": true,
340
+ "extras/Show result images/value": true,
341
+ "customscript/postprocessing_upscale.py/extras/Resize/visible": true,
342
+ "customscript/postprocessing_upscale.py/extras/Resize/value": 2,
343
+ "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
344
+ "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
345
+ "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
346
+ "customscript/postprocessing_upscale.py/extras/Width/visible": true,
347
+ "customscript/postprocessing_upscale.py/extras/Width/value": 512,
348
+ "customscript/postprocessing_upscale.py/extras/Height/visible": true,
349
+ "customscript/postprocessing_upscale.py/extras/Height/value": 512,
350
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
351
+ "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
352
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
353
+ "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "ESRGAN_4x",
354
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
355
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
356
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
357
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
358
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
359
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
360
+ "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
361
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true,
362
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0,
363
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0,
364
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0,
365
+ "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001,
366
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true,
367
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0,
368
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0,
369
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0,
370
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001,
371
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
372
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
373
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
374
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
375
+ "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
376
+ "modelmerger/Primary model (A)/visible": true,
377
+ "modelmerger/Primary model (A)/value": null,
378
+ "modelmerger/Secondary model (B)/visible": true,
379
+ "modelmerger/Secondary model (B)/value": null,
380
+ "modelmerger/Tertiary model (C)/visible": true,
381
+ "modelmerger/Tertiary model (C)/value": null,
382
+ "modelmerger/Custom Name (Optional)/visible": true,
383
+ "modelmerger/Custom Name (Optional)/value": "",
384
+ "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
385
+ "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
386
+ "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
387
+ "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
388
+ "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
389
+ "modelmerger/Interpolation Method/visible": true,
390
+ "modelmerger/Interpolation Method/value": "Weighted sum",
391
+ "modelmerger/Checkpoint format/visible": true,
392
+ "modelmerger/Checkpoint format/value": "ckpt",
393
+ "modelmerger/Save as float16/visible": true,
394
+ "modelmerger/Save as float16/value": false,
395
+ "modelmerger/Copy config from/visible": true,
396
+ "modelmerger/Copy config from/value": "A, B or C",
397
+ "modelmerger/Bake in VAE/visible": true,
398
+ "modelmerger/Bake in VAE/value": "None",
399
+ "modelmerger/Discard weights with matching name/visible": true,
400
+ "modelmerger/Discard weights with matching name/value": "",
401
+ "train/Name/visible": true,
402
+ "train/Name/value": "",
403
+ "train/Initialization text/visible": true,
404
+ "train/Initialization text/value": "*",
405
+ "train/Number of vectors per token/visible": true,
406
+ "train/Number of vectors per token/value": 1,
407
+ "train/Number of vectors per token/minimum": 1,
408
+ "train/Number of vectors per token/maximum": 75,
409
+ "train/Number of vectors per token/step": 1,
410
+ "train/Overwrite Old Embedding/visible": true,
411
+ "train/Overwrite Old Embedding/value": false,
412
+ "train/Enter hypernetwork layer structure/visible": true,
413
+ "train/Enter hypernetwork layer structure/value": "1, 2, 1",
414
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
415
+ "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
416
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
417
+ "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
418
+ "train/Add layer normalization/visible": true,
419
+ "train/Add layer normalization/value": false,
420
+ "train/Use dropout/visible": true,
421
+ "train/Use dropout/value": false,
422
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
423
+ "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0",
424
+ "train/Overwrite Old Hypernetwork/visible": true,
425
+ "train/Overwrite Old Hypernetwork/value": false,
426
+ "train/Source directory/visible": true,
427
+ "train/Source directory/value": "",
428
+ "train/Destination directory/visible": true,
429
+ "train/Destination directory/value": "",
430
+ "train/Width/visible": true,
431
+ "train/Width/value": 512,
432
+ "train/Width/minimum": 64,
433
+ "train/Width/maximum": 2048,
434
+ "train/Width/step": 8,
435
+ "train/Height/visible": true,
436
+ "train/Height/value": 512,
437
+ "train/Height/minimum": 64,
438
+ "train/Height/maximum": 2048,
439
+ "train/Height/step": 8,
440
+ "train/Existing Caption txt Action/visible": true,
441
+ "train/Existing Caption txt Action/value": "ignore",
442
+ "train/Create flipped copies/visible": true,
443
+ "train/Create flipped copies/value": false,
444
+ "train/Split oversized images/visible": true,
445
+ "train/Split oversized images/value": false,
446
+ "train/Auto focal point crop/visible": true,
447
+ "train/Auto focal point crop/value": false,
448
+ "train/Auto-sized crop/visible": true,
449
+ "train/Auto-sized crop/value": false,
450
+ "train/Use BLIP for caption/visible": true,
451
+ "train/Use BLIP for caption/value": false,
452
+ "train/Use deepbooru for caption/visible": true,
453
+ "train/Use deepbooru for caption/value": false,
454
+ "train/Split image threshold/visible": true,
455
+ "train/Split image threshold/value": 0.5,
456
+ "train/Split image threshold/minimum": 0.0,
457
+ "train/Split image threshold/maximum": 1.0,
458
+ "train/Split image threshold/step": 0.05,
459
+ "train/Split image overlap ratio/visible": true,
460
+ "train/Split image overlap ratio/value": 0.2,
461
+ "train/Split image overlap ratio/minimum": 0.0,
462
+ "train/Split image overlap ratio/maximum": 0.9,
463
+ "train/Split image overlap ratio/step": 0.05,
464
+ "train/Focal point face weight/visible": true,
465
+ "train/Focal point face weight/value": 0.9,
466
+ "train/Focal point face weight/minimum": 0.0,
467
+ "train/Focal point face weight/maximum": 1.0,
468
+ "train/Focal point face weight/step": 0.05,
469
+ "train/Focal point entropy weight/visible": true,
470
+ "train/Focal point entropy weight/value": 0.15,
471
+ "train/Focal point entropy weight/minimum": 0.0,
472
+ "train/Focal point entropy weight/maximum": 1.0,
473
+ "train/Focal point entropy weight/step": 0.05,
474
+ "train/Focal point edges weight/visible": true,
475
+ "train/Focal point edges weight/value": 0.5,
476
+ "train/Focal point edges weight/minimum": 0.0,
477
+ "train/Focal point edges weight/maximum": 1.0,
478
+ "train/Focal point edges weight/step": 0.05,
479
+ "train/Create debug image/visible": true,
480
+ "train/Create debug image/value": false,
481
+ "train/Dimension lower bound/visible": true,
482
+ "train/Dimension lower bound/value": 384,
483
+ "train/Dimension lower bound/minimum": 64,
484
+ "train/Dimension lower bound/maximum": 2048,
485
+ "train/Dimension lower bound/step": 8,
486
+ "train/Dimension upper bound/visible": true,
487
+ "train/Dimension upper bound/value": 768,
488
+ "train/Dimension upper bound/minimum": 64,
489
+ "train/Dimension upper bound/maximum": 2048,
490
+ "train/Dimension upper bound/step": 8,
491
+ "train/Area lower bound/visible": true,
492
+ "train/Area lower bound/value": 4096,
493
+ "train/Area lower bound/minimum": 4096,
494
+ "train/Area lower bound/maximum": 4194304,
495
+ "train/Area lower bound/step": 1,
496
+ "train/Area upper bound/visible": true,
497
+ "train/Area upper bound/value": 409600,
498
+ "train/Area upper bound/minimum": 4096,
499
+ "train/Area upper bound/maximum": 4194304,
500
+ "train/Area upper bound/step": 1,
501
+ "train/Resizing objective/visible": true,
502
+ "train/Resizing objective/value": "Maximize area",
503
+ "train/Error threshold/visible": true,
504
+ "train/Error threshold/value": 0.1,
505
+ "train/Error threshold/minimum": 0,
506
+ "train/Error threshold/maximum": 1,
507
+ "train/Error threshold/step": 0.01,
508
+ "train/Embedding/visible": true,
509
+ "train/Embedding/value": null,
510
+ "train/Hypernetwork/visible": true,
511
+ "train/Hypernetwork/value": null,
512
+ "train/Embedding Learning rate/visible": true,
513
+ "train/Embedding Learning rate/value": "0.004",
514
+ "train/Hypernetwork Learning rate/visible": true,
515
+ "train/Hypernetwork Learning rate/value": "2e-5:800, 8e-6:1600, 5e-6",
516
+ "train/Gradient Clipping/visible": true,
517
+ "train/Gradient Clipping/value": "disabled",
518
+ "train/Batch size/visible": true,
519
+ "train/Batch size/value": 1,
520
+ "train/Gradient accumulation steps/visible": true,
521
+ "train/Gradient accumulation steps/value": 1,
522
+ "train/Dataset directory/visible": true,
523
+ "train/Dataset directory/value": "",
524
+ "train/Log directory/visible": true,
525
+ "train/Log directory/value": "textual_inversion",
526
+ "train/Prompt template/visible": true,
527
+ "train/Prompt template/value": "empty.txt",
528
+ "train/Do not resize images/visible": true,
529
+ "train/Do not resize images/value": true,
530
+ "train/Max steps/visible": true,
531
+ "train/Max steps/value": 10000,
532
+ "train/Save an image to log directory every N steps, 0 to disable/visible": true,
533
+ "train/Save an image to log directory every N steps, 0 to disable/value": 100,
534
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true,
535
+ "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 100,
536
+ "train/Save images with embedding in PNG chunks/visible": true,
537
+ "train/Save images with embedding in PNG chunks/value": true,
538
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true,
539
+ "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": true,
540
+ "train/Shuffle tags by ',' when creating prompts./visible": true,
541
+ "train/Shuffle tags by ',' when creating prompts./value": false,
542
+ "train/Drop out tags when creating prompts./visible": true,
543
+ "train/Drop out tags when creating prompts./value": 0,
544
+ "train/Drop out tags when creating prompts./minimum": 0,
545
+ "train/Drop out tags when creating prompts./maximum": 1,
546
+ "train/Drop out tags when creating prompts./step": 0.1,
547
+ "train/Choose latent sampling method/visible": true,
548
+ "train/Choose latent sampling method/value": "once",
549
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
550
+ "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
551
+ "txt2img/Override settings/value": null,
552
+ "img2img/Override settings/value": null,
553
+ "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true,
554
+ "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive",
555
+ "customscript/prompt_matrix.py/txt2img/Select delimiter/visible": true,
556
+ "customscript/prompt_matrix.py/txt2img/Select delimiter/value": "comma",
557
+ "customscript/prompt_matrix.py/img2img/Select prompt/visible": true,
558
+ "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive",
559
+ "customscript/prompt_matrix.py/img2img/Select delimiter/visible": true,
560
+ "customscript/prompt_matrix.py/img2img/Select delimiter/value": "comma",
561
+ "customscript/depth2image_depthmask.py/img2img/Contrasts cut level/visible": true,
562
+ "customscript/depth2image_depthmask.py/img2img/Contrasts cut level/value": 0,
563
+ "customscript/depth2image_depthmask.py/img2img/Contrasts cut level/minimum": 0,
564
+ "customscript/depth2image_depthmask.py/img2img/Contrasts cut level/maximum": 255,
565
+ "customscript/depth2image_depthmask.py/img2img/Contrasts cut level/step": 1,
566
+ "customscript/depth2image_depthmask.py/img2img/Match input size/visible": true,
567
+ "customscript/depth2image_depthmask.py/img2img/Match input size/value": true,
568
+ "customscript/depth2image_depthmask.py/img2img/Net width/visible": true,
569
+ "customscript/depth2image_depthmask.py/img2img/Net width/value": 384,
570
+ "customscript/depth2image_depthmask.py/img2img/Net width/minimum": 64,
571
+ "customscript/depth2image_depthmask.py/img2img/Net width/maximum": 2048,
572
+ "customscript/depth2image_depthmask.py/img2img/Net width/step": 64,
573
+ "customscript/depth2image_depthmask.py/img2img/Net height/visible": true,
574
+ "customscript/depth2image_depthmask.py/img2img/Net height/value": 384,
575
+ "customscript/depth2image_depthmask.py/img2img/Net height/minimum": 64,
576
+ "customscript/depth2image_depthmask.py/img2img/Net height/maximum": 2048,
577
+ "customscript/depth2image_depthmask.py/img2img/Net height/step": 64,
578
+ "customscript/depth2image_depthmask.py/img2img/Invert DepthMap/visible": true,
579
+ "customscript/depth2image_depthmask.py/img2img/Invert DepthMap/value": true,
580
+ "customscript/depth2image_depthmask.py/img2img/Save depth map/visible": true,
581
+ "customscript/depth2image_depthmask.py/img2img/Save depth map/value": false,
582
+ "customscript/depth2image_depthmask.py/img2img/Save alpha crop/visible": true,
583
+ "customscript/depth2image_depthmask.py/img2img/Save alpha crop/value": false,
584
+ "customscript/depth2image_depthmask.py/img2img/Override mask blur to 0/visible": true,
585
+ "customscript/depth2image_depthmask.py/img2img/Override mask blur to 0/value": true,
586
+ "customscript/depth2image_depthmask.py/img2img/Override inpaint to original/visible": true,
587
+ "customscript/depth2image_depthmask.py/img2img/Override inpaint to original/value": true,
588
+ "customscript/depth2image_depthmask.py/img2img/Turn the depthmap into absolute black/white/visible": true,
589
+ "customscript/depth2image_depthmask.py/img2img/Turn the depthmap into absolute black/white/value": false,
590
+ "customscript/depth2image_depthmask.py/img2img/Model/visible": true,
591
+ "customscript/depth2image_depthmask.py/img2img/Model/value": "dpt_large",
592
+ "img2img/Image CFG Scale/value": 1.5,
593
+ "img2img/Image CFG Scale/minimum": 0,
594
+ "img2img/Image CFG Scale/maximum": 3.0,
595
+ "img2img/Image CFG Scale/step": 0.05,
596
+ "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true,
597
+ "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma",
598
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true,
599
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0,
600
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0,
601
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 100,
602
+ "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2,
603
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
604
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
605
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
606
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 100,
607
+ "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
608
+ "customscript/prompt_matrix.py/img2img/Select joining char/visible": true,
609
+ "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma",
610
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true,
611
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0,
612
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0,
613
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 100,
614
+ "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2,
615
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
616
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
617
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
618
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 100,
619
+ "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
620
+ "customscript/Revision by XpucT.py/txt2img/Clear EXIF (all metadata)/visible": true,
621
+ "customscript/Revision by XpucT.py/txt2img/Clear EXIF (all metadata)/value": false,
622
+ "customscript/Revision by XpucT.py/txt2img/Flip image/visible": true,
623
+ "customscript/Revision by XpucT.py/txt2img/Flip image/value": false,
624
+ "customscript/Revision by XpucT.py/txt2img/Don't show original image/visible": true,
625
+ "customscript/Revision by XpucT.py/txt2img/Don't show original image/value": false,
626
+ "customscript/Revision by XpucT.py/txt2img/Saturation/visible": true,
627
+ "customscript/Revision by XpucT.py/txt2img/Saturation/value": 1,
628
+ "customscript/Revision by XpucT.py/txt2img/Saturation/minimum": 0,
629
+ "customscript/Revision by XpucT.py/txt2img/Saturation/maximum": 2,
630
+ "customscript/Revision by XpucT.py/txt2img/Saturation/step": 0.01,
631
+ "customscript/Revision by XpucT.py/txt2img/Temperature/visible": true,
632
+ "customscript/Revision by XpucT.py/txt2img/Temperature/value": 1,
633
+ "customscript/Revision by XpucT.py/txt2img/Temperature/minimum": 0,
634
+ "customscript/Revision by XpucT.py/txt2img/Temperature/maximum": 2,
635
+ "customscript/Revision by XpucT.py/txt2img/Temperature/step": 0.01,
636
+ "customscript/Revision by XpucT.py/txt2img/Brightness/visible": true,
637
+ "customscript/Revision by XpucT.py/txt2img/Brightness/value": 1,
638
+ "customscript/Revision by XpucT.py/txt2img/Brightness/minimum": 0,
639
+ "customscript/Revision by XpucT.py/txt2img/Brightness/maximum": 2,
640
+ "customscript/Revision by XpucT.py/txt2img/Brightness/step": 0.01,
641
+ "customscript/Revision by XpucT.py/txt2img/Contrast/visible": true,
642
+ "customscript/Revision by XpucT.py/txt2img/Contrast/value": 1,
643
+ "customscript/Revision by XpucT.py/txt2img/Contrast/minimum": 0,
644
+ "customscript/Revision by XpucT.py/txt2img/Contrast/maximum": 2,
645
+ "customscript/Revision by XpucT.py/txt2img/Contrast/step": 0.01,
646
+ "customscript/Revision by XpucT.py/txt2img/Sharpness/visible": true,
647
+ "customscript/Revision by XpucT.py/txt2img/Sharpness/value": 0,
648
+ "customscript/Revision by XpucT.py/txt2img/Sharpness/minimum": 0,
649
+ "customscript/Revision by XpucT.py/txt2img/Sharpness/maximum": 1,
650
+ "customscript/Revision by XpucT.py/txt2img/Sharpness/step": 0.01,
651
+ "customscript/Revision by XpucT.py/txt2img/Blur/visible": true,
652
+ "customscript/Revision by XpucT.py/txt2img/Blur/value": 0,
653
+ "customscript/Revision by XpucT.py/txt2img/Blur/minimum": 0,
654
+ "customscript/Revision by XpucT.py/txt2img/Blur/maximum": 1,
655
+ "customscript/Revision by XpucT.py/txt2img/Blur/step": 0.01,
656
+ "customscript/Revision by XpucT.py/txt2img/Noise/visible": true,
657
+ "customscript/Revision by XpucT.py/txt2img/Noise/value": 0,
658
+ "customscript/Revision by XpucT.py/txt2img/Noise/minimum": 0,
659
+ "customscript/Revision by XpucT.py/txt2img/Noise/maximum": 1,
660
+ "customscript/Revision by XpucT.py/txt2img/Noise/step": 0.01,
661
+ "customscript/Revision by XpucT.py/txt2img/Vignette/visible": true,
662
+ "customscript/Revision by XpucT.py/txt2img/Vignette/value": 0,
663
+ "customscript/Revision by XpucT.py/txt2img/Vignette/minimum": 0,
664
+ "customscript/Revision by XpucT.py/txt2img/Vignette/maximum": 1,
665
+ "customscript/Revision by XpucT.py/txt2img/Vignette/step": 0.05,
666
+ "customscript/Revision by XpucT.py/txt2img/Exposure offset/visible": true,
667
+ "customscript/Revision by XpucT.py/txt2img/Exposure offset/value": 0,
668
+ "customscript/Revision by XpucT.py/txt2img/Exposure offset/minimum": 0,
669
+ "customscript/Revision by XpucT.py/txt2img/Exposure offset/maximum": 1,
670
+ "customscript/Revision by XpucT.py/txt2img/Exposure offset/step": 0.05,
671
+ "customscript/Revision by XpucT.py/txt2img/HDR/visible": true,
672
+ "customscript/Revision by XpucT.py/txt2img/HDR/value": 0,
673
+ "customscript/Revision by XpucT.py/txt2img/HDR/minimum": 0,
674
+ "customscript/Revision by XpucT.py/txt2img/HDR/maximum": 1,
675
+ "customscript/Revision by XpucT.py/txt2img/HDR/step": 0.01,
676
+ "customscript/Revision by XpucT.py/txt2img/Lens effect/visible": true,
677
+ "customscript/Revision by XpucT.py/txt2img/Lens effect/value": "None",
678
+ "customscript/Revision by XpucT.py/txt2img/Chromatic aberration/visible": true,
679
+ "customscript/Revision by XpucT.py/txt2img/Chromatic aberration/value": 0,
680
+ "customscript/Revision by XpucT.py/txt2img/Chromatic aberration/minimum": 0,
681
+ "customscript/Revision by XpucT.py/txt2img/Chromatic aberration/maximum": 1,
682
+ "customscript/Revision by XpucT.py/txt2img/Chromatic aberration/step": 0.01,
683
+ "customscript/Revision by XpucT.py/img2img/Clear EXIF (all metadata)/visible": true,
684
+ "customscript/Revision by XpucT.py/img2img/Clear EXIF (all metadata)/value": false,
685
+ "customscript/Revision by XpucT.py/img2img/Flip image/visible": true,
686
+ "customscript/Revision by XpucT.py/img2img/Flip image/value": false,
687
+ "customscript/Revision by XpucT.py/img2img/Don't show original image/visible": true,
688
+ "customscript/Revision by XpucT.py/img2img/Don't show original image/value": false,
689
+ "customscript/Revision by XpucT.py/img2img/Saturation/visible": true,
690
+ "customscript/Revision by XpucT.py/img2img/Saturation/value": 1,
691
+ "customscript/Revision by XpucT.py/img2img/Saturation/minimum": 0,
692
+ "customscript/Revision by XpucT.py/img2img/Saturation/maximum": 2,
693
+ "customscript/Revision by XpucT.py/img2img/Saturation/step": 0.01,
694
+ "customscript/Revision by XpucT.py/img2img/Temperature/visible": true,
695
+ "customscript/Revision by XpucT.py/img2img/Temperature/value": 1,
696
+ "customscript/Revision by XpucT.py/img2img/Temperature/minimum": 0,
697
+ "customscript/Revision by XpucT.py/img2img/Temperature/maximum": 2,
698
+ "customscript/Revision by XpucT.py/img2img/Temperature/step": 0.01,
699
+ "customscript/Revision by XpucT.py/img2img/Brightness/visible": true,
700
+ "customscript/Revision by XpucT.py/img2img/Brightness/value": 1,
701
+ "customscript/Revision by XpucT.py/img2img/Brightness/minimum": 0,
702
+ "customscript/Revision by XpucT.py/img2img/Brightness/maximum": 2,
703
+ "customscript/Revision by XpucT.py/img2img/Brightness/step": 0.01,
704
+ "customscript/Revision by XpucT.py/img2img/Contrast/visible": true,
705
+ "customscript/Revision by XpucT.py/img2img/Contrast/value": 1,
706
+ "customscript/Revision by XpucT.py/img2img/Contrast/minimum": 0,
707
+ "customscript/Revision by XpucT.py/img2img/Contrast/maximum": 2,
708
+ "customscript/Revision by XpucT.py/img2img/Contrast/step": 0.01,
709
+ "customscript/Revision by XpucT.py/img2img/Sharpness/visible": true,
710
+ "customscript/Revision by XpucT.py/img2img/Sharpness/value": 0,
711
+ "customscript/Revision by XpucT.py/img2img/Sharpness/minimum": 0,
712
+ "customscript/Revision by XpucT.py/img2img/Sharpness/maximum": 1,
713
+ "customscript/Revision by XpucT.py/img2img/Sharpness/step": 0.01,
714
+ "customscript/Revision by XpucT.py/img2img/Blur/visible": true,
715
+ "customscript/Revision by XpucT.py/img2img/Blur/value": 0,
716
+ "customscript/Revision by XpucT.py/img2img/Blur/minimum": 0,
717
+ "customscript/Revision by XpucT.py/img2img/Blur/maximum": 1,
718
+ "customscript/Revision by XpucT.py/img2img/Blur/step": 0.01,
719
+ "customscript/Revision by XpucT.py/img2img/Noise/visible": true,
720
+ "customscript/Revision by XpucT.py/img2img/Noise/value": 0,
721
+ "customscript/Revision by XpucT.py/img2img/Noise/minimum": 0,
722
+ "customscript/Revision by XpucT.py/img2img/Noise/maximum": 1,
723
+ "customscript/Revision by XpucT.py/img2img/Noise/step": 0.01,
724
+ "customscript/Revision by XpucT.py/img2img/Vignette/visible": true,
725
+ "customscript/Revision by XpucT.py/img2img/Vignette/value": 0,
726
+ "customscript/Revision by XpucT.py/img2img/Vignette/minimum": 0,
727
+ "customscript/Revision by XpucT.py/img2img/Vignette/maximum": 1,
728
+ "customscript/Revision by XpucT.py/img2img/Vignette/step": 0.05,
729
+ "customscript/Revision by XpucT.py/img2img/Exposure offset/visible": true,
730
+ "customscript/Revision by XpucT.py/img2img/Exposure offset/value": 0,
731
+ "customscript/Revision by XpucT.py/img2img/Exposure offset/minimum": 0,
732
+ "customscript/Revision by XpucT.py/img2img/Exposure offset/maximum": 1,
733
+ "customscript/Revision by XpucT.py/img2img/Exposure offset/step": 0.05,
734
+ "customscript/Revision by XpucT.py/img2img/HDR/visible": true,
735
+ "customscript/Revision by XpucT.py/img2img/HDR/value": 0,
736
+ "customscript/Revision by XpucT.py/img2img/HDR/minimum": 0,
737
+ "customscript/Revision by XpucT.py/img2img/HDR/maximum": 1,
738
+ "customscript/Revision by XpucT.py/img2img/HDR/step": 0.01,
739
+ "customscript/Revision by XpucT.py/img2img/Lens effect/visible": true,
740
+ "customscript/Revision by XpucT.py/img2img/Lens effect/value": "None",
741
+ "customscript/Revision by XpucT.py/img2img/Chromatic aberration/visible": true,
742
+ "customscript/Revision by XpucT.py/img2img/Chromatic aberration/value": 0,
743
+ "customscript/Revision by XpucT.py/img2img/Chromatic aberration/minimum": 0,
744
+ "customscript/Revision by XpucT.py/img2img/Chromatic aberration/maximum": 1,
745
+ "customscript/Revision by XpucT.py/img2img/Chromatic aberration/step": 0.01,
746
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true,
747
+ "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None",
748
+ "train/Use PNG alpha channel as loss weight/visible": true,
749
+ "train/Use PNG alpha channel as loss weight/value": false,
750
+ "img2img/Image CFG Scale/visible": true,
751
+ "customscript/posex.py/txt2img/Send this image to ControlNet./visible": true,
752
+ "customscript/posex.py/txt2img/Send this image to ControlNet./value": false,
753
+ "customscript/controlnet.py/txt2img/Enable/visible": true,
754
+ "customscript/controlnet.py/txt2img/Enable/value": false,
755
+ "customscript/controlnet.py/txt2img/Invert Input Color/visible": true,
756
+ "customscript/controlnet.py/txt2img/Invert Input Color/value": false,
757
+ "customscript/controlnet.py/txt2img/RGB to BGR/visible": true,
758
+ "customscript/controlnet.py/txt2img/RGB to BGR/value": false,
759
+ "customscript/controlnet.py/txt2img/Low VRAM/visible": true,
760
+ "customscript/controlnet.py/txt2img/Low VRAM/value": false,
761
+ "customscript/controlnet.py/txt2img/Guess Mode/visible": true,
762
+ "customscript/controlnet.py/txt2img/Guess Mode/value": false,
763
+ "customscript/controlnet.py/txt2img/Preprocessor/visible": true,
764
+ "customscript/controlnet.py/txt2img/Preprocessor/value": "none",
765
+ "customscript/controlnet.py/txt2img/Model/visible": true,
766
+ "customscript/controlnet.py/txt2img/Model/value": "None",
767
+ "customscript/controlnet.py/txt2img/Weight/visible": true,
768
+ "customscript/controlnet.py/txt2img/Weight/value": 1.0,
769
+ "customscript/controlnet.py/txt2img/Weight/minimum": 0.0,
770
+ "customscript/controlnet.py/txt2img/Weight/maximum": 2.0,
771
+ "customscript/controlnet.py/txt2img/Weight/step": 0.05,
772
+ "customscript/controlnet.py/txt2img/Guidance Start (T)/visible": true,
773
+ "customscript/controlnet.py/txt2img/Guidance Start (T)/value": 0.0,
774
+ "customscript/controlnet.py/txt2img/Guidance Start (T)/minimum": 0.0,
775
+ "customscript/controlnet.py/txt2img/Guidance Start (T)/maximum": 1.0,
776
+ "customscript/controlnet.py/txt2img/Guidance Start (T)/step": 0.01,
777
+ "customscript/controlnet.py/txt2img/Guidance End (T)/visible": true,
778
+ "customscript/controlnet.py/txt2img/Guidance End (T)/value": 1.0,
779
+ "customscript/controlnet.py/txt2img/Guidance End (T)/minimum": 0.0,
780
+ "customscript/controlnet.py/txt2img/Guidance End (T)/maximum": 1.0,
781
+ "customscript/controlnet.py/txt2img/Guidance End (T)/step": 0.01,
782
+ "customscript/controlnet.py/txt2img/Annotator resolution/visible": true,
783
+ "customscript/controlnet.py/txt2img/Annotator resolution/value": 64,
784
+ "customscript/controlnet.py/txt2img/Annotator resolution/minimum": 64,
785
+ "customscript/controlnet.py/txt2img/Annotator resolution/maximum": 2048,
786
+ "customscript/controlnet.py/txt2img/Annotator resolution/step": 10,
787
+ "customscript/controlnet.py/txt2img/Threshold A/visible": true,
788
+ "customscript/controlnet.py/txt2img/Threshold A/value": 64,
789
+ "customscript/controlnet.py/txt2img/Threshold A/minimum": 64,
790
+ "customscript/controlnet.py/txt2img/Threshold A/maximum": 1024,
791
+ "customscript/controlnet.py/txt2img/Threshold A/step": 1,
792
+ "customscript/controlnet.py/txt2img/Threshold B/visible": true,
793
+ "customscript/controlnet.py/txt2img/Threshold B/value": 64,
794
+ "customscript/controlnet.py/txt2img/Threshold B/minimum": 64,
795
+ "customscript/controlnet.py/txt2img/Threshold B/maximum": 1024,
796
+ "customscript/controlnet.py/txt2img/Threshold B/step": 1,
797
+ "customscript/controlnet.py/txt2img/Resize Mode/visible": true,
798
+ "customscript/controlnet.py/txt2img/Resize Mode/value": "Scale to Fit (Inner Fit)",
799
+ "txt2img/Canvas Width/visible": true,
800
+ "txt2img/Canvas Width/value": 512,
801
+ "txt2img/Canvas Width/minimum": 256,
802
+ "txt2img/Canvas Width/maximum": 1024,
803
+ "txt2img/Canvas Width/step": 64,
804
+ "txt2img/Canvas Height/visible": true,
805
+ "txt2img/Canvas Height/value": 512,
806
+ "txt2img/Canvas Height/minimum": 256,
807
+ "txt2img/Canvas Height/maximum": 1024,
808
+ "txt2img/Canvas Height/step": 64,
809
+ "customscript/movie2movie.py/txt2img/Duration/visible": true,
810
+ "customscript/movie2movie.py/txt2img/Duration/value": 50.0,
811
+ "customscript/movie2movie.py/txt2img/Duration/minimum": 10.0,
812
+ "customscript/movie2movie.py/txt2img/Duration/maximum": 200.0,
813
+ "customscript/movie2movie.py/txt2img/Duration/step": 10,
814
+ "customscript/posex.py/img2img/Send this image to ControlNet./visible": true,
815
+ "customscript/posex.py/img2img/Send this image to ControlNet./value": false,
816
+ "customscript/controlnet.py/img2img/Enable/visible": true,
817
+ "customscript/controlnet.py/img2img/Enable/value": false,
818
+ "customscript/controlnet.py/img2img/Invert Input Color/visible": true,
819
+ "customscript/controlnet.py/img2img/Invert Input Color/value": false,
820
+ "customscript/controlnet.py/img2img/RGB to BGR/visible": true,
821
+ "customscript/controlnet.py/img2img/RGB to BGR/value": false,
822
+ "customscript/controlnet.py/img2img/Low VRAM/visible": true,
823
+ "customscript/controlnet.py/img2img/Low VRAM/value": false,
824
+ "customscript/controlnet.py/img2img/Guess Mode/visible": true,
825
+ "customscript/controlnet.py/img2img/Guess Mode/value": false,
826
+ "customscript/controlnet.py/img2img/Preprocessor/visible": true,
827
+ "customscript/controlnet.py/img2img/Preprocessor/value": "none",
828
+ "customscript/controlnet.py/img2img/Model/visible": true,
829
+ "customscript/controlnet.py/img2img/Model/value": "None",
830
+ "customscript/controlnet.py/img2img/Weight/visible": true,
831
+ "customscript/controlnet.py/img2img/Weight/value": 1.0,
832
+ "customscript/controlnet.py/img2img/Weight/minimum": 0.0,
833
+ "customscript/controlnet.py/img2img/Weight/maximum": 2.0,
834
+ "customscript/controlnet.py/img2img/Weight/step": 0.05,
835
+ "customscript/controlnet.py/img2img/Guidance Start (T)/visible": true,
836
+ "customscript/controlnet.py/img2img/Guidance Start (T)/value": 0.0,
837
+ "customscript/controlnet.py/img2img/Guidance Start (T)/minimum": 0.0,
838
+ "customscript/controlnet.py/img2img/Guidance Start (T)/maximum": 1.0,
839
+ "customscript/controlnet.py/img2img/Guidance Start (T)/step": 0.01,
840
+ "customscript/controlnet.py/img2img/Guidance End (T)/visible": true,
841
+ "customscript/controlnet.py/img2img/Guidance End (T)/value": 1.0,
842
+ "customscript/controlnet.py/img2img/Guidance End (T)/minimum": 0.0,
843
+ "customscript/controlnet.py/img2img/Guidance End (T)/maximum": 1.0,
844
+ "customscript/controlnet.py/img2img/Guidance End (T)/step": 0.01,
845
+ "customscript/controlnet.py/img2img/Annotator resolution/visible": true,
846
+ "customscript/controlnet.py/img2img/Annotator resolution/value": 64,
847
+ "customscript/controlnet.py/img2img/Annotator resolution/minimum": 64,
848
+ "customscript/controlnet.py/img2img/Annotator resolution/maximum": 2048,
849
+ "customscript/controlnet.py/img2img/Annotator resolution/step": 10,
850
+ "customscript/controlnet.py/img2img/Threshold A/visible": true,
851
+ "customscript/controlnet.py/img2img/Threshold A/value": 64,
852
+ "customscript/controlnet.py/img2img/Threshold A/minimum": 64,
853
+ "customscript/controlnet.py/img2img/Threshold A/maximum": 1024,
854
+ "customscript/controlnet.py/img2img/Threshold A/step": 1,
855
+ "customscript/controlnet.py/img2img/Threshold B/visible": true,
856
+ "customscript/controlnet.py/img2img/Threshold B/value": 64,
857
+ "customscript/controlnet.py/img2img/Threshold B/minimum": 64,
858
+ "customscript/controlnet.py/img2img/Threshold B/maximum": 1024,
859
+ "customscript/controlnet.py/img2img/Threshold B/step": 1,
860
+ "customscript/controlnet.py/img2img/Resize Mode/visible": true,
861
+ "customscript/controlnet.py/img2img/Resize Mode/value": "Scale to Fit (Inner Fit)",
862
+ "img2img/Canvas Width/visible": true,
863
+ "img2img/Canvas Width/value": 512,
864
+ "img2img/Canvas Width/minimum": 256,
865
+ "img2img/Canvas Width/maximum": 1024,
866
+ "img2img/Canvas Width/step": 64,
867
+ "img2img/Canvas Height/visible": true,
868
+ "img2img/Canvas Height/value": 512,
869
+ "img2img/Canvas Height/minimum": 256,
870
+ "img2img/Canvas Height/maximum": 1024,
871
+ "img2img/Canvas Height/step": 64,
872
+ "customscript/movie2movie.py/img2img/Duration/visible": true,
873
+ "customscript/movie2movie.py/img2img/Duration/value": 50.0,
874
+ "customscript/movie2movie.py/img2img/Duration/minimum": 10.0,
875
+ "customscript/movie2movie.py/img2img/Duration/maximum": 200.0,
876
+ "customscript/movie2movie.py/img2img/Duration/step": 10,
877
+ "customscript/posex.py/txt2img/Target ControlNet number/value": 0,
878
+ "customscript/posex.py/img2img/Target ControlNet number/value": 0,
879
+ "customscript/posex.py/txt2img/Target ControlNet number/visible": true,
880
+ "customscript/posex.py/img2img/Target ControlNet number/visible": true
881
+ }
user.css ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * {
2
+ font-family: Arial !important;
3
+ }
4
+
5
+ div#html_info_txt2img,
6
+ div#html_info_img2img
7
+ {
8
+ display: none;
9
+ }
10
+
11
+ .dark .gr-button-primary {
12
+ --tw-gradient-stops: #2772c3, #2772c3;
13
+ border: none;
14
+ }
15
+
16
+ .dark .gr-button-primary:hover {
17
+ --tw-gradient-stops: #226bb9, #226bb9;
18
+ }
19
+
20
+ .dark .gr-button-secondary {
21
+ --tw-gradient-stops: #2e3e52, #2e3e52;
22
+ border-color: #3d516a;
23
+ }
24
+
25
+ .gr-button-primary,
26
+ .gr-button-secondary,
27
+ #context-menu {
28
+ border-radius: .3rem;
29
+ }
30
+
31
+ #context-menu {
32
+ border: 1px solid rgba(255, 255, 255, 0.1);
33
+ box-shadow: 0px 1px 1px black !important;
34
+ }
35
+
36
+ .context-menu-items a {
37
+ padding: 8px;
38
+ }
39
+
40
+ .context-menu-items a:hover {
41
+ background: #226bb954;
42
+ transition: .1s;
43
+ }
44
+
45
+ .gr-box>div>div>input.gr-text-input,
46
+ .dark .gr-input {
47
+ border-radius: 5px;
48
+ }
49
+
50
+ .dark .dark\:bg-gray-950 {
51
+ background-color: #10151d !important
52
+ }
53
+
54
+ .dark .dark\:bg-gray-900 {
55
+ background-color: #121a24;
56
+ }
57
+
58
+ .dark .gr-panel {
59
+ background-color: transparent;
60
+ }
61
+
62
+ .dark .gr-input,
63
+ .border-gray-200 {
64
+ border-color: #2a3746 !important;
65
+ }
66
+
67
+ .progressDiv .progress {
68
+ font-family: Verdana !important;
69
+ font-size: 12px;
70
+ font-weight: normal;
71
+ background: #0d4f7e;
72
+ color: #9ecfe9;
73
+ border-radius: 5px;
74
+ }
75
+
76
+ .dark .progressDiv {
77
+ background: #1d2938;
78
+ }
79
+
80
+ .performance {
81
+ color: #7794b2;
82
+ }
83
+
84
+ .dark .bg-white {
85
+ background-color: #0f141b !important;
86
+ }
87
+
88
+ #txt2img_interrupt,
89
+ #img2img_interrupt,
90
+ #txt2img_skip {
91
+ background: #718396;
92
+ }
93
+
94
+ #lightboxModal {
95
+ background-color: #090b0df7;
96
+ }
97
+
98
+ .gradio-container {
99
+ line-height: 1.2;
100
+ }
101
+
102
+ .\!ring-orange-500 {
103
+ --tw-ring-color: #428ee0 !important;
104
+ }
105
+
106
+ .gallery-item.svelte-1g9btlg.svelte-1g9btlg,
107
+ .gallery-item.svelte-1g9btlg.svelte-1g9btlg:hover {
108
+ --tw-ring-shadow: 0 0 0 0 !important;
109
+ }
110
+
111
+ #txt2img_preview {
112
+ margin-right: 0 !important;
113
+ }
114
+
115
+ #txt2img_settings {
116
+ max-width: 30% !important;
117
+ }
118
+
119
+ #txt2img_progressbar {
120
+ width: 118.4% !important;
121
+ }
122
+
123
+ div#txt2img_prompt>label>textarea,
124
+ div#img2img_prompt>label>textarea {
125
+ font: 20px Arimo, Arial !important;
126
+ color: #a7b4c4 !important;
127
+ }
128
+
129
+ div#txt2img_neg_prompt>label>textarea,
130
+ div#img2img_neg_prompt>label>textarea {
131
+ font-size: 14px !important;
132
+ color: #4d5967 !important;
133
+ }
134
+
135
+ .dark .dark\:text-gray-500 {
136
+ display: none;
137
+ }
138
+
139
+ button#save_txt2img,
140
+ button#save_zip_txt2img,
141
+ button#save_img2img,
142
+ button#save_zip_img2img
143
+ {
144
+ display: none;
145
+ }
146
+
147
+ #footer {
148
+ display: none;
149
+ }
150
+
151
+ #settings>div.flex-wrap {
152
+ width: 13em;
153
+ }
154
+
155
+ .dark .gr-form,
156
+ .dark .gr-box,
157
+ #txt2img_script_container>.gr-form,
158
+ #img2img_script_container>.gr-form {
159
+ border-radius: 0.5rem !important;
160
+ }
161
+
162
+ #refresh_checkpoint_C {
163
+ margin-right: 0.5rem;
164
+ }
165
+
166
+ .dark .gr-block.gr-box span.text-gray-500, .dark label.block span {
167
+ background-color: #202832;
168
+ box-shadow: none;
169
+ border-radius: 4px;
170
+ display: inline;
171
+ }
172
+
173
+ .dark .gr-compact,
174
+ .dark .gr-form,
175
+ .dark .livePreview,
176
+ .dark .gr-box {
177
+ background-color: #1a2430;
178
+ }
179
+
180
+ .eta-bar {
181
+ background-color: #0D4F7E !important;
182
+ }
183
+
184
+ .dark .gr-compact {
185
+ margin-left: 0;
186
+ }