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,11 +822,11 @@ class AutogrowDynamic(ComfyTypeI):
|
||||
curr_count += 1
|
||||
return new_inputs
|
||||
|
||||
# io_type="COMFY_COMBODYNAMIC_V3"
|
||||
class ComboDynamicInput(DynamicInput):
|
||||
def __init__(self, id: str):
|
||||
pass
|
||||
|
||||
@comfytype(io_type="COMFY_COMBODYNAMIC_V3")
|
||||
class ComboDynamic(ComfyTypeI):
|
||||
class Input(DynamicInput):
|
||||
def __init__(self, id: str):
|
||||
pass
|
||||
|
||||
@comfytype(io_type="COMFY_MATCHTYPE_V3")
|
||||
class MatchType(ComfyTypeIO):
|
||||
|
Loading…
x
Reference in New Issue
Block a user