From 4881a9886df92f2a73cd76963f362cc4467c2dd4 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Sat, 22 Nov 2025 00:24:53 -0800 Subject: [PATCH] I was confused, fixing accidentally redundant curr_prefix addition in Autogrow --- 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 4d0fddb4a..f6d635208 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -923,7 +923,6 @@ class Autogrow(ComfyTypeI): self.input.validate() def add_to_dict_live_inputs(self, d: dict[str], live_inputs: dict[str], curr_prefix=''): - curr_prefix = f"{curr_prefix}{self.id}." real_inputs = [] for name, input in self.cached_inputs.items(): if name in live_inputs: