{% extends "base.html" %} {% block title %}Generated Image{% endblock %} {% block content %}
← Back to Gallery {% if image %}

Generated Image

{{ image.prompt }}

Prompt

{{ image.prompt }}

Model: {{ image.model_id }}

Created: {{ image.created_at | fromisoformat | humantime }}

{% else %}

Image not found

Could not find details for this image.

{% endif %}
{% endblock %}