summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2134622bfffff6bcb5d62b8298d2037581796bde (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
pkgbase = python-gfpgan
	pkgdesc = GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
	pkgver = 1.3.8
	pkgrel = 1
	url = https://github.com/TencentARC/GFPGAN
	arch = x86_64
	license = Apache 2.0
	makedepends = python-setuptools
	depends = python-pytorch
	depends = python-numpy
	depends = python-opencv
	depends = python-torchvision
	depends = python-scipy
	depends = python-tqdm
	depends = python-basicsr
	depends = python-facexlib
	depends = python-lmdb
	depends = python-pyaml
	depends = tensorboard
	depends = yapf
	source = https://github.com/TencentARC/GFPGAN/archive/refs/tags/v1.3.8.tar.gz
	source = https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth
	source = https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/RestoreFormer.pth
	sha256sums = a3b04c61554341800ef04b1daa11a92c8afef5de150348974df8e1989ec29130
	sha256sums = e2cd4703ab14f4d01fd1383a8a8b266f9a5833dacee8e6a79d3bf21a1b6be5ad
	sha256sums = 07404d446d62ca3d5ed38b1de09a947a1e77d46dbccec961a74d713a8f24ace0

pkgname = python-gfpgan
	optdepends = gfpgan-model: pre-trained model and inference script
	optdepends = python-realesrgan: enhance the background (non-face) regions

pkgname = gfpgan-model
	pkgdesc = Pre-trained model and interference script for python-gfpgan.
	depends = python-gfpgan