Search Criteria
Package Details: python-diffusers 0.31.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-diffusers.git (read-only, click to copy) |
---|---|
Package Base: | python-diffusers |
Description: | Pretrained diffusion models for image and audio generation in PyTorch |
Upstream URL: | https://github.com/huggingface/diffusers |
Keywords: | diffusers huggingface models toolkit |
Licenses: | Apache-2.0 |
Groups: | huggingface |
Submitter: | xyproto |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 3 |
Popularity: | 0.000002 |
First Submitted: | 2022-09-06 10:40 (UTC) |
Last Updated: | 2024-11-04 18:53 (UTC) |
Dependencies (17)
- python-filelock
- python-huggingface-hubAUR (python-huggingface-hub-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-gitAUR)
- python-regex (python-regex-gitAUR)
- python-requests
- python-safetensorsAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-accelerateAUR (optional) – multi-GPU and TPU training support
- python-datasetsAUR (optional) – datasets and data loading
- python-flaxAUR (optional) – JAX/FLAX support
- python-peftAUR (optional) – parameter efficient fine-tunning
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – PyTorch support
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional) – TensorFlow support
Latest Comments
ngruychev commented on 2024-09-24 10:45 (UTC)
Issue: the
check()
function in the PKGBUILD misspellsPYTHONPATH
env var asPYHONPATH
, preventing the package from being built automatically.xiota commented on 2024-08-21 22:47 (UTC) (edited on 2024-08-21 22:48 (UTC) by xiota)
@danielmazurkiewi I don't know which exact packages are responsible, but don't think it's this one. Both
python-h5py
andhdf5
have to be the non-openmpi or openmpi versions. AUR helpers often have difficulty resolving this type of dependency. You probably need to specify the correct packages manually.danielmazurkiewi commented on 2024-08-20 17:23 (UTC) (edited on 2024-08-20 17:28 (UTC) by danielmazurkiewi)
Looks like I'm getting conflicts with freecad dependencies
matcheal commented on 2024-07-03 20:20 (UTC)
Building of python-safetensors fails, probably due to NumPy 2.0 incompatibility
Lucki commented on 2024-07-02 10:45 (UTC)
The
check()
fails in a clean chroot:pekkarr commented on 2023-01-28 18:26 (UTC)
This fails to build in a clean chroot.
Adding
makedepends=(python-setuptools)
would fix this problem.