app-eselect/eselect-comfyui - 0.1 (zGentoo)

Search

Install

Install this version:

emerge -a =app-eselect/eselect-comfyui-0.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-eselect/eselect-comfyui-0.1

Or alternatively:

emerge --autounmask-write -a =app-eselect/eselect-comfyui-0.1

Package Information

Description:
Manage ComfyUI backend selection (ROCm/CUDA)
Homepage:
https://www.comfy.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Manage ComfyUI backend selection (ROCm/CUDA)"
HOMEPAGE="https://www.comfy.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="app-admin/eselect"

S="${FILESDIR}"

src_install() {
	insinto /usr/share/eselect/modules
	doins "${FILESDIR}"/comfyui.eselect
}

Dependencies

RDEPEND

app-admin/eselect