MCPcopy Create free account
hub / github.com/DanielPFlorian/ComfyUI-WorkflowGenerator / process

Method process

utils/workflow_layout.py:146–149  ·  view source on GitHub ↗

Static convenience method

(nodes: list[dict], links: list[list])

Source from the content-addressed store, hash-verified

144
145 @staticmethod
146 def process(nodes: list[dict], links: list[list]):
147 """Static convenience method"""
148 layout = WorkflowLayout(nodes, links)
149 layout.apply_layout()

Callers 1

Calls 2

apply_layoutMethod · 0.95
WorkflowLayoutClass · 0.85

Tested by

no test coverage detected