You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# from comfy_extras.nodes_images import SVG as SVG_ # NOTE: needs to be moved before can be imported due to circular reference
34
33
35
34
classFolderType(str, Enum):
36
35
input="input"
@@ -656,7 +655,7 @@ class Video(ComfyTypeIO):
656
655
657
656
@comfytype(io_type="SVG")
658
657
classSVG(ComfyTypeIO):
659
-
Type=Any# TODO: SVG class is defined in comfy_extras/nodes_images.py, causing circular reference; should be moved to somewhere else before referenced directly in v3
0 commit comments