From 9c0a398f8f69355841350f0f040a43e5b6d5b154 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Mon, 4 May 2026 01:41:29 +0100 Subject: [PATCH] docs(locale): correct Guidance end scope, restore OpenCLiP localized labels --- html/locale_en.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/locale_en.json b/html/locale_en.json index 46dfa7240..43c2800af 100644 --- a/html/locale_en.json +++ b/html/locale_en.json @@ -282,12 +282,12 @@ {"id":"","label":"Crop to fit","localized":"","hint":"If the dimensions of your source image (e.g. 512x510) deviate from your target dimensions (e.g. 1024x768) this function will fit your upscaled image into your target size image. Excess will be cropped","ui":"extras"}, {"id":"","label":"CLiP Model","localized":"","hint":"CLiP model used for image-text similarity matching.
Larger models (ViT-L, ViT-H) are more accurate but slower and use more VRAM.","ui":"caption"}, {"id":"","label":"Caption Model","localized":"","hint":"BLIP model used to generate the initial image caption.
The caption model describes the image content which CLiP then enriches with style and flavor terms.","ui":"caption"}, - {"id":"","label":"clip: max length","localized":"","hint":"Maximum number of tokens in the generated caption.
Higher values allow longer, more descriptive captions; lower values produce shorter ones.","ui":"caption"}, - {"id":"","label":"clip: chunk size","localized":"","hint":"Batch size for processing description candidates (flavors).
Higher values speed up interrogation but increase VRAM usage.","ui":"caption"}, - {"id":"","label":"clip: min flavors","localized":"","hint":"Minimum number of descriptive tags (flavors) to keep in the final prompt.","ui":"caption"}, - {"id":"","label":"clip: max flavors","localized":"","hint":"Maximum number of descriptive tags (flavors) to keep in the final prompt.","ui":"caption"}, - {"id":"","label":"clip: intermediates","localized":"","hint":"Size of the intermediate candidate pool when matching image features to descriptive tags (flavors).
From this pool, the final tags are selected based on Min/Max Flavors. Higher values may improve quality but are slower.","ui":"caption"}, - {"id":"","label":"clip: num beams","localized":"","hint":"Number of beams for beam search during caption generation.
Higher values search more possibilities but are slower.

Set to 1 to disable beam search.","ui":"caption"}, + {"id":"","label":"clip: max length","localized":"Max Length","hint":"Maximum number of tokens in the generated caption.
Higher values allow longer, more descriptive captions; lower values produce shorter ones.","ui":"caption"}, + {"id":"","label":"clip: chunk size","localized":"Chunk Size","hint":"Batch size for processing description candidates (flavors).
Higher values speed up interrogation but increase VRAM usage.","ui":"caption"}, + {"id":"","label":"clip: min flavors","localized":"Min Flavors","hint":"Minimum number of descriptive tags (flavors) to keep in the final prompt.","ui":"caption"}, + {"id":"","label":"clip: max flavors","localized":"Max Flavors","hint":"Maximum number of descriptive tags (flavors) to keep in the final prompt.","ui":"caption"}, + {"id":"","label":"clip: intermediates","localized":"Intermediates","hint":"Size of the intermediate candidate pool when matching image features to descriptive tags (flavors).
From this pool, the final tags are selected based on Min/Max Flavors. Higher values may improve quality but are slower.","ui":"caption"}, + {"id":"","label":"clip: num beams","localized":"CLiP Num Beams","hint":"Number of beams for beam search during caption generation.
Higher values search more possibilities but are slower.

Set to 1 to disable beam search.","ui":"caption"}, {"id":"","label":"Character threshold","localized":"","hint":"Confidence threshold for character-specific tags (e.g., character names, specific traits).
Only tags with confidence above this threshold are included.
Higher values are more selective, lower values include more potential matches.
Not supported by DeepBooru models.","ui":"caption"}, {"id":"","label":"Cross-attention","localized":"","hint":"","ui":"component-8779"}, {"id":"","label":"cpu","localized":"","hint":"Uses cpu and RAM only: slowest but least likely to OOM","ui":"settings_sd"}, @@ -623,7 +623,7 @@ {"id":"","label":"Grids","localized":"","hint":"","ui":"settings_saving-paths"}, {"id":"","label":"Guider","localized":"","hint":"","ui":"txt2img"}, {"id":"","label":"Guidance scale","localized":"","hint":"Classifier-Free Guidance scale. How strongly the image should conform to the prompt. Lower values produce more creative, loosely-prompted results; higher values follow the prompt more strictly but can oversaturate or burn out at very high values.

Recommended values vary by architecture: 5-10 for SDXL/SD1.x, 3-5 for Flux and SD3, 7-10 for video models. Check the model card if unsure.

Set to 1 (the slider's minimum) to disable guidance entirely. The model then runs only the conditional prediction with no negative-prompt steering.","ui":"txt2img"}, - {"id":"","label":"Guidance end","localized":"","hint":"Ends the effect of Guidance scale and Attention guidance early. The remaining denoising steps run unguided, which can speed up inference and produce slightly softer, less prompt-locked results.
Example: 0.5 stops guidance at 50% of steps; 0.8 stops at 80%.

Set to 1 to keep guidance active for the entire denoising process.
1 (no early end) by default.","ui":"txt2img"}, + {"id":"","label":"Guidance end","localized":"","hint":"Ends guidance early. The remaining denoising steps run unguided, which can speed up inference and produce slightly softer, less prompt-locked results. Applied independently to each pipeline pass (base, HiRes, refiner) against that pass's own step count.
Example: 0.5 stops guidance at 50% of steps; 0.8 stops at 80%.

Affects Guidance scale and Refine guidance on all models, and Attention guidance on the PAG path only (SD 1.5 and SDXL). Has no effect on the true_cfg_scale path that Attention guidance uses for Flux, QwenImage, HiDream, Hunyuan Video, and other flow-matching models.

Set to 1 to keep guidance active for the entire denoising process.
1 (no early end) by default.","ui":"txt2img"}, {"id":"","label":"Guidance rescale","localized":"","hint":"Rescales the guided noise prediction to avoid the oversaturated, washed-out colors that high Guidance scale values can produce.
Useful when running with Guidance scale above 10 or when colors look blown out. Mild values (0.5-0.7) usually fix the issue without affecting prompt adherence.

Set to 0 to disable rescaling.
Disabled by default.","ui":"txt2img"}, {"id":"","label":"Gamma","localized":"","hint":"Non-linear brightness curve adjustment.
Values below 1.0 brighten midtones and shadows while preserving highlights.
Values above 1.0 darken midtones and shadows.

Default is 1.0 (no change). Unlike brightness, gamma reshapes the tonal curve rather than shifting it uniformly.","ui":"txt2img"}, {"id":"","label":"Grain","localized":"","hint":"Adds film-like noise to the image.
Higher values produce more visible grain, simulating analog film texture.

Applied as random noise blended into the final image. Set to 0 to disable.","ui":"txt2img"},