add sd-cpp-webui
This commit is contained in:
1
sci-ml/sd-cpp-webui/Manifest
Normal file
1
sci-ml/sd-cpp-webui/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
EBUILD sd-cpp-webui-1.0.0.ebuild 492 BLAKE2B c12311969719c3058cea4352f63eb706da190310ef10eb373a1625f0200afa7f2855f746e9cc274c658e71894fb600b782a152b76aaa6f454bf04bb8bb09329b SHA512 1c3ec9b979a526393cec8747ddf8779221b4b4d1baef77969b7855c61114ebdef363ca6bc192e425270513aa274a6b2b1160277abe6647700de5c8890664c1e2
|
||||||
28
sci-ml/sd-cpp-webui/sd-cpp-webui-1.0.0.ebuild
Normal file
28
sci-ml/sd-cpp-webui/sd-cpp-webui-1.0.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Lightweight Gradio WebUI for stable-diffusion.cpp"
|
||||||
|
HOMEPAGE="https://github.com/daniandtheweb/sd.cpp-webui"
|
||||||
|
EGIT_REPO_URI="https://github.com/daniandtheweb/sd.cpp-webui.git"
|
||||||
|
|
||||||
|
LICENSE="AGPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/gradio
|
||||||
|
"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /usr/share/sd.cpp-webui
|
||||||
|
|
||||||
|
doins sdcpp_webui.py
|
||||||
|
doins -r defaults
|
||||||
|
doins -r modules
|
||||||
|
|
||||||
|
exeinto /usr/share/sd.cpp-webui
|
||||||
|
doexe sdcpp_webui.sh
|
||||||
|
|
||||||
|
dodoc README.md
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user