Unverified Commit ea780f3d authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python311Packages.diffusers: 0.24.0 -> 0.25.0
parents 02266dc6 ed147dbb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
    ];