mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 16:26:39 +00:00
Begin porting io, ui, and resources to be compatible with versioned Core API
This commit is contained in:
parent
7ef18d5afd
commit
7d710727a9
@ -29,7 +29,6 @@ from comfy_execution.graph import ExecutionBlocker
|
||||
|
||||
# from comfy_extras.nodes_images import SVG as SVG_ # NOTE: needs to be moved before can be imported due to circular reference
|
||||
|
||||
|
||||
class FolderType(str, Enum):
|
||||
input = "input"
|
||||
output = "output"
|
||||
@ -1502,3 +1501,6 @@ class _UIOutput(ABC):
|
||||
@abstractmethod
|
||||
def as_dict(self) -> dict:
|
||||
...
|
||||
|
||||
class IO:
|
||||
FolderType = FolderType
|
Loading…
x
Reference in New Issue
Block a user