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

Style Library

Create New Style
Batch Generating Styles...
Starting...
Overall Batch Progress
{% for style in styles %}
{% if style.image_path %} {{ style.name }} No Image {% else %} {{ style.name }} No Image {% endif %}
{{ style.name }}

{% set ns = namespace(parts=[]) %} {% if style.data.style is mapping %} {% for v in style.data.style.values() %} {% if v %}{% set ns.parts = ns.parts + [v] %}{% endif %} {% endfor %} {% endif %} {% if style.data.lora and style.data.lora.lora_triggers %} {% set ns.parts = ns.parts + [style.data.lora.lora_triggers] %} {% endif %} {{ ns.parts | join(', ') }}

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}