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

Checkpoint Library

Batch Generating Checkpoints...
Starting...
Overall Batch Progress
{% for ckpt in checkpoints %}
{% if ckpt.image_path %} {{ ckpt.name }} No Image {% else %} {{ ckpt.name }} No Image {% endif %}
{{ ckpt.name }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}