Skip to content

Conversation

@eliteprox
Copy link
Collaborator

@eliteprox eliteprox commented Dec 31, 2025

This pull request introduces a new GitHub Actions workflow for building and pushing Docker images for the streamdiffusion pipeline (nodes-streamdiffusion.yaml). The workflow automates the creation and deployment of both the base and main comfystream images. follows existing concurrency controls to prevent overlapping workflow runs for the same branch.

Additional Details:

  • Added .github/workflows/docker-streamdiffusion.yaml to automate Docker builds and pushes for streamdiffusion images on pull requests and pushes to the main branch or version tags.
  • Publishes livepeer/comfyui-base:streamdiffusion by building docker/Dockerfile.base with NODES_CONFIG=nodes-streamdiffusion.yaml, so the lightweight StreamDiffusion nodes set is baked into the base image.
  • Publishes livepeer/comfystream:streamdiffusion by building docker/Dockerfile on top of the streamdiffusion base image, mirroring the standard image but with the StreamDiffusion node bundle.
  • Configured

@eliteprox eliteprox requested a review from RUFFY-369 December 31, 2025 04:58
@eliteprox eliteprox changed the title feat(ci): add GitHub Actions workflow for building and pushing stream… feat(ci): add GitHub Actions workflow stream diffusion pipeline worker Dec 31, 2025
@eliteprox eliteprox changed the title feat(ci): add GitHub Actions workflow stream diffusion pipeline worker feat(ci): add GitHub Actions workflow stream diffusion docker images Dec 31, 2025
@eliteprox eliteprox changed the title feat(ci): add GitHub Actions workflow stream diffusion docker images feat(ci): add GitHub Actions workflow for StreamDiffusion docker images Dec 31, 2025
@eliteprox eliteprox marked this pull request as ready for review December 31, 2025 06:11
Copy link

@RUFFY-369 RUFFY-369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eliteprox eliteprox merged commit fa75da4 into main Dec 31, 2025
7 of 8 checks passed
@eliteprox eliteprox deleted the feat/streamdiffusion-docker-build branch December 31, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants