MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / IdeogramHelperExtension

Class IdeogramHelperExtension

backend/__init__.py:28–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class IdeogramHelperExtension(ComfyExtension):
29 async def get_node_list(self) -> list[type[io.ComfyNode]]:
30 return [
31 IdeogramStudio,
32 IdeogramCaptionPreview,
33 IdeogramRefSync,
34 IdeogramJsonSync,
35 IdeogramOverride,
36 IdeogramElementOverride,
37 IdeogramElementAppend,
38 IdeogramOverrideList,
39 IdeogramPalette,
40 IdeogramExtras,
41 IdeogramBBoxSelect,
42 ]
43
44
45async def comfy_entrypoint() -> IdeogramHelperExtension:

Callers 1

comfy_entrypointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected