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

Outfit Gallery

Create New Outfit
Batch Generating Outfits...
Starting...
Overall Batch Progress
{% for outfit in outfits %}
{% if outfit.image_path %} {{ outfit.name }} No Image {% else %} {{ outfit.name }} No Image {% endif %}
{{ outfit.name }}

{{ outfit.data.tags | join(', ') }}

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