mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-18 02:23:06 +08:00
I was confused, fixing accidentally redundant curr_prefix addition in Autogrow
This commit is contained in:
parent
15c157e174
commit
4881a9886d
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user