ComfyUI Video Workflow Templates

0.3.73 · active · verified Sat Apr 11

This package provides a bundle of video workflow assets and templates for ComfyUI. It's part of the broader `comfyui-workflow-templates` ecosystem, offering pre-configured JSON workflow definitions and associated preview assets for various video processing and generation tasks within the ComfyUI graphical user interface. The current version is 0.3.73, and releases are tied to updates in the main ComfyUI workflow templates project.

Warnings

Install

Imports

Quickstart

This quickstart guides users on how to access and utilize the video workflow templates directly within the ComfyUI application, as the package's primary function is to provide these assets for the ComfyUI GUI rather than a direct Python API for workflow execution.

# 1. Ensure ComfyUI is installed and running.
#    (Refer to ComfyUI official documentation for installation: https://comfy.org/)

# 2. Install the video workflow templates package:
#    pip install comfyui-workflow-templates-media-video

# 3. Launch ComfyUI.
#    The templates will be automatically integrated once the package is installed.

# 4. In the ComfyUI interface, navigate to:
#    'Workflow' (top-left menu) -> 'Browse Workflow Templates' -> 'Video'

# 5. Select a desired video workflow template from the list.
#    ComfyUI will load the workflow and prompt for any missing models automatically.

# 6. Configure the workflow (e.g., input images/text, parameters) and click 'Queue Prompt' to generate video.

view raw JSON →