chore: bump diffusers to 0.38.0#975
Draft
ilopezluna wants to merge 1 commit into
Draft
Conversation
Bump the diffusers backend from 0.36.0 to 0.38.0 to pick up the trust_remote_code hardening from huggingface/diffusers#13448, which fixes trust_remote_code=False being bypassed when loading pipelines/components from local directories — the path the diffusers_server uses for DDUF and local model bundles. - build-diffusers-tarball.sh: diffusers 0.36.0 -> 0.38.0, safetensors 0.5.2 -> 0.8.0 (required by diffusers 0.38.0, which needs safetensors>=0.8.0) - Makefile (diffusers-dev): sync the same pins, which had drifted - .versions / diffusers.go: new release tag v0.1.0-20260617-000000 The matching image is published from docker/inference-engine-llama.cpp (build-diffusers workflow). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the diffusers dependency from version 0.36.0 to 0.38.0 and safetensors from 0.5.2 to 0.8.0 across the Makefile, build scripts, and Go backend implementation. It also bumps the DIFFUSERS_RELEASE version to v0.1.0-20260617-000000 in .versions and diffusers.go. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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
Bumps the diffusers backend from 0.36.0 → 0.38.0.
scripts/build-diffusers-tarball.shdiffusers0.36.0 → 0.38.0;safetensors0.5.2 → 0.8.0Makefile(diffusers-dev).versionsDIFFUSERS_RELEASE→v0.1.0-20260617-000000pkg/inference/backends/diffusers/diffusers.godiffusersVersion→v0.1.0-20260617-000000How to test
diffusers.__version__ == "0.38.0"and thatuvresolvessafetensors 0.8.0+torch 2.9.1without conflict.trust_remote_code=False.🤖 Generated with Claude Code