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: 2 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:21:47.000Z (3 months ago)
- Last Synced: 2025-04-07T13:02:50.613Z (2 months ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Stream-Pack** - time video and audio workflows using ComfyStream. (All Workflows Sorted by GitHub Stars)
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.