diff --git a/html/locale_en.json b/html/locale_en.json index efc17ac4a..e31678ded 100644 --- a/html/locale_en.json +++ b/html/locale_en.json @@ -764,7 +764,8 @@ {"id":"","label":"Keep Thinking Trace","localized":"","hint":"Include the model's reasoning process in the final output.
Useful for understanding how the model arrived at its answer.
Only works with models that support thinking mode.","ui":"script_prompt_enhance"}, {"id":"","label":"Keep Prefill","localized":"","hint":"Include the prefill text at the beginning of the final output.
If disabled, the prefill text used to guide the model is removed from the result.","ui":"script_prompt_enhance"}, {"id":"","label":"Keep aspect ratio","localized":"","hint":"","ui":"control"}, - {"id":"","label":"Keep @ on artist insert","localized":"","hint":"Type @ in the prompt to filter autocomplete to artist tags only.
This setting controls only what gets inserted on accept; the @ filter works for every model.

Enable for models that require the @ prefix in the prompt itself, e.g. Anima. Inserts as @artist name with underscores converted to spaces.
Disable for booru-trained models that take plain artist tags, e.g. SDXL, Pony, Illustrious, NoobAI. The typed @ is consumed and the artist name is inserted as a normal tag.","ui":"script_autocomplete"} + {"id":"","label":"Keep @ on artist insert","localized":"","hint":"Type @ in the prompt to filter autocomplete to artist tags only.
This setting controls only what gets inserted on accept; the @ filter works for every model. Underscore handling is controlled by Keep underscores.

Enable for models that require the @ prefix in the prompt itself, e.g. Anima. Inserts as @artist name.
Disable for booru-trained models that take plain artist tags, e.g. SDXL, Pony, Illustrious, NoobAI. The typed @ is consumed and the artist name is inserted as a normal tag.","ui":"script_autocomplete"}, + {"id":"","label":"Keep underscores","localized":"","hint":"Keep underscore characters when inserting tags from autocomplete. Applies to both ordinary tags and artist insertions (the @ trigger).
Embedding names always preserve their underscores regardless of this setting.

Enable when your model is sensitive to the underscored form of booru tags. The tag long_hair displays and inserts as long_hair.
Disable (default) to convert underscores to spaces, matching the prompting style of most modern checkpoints. The tag long_hair displays and inserts as long hair.","ui":"script_autocomplete"} ], "l": [ {"id":"prompt_enhance_load","label":"Load model","localized":"","hint":"","ui":"script_prompt_enhance"}, @@ -1235,7 +1236,6 @@ {"id":"","label":"RAS enabled","localized":"","hint":"","ui":"settings_advanced"}, {"id":"","label":"reduce-overhead","localized":"","hint":"","ui":"settings_compile"}, {"id":"","label":"repeated","localized":"","hint":"","ui":"settings_compile"}, - {"id":"","label":"Replace underscores","localized":"","hint":"Display underscores in tag names as spaces in the autocomplete suggestion list.
For example, long_hair appears as long hair.","ui":"script_autocomplete"}, {"id":"","label":"Root model folder","localized":"","hint":"","ui":"settings_system-paths"}, {"id":"","label":"Resize background color","localized":"","hint":"","ui":"settings_saving-images"}, {"id":"","label":"Restore from metadata: skip params","localized":"","hint":"","ui":"settings_image-metadata"},