python3Packages.diffusers: 0.36.0 -> 0.38.0 (#523702)

This commit is contained in:
dotlambda
2026-05-27 17:45:22 +00:00
committed by GitHub

View File

@@ -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