mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add a function tool for image generation
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
<input id="sd_interactive_mode" type="checkbox" />
|
||||
<span data-i18n="sd_interactive_mode_txt">Interactive mode</span>
|
||||
</label>
|
||||
<label for="sd_function_tool" class="checkbox_label" data-i18n="[title]sd_function_tool" title="Use the function tool to automatically detect intents to generate images.">
|
||||
<input id="sd_function_tool" type="checkbox" />
|
||||
<span data-i18n="sd_function_tool_txt">Enable function tool</span>
|
||||
</label>
|
||||
<label for="sd_multimodal_captioning" class="checkbox_label" data-i18n="[title]sd_multimodal_captioning" title="Use multimodal captioning to generate prompts for user and character portraits based on their avatars.">
|
||||
<input id="sd_multimodal_captioning" type="checkbox" />
|
||||
<span data-i18n="sd_multimodal_captioning_txt">Use multimodal captioning for portraits</span>
|
||||
|
Reference in New Issue
Block a user