python311Packages.diffusers: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm 2024-01-14 02:53:21 +00:00 committed by natsukium
parent 9e9a77c512
commit ed147dbbd5
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -21,6 +21,7 @@
, jax
, jaxlib
, jinja2
, peft
, protobuf
, tensorboard
, torch
@ -38,7 +39,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.24.0";
version = "0.25.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -47,7 +48,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-ccWF8hQzPhFY/kqRum2tbanI+cQiT25MmvPZN+hGadc=";
hash = "sha256-3IwBZWSbAMaOo76rUejt4YG7PA0RMLq4LYkNB6SvK6k=";
};
nativeBuildInputs = [
@ -80,6 +81,7 @@ buildPythonPackage rec {
accelerate
datasets
jinja2
peft
protobuf
tensorboard
];