mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-18 18:30:19 +08:00
updated name to generated_tokens
This commit is contained in:
parent
470bd9ef5c
commit
c7851aebc4
@ -35,7 +35,7 @@ class DecodeTokens:
|
|||||||
return {
|
return {
|
||||||
"required": {
|
"required": {
|
||||||
"clip": (IO.CLIP, {"tooltip": "The model used for generation."}),
|
"clip": (IO.CLIP, {"tooltip": "The model used for generation."}),
|
||||||
"tokens": ("GENERATED_TOKENS", ),}
|
"generated_tokens": ("GENERATED_TOKENS", ),}
|
||||||
}
|
}
|
||||||
|
|
||||||
FUNCTION = "decode"
|
FUNCTION = "decode"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user