mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add multimodal captioning for SD prompt generation
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
<input id="sd_interactive_mode" type="checkbox" />
|
||||
Interactive mode
|
||||
</label>
|
||||
<label for="sd_multimodal_captioning" class="checkbox_label" title="Use multimodal captioning to generate prompts for user and character portraits based on their avatars.">
|
||||
<input id="sd_multimodal_captioning" type="checkbox" />
|
||||
Use multimodal captioning for portraits
|
||||
</label>
|
||||
<label for="sd_expand" class="checkbox_label" title="Automatically extend prompts using text generation model">
|
||||
<input id="sd_expand" type="checkbox" />
|
||||
Auto-enhance prompts
|
||||
|
Reference in New Issue
Block a user