ComfyUI Workflow Templates (Media API Bundle)

0.3.68 · active · verified Sat Apr 11

This library provides a collection of API-driven workflow templates (JSON files) for ComfyUI, specifically tailored for various media processing tasks. It acts as a data bundle, offering ready-to-use workflows accessible within the ComfyUI user interface, rather than adding new Python functionality or custom nodes. The current version is 0.3.68, and it's part of a rapidly evolving ComfyUI ecosystem with frequent updates.

Warnings

Install

Imports

Quickstart

This library delivers JSON workflow templates for ComfyUI. The primary way to use these templates is through the ComfyUI graphical user interface. After installation, launch ComfyUI and access the templates via the 'Workflow' menu.

# This package provides workflow *templates* for ComfyUI, not Python functions for direct execution.
# The primary quickstart is within the ComfyUI application itself.

# 1. Install ComfyUI (if not already installed, e.g., via git clone or desktop app).
#    For example: git clone https://github.com/Comfy-Org/ComfyUI

# 2. Install this package:
#    pip install comfyui-workflow-templates-media-api

# 3. Start ComfyUI:
#    cd ComfyUI
#    python main.py

# 4. In the ComfyUI web interface (usually http://127.0.0.1:8188):
#    Click on 'Workflow' in the top menu.
#    Select 'Browse Templates'.
#    Find and select the desired workflow from the 'media-api' bundle.

view raw JSON →