read_pack_workflow
Retrieve the ready workflow graph for a model pack by its name, to be used as the reference graph when setting up the model family on the user's canvas or enqueuing headlessly.
Instructions
Return a bundled pack's ready workflow.json graph by pack name (discover names + which packs have a workflow with list_packs). This is the EXPERT graph for that model family — use it as the source of truth when setting up the family on the user's canvas: recreate it node-by-node with the panel_* tools (panel_add_node / panel_connect / panel_set_widget) so it lands on their live canvas, or enqueue it headlessly. Prefer this over inventing a graph from scratch. Names are validated (no path traversal) and must match an existing pack directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The pack name (a directory under packs/, e.g. 'krea2-txt2img-manual'). Get valid names from list_packs. |