Skip to content

Commit 8e50a71

Browse files
committed
clarified
1 parent f25c674 commit 8e50a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

raffle.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def INPUT_TYPES(s):
7070

7171
CATEGORY = "Raffle"
7272
RETURN_TYPES = ("STRING", "STRING", "STRING")
73-
RETURN_NAMES = ("Filtered tags", "Unfiltered tags", "Debug info")
73+
RETURN_NAMES = ("Raffled output", "Unfiltered", "Debug info")
7474
OUTPUT_TOOLTIPS = (
75-
"The final filtered list of tags that match your selected categories with negative prompt tags removed, ready to use in your prompt",
76-
"The complete original taglist that was randomly selected from the pool before any filtering was applied (for debugging purposes)",
75+
"The final list of tags selected by the raffle and filtered according to your settings, ready for use",
76+
"The complete original taglist that was randomly selected before any filtering was applied",
7777
"Information about the selection process, including the size of the available pool of taglists after applying your filters"
7878
)
7979
OUTPUT_NODE = True

0 commit comments

Comments
 (0)