skillfed

comfyui-workflow-templates

ComfyUI workflow templates package

comfyui-workflow-templates v0.11.41 3.2M downloads/30d#2,711 on PyPI
Permissive license MIT Active released

What it is and what it does

This package distributes official ComfyUI workflow templates and subgraph blueprints as Python modules. It organizes templates by media type (video, image, audio, other) and provides both full standalone workflows for the template picker and reusable node components that appear in ComfyUI's node palette. The package uses a modular structure with separate distributions for core manifest/loader logic, JSON template data, and media-specific assets, allowing users to install only the template categories they need.

The package is designed to be consumed by ComfyUI installations to populate the built-in template picker and blueprint library. It includes preview assets, metadata, and descriptions for each template. The repository also hosts an Astro-based static site at templates.comfy.org that provides a browsable, searchable interface for discovering templates across 11 languages, though the PyPI package itself focuses on the template data and loader infrastructure.

Use it for:

  • Install official ComfyUI workflow templates into your ComfyUI instance to populate the template picker with ready-to-use workflows.
  • Access reusable subgraph blueprints as node components in ComfyUI's palette for building custom workflows.
  • Distribute media-specific workflow templates (video generation, image processing, audio) by installing only the media packages needed.
  • Integrate template metadata and preview assets into custom ComfyUI frontends or workflow discovery tools.
  • Maintain a local copy of official templates for offline use or custom ComfyUI deployments.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a curated collection of workflow templates and subgraph blueprints for ComfyUI, packaged as Python modules with media-specific distributions for easy integration into ComfyUI installations.

Yes, if you use ComfyUI and want access to official workflow templates and blueprints. The package has low install friction, active maintenance, permissive MIT licensing, no known vulnerabilities, and strong adoption (top 5000 on PyPI). Install it to populate ComfyUI's template picker; skip it only if you prefer to source templates manually or use third-party alternatives.

Install

comfyui-workflow-templates on PyPI

pip

pip install comfyui-workflow-templates

uv

uv add comfyui-workflow-templates

poetry

poetry add comfyui-workflow-templates

Installing comfyui-workflow-templates

Before you install

Low install friction with a pure Python wheel distribution. Active maintenance as of 2026-08-13 with 7 runtime dependencies that are all internal comfyui-workflow-templates packages, suggesting a well-organized modular structure.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both personal and commercial ComfyUI projects.

Quickstart

pip install comfyui-workflow-templates

from comfyui_workflow_templates import load_templates
templates = load_templates()

Requires Python 3.9 or later; intended for use within a ComfyUI installation or environment.

Verify before relying

  • Whether the package automatically integrates with ComfyUI's template picker or requires manual configuration.
  • How the 7 runtime dependencies (core, json, media-api, media-video, media-image, media-other, media-assets-01) are versioned and whether they update independently.
  • Whether workflow templates include node compatibility validation or if external validation is required.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 7 — comfyui-workflow-templates-core, comfyui-workflow-templates-json, comfyui-workflow-templates-media-api, comfyui-workflow-templates-media-video, comfyui-workflow-templates-media-image, comfyui-workflow-templates-media-other, comfyui-workflow-templates-media-assets-01
Maintenance actively maintained — 1 days since the last release
First released
Downloads 3,176,053/month — #2,711 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: comfyui_workflow_templates-0.11.41-py3-none-any.whl

Operating System :: OS IndependentProgramming Language :: Python :: 3

Tags

comfyui workflow templatescomfyui node blueprintscomfyui template pickercomfyui subgraph componentscomfyui workflow examplescomfyui media templatescomfyui preset workflows
comfyuiworkflow-templatesai-generation

More Graphics packages

pillow

Pillow adds image processing capabilities to…

permissive · top 100 on PyPI

fonttools

fonttools manipulates font files in multiple…

permissive · top 1,000 on PyPI

matplotlib-inline

Enables matplotlib figures to display inline…

permissive · top 1,000 on PyPI

pymupdf

PyMuPDF extracts, renders, converts, and…

agpl · top 1,000 on PyPI

pypdfium2

pypdfium2 is a Python binding to PDFium that…

permissive · top 1,000 on PyPI

altair

Altair is a declarative Python library for…

permissive · top 1,000 on PyPI

comfyui-workflow-templates-core

Provides core helper utilities and abstractions…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-video

Provides a collection of video workflow…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-json

Provides workflow template JSON definitions for…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-image

Provides a collection of image workflow assets…

permissive · top 5,000 on PyPI

comfyui-embedded-docs

Delivers embedded documentation for ComfyUI's…

copyleft · top 5,000 on PyPI

comfyui-workflow-templates-media-api

Provides a media bundle of API-driven workflow…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-other

Provides a collection of audio, 3D model, and…

permissive · top 5,000 on PyPI

comfyui-workflow-templates-media-assets-01

Provides a collection of media assets (images,…

permissive · top 5,000 on PyPI

comfy-cli

A command-line tool for installing,…

copyleft · top 15,000 on PyPI

ttp_templates

Provides a curated collection of TTP (Template…

permissive · top 15,000 on PyPI

Further reading