summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5a45c20c082..38bf69446c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sdiff-gtk
_name=$pkgname
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ frontend for Stable Diffusion"
arch=(any)
url="https://github.com/jzbor/$_name"
license=('MIT')
groups=()
-depends=(python python-gobject python-diffusers python-pillow python-pytorch python-transformers)
+depends=(python python-gobject python-diffusers python-pillow python-pytorch python-transformers python-accelerate)
makedepends=(python-poetry python-installer)
checkdepends=()
optdepends=()