removed unnecessary "LLM Instruction" prompt for image generation

This commit is contained in:
munimunigamer
2025-12-30 03:23:18 -12:00
parent 530d871fd3
commit b4ad757e42
2 changed files with 1 additions and 37 deletions
+1 -16
View File
@@ -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">