mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-20 11:32:58 +08:00
note about live_inputs not being present soon in get_v1_info (internal function anyway)
This commit is contained in:
parent
2791b20d67
commit
e2cd1cb386
@ -1294,6 +1294,7 @@ class Schema:
|
||||
output.id = f"_{i}_{output.io_type}_"
|
||||
|
||||
def get_v1_info(self, cls, live_inputs: dict[str, Any]=None) -> NodeInfoV1:
|
||||
# NOTE: live_inputs will not be used anymore very soon and this will be done another way
|
||||
# get V1 inputs
|
||||
input = create_input_dict_v1(self.inputs, live_inputs)
|
||||
if self.hidden:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user