This release adds a custom node UI for ComfyStream, allowing you to start, stop, configure and monitor logs for ComfyStream directly in ComfyUI. ComfyStream is also now available to install from the ComfyUI-Manager on Linux platforms https://registry.comfy.org/nodes/comfystream
ComfyStream v0.0.3 is available as a docker image on DockerHub at livepeer/comfystream:0.0.3
The base image for devcontainer is available on DockerHub at livepeer/comfyui-base:0.0.3
What's Changed
- improvement: single python environment by @ryanontheinside in #89
- refactor: improve docker file structure and docs by @rickstaa in #76
- add pyproject.toml to remove deprecation warning by @eliteprox in #79
- workflow updates and directory restructure by @JJassonn69 in #95
- chore(ui): fix eslint errors so UI builds by @rickstaa in #97
- feat: add comfystream tensordock spinup script by @rickstaa in #86
- feat(dev): enable https for ComfyUI interface by @rickstaa in #101
- feat: ComfyStream as a custom node by @ryanontheinside in #94
- chore(ui): add pre-commit hooks for linting and formatting by @rickstaa in #99
- chore: update tensorrt node by @eliteprox in #92
- .github: Add workflow for generating static assets for release by @hjpotter92 in #98
- remove api workflows from comfyui workspace by @eliteprox in #100
- fix: open UI in new tab by @ryanontheinside in #110
- fix: workflow wont execute when ComfyStreamUIPreview node is included by @ryanontheinside in #111
- fix: ensure web files are copied in docker by @eliteprox in #112
- fix: empty static folder for web files by @eliteprox in #113
- release: update version to 0.0.3 by @eliteprox in #109
- chore: add publisher-id for registry publication by @eliteprox in #107
New Contributors
- @JJassonn69 made their first contribution in #95
- @hjpotter92 made their first contribution in #98
Full Changelog: v0.0.2...v0.0.3