Search Criteria
Package Details: stable-diffusion.cpp-hipblas-git r108.48bcce4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stable-diffusion.cpp-git.git (read-only, click to copy) |
---|---|
Package Base: | stable-diffusion.cpp-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-git |
Provides: | stable-diffusion.cpp-git |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 0.002987 |
First Submitted: | 2023-12-24 16:37 (UTC) |
Last Updated: | 2024-03-26 10:14 (UTC) |
Dependencies (7)
- rocm-hip-runtime (opencl-amdAUR)
- ccache (ccache-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- openblas (openblas-lapackAUR) (make)
- rocm-hip-sdk (opencl-amd-devAUR) (make)
Latest Comments
1 2 Next › Last »
grdgkjrpdihe commented on 2024-08-05 17:38 (UTC)
in
prepare
should beotherwise it wont update from
${srcdir}/ggml
dreieck commented on 2024-04-17 12:02 (UTC)
Please add the non-git packages to the
provides
andconflicts
array.Currently, e.g.
stable-diffusion.cpp-git
, hasprovides=("stable-diffusion.cpp-git=r116.036ba9e")
.Providing itself is senseless.
Please use
stable-diffusion.cpp
in theconflicts
andprovides
array.Regards and thanks for maintaining!
dreieck commented on 2024-04-17 11:13 (UTC)
Can you please remove
ccache
frommakedepends
, so that the user is not forced to install/ use it?The user can enable
ccache
builds by setting theccache
-options
in e../etc/makepkg.conf
-- give the user freedom, please.Regards!
dreieck commented on 2024-03-27 09:40 (UTC)
In your
PKGBUILD
you haveShouln't there be a specific
! -d
-test before eachcp
statement?You test for non-existence of
${_name}-cublas
, and decide on thecublas
-case also what to do with theopenblas
andhipblas
variants.Regards!
dreieck commented on 2024-03-27 09:33 (UTC)
Since several packages use
ggml
I made an extra package for it:libggml-git
.This conflicts with packages that install their own ggml files:
Can you remove all
ggml
-specific files and if needed addlibggml
to thedepends
array?Regards!
dreieck commented on 2024-03-25 22:00 (UTC) (edited on 2024-03-25 22:03 (UTC) by dreieck)
I now get the error
PKGBUILD: line 112: cd: stable-diffusion.cpp-clblas: No such file or directory
:Did you mean
"${_name}-cublas"
instead of"${_name}-clblas"
?Then it builds fine for me.
Regards!
dreieck commented on 2024-03-25 13:17 (UTC)
clang
needs to be added tomakedepends
array, and maybe alsolld
, sinceclang++
is used for compilation.dreieck commented on 2024-03-25 13:14 (UTC) (edited on 2024-03-25 13:14 (UTC) by dreieck)
Ahoj,
please follow the Arch Linux guide on git submodules and list all submodules in the
source
array so that they get cloned whenmakepkg
downloads the sources, and then only reference them inprepare()
.Regards and thanks for maintaining!
dreieck commented on 2024-03-24 14:25 (UTC)
A note:
It now fails to build for me with
(On AMD Zen 4, 7840U)
Regards!
1 2 Next › Last »