{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "images" %} {% block title %}Image generation - {{ brand.name }}{% endblock %} {% block heading %}Image generation{% endblock %} {% block admin_content %}
{{ t("Lets a model draw a picture and show it in the conversation, on a ComfyUI you are running. It is offered as a tool the model chooses to call, so nothing changes for a conversation that never asks for one — and it is only offered once there is a ComfyUI, a workflow and at least one checkpoint, because a tool that fails on its first call is worse than a tool nobody was given.") }}
{% if saved %}
A workflow is a ComfyUI graph exported with {{ t("Export (API)") }}, with
{{ '{{prompt}}' }} and the other placeholders where the values go.
The model picks between them by their descriptions, so write the description
for a reader who cannot see the graph.
{{ t("No workflows yet. One is needed before anything can be drawn; the default one is filled in for you when you add the first.") }}
{{ item.slug }}
{% if item.description %}
{{ item.description }}
{% endif %}