Install this version:
emerge -a =dev-python/comfy-kitchen-0.2.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/comfy-kitchen-0.2.7
Or alternatively:
emerge --autounmask-write -a =dev-python/comfy-kitchen-0.2.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.7 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1
DESCRIPTION="Fast Kernel Library for ComfyUI with multiple compute backends"
HOMEPAGE="https://github.com/Comfy-Org/comfy-kitchen"
SRC_URI="https://github.com/Comfy-Org/comfy-kitchen/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cuda"
BDEPEND="
cuda? (
>=dev-build/cmake-3.18
>=dev-python/nanobind-2.0.0[${PYTHON_USEDEP}]
dev-util/nvidia-cuda-toolkit
)
"
RDEPEND="
sci-ml/pytorch[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
python_configure() {
if ! use cuda; then
DISTUTILS_ARGS=( --no-cuda )
fi
}
Manage flags for this package:
euse -i <flag> -p dev-python/comfy-kitchen |
euse -E <flag> -p dev-python/comfy-kitchen |
euse -D <flag> -p dev-python/comfy-kitchen
sci-ml/pytorch[]
sci-ml/pytorch[]
cuda? ( >=dev-build/cmake-3.18 >=dev-python/nanobind-2.0.0[] dev-util/nvidia-cuda-toolkit )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | comfy-kitchen-0.2.7.tar.gz | 85341 bytes | https://github.com/Comfy-Org/comfy-kitchen/archive/refs/tags/v0.2.7.tar.gz |