mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 20:37:07 +08:00
update comment
This commit is contained in:
parent
82f710582c
commit
6dafab7268
@ -247,7 +247,7 @@ def validate_inputs(prompt, item):
|
||||
|
||||
if isinstance(type_input, list):
|
||||
if val not in type_input:
|
||||
# bypass validation on special output
|
||||
# bypass validation on special input
|
||||
if not val.endswith(" [OUT]") and not val.endswith(" [TEMP]"):
|
||||
return (False, "Value not in list. {}, {}: {} not in {}".format(class_type, x, val, type_input))
|
||||
return (True, "")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user