{% extends "layout.html" %} {% block content %}

Detailer Gallery

Create New Detailer
Batch Generating Detailers...
Starting...
Overall Batch Progress
{% for detailer in detailers %}
{% if detailer.image_path %} {{ detailer.name }} No Image {% else %} {{ detailer.name }} No Image {% endif %}
{{ detailer.name }}

{{ detailer.data.prompt }}

{% if detailer.data.lora and detailer.data.lora.lora_name %} {% set lora_name = detailer.data.lora.lora_name.split('/')[-1].replace('.safetensors', '') %} {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}