ComfyUI Video Workflow Templates
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
- gotcha This package provides workflow *assets* (JSON files) for use within the ComfyUI graphical interface, not a direct Python API for programmatically executing video generation workflows. Users expecting `from comfyui_video_templates import generate_video` will find that this is not the intended use case.
- gotcha When creating or modifying workflow files (JSON) for contribution or advanced use, it's critical to start ComfyUI with `--disable-all-custom-nodes`. This prevents custom extensions from embedding unnecessary metadata into the saved workflow file, which can lead to compatibility issues.
- gotcha Workflow templates often require specific AI models. While ComfyUI typically prompts users to download missing models automatically, ensure you have sufficient disk space and a stable internet connection for these downloads.
Install
-
pip install comfyui-workflow-templates-media-video
Imports
- Workflows
This package provides JSON workflow files for ComfyUI. Direct Python imports for running these workflows programmatically outside of the ComfyUI application are not typically exposed or intended for direct use.
Quickstart
# 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.