mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 16:32:34 +08:00
Remove leftover function from early prototyping
This commit is contained in:
parent
ea24f6bd23
commit
27005fddc2
@ -83,11 +83,6 @@ class ComfyExtension(ABC):
|
|||||||
This should be used to initialize any global resources neeeded by the extension.
|
This should be used to initialize any global resources neeeded by the extension.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
async def get_subgraphs_dir(self) -> str | None:
|
|
||||||
"""
|
|
||||||
Returns the directory containing the published subgraphs for this extension.
|
|
||||||
"""
|
|
||||||
return None
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user