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

Scene Gallery

Create New Scene
Batch Generating Scenes...
0%

{% for scene in scenes %}
{% if scene.image_path %} {{ scene.name }} No Image {% else %} {{ scene.name }} No Image {% endif %}
{{ scene.name }}

{{ scene.data.description or "No description" }}

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