blob: 06e3c450824893347691c4cbc03ad10f2450883b (
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
27
28
29
30
31
32
33
34
35
|
pkgbase = switchgen-git
pkgdesc = AI Image Generator using ComfyUI as a library
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/djwarf/switchgen
arch = x86_64
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = git
depends = python>=3.10
depends = python-gobject
depends = gtk4
depends = libadwaita
depends = python-pillow
depends = python-pytorch
depends = python-torchvision
depends = python-numpy
depends = python-scipy
depends = python-tqdm
depends = python-aiohttp
depends = python-yaml
depends = python-huggingface-hub
depends = python-einops
depends = python-transformers
depends = python-safetensors
depends = python-psutil
depends = python-requests
provides = switchgen
conflicts = switchgen
source = switchgen-git::git+https://github.com/djwarf/switchgen.git
sha256sums = SKIP
pkgname = switchgen-git
|