Skip to content

Releases: yondonfu/comfystream

v0.1.8

10 Dec 20:11
06b2a27

Choose a tag to compare

This release upgrades the ComfyStream docker runtime to target torch 2.8.0+cu128 and addresses recent security fixes

What's Changed

Full Changelog: livepeer/comfystream@v0.1.7...v0.1.8

v0.1.7

10 Dec 20:11
7cdde1f

Choose a tag to compare

This release provides Livepeer network integration via pytrickle, allowing Orchestrators to deploy and advertise custom AI pipeline capabilities using livepeer/comfyui-base:stable.

This release also improves the ComfyStream Pipeline class interface with pause, resume, and stop methods for better control of running prompts.

TensorRT engines are built the same as for development use, refer to comfystream docs

For more information on the Bring-Your-Own-Container (BYOC) initiative, please refer to go-livepeer docs

What's Changed

BYOC Server

Developer Improvements

UI

  • ui: fix deprecated husky install command by @eliteprox in livepeer#445
  • Fix text output panel visibility - hide by default, show on first text output by @Copilot in livepeer#428

Dependency updates

Full Changelog: livepeer/comfystream@v0.1.6...v0.1.7

v0.1.6

30 Sep 21:19
359593a

Choose a tag to compare

Release Notes Summery

Download the docker images for comfystream from official livepeer dockerhub.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 Sep 15:24
f03762b

Choose a tag to compare

This release adds support for audio driven workflows and text outputs. An example real-time text transcription demo workflow using Whisper has been added.

The docker ComfyUI workspace has been upgraded to v0.3.56. ComfyStream is updated to support newer versions of ComfyUI

What's Changed

New Contributors

Full Changelog: livepeer/comfystream@v0.1.4...v0.1.5

v0.1.4

18 Aug 19:35
ab7115f

Choose a tag to compare

This release adds support for RTX 5090 GPUs using PyTorch 2.7.1+cu128. The minimum supported NVIDIA CUDA driver version is 570.124.06 with CUDA 12.8

This is a fast-follow release to v0.1.3

What's Changed

Full Changelog: livepeer/comfystream@v0.1.3...v0.1.4

v0.1.3

18 Aug 19:34
54ed7f6

Choose a tag to compare

What's Changed

Full Changelog: livepeer/comfystream@v0.1.2...v0.1.3

v0.1.3-pre

18 Aug 19:34

Choose a tag to compare

v0.1.3-pre Pre-release
Pre-release

What's Changed

Full Changelog: livepeer/comfystream@v0.1.2...v0.1.3-pre

v0.1.2

18 Aug 19:33
4377203

Choose a tag to compare

This releases adds a token-gated external MPEG stream egress endpoint to ComfySteam. A demo page is available to view the MPEG stream, which can also be used as an OBS Video Source to capture output for live streaming. Additionally a bug fix was made to comfystream.client.update_prompts and python packages have been pinned to improve stability.

What's Changed

Full Changelog: livepeer/comfystream@v0.1.1...v0.1.2

v0.1.1

29 May 20:48

Choose a tag to compare

This release is a copy of 0.1.0 with a simple version bump to https://github.com/yondonfu/comfystream/releases/tag/v0.1.0 for the ComfyUI Registry

v0.1.0

17 May 18:33
f0f7d7e

Choose a tag to compare

ComfyStream v0.1.0 includes multi-resolution support, an improved depth map and an exportable pipeline class for easier integration. This release is available as a docker image at livepeer/comfyui-base:v0.1.0 and livepeer/comfystream:v0.1.0

New Features / Nodes

  • Super Resolution node with OpenCV
  • Multi-resolution support with tensorrt engine compilation examples (default engine supports ranges of height/width from 448px to 744px)
  • Exports the comfystream.pipeline class from Pipeline.py to make it easier to integrate ComfyStream into your own application through the python package namespace

New Models

  • Depth Anything V2 large model with tensorrt compilation

NOTE: Due to a version dependency, ComfyStream must be run with ComfyUI version 0.3.27 or older https://github.com/comfyanonymous/ComfyUI/releases/tag/v0.3.27

What's Changed

New Contributors

Full Changelog: livepeer/comfystream@v0.0.5...v0.1.0