Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# comfystream

> ⚠️ **NOTICE:** Active development of this project has moved to [the Livepeer fork](https://github.com/livepeer/comfystream).
> [!IMPORTANT]
> This repository serves as the stable upstream for the ComfyStream project. Active development has moved to the [Livepeer fork](https://github.com/livepeer/comfystream), though stable versions are still merged here.

comfystream is a package for running img2img [Comfy](https://www.comfy.org/) workflows on video streams.
ComfyStream is a package for running img2img [Comfy](https://www.comfy.org/) workflows on video streams.

This repo also includes a WebRTC server and UI that uses comfystream to support streaming from a webcam and processing the stream with a workflow JSON file (API format) created in ComfyUI. If you have an existing ComfyUI installation, the same custom nodes used to create the workflow in ComfyUI will be re-used when processing the video stream.

Expand Down