Artefact bundle
- UI workflow JSON and SHA-256
- Optional API-format JSON, labelled separately
- Model and custom-node manifest with source, licence, version and hash
- Non-sensitive input assets or their reproducible source
Start with workflows maintained by ComfyUI, then promote local artefacts only when their JSON, dependencies and execution evidence pass declared gates. “It loaded on my machine once” remains a charming anecdote.
A higher level adds evidence; it does not erase model licences, security review or the limits of the tested machine.
| Level | Label | What has been checked | What has not been promised |
|---|---|---|---|
| DRAFT | Editorial reference | A guide or diagram may describe a graph. | No downloadable artefact, schema pass or execution result is implied. |
| UPSTREAM | Maintainer-provided | The workflow comes from official ComfyUI documentation, examples or template packages. | 42 UK has not necessarily reproduced it on local hardware. |
| SCHEMA | Machine-checked | JSON parses, matches its declared ComfyUI workflow schema and carries a dependency/model manifest. | Schema validity does not prove that dependencies install or the graph executes. |
| REPRODUCED | Execution receipt | A clean, recorded environment loaded and ran the hashed graph with expected output and logs. | Different software, hardware, models or inputs may behave differently. |
Current 42 UK status: no locally hosted workflow file passed the Schema or Reproduced gate during the 5 August 2026 review. Existing articles are listed as Draft references until an actual artefact and receipt exist.
These are maintained by the ComfyUI project or its original examples repository. Follow the linked page for the current models and instructions; model downloads and licences can change independently of the graph.
| Workflow | Source | Nodes and inputs | How to obtain it | 42 UK status |
|---|---|---|---|---|
| Built-in Workflow Templates | Official template browser | Official templates are required to avoid third-party nodes; model requirements are embedded. | In ComfyUI: Workflow → Browse Workflow Templates. | UPSTREAM |
| Basic text to image | Official tutorial | Core checkpoint, text encoding, latent, sampler, VAE decode and save nodes. | Load the workflow asset from the tutorial and follow its current model instructions. | UPSTREAM |
| Inpainting | Official tutorial | Input image, mask and VAE Encode for Inpainting plus the normal sampling chain. | Download the workflow-bearing image from the tutorial and drag it into ComfyUI. | UPSTREAM |
| ControlNet scribble | Official tutorial | Core ControlNet loading and application; the tutorial provides a preprocessed input because core does not include every preprocessor. | Use the workflow-bearing image and exact model paths documented on the page. | UPSTREAM |
| SDXL examples | Original examples | SDXL text-to-image and related example graphs; requirements vary by example. | Download a displayed image containing workflow metadata and load or drag it into ComfyUI. | UPSTREAM |
| Two-pass “hires fix” | Original examples | Two-stage generation/upscaling examples; inspect each graph’s model requirements. | Load the metadata-bearing example image from the upstream page. | UPSTREAM |
Download the provenance register as CSV. “Upstream” records a maintainer source; it is not a local execution claim.
The upstream workflow_templates repository runs JSON, schema and bundle consistency checks in CI. That is strong provenance for its artefacts, but still not a claim that every model fits every local machine.
A workflow is executable configuration. Inspect what it needs before installing whatever the graph happens to request.
Useful upstream behaviour: ComfyUI saves a workflow in generated-image metadata when the format supports it, and a workflow can also be stored as human-readable JSON. Metadata is convenient; a separate versioned JSON file is easier to review and diff.
The promotion gate is intentionally boring. Boring receipts survive enthusiastic prose.
The editable UI workflow represents the visual graph. ComfyUI’s API documentation describes an API format with node IDs as keys and each node’s class_type and inputs. Publish the format name instead of making users infer it from a failed import.
| Format | Primary use | Validation | Library labelling |
|---|---|---|---|
| UI workflow JSON | Open, inspect and edit the visual graph in ComfyUI. | Match the declared official workflow schema, currently documented as workflow v1.0. | workflow-ui.json |
| API-format JSON | Submit a graph programmatically to a compatible ComfyUI API. | Confirm node classes/inputs against the tested server and execute a non-sensitive test request. | workflow-api.json |
| Metadata-bearing image | Carry a UI graph with an example output. | Extract the workflow, hash both files and check that sharing did not retain private data. | example-output.png |
These pages are useful reading, but none is labelled as a validated workflow download on this hub.
These maintainer resources were checked on 5 August 2026.