mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 12:37:01 +00:00
Prepare a mock ComboDynamic scaffolding for future
This commit is contained in:
@@ -822,12 +822,12 @@ 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):
|
||||||
|
class Input(DynamicInput):
|
||||||
def __init__(self, id: str):
|
def __init__(self, id: str):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@comfytype(io_type="COMFY_MATCHTYPE_V3")
|
@comfytype(io_type="COMFY_MATCHTYPE_V3")
|
||||||
class MatchType(ComfyTypeIO):
|
class MatchType(ComfyTypeIO):
|
||||||
class Template:
|
class Template:
|
||||||
|
Reference in New Issue
Block a user