diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index 3e52fdc2d..257f07c42 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -1414,7 +1414,6 @@ def build_nested_inputs(values: dict[str, Any], v3_data: V3Data): values = values.copy() result = {} - # NOTE: This was initially AI generated, verified works for key, path in paths.items(): parts = path.split(".") current = result