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

Style Gallery

Create New Style
Batch Generating Styles...
0%

{% for style in styles %}
{% if style.image_path %} {{ style.name }} No Image {% else %} {{ style.name }} No Image {% endif %}
{{ style.name }}

{% if style.data.style.artist_name %}by {{ style.data.style.artist_name }}{% endif %}

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