From e2cd1cb386671b87c03c90ca6cff7d4a12b95d47 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Tue, 2 Dec 2025 02:29:44 -0800 Subject: [PATCH] note about live_inputs not being present soon in get_v1_info (internal function anyway) --- comfy_api/latest/_io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index a1da15fe0..d66f174df 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -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: