blob: 612952396f032853c3c55aa7297a3e5c2f9385ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-diffusers
pkgdesc = Pretrained diffusion models for image and audio generation in PyTorch
pkgver = 0.30.2
pkgrel = 1
url = https://github.com/huggingface/diffusers
arch = any
groups = huggingface
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-filelock
depends = python-huggingface-hub
depends = python-numpy
depends = python-pillow
depends = python-regex
depends = python-requests
depends = python-safetensors
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
optdepends = python-flax: JAX/FLAX support
source = diffusers-0.30.2.tar.gz::https://github.com/huggingface/diffusers/archive/refs/tags/v0.30.2.tar.gz
sha256sums = 208a63d243ecdf0aed6e03ffc5b3fc783f94dca058e269e2bf6f2a950d3cea52
pkgname = python-diffusers
|