MCPcopy Index your code
hub / github.com/lightningpixel/modly / _run_comfy_image

Function _run_comfy_image

tools/modly-cli/agent.py:647–649  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

645
646
647def _run_comfy_image(args: argparse.Namespace) -> dict[str, Any]:
648 comfy = _run_comfy_workflow(args)
649 return _download_comfy_image_output(args, comfy)
650
651
652def cmd_comfy_image(args: argparse.Namespace) -> int:

Callers 1

cmd_comfy_imageFunction · 0.85

Calls 2

_run_comfy_workflowFunction · 0.85

Tested by

no test coverage detected