1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Prepare a mock ComboDynamic scaffolding for future

This commit is contained in:
Jedrzej Kosinski
2025-07-24 17:12:58 -07:00
parent 9d44cbf7c8
commit a998a3ce4f

View File

@@ -822,11 +822,11 @@ class AutogrowDynamic(ComfyTypeI):
curr_count += 1 curr_count += 1
return new_inputs return new_inputs
# io_type="COMFY_COMBODYNAMIC_V3" @comfytype(io_type="COMFY_COMBODYNAMIC_V3")
class ComboDynamicInput(DynamicInput): class ComboDynamic(ComfyTypeI):
def __init__(self, id: str): class Input(DynamicInput):
pass def __init__(self, id: str):
pass
@comfytype(io_type="COMFY_MATCHTYPE_V3") @comfytype(io_type="COMFY_MATCHTYPE_V3")
class MatchType(ComfyTypeIO): class MatchType(ComfyTypeIO):