python3Packages.diffusers: 0.36.0 -> 0.38.0

Diff: https://github.com/huggingface/diffusers/compare/v0.36.0...v0.38.0

Changelog: https://github.com/huggingface/diffusers/releases/tag/v0.38.0
This commit is contained in:
Robert Schütz
2026-05-24 10:54:17 -07:00
parent ea54f690a7
commit 94a8a565c0
@@ -45,18 +45,22 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.36.0";
version = "0.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "diffusers";
tag = "v${version}";
hash = "sha256-bDGiY1PR3JilEzkynUGE5IwDA+bgVQWW1jpGEfftI3U=";
hash = "sha256-FyXQJh4i/m9lAD2Sz45YWc+KIFMA+xQLb3ErudO9voY=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [
"safetensors"
];
dependencies = [
filelock
huggingface-hub