MCPcopy
hub / github.com/lightningpixel/modly / cmd_comfy_image

Function cmd_comfy_image

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

Source from the content-addressed store, hash-verified

650
651
652def cmd_comfy_image(args: argparse.Namespace) -> int:
653 result = _run_comfy_image(args)
654 result["meta"] = {"experimental": True, "canonical": False}
655 _json_print(result, compact=args.compact)
656 return 0
657
658
659def cmd_generate_from_workflow(args: argparse.Namespace) -> int:

Callers

nothing calls this directly

Calls 2

_run_comfy_imageFunction · 0.85
_json_printFunction · 0.85

Tested by

no test coverage detected