blob: 17d7caa43ef0211e3ade60f9fac65e4e83c3e391 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = stable-diffusion.cpp-git
pkgdesc = Stable Diffusion in pure C/C++
pkgver = r256.5900ef6
pkgrel = 1
url = https://github.com/leejet/stable-diffusion.cpp
arch = armv7h
arch = aarch64
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
depends = openblas
provides = stable-diffusion.cpp
conflicts = stable-diffusion.cpp
source = stable-diffusion.cpp::git+https://github.com/leejet/stable-diffusion.cpp
source = git+https://github.com/ggerganov/ggml.git#commit=ff9052988b76e137bcf92bb335733933ca196ac0
sha256sums = SKIP
sha256sums = SKIP
pkgname = stable-diffusion.cpp-git
|