Skip to content

Remove unused final-diffusers Docker image variant and fix duplicate backend registration#768

Merged
ilopezluna merged 2 commits into
mainfrom
diffusers-cleanup
Mar 20, 2026
Merged

Remove unused final-diffusers Docker image variant and fix duplicate backend registration#768
ilopezluna merged 2 commits into
mainfrom
diffusers-cleanup

Conversation

@ilopezluna

Copy link
Copy Markdown
Contributor

The diffusers backend was migrated to deferred (on-demand) installation, where it downloads a self-contained Python environment from Docker Hub at first use. However, several artifacts from the old pre-built Docker image approach were left behind, and the backend was being registered twice in main.go.

This PR fixes that

@ilopezluna ilopezluna requested a review from a team March 20, 2026 12:51

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request correctly removes the unused final-diffusers Docker image variant and its associated build artifacts from the Dockerfile, Makefile, and other related files. It also fixes an issue where the diffusers backend was being registered twice in main.go. The changes are clean, consistent, and achieve the stated goals. I have no further comments.

@doringeman doringeman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I like such PRs!

@ilopezluna ilopezluna merged commit 65f4420 into main Mar 20, 2026
14 checks passed
@ilopezluna ilopezluna deleted the diffusers-cleanup branch March 20, 2026 13:01
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.

2 participants