This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/comfyui-0.18.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/comfyui-0.18.1
Or alternatively:
emerge --autounmask-write -a =virtual/comfyui-0.18.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.18.1 | 8 | ~amd64 | 0 |
# 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} )
"
Manage flags for this package:
euse -i <flag> -p virtual/comfyui |
euse -E <flag> -p virtual/comfyui |
euse -D <flag> -p virtual/comfyui
rocm? ( ~media-gfx/comfyui-rocm-0.18.1 ) cuda? ( ~media-gfx/comfyui-cuda-0.18.1 )