From c7851aebc468b4e4e67d87c4ee8abcaa3e88d7ff Mon Sep 17 00:00:00 2001 From: Yousef Rafat <81116377+yousef-rafat@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:35:36 +0200 Subject: [PATCH] updated name to generated_tokens --- comfy_extras/nodes_autoregressive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_autoregressive.py b/comfy_extras/nodes_autoregressive.py index 6dfcaf766..43b0bfe59 100644 --- a/comfy_extras/nodes_autoregressive.py +++ b/comfy_extras/nodes_autoregressive.py @@ -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"