removed unnecessary "LLM Instruction" prompt for image generation
This commit is contained in:
+1
-16
@@ -280,22 +280,7 @@
|
||||
button.
|
||||
</small>
|
||||
|
||||
<!-- Avatar options container - conditionally visible -->
|
||||
<div id="rpg-avatar-options" style="margin-left: 24px; margin-top: 12px; display: none;">
|
||||
<div class="rpg-setting-row" style="margin-top: 12px;">
|
||||
<label for="rpg-avatar-llm-instruction" style="display: block; margin-bottom: 8px;"
|
||||
data-i18n-key="template.settingsModal.display.avatarLLMInstruction">
|
||||
LLM Instruction:
|
||||
</label>
|
||||
<textarea id="rpg-avatar-llm-instruction" class="rpg-textarea" rows="3"
|
||||
placeholder="Create a detailed portrait prompt focusing on the character's appearance, clothing, and mood..."></textarea>
|
||||
<small style="display: block; margin-top: 4px; color: #888; font-size: 11px;"
|
||||
data-i18n-key="template.settingsModal.display.avatarLLMInstructionNote">
|
||||
The LLM will use character cards, tracker data, and chat context to generate detailed
|
||||
prompts
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="rpg-settings-group">
|
||||
|
||||
Reference in New Issue
Block a user