comfyui-0.18.1zGentoo
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for ComfyUI diffusion model GUI"
HOMEPAGE="https://www.comfy.org/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+rocm cuda"
REQUIRED_USE="|| ( rocm cuda )"
RDEPEND="
rocm? ( ~media-gfx/comfyui-rocm-${PV} )
cuda? ( ~media-gfx/comfyui-cuda-${PV} )
"