blob: 5945edd75fe010759c08ef244cd46d1433d0e985 (
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 = stable-diffusion.cpp-git
pkgdesc = Stable Diffusion in pure C/C++
pkgver = r633.5b0267e
pkgrel = 1
url = https://github.com/leejet/stable-diffusion.cpp
arch = aarch64
arch = x86_64
license = MIT
makedepends = cmake
makedepends = pnpm
makedepends = ninja
makedepends = git
depends = openblas
depends = libwebp
provides = stable-diffusion.cpp
conflicts = stable-diffusion.cpp
source = stable-diffusion.cpp::git+https://github.com/leejet/stable-diffusion.cpp.git
source = git+https://github.com/ggml-org/ggml.git
source = git+https://github.com/leejet/sdcpp-webui.git
source = git+https://github.com/webmproject/libwebm.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
pkgname = stable-diffusion.cpp-git
|