updated name to generated_tokens

This commit is contained in:
Yousef Rafat 2025-12-03 18:35:36 +02:00
parent 470bd9ef5c
commit c7851aebc4

View File

@ -35,7 +35,7 @@ class DecodeTokens:
return {
"required": {
"clip": (IO.CLIP, {"tooltip": "The model used for generation."}),
"tokens": ("GENERATED_TOKENS", ),}
"generated_tokens": ("GENERATED_TOKENS", ),}
}
FUNCTION = "decode"