/ {{ total_pages }}
0%

Image Ranking

快捷键提示:
S 收藏 | 按 D 丢弃 | 按 G 网格问题 | 按 Enter 提交排序
对前4张图像排序 | 按 S 收藏 | 按 D 丢弃 | 按 Enter 提交排序
Shift+←/↑ 上一条 | 按 Shift+→/↓ 下一条

{% 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 %}