Merge pull request #280859 from r-ryantm/auto-update/python311Packages.diffusers

python311Packages.diffusers: 0.24.0 -> 0.25.0
This commit is contained in:
OTABI Tomoya 2024-01-14 23:26:55 +09:00 committed by GitHub
commit ea780f3de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
];