https://github.com/livepeer/comfyui-stream-pack
A suite of custom ComfyUI nodes for building real-time video and audio workflows using ComfyStream.
https://github.com/livepeer/comfyui-stream-pack
Last synced: 4 months ago
JSON representation
A suite of custom ComfyUI nodes for building real-time video and audio workflows using ComfyStream.
- Host: GitHub
- URL: https://github.com/livepeer/comfyui-stream-pack
- Owner: livepeer
- Created: 2025-02-18T10:13:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-25T16:22:41.000Z (9 months ago)
- Last Synced: 2026-02-18T20:29:28.395Z (4 months ago)
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComfyUI Node Pack
A suite of custom **ComfyUI nodes** for building **real-time video and audio workflows** using [ComfyStream](https://github.com/yondonfu/comfystream). This pack introduces nodes that enable **live streaming, AI-enhanced processing, and real-time interaction** with ComfyUI workflows.
## Node Categories
The node pack is organized into three categories based on their function:
### Foundation Nodes
Foundation Nodes introduce **entirely new capabilities** to ComfyUI, unlocking workflows that were previously impossible. These nodes typically:
- Introduce new **AI models** or **stable diffusion checkpoints**.
- Enable **core functionality** that can be further expanded with Light Nodes.
> [!NOTE]
> No Foundation Nodes have been added yet.
### Light Nodes
Light Nodes **modify or enhance existing workflows** by:
- **Tweaking parameters** or intermediate values in Foundation Nodes.
- Providing **workflow insights** or debug information.
- Creating **variations** of existing functionalities for new use cases.
> [!NOTE]
> No Light Nodes have been added yet.
### Input/Output Nodes
These nodes **extend ComfyUI's input and output capabilities**, making real-time streaming workflows possible. They allow users to:
- Load and process **video, audio, or tensor data** from external sources.
- Stream outputs to **Livepeer, WebRTC, or other real-time platforms**.
- Connect **external data sources** for AI-driven workflows.
Examples:
- [**LoadTensor**](https://github.com/yondonfu/comfystream/blob/main/nodes/tensor_utils/load_tensor.py) - Loads tensor data for real-time processing.
- [**LoadAudioTensor**](https://github.com/yondonfu/comfystream/blob/main/nodes/audio_utils/load_audio_tensor.py) - Processes real-time audio input.
> [!NOTE]
> No additional Input/Output Nodes have been added yet.