mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
LLM extended free mode SD prompts
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
<input id="sd_multimodal_captioning" type="checkbox" />
|
||||
<span data-i18n="sd_multimodal_captioning_txt">Use multimodal captioning for portraits</span>
|
||||
</label>
|
||||
<label for="sd_free_extend" class="checkbox_label" data-i18n="[title]sd_free_extend" title="Automatically extend free mode subject prompts (not portraits or backgrounds) using a currently selected LLM.">
|
||||
<input id="sd_free_extend" type="checkbox" />
|
||||
<span data-i18n="sd_free_extend_txt">Extend free mode prompts</span>
|
||||
<small data-i18n="sd_free_extend_small">(interactive/commands)</small>
|
||||
</label>
|
||||
<label for="sd_expand" class="checkbox_label" data-i18n="[title]sd_expand" title="Automatically extend prompts using text generation model">
|
||||
<input id="sd_expand" type="checkbox" />
|
||||
<span data-i18n="sd_expand_txt">Auto-enhance prompts</span>
|
||||
|
Reference in New Issue
Block a user