docs(i18n): add detailed VLM/CLiP tooltips and improve labels

Add comprehensive tooltips explaining VLM and CLiP parameters:
- New labels for VLM: Prompt, Task, Prefill, Thinking mode
- New labels for CLiP: min/max length, chunk size, flavors
- Detailed hints for sampling parameters (temperature, top-k, top-p)
- Improved system prompt and sampling method descriptions
- Standardized label capitalization
This commit is contained in:
CalamitousFelicitousness
2025-12-02 23:06:46 +00:00
parent 85cd222793
commit 9505a674ea
+34 -13
View File
@@ -33,10 +33,17 @@
],
"main": [
{"id":"","label":"Prompt","localized":"","reload":"","hint":"Describe image you want to generate"},
{"id":"","label":"VLM: Prompt","localized":"Prompt","reload":"","hint":"Enter your prompt/question here."},
{"id":"","label":"VLM: Advanced Options","localized":"Advanced Options","reload":"","hint":"Advanced configuration options for the VLM model."},
{"id":"","label":"VLM: Batch Caption","localized":"Batch Caption","reload":"","hint":"Process multiple images in a batch using VLM."},
{"id":"","label":"CLiP: Advanced Options","localized":"Advanced Options","reload":"","hint":"Advanced configuration options for CLiP interrogation."},
{"id":"","label":"CLiP: Batch Interrogate","localized":"Batch Interrogate","reload":"","hint":"Process multiple images in a batch using CLiP."},
{"id":"","label":"Task","localized":"","reload":"","hint":"Changes which task the model will perform. Regular text prompts can be used when the default option <b>Use Prompt</b> is selected.<br>When other options are selected, see the hint text inside an empty <b>Prompt</b> field for guidance."},
{"id":"","label":"Prefill text","localized":"","reload":"","hint":"Pre-fills the start of the model's response to guide its output format or content by forcing it to continue the prefill text.<br>Prefill is filtered out and does not appear in the final response.<br><br>Leave empty to let the model generate its own response from scratch."},
{"id":"","label":"Start","localized":"","reload":"","hint":"Start"},
{"id":"","label":"End","localized":"","reload":"","hint":"End"},
{"id":"","label":"Core","localized":"","reload":"","hint":"Core settings"},
{"id":"","label":"System prompt","localized":"","reload":"","hint":"System prompt controls behavior of LLM"},
{"id":"","label":"System prompt","localized":"","reload":"","hint":"System prompt controls behavior of the LLM. Processed first and persists throughout conversation. Has highest priority weighting and is always appended at the beginning of the sequence.<br><br>Use for: Response formatting rules, role definition, style."},
{"id":"","label":"Negative prompt","localized":"","reload":"","hint":"Describe what you don't want to see in generated image"},
{"id":"","label":"Text","localized":"","reload":"","hint":"Create image from text"},
{"id":"","label":"Image","localized":"","reload":"","hint":"Create image from image"},
@@ -46,6 +53,13 @@
{"id":"","label":"I2I","localized":"","reload":"","hint":"Create image from image<br>Legacy interface that mimics original image-to-image interface and behavior"},
{"id":"","label":"Process","localized":"","reload":"","hint":"Process existing image<br>Can be used to upscale images, remove backgrounds, obfuscate NSFW content, apply various filters and effects"},
{"id":"","label":"Caption","localized":"","reload":"","hint":"Analyze existing images and create text descriptions"},
{"id":"","label":"clip: min length","localized":"Min Length","reload":"","hint":"Minimum number of tokens in the generated caption."},
{"id":"","label":"clip: max length","localized":"Max Length","reload":"","hint":"Maximum number of tokens in the generated caption."},
{"id":"","label":"clip: chunk size","localized":"Chunk Size","reload":"","hint":"Batch size for processing description candidates (flavors). Higher values speed up interrogation but increase VRAM usage."},
{"id":"","label":"clip: min flavors","localized":"Min Flavors","reload":"","hint":"Minimum number of descriptive tags (flavors) to keep in the final prompt."},
{"id":"","label":"clip: max flavors","localized":"Max Flavors","reload":"","hint":"Maximum number of descriptive tags (flavors) to keep in the final prompt."},
{"id":"","label":"clip: intermediates","localized":"Intermediates","reload":"","hint":"Size of the intermediate candidate pool when matching image features to descriptive tags (flavours). From this pool, the final tags are selected based on Min/Max Flavors. Higher values may improve quality but are slower."},
{"id":"","label":"clip: num beams","localized":"CLiP Num Beams","reload":"","hint":"Number of beams for beam search during caption generation. Higher values search more possibilities but are slower."},
{"id":"","label":"Interrogate","localized":"","reload":"","hint":"Run interrogate to get description of your image"},
{"id":"","label":"Models","localized":"","reload":"","hint":"Download, convert or merge your models and manage models metadata"},
{"id":"","label":"Sampler","localized":"","reload":"","hint":"Settings related to sampler and seed selection and configuration. Samplers guide the process of turning noise into an image over multiple steps."},
@@ -834,6 +848,8 @@
{"id":"","label":"kdpm2","localized":"","reload":"","hint":"kdpm2"},
{"id":"","label":"kdpm2 a","localized":"","reload":"","hint":"kdpm2 a"},
{"id":"","label":"keep incomplete images","localized":"","reload":"","hint":"keep incomplete images"},
{"id":"","label":"Keep Thinking Trace","localized":"","reload":"","hint":"Include the model's reasoning process in the final output.<br>Useful for understanding how the model arrived at its answer.<br>Only works with models that support thinking mode."},
{"id":"","label":"Keep Prefill","localized":"","reload":"","hint":"Include the prefill text at the beginning of the final output.<br>If disabled, the prefill text used to guide the model is removed from the result."},
{"id":"","label":"large","localized":"","reload":"","hint":"large"},
{"id":"","label":"latent history size","localized":"","reload":"","hint":"latent history size"},
{"id":"","label":"latent mode","localized":"","reload":"","hint":"latent mode"},
@@ -882,7 +898,7 @@
{"id":"","label":"max length","localized":"","reload":"","hint":"max length"},
{"id":"","label":"max object size","localized":"","reload":"","hint":"max object size"},
{"id":"","label":"max range","localized":"","reload":"","hint":"max range"},
{"id":"","label":"max tokens","localized":"","reload":"","hint":"max tokens"},
{"id":"","label":"Max tokens","localized":"","reload":"","hint":"Maximum number of tokens the model can generate in its response.<br>The model is not aware of this limit during generation and it won't make the model try to generate more detailed or more concise responses, it simply sets the hard limit for the length, and will forcefully cut off the response when the limit is reached."},
{"id":"","label":"max words","localized":"","reload":"","hint":"max words"},
{"id":"","label":"max-autotune","localized":"","reload":"","hint":"max-autotune"},
{"id":"","label":"max-autotune-no-cudagraphs","localized":"","reload":"","hint":"max-autotune-no-cudagraphs"},
@@ -954,7 +970,7 @@
{"id":"","label":"none","localized":"","reload":"","hint":"none"},
{"id":"","label":"note","localized":"","reload":"","hint":"note"},
{"id":"","label":"nothing","localized":"","reload":"","hint":"nothing"},
{"id":"","label":"num beams","localized":"","reload":"","hint":"num beams"},
{"id":"","label":"num beams","localized":"","reload":"","hint":"Maintains multiple candidate paths simultaneously and selects the overall best sequence.<br>Like exploring several drafts at once to find the best one. More thorough but much slower and less creative than random sampling.<br>Generally not recommended, most modern VLMs perform better with sampling methods.<br>Set to 1 to disable."},
{"id":"","label":"number","localized":"","reload":"","hint":"number"},
{"id":"","label":"numbered filenames","localized":"","reload":"","hint":"numbered filenames"},
{"id":"","label":"offload","localized":"","reload":"","hint":"offload"},
@@ -1012,7 +1028,6 @@
{"id":"","label":"postprocess upscale","localized":"","reload":"","hint":"postprocess upscale"},
{"id":"","label":"postprocessing operation order","localized":"","reload":"","hint":"postprocessing operation order"},
{"id":"","label":"power","localized":"","reload":"","hint":"power"},
{"id":"","label":"predefined question","localized":"","reload":"","hint":"predefined question"},
{"id":"","label":"preset","localized":"","reload":"","hint":"preset"},
{"id":"","label":"preset block merge","localized":"","reload":"","hint":"preset block merge"},
{"id":"","label":"preview","localized":"","reload":"","hint":"preview"},
@@ -1193,7 +1208,11 @@
{"id":"","label":"tcd","localized":"","reload":"","hint":"tcd"},
{"id":"","label":"tdd","localized":"","reload":"","hint":"tdd"},
{"id":"","label":"te","localized":"","reload":"","hint":"te"},
{"id":"","label":"temperature","localized":"","reload":"","hint":"temperature"},
{"id":"","label":"temperature","localized":"","reload":"","hint":"Controls randomness in token selection by reshaping the probability distribution.<br>Like adjusting a dial between cautious predictability (low values ~0.4) and creative exploration (higher values ~1). Higher temperatures increase willingness to choose less obvious options, but makes outputs more unpredictable.<br><br>Set to 0 to disable, resulting in silent switch to greedy decoding, disabling sampling."},
{"id":"","label":"Thinking mode","localized":"","reload":"","hint":"Enables thinking/reasoning, allowing the model to take more time to generate responses.<br>This can lead to more thoughtful and detailed answers, but will increase response time.<br>This setting affects both hybrid and thinking-only models, and in some may result in lower overall quality than expected. For thinking-only models like Qwen3-VL this setting might have to be combined with prefill to guarantee preventing thinking.<br><br>Models supporting this feature are marked with an \uf0eb icon."},
{"id":"","label":"Repetition penalty","localized":"","reload":"","hint":"Discourages reusing tokens that already appear in the prompt or output by penalizing their probabilities.<br>Like adding friction to revisiting previous choices. Helps break repetitive loops but may reduce coherence at aggressive values.<br><br>Set to 1 to disable."},
{"id":"","label":"text guidance scale","localized":"","reload":"","hint":"text guidance scale"},
{"id":"","label":"template","localized":"","reload":"","hint":"template"},
{"id":"","label":"temporal frequency","localized":"","reload":"","hint":"temporal frequency"},
{"id":"","label":"tertiary model","localized":"","reload":"","hint":"tertiary model"},
{"id":"","label":"text encoder cache size","localized":"","reload":"","hint":"text encoder cache size"},
@@ -1234,8 +1253,8 @@
{"id":"","label":"todo","localized":"","reload":"","hint":"todo"},
{"id":"","label":"tome","localized":"","reload":"","hint":"tome"},
{"id":"","label":"tool","localized":"","reload":"","hint":"tool"},
{"id":"","label":"top-k","localized":"","reload":"","hint":"top-k"},
{"id":"","label":"top-p","localized":"","reload":"","hint":"top-p"},
{"id":"","label":"top-k","localized":"","reload":"","hint":"Limits token selection to the K most likely candidates at each step.<br>Lower values (e.g., 40) make outputs more focused and predictable, while higher values allow more diverse choices.<br><br>Set to 0 to disable."},
{"id":"","label":"top-p","localized":"","reload":"","hint":"Selects tokens from the smallest set whose cumulative probability exceeds P (e.g., 0.9).<br>Dynamically adapts the number of candidates based on model confidence; fewer options when certain, more when uncertain.<br><br>Set to 1 to disable."},
{"id":"","label":"torch","localized":"","reload":"","hint":"torch"},
{"id":"","label":"transformer","localized":"","reload":"","hint":"transformer"},
{"id":"","label":"trigger word","localized":"","reload":"","hint":"trigger word"},
@@ -1279,7 +1298,7 @@
{"id":"","label":"use random seeds","localized":"","reload":"","hint":"use random seeds"},
{"id":"","label":"use reference values when available","localized":"","reload":"","hint":"use reference values when available"},
{"id":"","label":"use same seed","localized":"","reload":"","hint":"use same seed"},
{"id":"","label":"use sample","localized":"","reload":"","hint":"use sample"},
{"id":"","label":"use samplers","localized":"","reload":"","hint":"Enable to use sampling (randomly selecting tokens based on sampling methods like Top-k or Top-p) or disable to use greedy decoding (selecting the most probable token at each step).<br>Enabling makes outputs more diverse and more creative but less deterministic."},
{"id":"","label":"use separate base dict","localized":"","reload":"","hint":"use separate base dict"},
{"id":"","label":"use simplified solvers in final steps","localized":"","reload":"","hint":"use simplified solvers in final steps"},
{"id":"","label":"use text inputs","localized":"","reload":"","hint":"use text inputs"},
@@ -1299,14 +1318,16 @@
{"id":"","label":"video file","localized":"","reload":"","hint":"video file"},
{"id":"","label":"video type","localized":"","reload":"","hint":"video type"},
{"id":"","label":"vlm","localized":"","reload":"","hint":"vlm"},
{"id":"","label":"vlm model","localized":"","reload":"","hint":"vlm model"},
{"id":"","label":"vlm model","localized":"","reload":"","hint":"Select which model to use for Visual Language tasks.<br><br>Models which support thinking mode are marked with an \uf0eb icon."},
{"id":"","label":"vlm: default model","localized":"","reload":"","hint":"vlm: default model"},
{"id":"","label":"vlm: default prompt","localized":"","reload":"","hint":"vlm: default prompt"},
{"id":"","label":"vlm: max length","localized":"","reload":"","hint":"vlm: max length"},
{"id":"","label":"vlm: num beams","localized":"","reload":"","hint":"vlm: num beams"},
{"id":"","label":"vlm: top-k","localized":"","reload":"","hint":"vlm: top-k"},
{"id":"","label":"vlm: top-p","localized":"","reload":"","hint":"vlm: top-p"},
{"id":"","label":"vlm: use sample method","localized":"","reload":"","hint":"vlm: use sample method"},
{"id":"","label":"VLM Num Beams","localized":"","reload":"","hint":"Maintains multiple candidate paths simultaneously and selects the overall best sequence.<br>Like exploring several drafts at once to find the best one. More thorough but much slower and less creative than random sampling.<br>Generally not recommended, most modern VLMs perform better with sampling methods.<br>Set to 1 to disable."},
{"id":"","label":"vlm: top-k","localized":"","reload":"","hint":"Limits token selection to the K most likely candidates at each step.<br>Lower values (e.g., 40) make outputs more focused and predictable, while higher values allow more diverse choices.<br>Set to 0 to disable."},
{"id":"","label":"vlm: top-p","localized":"","reload":"","hint":"Selects tokens from the smallest set whose cumulative probability exceeds P (e.g., 0.9).<br>Dynamically adapts the number of candidates based on model confidence; fewer options when certain, more when uncertain.<br>Set to 1 to disable."},
{"id":"","label":"vlm: use sample method","localized":"","reload":"","hint":"Enable to use sampling (randomly selecting tokens based on sampling methods like Top-k or Top-p) or disable to use greedy decoding (selecting the most probable token at each step).<br>Enabling makes outputs more diverse and creative but less deterministic."},
{"id":"","label":"VLM Max tokens","localized":"","reload":"","hint":"Maximum number of tokens the model can generate in its response.<br>The model is not aware of this limit during generation and it won't make the model try to generate more detailed or more concise responses, it simply sets the hard limit for the length, and will forcefully cut off the response when the limit is reached."},
{"id":"","label":"VLM Temperature","localized":"","reload":"","hint":"Controls randomness in token selection. Lower values (e.g., 0.1) make outputs more focused and deterministic, always choosing high-probability tokens.<br>Higher values (e.g., 0.9) increase creativity and diversity by allowing less probable tokens.<br><br>Set to 0 for fully deterministic output (always picks the most likely token)."},
{"id":"","label":"warmth","localized":"","reload":"","hint":"warmth"},
{"id":"","label":"webp lossless compression","localized":"","reload":"","hint":"webp lossless compression"},
{"id":"","label":"weight","localized":"","reload":"","hint":"weight"},