mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-21 03:50:50 +08:00
Fix missing v3_data for v1 nodes in validation
This commit is contained in:
parent
2eca887466
commit
98cc896c3e
@ -755,6 +755,7 @@ async def validate_inputs(prompt_id, prompt, item, validated):
|
||||
errors = []
|
||||
valid = True
|
||||
|
||||
v3_data = None
|
||||
validate_function_inputs = []
|
||||
validate_has_kwargs = False
|
||||
if issubclass(obj_class, _ComfyNodeInternal):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user