python3Packages.diffusers: 0.30.3 -> 0.32.2
https://github.com/huggingface/diffusers/releases/tag/v0.32.2
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "diffusers";
|
||||
version = "0.30.3";
|
||||
version = "0.32.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
owner = "huggingface";
|
||||
repo = "diffusers";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-/3lHJdsNblKb6xX03OluSCApMK3EXJbRLboBk8CjobE=";
|
||||
hash = "sha256-TwmII38EA0Vux+Jh39pTAA6r+FRNuKHQWOOqsEe2Z+E=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -153,7 +153,7 @@ buildPythonPackage rec {
|
||||
description = "State-of-the-art diffusion models for image and audio generation in PyTorch";
|
||||
mainProgram = "diffusers-cli";
|
||||
homepage = "https://github.com/huggingface/diffusers";
|
||||
changelog = "https://github.com/huggingface/diffusers/releases/tag/v${version}";
|
||||
changelog = "https://github.com/huggingface/diffusers/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ natsukium ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user