{% extends "layout.html" %} {% block content %} {% macro selection_checkbox(section, key, label, value) %} {% endmacro %}
{% if detailer.image_path %} {{ detailer.name }} {% else %}
No Image Attached
{% endif %}
{# Character Selector #}
{# Action Selector #}
{# Additional Prompts #}
Seed
0%
Selected Preview
Preview

{{ detailer.name }}

{# Detailer definition section #}
Detailer Definition
{{ selection_checkbox('special', 'tags', 'Prompt', detailer.data.prompt) }} Prompt
{{ detailer.data.prompt if detailer.data.prompt else '--' }}
{# Character Identity/Wardrobe context when character is selected #}
When a character is selected, their identity and active wardrobe fields will be automatically included.
{# LoRA section #} {% set lora = detailer.data.get('lora', {}) %}
LoRA Integration
LoRA Name
{{ lora.get('lora_name') if lora.get('lora_name') else '--' }}
Weight
{{ lora.get('lora_weight', 1.0) }}
Triggers
{{ lora.get('lora_triggers') if lora.get('lora_triggers') else '--' }}
{{ existing_previews|length }} preview(s)
{% set sg_has_lora = detailer.data.get('lora', {}).get('lora_name', '') != '' %} {% if sg_has_lora %}
{% set sg_entity = detailer %} {% set sg_category = 'detailers' %} {% include 'partials/strengths_gallery.html' %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}