Upload 4 files
Browse files
Config-Presets/config-img2img-custom-tracked-components.txt
ADDED
|
@@ -0,0 +1,250 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Put custom img2img tracked component IDs here. This will allow those fields to be saved as a config preset.
|
| 2 |
+
# Lines starting with a # are ignored.
|
| 3 |
+
# Component IDs can be found in the HTML (id="..."), in modules/ui.py (elem_id="..."), or in an extensions python code. IDs like "component-5890" won't work because the number at the end will change each startup.
|
| 4 |
+
# Entering an invalid component ID here will cause this extension to error and not load. Components that do not have a value associated with them, such as tabs and accordions, are not supported.
|
| 5 |
+
# Note that components on the top row of the UI cannot be added here, such as "setting_sd_model_checkpoint", "setting_sd_vae", and "setting_CLIP_stop_at_last_layers".
|
| 6 |
+
|
| 7 |
+
# Other fields:
|
| 8 |
+
img2img_prompt
|
| 9 |
+
img2img_neg_prompt
|
| 10 |
+
#img2img_mask_mode
|
| 11 |
+
#img2img_mask_blur
|
| 12 |
+
#img2img_mask_alpha
|
| 13 |
+
#img2img_inpainting_fill
|
| 14 |
+
#img2img_inpaint_full_res
|
| 15 |
+
img2img_inpaint_full_res_padding
|
| 16 |
+
resize_mode
|
| 17 |
+
img2img_scale
|
| 18 |
+
#img2img_seed
|
| 19 |
+
#img2img_subseed_show
|
| 20 |
+
#img2img_subseed
|
| 21 |
+
#img2img_subseed_strength
|
| 22 |
+
#img2img_seed_resize_from_w
|
| 23 |
+
#img2img_seed_resize_from_h
|
| 24 |
+
#img2img_tiling
|
| 25 |
+
#img2img_batch_input_dir
|
| 26 |
+
#img2img_batch_output_dir
|
| 27 |
+
#img2img_batch_inpaint_mask_dir
|
| 28 |
+
|
| 29 |
+
# Script dropdown:
|
| 30 |
+
script_list
|
| 31 |
+
|
| 32 |
+
# X/Y/Z plot (script):
|
| 33 |
+
#script_img2img_xyz_plot_x_type
|
| 34 |
+
#script_img2img_xyz_plot_y_type
|
| 35 |
+
#script_img2img_xyz_plot_z_type
|
| 36 |
+
#script_img2img_xyz_plot_x_values
|
| 37 |
+
#script_img2img_xyz_plot_y_values
|
| 38 |
+
#script_img2img_xyz_plot_z_values
|
| 39 |
+
|
| 40 |
+
# Loopback (script):
|
| 41 |
+
#script_loopback_loops
|
| 42 |
+
#script_loopback_final_denoising_strength
|
| 43 |
+
|
| 44 |
+
# SD upscale (script):
|
| 45 |
+
#script_sd_upscale_overlap
|
| 46 |
+
#script_sd_upscale_scale_factor
|
| 47 |
+
#script_sd_upscale_upscaler_index
|
| 48 |
+
|
| 49 |
+
# Latent Couple (extension):
|
| 50 |
+
#cd_img2img_divisions
|
| 51 |
+
#cd_img2img_positions
|
| 52 |
+
#cd_img2img_weights
|
| 53 |
+
#cd_img2img_end_at_this_step
|
| 54 |
+
|
| 55 |
+
# ControlNet (extension):
|
| 56 |
+
#img2img_controlnet_ControlNet-0_controlnet_enable_checkbox
|
| 57 |
+
#img2img_controlnet_ControlNet-0_controlnet_low_vram_checkbox
|
| 58 |
+
#img2img_controlnet_ControlNet-0_controlnet_pixel_perfect_checkbox
|
| 59 |
+
#img2img_controlnet_ControlNet-0_controlnet_preprocessor_preview_checkbox
|
| 60 |
+
#img2img_controlnet_ControlNet-0_controlnet_type_filter_radio
|
| 61 |
+
#img2img_controlnet_ControlNet-0_controlnet_preprocessor_dropdown
|
| 62 |
+
#img2img_controlnet_ControlNet-0_controlnet_model_dropdown
|
| 63 |
+
#img2img_controlnet_ControlNet-0_controlnet_control_weight_slider
|
| 64 |
+
#img2img_controlnet_ControlNet-0_controlnet_start_control_step_slider
|
| 65 |
+
#img2img_controlnet_ControlNet-0_controlnet_ending_control_step_slider
|
| 66 |
+
#img2img_controlnet_ControlNet-0_controlnet_control_mode_radio
|
| 67 |
+
#img2img_controlnet_ControlNet-0_controlnet_resize_mode_radio
|
| 68 |
+
#img2img_controlnet_ControlNet-0_controlnet_automatically_send_generated_images_checkbox
|
| 69 |
+
|
| 70 |
+
#img2img_controlnet_ControlNet-1_controlnet_enable_checkbox
|
| 71 |
+
#img2img_controlnet_ControlNet-1_controlnet_low_vram_checkbox
|
| 72 |
+
#img2img_controlnet_ControlNet-1_controlnet_pixel_perfect_checkbox
|
| 73 |
+
#img2img_controlnet_ControlNet-1_controlnet_preprocessor_preview_checkbox
|
| 74 |
+
#img2img_controlnet_ControlNet-1_controlnet_type_filter_radio
|
| 75 |
+
#img2img_controlnet_ControlNet-1_controlnet_preprocessor_dropdown
|
| 76 |
+
#img2img_controlnet_ControlNet-1_controlnet_model_dropdown
|
| 77 |
+
#img2img_controlnet_ControlNet-1_controlnet_control_weight_slider
|
| 78 |
+
#img2img_controlnet_ControlNet-1_controlnet_start_control_step_slider
|
| 79 |
+
#img2img_controlnet_ControlNet-1_controlnet_ending_control_step_slider
|
| 80 |
+
#img2img_controlnet_ControlNet-1_controlnet_control_mode_radio
|
| 81 |
+
#img2img_controlnet_ControlNet-1_controlnet_resize_mode_radio
|
| 82 |
+
#img2img_controlnet_ControlNet-1_controlnet_automatically_send_generated_images_checkbox
|
| 83 |
+
|
| 84 |
+
#img2img_controlnet_ControlNet-2_controlnet_enable_checkbox
|
| 85 |
+
#img2img_controlnet_ControlNet-2_controlnet_low_vram_checkbox
|
| 86 |
+
#img2img_controlnet_ControlNet-2_controlnet_pixel_perfect_checkbox
|
| 87 |
+
#img2img_controlnet_ControlNet-2_controlnet_preprocessor_preview_checkbox
|
| 88 |
+
#img2img_controlnet_ControlNet-2_controlnet_type_filter_radio
|
| 89 |
+
#img2img_controlnet_ControlNet-2_controlnet_preprocessor_dropdown
|
| 90 |
+
#img2img_controlnet_ControlNet-2_controlnet_model_dropdown
|
| 91 |
+
#img2img_controlnet_ControlNet-2_controlnet_control_weight_slider
|
| 92 |
+
#img2img_controlnet_ControlNet-2_controlnet_start_control_step_slider
|
| 93 |
+
#img2img_controlnet_ControlNet-2_controlnet_ending_control_step_slider
|
| 94 |
+
#img2img_controlnet_ControlNet-2_controlnet_control_mode_radio
|
| 95 |
+
#img2img_controlnet_ControlNet-2_controlnet_resize_mode_radio
|
| 96 |
+
#img2img_controlnet_ControlNet-2_controlnet_automatically_send_generated_images_checkbox
|
| 97 |
+
|
| 98 |
+
# Tiled Diffusion (extension)
|
| 99 |
+
#MD-i2i-enabled
|
| 100 |
+
#MD-i2i-keep-input-size
|
| 101 |
+
#MD-i2i-method
|
| 102 |
+
#MD-i2i-control-tensor-cpu
|
| 103 |
+
#MD-i2i-latent-tile-width
|
| 104 |
+
#MD-i2i-latent-tile-height
|
| 105 |
+
#MD-i2i-latent-tile-overlap
|
| 106 |
+
#MD-i2i-latent-tile-batch-size
|
| 107 |
+
#MD-i2i-upscaler-index
|
| 108 |
+
#MD-i2i-upscaler-factor
|
| 109 |
+
# Tiled Diffusion - Noise Inversion
|
| 110 |
+
#MD-i2i-noise-inverse
|
| 111 |
+
#MD-i2i-noise-inverse-steps
|
| 112 |
+
#MD-i2i-noise-inverse-retouch
|
| 113 |
+
#MD-i2i-noise-inverse-renoise-strength
|
| 114 |
+
#MD-i2i-noise-inverse-renoise-kernel
|
| 115 |
+
# Tiled Diffusion - Region Prompt Control
|
| 116 |
+
#MD-i2i-enable-bbox-control
|
| 117 |
+
#MD-i2i-draw-background
|
| 118 |
+
#MD-i2i-cfg-name
|
| 119 |
+
# Tiled Diffusion - Region Prompt Control - Region 1
|
| 120 |
+
#MD-bbox-i2i-0-enable
|
| 121 |
+
#MD-i2i-0-blend-mode
|
| 122 |
+
#MD-i2i-0-feather
|
| 123 |
+
#MD-i2i-0-x
|
| 124 |
+
#MD-i2i-0-y
|
| 125 |
+
#MD-i2i-0-w
|
| 126 |
+
#MD-i2i-0-h
|
| 127 |
+
#MD-i2i-0-prompt
|
| 128 |
+
#MD-i2i-0-neg-prompt
|
| 129 |
+
#MD-i2i-0-seed
|
| 130 |
+
# Tiled Diffusion - Region Prompt Control - Region 2
|
| 131 |
+
#MD-bbox-i2i-1-enable
|
| 132 |
+
#MD-i2i-1-blend-mode
|
| 133 |
+
#MD-i2i-1-feather
|
| 134 |
+
#MD-i2i-1-x
|
| 135 |
+
#MD-i2i-1-y
|
| 136 |
+
#MD-i2i-1-w
|
| 137 |
+
#MD-i2i-1-h
|
| 138 |
+
#MD-i2i-1-prompt
|
| 139 |
+
#MD-i2i-1-neg-prompt
|
| 140 |
+
#MD-i2i-1-seed
|
| 141 |
+
# Tiled Diffusion - Region Prompt Control - Region 3
|
| 142 |
+
#MD-bbox-i2i-2-enable
|
| 143 |
+
#MD-i2i-2-blend-mode
|
| 144 |
+
#MD-i2i-2-feather
|
| 145 |
+
#MD-i2i-2-x
|
| 146 |
+
#MD-i2i-2-y
|
| 147 |
+
#MD-i2i-2-w
|
| 148 |
+
#MD-i2i-2-h
|
| 149 |
+
#MD-i2i-2-prompt
|
| 150 |
+
#MD-i2i-2-neg-prompt
|
| 151 |
+
#MD-i2i-2-seed
|
| 152 |
+
# Tiled Diffusion - Tiled VAE
|
| 153 |
+
#MD-i2i-enable
|
| 154 |
+
#MD-i2i-vae2gpu
|
| 155 |
+
#MD-i2i-enc-size
|
| 156 |
+
#MD-i2i-dec-size
|
| 157 |
+
#MD-i2i-fastenc
|
| 158 |
+
#MD-i2i-fastenc-colorfix
|
| 159 |
+
#MD-i2i-fastdec
|
| 160 |
+
|
| 161 |
+
# StableSR (extension)
|
| 162 |
+
#SR Model does not have an ID as of June 1 2023
|
| 163 |
+
#StableSR-scale
|
| 164 |
+
#StableSR-color-fix
|
| 165 |
+
#StableSR-save-original
|
| 166 |
+
#StableSR-pure-noise
|
| 167 |
+
|
| 168 |
+
# ADetailer (extension)
|
| 169 |
+
#script_img2img_adetailer_ad_enable
|
| 170 |
+
# ADetailer - 1st tab
|
| 171 |
+
#script_img2img_adetailer_ad_model
|
| 172 |
+
#script_img2img_adetailer_ad_prompt
|
| 173 |
+
#script_img2img_adetailer_ad_negative_prompt
|
| 174 |
+
# ADetailer - 1st tab - Detection
|
| 175 |
+
#script_img2img_adetailer_ad_confidence
|
| 176 |
+
#script_img2img_adetailer_ad_mask_min_ratio
|
| 177 |
+
#script_img2img_adetailer_ad_mask_max_ratio
|
| 178 |
+
# ADetailer - 1st tab - Mask Preprocessing
|
| 179 |
+
#script_img2img_adetailer_ad_x_offset
|
| 180 |
+
#script_img2img_adetailer_ad_y_offset
|
| 181 |
+
#script_img2img_adetailer_ad_dilate_erode
|
| 182 |
+
#script_img2img_adetailer_ad_mask_merge_invert
|
| 183 |
+
# ADetailer - 1st tab - Inpainting
|
| 184 |
+
#script_img2img_adetailer_ad_mask_blur
|
| 185 |
+
#script_img2img_adetailer_ad_denoising_strength
|
| 186 |
+
#script_img2img_adetailer_ad_inpaint_full_res
|
| 187 |
+
#script_img2img_adetailer_ad_inpaint_full_res_padding
|
| 188 |
+
#script_img2img_adetailer_ad_use_inpaint_width_height
|
| 189 |
+
#script_img2img_adetailer_ad_inpaint_width
|
| 190 |
+
#script_img2img_adetailer_ad_inpaint_height
|
| 191 |
+
#script_img2img_adetailer_ad_use_steps
|
| 192 |
+
#script_img2img_adetailer_ad_steps
|
| 193 |
+
#script_img2img_adetailer_ad_use_cfg_scale
|
| 194 |
+
#script_img2img_adetailer_ad_cfg_scale
|
| 195 |
+
#script_img2img_adetailer_ad_restore_face
|
| 196 |
+
# ADetailer - 1st tab - ControlNet
|
| 197 |
+
#script_img2img_adetailer_ad_controlnet_model
|
| 198 |
+
#script_img2img_adetailer_ad_controlnet_weight
|
| 199 |
+
#script_img2img_adetailer_ad_controlnet_guidance_start
|
| 200 |
+
#script_img2img_adetailer_ad_controlnet_guidance_end
|
| 201 |
+
# ADetailer - 2nd tab
|
| 202 |
+
#script_img2img_adetailer_ad_model_2nd
|
| 203 |
+
#script_img2img_adetailer_ad_prompt_2nd
|
| 204 |
+
#script_img2img_adetailer_ad_negative_prompt_2nd
|
| 205 |
+
# ADetailer - 2nd tab - Detection
|
| 206 |
+
#script_img2img_adetailer_ad_confidence_2nd
|
| 207 |
+
#script_img2img_adetailer_ad_mask_min_ratio_2nd
|
| 208 |
+
#script_img2img_adetailer_ad_mask_max_ratio_2nd
|
| 209 |
+
# ADetailer - 2nd tab - Mask Preprocessing
|
| 210 |
+
#script_img2img_adetailer_ad_x_offset_2nd
|
| 211 |
+
#script_img2img_adetailer_ad_y_offset_2nd
|
| 212 |
+
#script_img2img_adetailer_ad_dilate_erode_2nd
|
| 213 |
+
#script_img2img_adetailer_ad_mask_merge_invert_2nd
|
| 214 |
+
# ADetailer - 2nd tab - Inpainting
|
| 215 |
+
#script_img2img_adetailer_ad_mask_blur_2nd
|
| 216 |
+
#script_img2img_adetailer_ad_denoising_strength_2nd
|
| 217 |
+
#script_img2img_adetailer_ad_inpaint_full_res_2nd
|
| 218 |
+
#script_img2img_adetailer_ad_inpaint_full_res_padding_2nd
|
| 219 |
+
#script_img2img_adetailer_ad_use_inpaint_width_height_2nd
|
| 220 |
+
#script_img2img_adetailer_ad_inpaint_width_2nd
|
| 221 |
+
#script_img2img_adetailer_ad_inpaint_height_2nd
|
| 222 |
+
#script_img2img_adetailer_ad_use_steps_2nd
|
| 223 |
+
#script_img2img_adetailer_ad_steps_2nd
|
| 224 |
+
#script_img2img_adetailer_ad_use_cfg_scale_2nd
|
| 225 |
+
#script_img2img_adetailer_ad_cfg_scale_2nd
|
| 226 |
+
#script_img2img_adetailer_ad_restore_face_2nd
|
| 227 |
+
# ADetailer - 2nd tab - ADetailer ControlNet
|
| 228 |
+
#script_img2img_adetailer_ad_controlnet_model_2nd
|
| 229 |
+
#script_img2img_adetailer_ad_controlnet_weight_2nd
|
| 230 |
+
#script_img2img_adetailer_ad_controlnet_guidance_start_2nd
|
| 231 |
+
#script_img2img_adetailer_ad_controlnet_guidance_end_2nd
|
| 232 |
+
|
| 233 |
+
# Ultimate SD Upscale
|
| 234 |
+
ultimateupscale_target_size_type
|
| 235 |
+
#ultimateupscale_custom_width
|
| 236 |
+
#ultimateupscale_custom_height
|
| 237 |
+
ultimateupscale_custom_scale
|
| 238 |
+
#ultimateupscale_upscaler_index
|
| 239 |
+
#ultimateupscale_redraw_mode
|
| 240 |
+
#ultimateupscale_tile_width
|
| 241 |
+
#ultimateupscale_tile_height
|
| 242 |
+
#ultimateupscale_mask_blur
|
| 243 |
+
#ultimateupscale_padding
|
| 244 |
+
#ultimateupscale_seams_fix_type
|
| 245 |
+
#ultimateupscale_seams_fix_denoise
|
| 246 |
+
#ultimateupscale_seams_fix_width
|
| 247 |
+
#ultimateupscale_seams_fix_mask_blur
|
| 248 |
+
#ultimateupscale_seams_fix_padding
|
| 249 |
+
#ultimateupscale_save_upscaled_image
|
| 250 |
+
#ultimateupscale_save_seams_fix_image
|
Config-Presets/config-img2img.json
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"None": {},
|
| 3 |
+
"Ultimate SD Upscale 0.25 - 8X16 - Scale 2x": {
|
| 4 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 5 |
+
"img2img_steps": 26,
|
| 6 |
+
"img2img_width": 768,
|
| 7 |
+
"img2img_height": 768,
|
| 8 |
+
"img2img_batch_count": 4,
|
| 9 |
+
"img2img_batch_size": 1,
|
| 10 |
+
"img2img_cfg_scale": 7,
|
| 11 |
+
"img2img_denoising_strength": 0.25,
|
| 12 |
+
"img2img_enable-checkbox": false,
|
| 13 |
+
"img2img_switch_at": 0.8,
|
| 14 |
+
"img2img_prompt": "",
|
| 15 |
+
"img2img_neg_prompt": "",
|
| 16 |
+
"img2img_inpaint_full_res_padding": 32,
|
| 17 |
+
"resize_mode": 0,
|
| 18 |
+
"img2img_scale": 1,
|
| 19 |
+
"script_list": 10,
|
| 20 |
+
"ultimateupscale_target_size_type": 2,
|
| 21 |
+
"ultimateupscale_custom_scale": 2
|
| 22 |
+
},
|
| 23 |
+
"Ultimate SD Upscale 0.25 - 4xUltra - Scale 2x": {
|
| 24 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 25 |
+
"img2img_steps": 26,
|
| 26 |
+
"img2img_width": 768,
|
| 27 |
+
"img2img_height": 768,
|
| 28 |
+
"img2img_batch_count": 4,
|
| 29 |
+
"img2img_batch_size": 1,
|
| 30 |
+
"img2img_cfg_scale": 7,
|
| 31 |
+
"img2img_denoising_strength": 0.25,
|
| 32 |
+
"img2img_enable-checkbox": false,
|
| 33 |
+
"img2img_switch_at": 0.8,
|
| 34 |
+
"img2img_prompt": "",
|
| 35 |
+
"img2img_neg_prompt": "",
|
| 36 |
+
"img2img_inpaint_full_res_padding": 32,
|
| 37 |
+
"resize_mode": 0,
|
| 38 |
+
"img2img_scale": 1,
|
| 39 |
+
"script_list": 10,
|
| 40 |
+
"ultimateupscale_target_size_type": 2,
|
| 41 |
+
"ultimateupscale_custom_scale": 2
|
| 42 |
+
},
|
| 43 |
+
"Inpaint - eyes": {
|
| 44 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 45 |
+
"img2img_steps": 26,
|
| 46 |
+
"img2img_width": 768,
|
| 47 |
+
"img2img_height": 768,
|
| 48 |
+
"img2img_batch_count": 4,
|
| 49 |
+
"img2img_batch_size": 1,
|
| 50 |
+
"img2img_cfg_scale": 7,
|
| 51 |
+
"img2img_denoising_strength": 0.4,
|
| 52 |
+
"img2img_enable-checkbox": false,
|
| 53 |
+
"img2img_switch_at": 0.8,
|
| 54 |
+
"img2img_inpaint_full_res_padding": 128,
|
| 55 |
+
"resize_mode": 0,
|
| 56 |
+
"img2img_scale": 1,
|
| 57 |
+
"script_list": 0,
|
| 58 |
+
"ultimateupscale_target_size_type": 2,
|
| 59 |
+
"ultimateupscale_custom_scale": 2
|
| 60 |
+
},
|
| 61 |
+
"inpaint - mouth": {
|
| 62 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 63 |
+
"img2img_steps": 26,
|
| 64 |
+
"img2img_width": 768,
|
| 65 |
+
"img2img_height": 768,
|
| 66 |
+
"img2img_batch_count": 4,
|
| 67 |
+
"img2img_batch_size": 1,
|
| 68 |
+
"img2img_cfg_scale": 7,
|
| 69 |
+
"img2img_denoising_strength": 0.4,
|
| 70 |
+
"img2img_enable-checkbox": false,
|
| 71 |
+
"img2img_switch_at": 0.8,
|
| 72 |
+
"img2img_inpaint_full_res_padding": 192,
|
| 73 |
+
"resize_mode": 0,
|
| 74 |
+
"img2img_scale": 1,
|
| 75 |
+
"script_list": 0,
|
| 76 |
+
"ultimateupscale_target_size_type": 2,
|
| 77 |
+
"ultimateupscale_custom_scale": 2
|
| 78 |
+
},
|
| 79 |
+
"inpaint - hand": {
|
| 80 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 81 |
+
"img2img_steps": 26,
|
| 82 |
+
"img2img_width": 768,
|
| 83 |
+
"img2img_height": 768,
|
| 84 |
+
"img2img_batch_count": 4,
|
| 85 |
+
"img2img_batch_size": 1,
|
| 86 |
+
"img2img_cfg_scale": 7,
|
| 87 |
+
"img2img_denoising_strength": 0.4,
|
| 88 |
+
"img2img_enable-checkbox": false,
|
| 89 |
+
"img2img_switch_at": 0.8,
|
| 90 |
+
"img2img_inpaint_full_res_padding": 64,
|
| 91 |
+
"resize_mode": 0,
|
| 92 |
+
"img2img_scale": 1,
|
| 93 |
+
"script_list": 0,
|
| 94 |
+
"ultimateupscale_target_size_type": 2,
|
| 95 |
+
"ultimateupscale_custom_scale": 2
|
| 96 |
+
},
|
| 97 |
+
"inpaint - For model .inpaint only": {
|
| 98 |
+
"img2img_sampling": "DPM++ 2M Karras",
|
| 99 |
+
"img2img_steps": 26,
|
| 100 |
+
"img2img_width": 768,
|
| 101 |
+
"img2img_height": 768,
|
| 102 |
+
"img2img_batch_count": 4,
|
| 103 |
+
"img2img_batch_size": 1,
|
| 104 |
+
"img2img_cfg_scale": 7,
|
| 105 |
+
"img2img_denoising_strength": 1,
|
| 106 |
+
"img2img_enable-checkbox": false,
|
| 107 |
+
"img2img_switch_at": 0.8,
|
| 108 |
+
"img2img_inpaint_full_res_padding": 64,
|
| 109 |
+
"resize_mode": 0,
|
| 110 |
+
"img2img_scale": 1,
|
| 111 |
+
"script_list": 0,
|
| 112 |
+
"ultimateupscale_target_size_type": 2,
|
| 113 |
+
"ultimateupscale_custom_scale": 2
|
| 114 |
+
}
|
| 115 |
+
}
|
Config-Presets/config-txt2img-custom-tracked-components.txt
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Put custom txt2img tracked component IDs here. This will allow those fields to be saved as a config preset.
|
| 2 |
+
# Lines starting with a # are ignored.
|
| 3 |
+
# Component IDs can be found in the HTML (id="..."), in modules/ui.py (elem_id="..."), or in an extensions python code. IDs like "component-5890" won't work because the number at the end will change each startup.
|
| 4 |
+
# Entering an invalid component ID here will cause this extension to error and not load. Components that do not have a value associated with them, such as tabs and accordions, are not supported.
|
| 5 |
+
# Note that components on the top row of the UI cannot be added here, such as "setting_sd_model_checkpoint", "setting_sd_vae", and "setting_CLIP_stop_at_last_layers".
|
| 6 |
+
|
| 7 |
+
# Other fields:
|
| 8 |
+
txt2img_prompt
|
| 9 |
+
txt2img_neg_prompt
|
| 10 |
+
txt2img_styles
|
| 11 |
+
#txt2img_subseed_show
|
| 12 |
+
#txt2img_subseed
|
| 13 |
+
#txt2img_subseed_strength
|
| 14 |
+
#txt2img_seed_resize_from_w
|
| 15 |
+
#txt2img_seed_resize_from_h
|
| 16 |
+
#txt2img_tiling
|
| 17 |
+
#txt2img_hr_resize_x
|
| 18 |
+
#txt2img_hr_resize_y
|
| 19 |
+
#hr_sampler
|
| 20 |
+
#hires_prompt
|
| 21 |
+
#hires_neg_prompt
|
| 22 |
+
|
| 23 |
+
# Script dropdown:
|
| 24 |
+
#script_list
|
| 25 |
+
|
| 26 |
+
# X/Y/Z plot (script):
|
| 27 |
+
#script_txt2img_xyz_plot_x_type
|
| 28 |
+
#script_txt2img_xyz_plot_y_type
|
| 29 |
+
#script_txt2img_xyz_plot_z_type
|
| 30 |
+
#script_txt2img_xyz_plot_x_values
|
| 31 |
+
#script_txt2img_xyz_plot_y_values
|
| 32 |
+
#script_txt2img_xyz_plot_z_values
|
| 33 |
+
|
| 34 |
+
# Latent Couple (extension):
|
| 35 |
+
#cd_txt2img_divisions
|
| 36 |
+
#cd_txt2img_positions
|
| 37 |
+
#cd_txt2img_weights
|
| 38 |
+
#cd_txt2img_end_at_this_step
|
| 39 |
+
|
| 40 |
+
# ControlNet (extension):
|
| 41 |
+
#txt2img_controlnet_ControlNet-0_controlnet_enable_checkbox
|
| 42 |
+
#txt2img_controlnet_ControlNet-0_controlnet_low_vram_checkbox
|
| 43 |
+
#txt2img_controlnet_ControlNet-0_controlnet_pixel_perfect_checkbox
|
| 44 |
+
#txt2img_controlnet_ControlNet-0_controlnet_preprocessor_preview_checkbox
|
| 45 |
+
#txt2img_controlnet_ControlNet-0_controlnet_type_filter_radio
|
| 46 |
+
#txt2img_controlnet_ControlNet-0_controlnet_preprocessor_dropdown
|
| 47 |
+
#txt2img_controlnet_ControlNet-0_controlnet_model_dropdown
|
| 48 |
+
#txt2img_controlnet_ControlNet-0_controlnet_control_weight_slider
|
| 49 |
+
#txt2img_controlnet_ControlNet-0_controlnet_start_control_step_slider
|
| 50 |
+
#txt2img_controlnet_ControlNet-0_controlnet_ending_control_step_slider
|
| 51 |
+
#txt2img_controlnet_ControlNet-0_controlnet_control_mode_radio
|
| 52 |
+
#txt2img_controlnet_ControlNet-0_controlnet_resize_mode_radio
|
| 53 |
+
#txt2img_controlnet_ControlNet-0_controlnet_automatically_send_generated_images_checkbox
|
| 54 |
+
|
| 55 |
+
#txt2img_controlnet_ControlNet-1_controlnet_enable_checkbox
|
| 56 |
+
#txt2img_controlnet_ControlNet-1_controlnet_low_vram_checkbox
|
| 57 |
+
#txt2img_controlnet_ControlNet-1_controlnet_pixel_perfect_checkbox
|
| 58 |
+
#txt2img_controlnet_ControlNet-1_controlnet_preprocessor_preview_checkbox
|
| 59 |
+
#txt2img_controlnet_ControlNet-1_controlnet_type_filter_radio
|
| 60 |
+
#txt2img_controlnet_ControlNet-1_controlnet_preprocessor_dropdown
|
| 61 |
+
#txt2img_controlnet_ControlNet-1_controlnet_model_dropdown
|
| 62 |
+
#txt2img_controlnet_ControlNet-1_controlnet_control_weight_slider
|
| 63 |
+
#txt2img_controlnet_ControlNet-1_controlnet_start_control_step_slider
|
| 64 |
+
#txt2img_controlnet_ControlNet-1_controlnet_ending_control_step_slider
|
| 65 |
+
#txt2img_controlnet_ControlNet-1_controlnet_control_mode_radio
|
| 66 |
+
#txt2img_controlnet_ControlNet-1_controlnet_resize_mode_radio
|
| 67 |
+
#txt2img_controlnet_ControlNet-1_controlnet_automatically_send_generated_images_checkbox
|
| 68 |
+
|
| 69 |
+
#txt2img_controlnet_ControlNet-2_controlnet_enable_checkbox
|
| 70 |
+
#txt2img_controlnet_ControlNet-2_controlnet_low_vram_checkbox
|
| 71 |
+
#txt2img_controlnet_ControlNet-2_controlnet_pixel_perfect_checkbox
|
| 72 |
+
#txt2img_controlnet_ControlNet-2_controlnet_preprocessor_preview_checkbox
|
| 73 |
+
#txt2img_controlnet_ControlNet-2_controlnet_type_filter_radio
|
| 74 |
+
#txt2img_controlnet_ControlNet-2_controlnet_preprocessor_dropdown
|
| 75 |
+
#txt2img_controlnet_ControlNet-2_controlnet_model_dropdown
|
| 76 |
+
#txt2img_controlnet_ControlNet-2_controlnet_control_weight_slider
|
| 77 |
+
#txt2img_controlnet_ControlNet-2_controlnet_start_control_step_slider
|
| 78 |
+
#txt2img_controlnet_ControlNet-2_controlnet_ending_control_step_slider
|
| 79 |
+
#txt2img_controlnet_ControlNet-2_controlnet_control_mode_radio
|
| 80 |
+
#txt2img_controlnet_ControlNet-2_controlnet_resize_mode_radio
|
| 81 |
+
#txt2img_controlnet_ControlNet-2_controlnet_automatically_send_generated_images_checkbox
|
| 82 |
+
|
| 83 |
+
# Tiled Diffusion (extension)
|
| 84 |
+
#MD-t2i-enabled
|
| 85 |
+
#MD-t2i-overwrite-image-size
|
| 86 |
+
#MD-overwrite-width-t2i
|
| 87 |
+
#MD-overwrite-height-t2i
|
| 88 |
+
#MD-t2i-method
|
| 89 |
+
#MD-t2i-control-tensor-cpu
|
| 90 |
+
#MD-t2i-latent-tile-width
|
| 91 |
+
#MD-t2i-latent-tile-height
|
| 92 |
+
#MD-t2i-latent-tile-overlap
|
| 93 |
+
#MD-t2i-latent-tile-batch-size
|
| 94 |
+
# Tiled Diffusion - Region Prompt Control
|
| 95 |
+
#MD-t2i-enable-bbox-control
|
| 96 |
+
#MD-t2i-draw-background
|
| 97 |
+
#MD-t2i-cfg-name
|
| 98 |
+
# Tiled Diffusion - Region Prompt Control - Region 1
|
| 99 |
+
#MD-bbox-t2i-0-enable
|
| 100 |
+
#MD-t2i-0-blend-mode
|
| 101 |
+
#MD-t2i-0-feather
|
| 102 |
+
#MD-t2i-0-x
|
| 103 |
+
#MD-t2i-0-y
|
| 104 |
+
#MD-t2i-0-w
|
| 105 |
+
#MD-t2i-0-h
|
| 106 |
+
#MD-t2i-0-prompt
|
| 107 |
+
#MD-t2i-0-neg-prompt
|
| 108 |
+
#MD-t2i-0-seed
|
| 109 |
+
# Tiled Diffusion - Region Prompt Control - Region 2
|
| 110 |
+
#MD-bbox-t2i-1-enable
|
| 111 |
+
#MD-t2i-1-blend-mode
|
| 112 |
+
#MD-t2i-1-feather
|
| 113 |
+
#MD-t2i-1-x
|
| 114 |
+
#MD-t2i-1-y
|
| 115 |
+
#MD-t2i-1-w
|
| 116 |
+
#MD-t2i-1-h
|
| 117 |
+
#MD-t2i-1-prompt
|
| 118 |
+
#MD-t2i-1-neg-prompt
|
| 119 |
+
#MD-t2i-1-seed
|
| 120 |
+
# Tiled Diffusion - Region Prompt Control - Region 3
|
| 121 |
+
#MD-bbox-t2i-2-enable
|
| 122 |
+
#MD-t2i-2-blend-mode
|
| 123 |
+
#MD-t2i-2-feather
|
| 124 |
+
#MD-t2i-2-x
|
| 125 |
+
#MD-t2i-2-y
|
| 126 |
+
#MD-t2i-2-w
|
| 127 |
+
#MD-t2i-2-h
|
| 128 |
+
#MD-t2i-2-prompt
|
| 129 |
+
#MD-t2i-2-neg-prompt
|
| 130 |
+
#MD-t2i-2-seed
|
| 131 |
+
# Tiled Diffusion - Tiled VAE
|
| 132 |
+
#MD-t2i-enable
|
| 133 |
+
#MD-t2i-vae2gpu
|
| 134 |
+
#MD-t2i-enc-size
|
| 135 |
+
#MD-t2i-dec-size
|
| 136 |
+
#MD-t2i-fastenc
|
| 137 |
+
#MD-t2i-fastenc-colorfix
|
| 138 |
+
#MD-t2i-fastdec
|
| 139 |
+
|
| 140 |
+
# ADetailer (extension)
|
| 141 |
+
#script_txt2img_adetailer_ad_enable
|
| 142 |
+
# ADetailer - 1st tab
|
| 143 |
+
#script_txt2img_adetailer_ad_model
|
| 144 |
+
#script_txt2img_adetailer_ad_prompt
|
| 145 |
+
#script_txt2img_adetailer_ad_negative_prompt
|
| 146 |
+
# ADetailer - 1st tab - Detection
|
| 147 |
+
#script_txt2img_adetailer_ad_confidence
|
| 148 |
+
#script_txt2img_adetailer_ad_mask_min_ratio
|
| 149 |
+
#script_txt2img_adetailer_ad_mask_max_ratio
|
| 150 |
+
# ADetailer - 1st tab - Mask Preprocessing
|
| 151 |
+
#script_txt2img_adetailer_ad_x_offset
|
| 152 |
+
#script_txt2img_adetailer_ad_y_offset
|
| 153 |
+
#script_txt2img_adetailer_ad_dilate_erode
|
| 154 |
+
#script_txt2img_adetailer_ad_mask_merge_invert
|
| 155 |
+
# ADetailer - 1st tab - Inpainting
|
| 156 |
+
#script_txt2img_adetailer_ad_mask_blur
|
| 157 |
+
#script_txt2img_adetailer_ad_denoising_strength
|
| 158 |
+
#script_txt2img_adetailer_ad_inpaint_only_masked
|
| 159 |
+
#script_txt2img_adetailer_ad_inpaint_only_masked_padding
|
| 160 |
+
#script_txt2img_adetailer_ad_use_inpaint_width_height
|
| 161 |
+
#script_txt2img_adetailer_ad_inpaint_width
|
| 162 |
+
#script_txt2img_adetailer_ad_inpaint_height
|
| 163 |
+
#script_txt2img_adetailer_ad_use_steps
|
| 164 |
+
#script_txt2img_adetailer_ad_steps
|
| 165 |
+
#script_txt2img_adetailer_ad_use_cfg_scale
|
| 166 |
+
#script_txt2img_adetailer_ad_cfg_scale
|
| 167 |
+
#script_txt2img_adetailer_ad_restore_face
|
| 168 |
+
# ADetailer - 1st tab - ControlNet
|
| 169 |
+
#script_txt2img_adetailer_ad_controlnet_model
|
| 170 |
+
#script_txt2img_adetailer_ad_controlnet_weight
|
| 171 |
+
#script_txt2img_adetailer_ad_controlnet_guidance_start
|
| 172 |
+
#script_txt2img_adetailer_ad_controlnet_guidance_end
|
| 173 |
+
# ADetailer - 2nd tab
|
| 174 |
+
#script_txt2img_adetailer_ad_model_2nd
|
| 175 |
+
#script_txt2img_adetailer_ad_prompt_2nd
|
| 176 |
+
#script_txt2img_adetailer_ad_negative_prompt_2nd
|
| 177 |
+
# ADetailer - 2nd tab - Detection
|
| 178 |
+
#script_txt2img_adetailer_ad_confidence_2nd
|
| 179 |
+
#script_txt2img_adetailer_ad_mask_min_ratio_2nd
|
| 180 |
+
#script_txt2img_adetailer_ad_mask_max_ratio_2nd
|
| 181 |
+
# ADetailer - 2nd tab - Mask Preprocessing
|
| 182 |
+
#script_txt2img_adetailer_ad_x_offset_2nd
|
| 183 |
+
#script_txt2img_adetailer_ad_y_offset_2nd
|
| 184 |
+
#script_txt2img_adetailer_ad_dilate_erode_2nd
|
| 185 |
+
#script_txt2img_adetailer_ad_mask_merge_invert_2nd
|
| 186 |
+
# ADetailer - 2nd tab - Inpainting
|
| 187 |
+
#script_txt2img_adetailer_ad_mask_blur_2nd
|
| 188 |
+
#script_txt2img_adetailer_ad_denoising_strength_2nd
|
| 189 |
+
#script_txt2img_adetailer_ad_inpaint_only_masked_2nd
|
| 190 |
+
#script_txt2img_adetailer_ad_inpaint_only_masked_padding_2nd
|
| 191 |
+
#script_txt2img_adetailer_ad_use_inpaint_width_height_2nd
|
| 192 |
+
#script_txt2img_adetailer_ad_inpaint_width_2nd
|
| 193 |
+
#script_txt2img_adetailer_ad_inpaint_height_2nd
|
| 194 |
+
#script_txt2img_adetailer_ad_use_steps_2nd
|
| 195 |
+
#script_txt2img_adetailer_ad_steps_2nd
|
| 196 |
+
#script_txt2img_adetailer_ad_use_cfg_scale_2nd
|
| 197 |
+
#script_txt2img_adetailer_ad_cfg_scale_2nd
|
| 198 |
+
#script_txt2img_adetailer_ad_restore_face_2nd
|
| 199 |
+
# ADetailer - 2nd tab - ControlNet
|
| 200 |
+
#script_txt2img_adetailer_ad_controlnet_model_2nd
|
| 201 |
+
#script_txt2img_adetailer_ad_controlnet_weight_2nd
|
| 202 |
+
#script_txt2img_adetailer_ad_controlnet_guidance_start_2nd
|
| 203 |
+
#script_txt2img_adetailer_ad_controlnet_guidance_end_2nd
|
Config-Presets/config-txt2img.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ZenityX SD1.5 Optimize": {
|
| 3 |
+
"txt2img_sampling": "DPM++ 2M Karras",
|
| 4 |
+
"txt2img_steps": 26,
|
| 5 |
+
"txt2img_width": 512,
|
| 6 |
+
"txt2img_height": 768,
|
| 7 |
+
"txt2img_batch_count": 1,
|
| 8 |
+
"txt2img_batch_size": 1,
|
| 9 |
+
"txt2img_hr-checkbox": true,
|
| 10 |
+
"txt2img_hr_scale": 2,
|
| 11 |
+
"txt2img_hr_upscaler": "4x-UltraSharp",
|
| 12 |
+
"txt2img_hires_steps": 20,
|
| 13 |
+
"txt2img_denoising_strength": 0.4,
|
| 14 |
+
"txt2img_cfg_scale": 7,
|
| 15 |
+
"txt2img_enable-checkbox": false,
|
| 16 |
+
"txt2img_switch_at": 0.8,
|
| 17 |
+
"txt2img_prompt": "1girl, medium breasts, long hair, gold dress, standing, (simple white background:1.2), indoors, shot on Leica T",
|
| 18 |
+
"txt2img_neg_prompt": "",
|
| 19 |
+
"txt2img_styles": [
|
| 20 |
+
"Quality Prompt - Realistic",
|
| 21 |
+
"Quality Negative - Realistic"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"ZenityX SDXL Optimize": {
|
| 25 |
+
"txt2img_sampling": "Restart",
|
| 26 |
+
"txt2img_steps": 21,
|
| 27 |
+
"txt2img_width": 832,
|
| 28 |
+
"txt2img_height": 1260,
|
| 29 |
+
"txt2img_hr_scale": 1.5,
|
| 30 |
+
"txt2img_hr_upscaler": "4x-UltraSharp",
|
| 31 |
+
"txt2img_hires_steps": 21,
|
| 32 |
+
"txt2img_denoising_strength": 0.3,
|
| 33 |
+
"txt2img_cfg_scale": 7
|
| 34 |
+
}
|
| 35 |
+
}
|