mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 08:16:44 +00:00
Prepare a mock ComboDynamic scaffolding for future
This commit is contained in:
parent
9d44cbf7c8
commit
a998a3ce4f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user