mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 18:13:01 +08:00
Removed comment
This commit is contained in:
parent
9eb2cad6d3
commit
26d9d14023
@ -1414,7 +1414,6 @@ def build_nested_inputs(values: dict[str, Any], v3_data: V3Data):
|
|||||||
values = values.copy()
|
values = values.copy()
|
||||||
result = {}
|
result = {}
|
||||||
|
|
||||||
# NOTE: This was initially AI generated, verified works
|
|
||||||
for key, path in paths.items():
|
for key, path in paths.items():
|
||||||
parts = path.split(".")
|
parts = path.split(".")
|
||||||
current = result
|
current = result
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user