File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments