Add sdxl and faceid docker containers#3738
Merged
Conversation
Co-authored-by: victorgelias <victorgelias@gmail.com>
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: victorgelias <victorgelias@gmail.com>
5 tasks
ad-astra-video
pushed a commit
to ad-astra-video/go-livepeer
that referenced
this pull request
Sep 19, 2025
* Add SDXL and SDXL FaceID streamdiffusion images Co-authored-by: victorgelias <victorgelias@gmail.com> * Refactor: Clarify docker image descriptions Co-authored-by: victorgelias <victorgelias@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
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.
What does this pull request do? Explain your changes. (required)
This pull request adds support for two new StreamDiffusion variants,
streamdiffusion-sdxlandstreamdiffusion-sdxl-faceid, by mapping them to their respective Docker images in theai/worker/docker.gofile. This enables the system to correctly identify and launch these new live pipeline containers.Specific updates (required)
streamdiffusion-sdxlto thelivePipelineToImagemap, pointing tolivepeer/ai-runner:live-app-streamdiffusion-sdxl.streamdiffusion-sdxl-faceidto thelivePipelineToImagemap, pointing tolivepeer/ai-runner:live-app-streamdiffusion-sdxl-faceid.streamdiffusion-sd15pattern, including descriptive comments.How did you test each of these updates (required)
The configuration style for the new entries was verified by inspecting the git commit history that introduced the
streamdiffusion-sd15variant to ensure consistency. The project was built locally to confirm that the changes compile successfully.Does this pull request close any open issues?
Checklist:
makeruns successfully./test.shpass