mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
docs(i18n): refer to the tab as Images, not Control
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@
|
||||
{"id":"xyz_grid_x_list","label":"⊜","localized":"","hint":"Fill","ui":"script_xyz_grid_script"},
|
||||
{"id":"txt2img_caption_output","label":"","localized":"","hint":"Caption image","ui":"txt2img"},
|
||||
{"id":"txt2img_image_fit","label":"⁜","localized":"","hint":"Cycle image fit method","ui":"txt2img"},
|
||||
{"id":"","label":"➠ Control","localized":"","hint":"Transfer image to control interface. <br><br> Right-click this button to transfer only the prompt or all generation parameters to the Images tab without sending the image itself.","ui":"txt2img"},
|
||||
{"id":"","label":"➠ Control","localized":"","hint":"Transfer image to the <b><i>Images</i></b> tab.<br><br>Right-click this button to transfer only the prompt or all generation parameters without sending the image itself.","ui":"txt2img"},
|
||||
{"id":"","label":"➠ Text","localized":"","hint":"Transfer image to text interface","ui":"txt2img"},
|
||||
{"id":"","label":"➠ Image","localized":"","hint":"Transfer image to image interface","ui":"txt2img"},
|
||||
{"id":"","label":"➠ Process","localized":"","hint":"Transfer image to process interface","ui":"txt2img"},
|
||||
@@ -376,7 +376,7 @@
|
||||
{"id":"","label":"Denoising batch size","localized":"","hint":"","ui":"script_demofusion"},
|
||||
{"id":"","label":"Dilate tau","localized":"","hint":"","ui":"script_freescale"},
|
||||
{"id":"","label":"Draw legend","localized":"","hint":"","ui":"script_xyz_grid_script"},
|
||||
{"id":"","label":"Denoising strength","localized":"","hint":"Strength of img2img modification when an init image is supplied.<br>Higher values move further from the init image and rely more on the prompt; lower values stay closer to the original.<br><br>At <b>0.0</b> the init image passes through unchanged.<br>At <b>1.0</b> the model builds a fresh image from scratch and effectively ignores the init image.<br><br>Effect on step count is model-dependent:<br>- <b>SD 1.5 and SDXL</b>: the configured Steps value is honored as the actual loop count; strength only controls how much noise is added to the init latent.<br>- <b>Flux, SD3, Hunyuan, Sana, Qwen and other DiT models</b>: loop count is reduced proportionally; with strength 0.5 and 30 steps, only ~15 actually run.<br><br>In the Control tab this only takes effect when <b>Use init image</b> is set to one of the init modes; with Control only it is ignored.<br>Default 0.30.","ui":"img2img"},
|
||||
{"id":"","label":"Denoising strength","localized":"","hint":"Strength of img2img modification when an init image is supplied.<br>Higher values move further from the init image and rely more on the prompt; lower values stay closer to the original.<br><br>At <b>0.0</b> the init image passes through unchanged.<br>At <b>1.0</b> the model builds a fresh image from scratch and effectively ignores the init image.<br><br>Effect on step count is model-dependent:<br>- <b>SD 1.5 and SDXL</b>: the configured Steps value is honored as the actual loop count; strength only controls how much noise is added to the init latent.<br>- <b>Flux, SD3, Hunyuan, Sana, Qwen and other DiT models</b>: loop count is reduced proportionally; with strength 0.5 and 30 steps, only ~15 actually run.<br><br>In the <b><i>Images</i></b> tab this only takes effect when <b><i>Use init image</i></b> is set to one of the init modes; with <b>No: Control only</b> it is ignored.<br>Default 0.30.","ui":"img2img"},
|
||||
{"id":"","label":"Denoise start","localized":"","hint":"Override denoise strength by stating how early base model should finish and when refiner should start. Only applicable to refiner usage. If set to 0 or 1, denoising strength will be used","ui":"img2img"},
|
||||
{"id":"","label":"down","localized":"","hint":"","ui":"script_outpainting"},
|
||||
{"id":"","label":"Decode chunks","localized":"","hint":"","ui":"script_video"},
|
||||
|
||||
Reference in New Issue
Block a user