From 26d9d140232e96b451525c1ffe3075d9b36e38b3 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Tue, 2 Dec 2025 16:25:25 -0800 Subject: [PATCH] Removed comment --- comfy_api/latest/_io.py | 1 - 1 file changed, 1 deletion(-) 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