Update the main to the latest with livepeer/comfystream:main#265
Merged
eliteprox merged 19 commits intoyondonfu:mainfrom Sep 30, 2025
Merged
Update the main to the latest with livepeer/comfystream:main#265eliteprox merged 19 commits intoyondonfu:mainfrom
eliteprox merged 19 commits intoyondonfu:mainfrom
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.2.4 to 15.5.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.2.4...v15.5.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.3 dependency-type: direct:production update-type: version-update:semver-minor ...
* Add BYOC Server integration to comfystream * client: add cleanup to set_prompts. clear queues on prompt change * frame_processor: add optional preprocess to put_audio_frame to fix pipeline compatibility * Update output type to AUDIO for LoadAudioTensor/PitchShifter/SaveAudioTensor to match LoadAudioTensor * normalize audio in pitch shifter node
…#423) * nodes(video): add input timeout to LoadTensor and SaveTensor nodes
* refactor(exceptions): improve timeout error logging for ComfyStreamAudioBufferError, ComfyStreamInputTimeoutError
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* feat: GitHub workflow for automated OpenCV CUDA builds
* chore: update opencv-cuda for Python 3.12, add FasterLivePortrait add JoyVASA models, add ComfyUI-FasterLivePortrait, add engine build script fix(constraints): add cuda-python dependency to constraints file docker(opencv-cuda): pin move apt pkg installs from entrypoint to dockerfile.base dockerfile: add opencv-cuda installation, update to build v2.1 --------- Co-authored-by: John | Elite Encoder <john@eliteencoder.net>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: remove unused HTTP streaming modules and clean up related code
…dia-ml-py (#453) * chore(deps): bump pytrickle==v0.1.4 * requirements: replace pynvml with nvidia-ml-py due to deprecation warning
* Update OpenCV CUDA workflow to manual
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #265 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 55 55
=========================================
Hits 55 55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR syncs the changes in active development fork of comfystream to this repository for legacy compatibility and adding comfystream to custom nodes in comfyui directory