mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-03 07:26:31 +08:00
Begin porting io, ui, and resources to be compatible with versioned Core API
This commit is contained in:
@@ -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
|
# 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):
|
class FolderType(str, Enum):
|
||||||
input = "input"
|
input = "input"
|
||||||
output = "output"
|
output = "output"
|
||||||
@@ -1502,3 +1501,6 @@ class _UIOutput(ABC):
|
|||||||
@abstractmethod
|
@abstractmethod
|
||||||
def as_dict(self) -> dict:
|
def as_dict(self) -> dict:
|
||||||
...
|
...
|
||||||
|
|
||||||
|
class IO:
|
||||||
|
FolderType = FolderType
|
Reference in New Issue
Block a user