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

Action Gallery

Create New Action
Batch Generating Actions...
Starting...
Overall Batch Progress
{% for action in actions %}
{% if action.image_path %} {{ action.name }} No Image {% else %} {{ action.name }} No Image {% endif %}
{{ action.name }}

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

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