add sd-cpp-webui
This commit is contained in:
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