Nodes Browser
ComfyDeploy: How ComfyUI-DanbooruPromptQuiz works in ComfyUI?
What is ComfyUI-DanbooruPromptQuiz?
This node is for playing the game of guessing prompts by looking at images generated from prompts output by TIPO, Tagger, etc..
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-DanbooruPromptQuiz
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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.