{{ page }}/{{ total_pages }}

Image Ranking

{% for item in data %}
{% if item.prompt %}

Prompt:

{{ item.prompt }}

{% endif %}

Reference Image: {{ item.ref_image }} {% if item.is_annotated %} 已标注 {% endif %}

Folder: {{ item.folder }}

ref_image {% if item.is_annotated %} {% endif %}

Compare Images:

{% for compare_image in item.compare_images %}
compare_image
{% endfor %}
{% endfor %}
{% if page > 1 %} 上一页 {% endif %} {% if page < total_pages %} 下一页 {% endif %}