ComfyUI-DanbooruPromptQuiz

ComfyUI-DanbooruPromptQuiz
★ 0

提示词游戏标签识别交互训练Prompt练习
通过查看由TIPO/Tagger等生成的图像,猜测并输入提示词,提交后输出答对的标签与正确率,便于训练提示词理解与标签识别
💡 用于通过生成图像练习猜测并识别提示词标签
🍴 1 Forks💻 Python🔄 2025-03-30
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/6862a2001521
DanbooruPromptQuiz Preview
📄 README

DanbooruPromptQuiz

日本語版READMEはこちら

  • This node is for playing the game of guessing prompts by looking at images generated from prompts output by TIPO, Tagger, etc.
  • It compares the guessed prompts with the prompt tags output by TIPO, Tagger, etc., and outputs the following
  • Accuracy
  • Precision
  • Recall
  • F1-Score
  • Correct tags (True Positive)
  • Wrong tags (False Positive)
  • Missing tags (False Negative)
  • Usage

  • Generate prompts with TIPO, Tagger, etc.
  • Generate an image based on the prompt.
  • While looking at the generated image, guess the prompt entered in the “answer” field and enter it in the “input” field.
  • When the “Submit” button is pressed, the percentage of correct answers and the tags that were answered correctly are output.