Search Criteria
Package Details: stable-diffusion.cpp-hipblas-git r256.5900ef6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stable-diffusion.cpp-hipblas-git.git (read-only, click to copy) |
---|---|
Package Base: | stable-diffusion.cpp-hipblas-git |
Description: | Stable Diffusion in pure C/C++ (with AMD ROCm optimizations) |
Upstream URL: | https://github.com/leejet/stable-diffusion.cpp |
Licenses: | MIT |
Conflicts: | stable-diffusion.cpp, stable-diffusion.cpp-hipblas |
Provides: | stable-diffusion.cpp, stable-diffusion.cpp-hipblas |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 0.35 |
First Submitted: | 2025-04-12 14:29 (UTC) |
Last Updated: | 2025-08-18 11:59 (UTC) |
Dependencies (4)
- hipblas (opencl-amd-devAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rocm-hip-sdk (opencl-amd-devAUR) (make)
Latest Comments
harre commented on 2025-09-03 22:58 (UTC)
I get build error:
jona2000 commented on 2025-05-28 11:48 (UTC) (edited on 2025-05-28 11:49 (UTC) by jona2000)
Encountered two errors during building:
Error 1:
Reason: env vars missing in makepkg build environment
Fix: Add this at the start of build() in PKGBUILD
Error 2 (compiler error):
Reason: Latest ggml from git is incompatible.
Fix: Use compatible commit referenced in stable-diffusion.cpp upstream repository and insert it into the sources array of the PKGBUILD, e.g.
git+https://github.com/ggerganov/ggml.git#commit=ff9052988b76e137bcf92bb335733933ca196ac0
Had to clean build dir and rebuild afterwards