dev-python/comfy-aimdo-bin - 0.5.3 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/comfy-aimdo-bin-0.5.3

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

autounmask =dev-python/comfy-aimdo-bin-0.5.3

Or alternatively:

emerge --autounmask-write -a =dev-python/comfy-aimdo-bin-0.5.3

Package Information

Description:
PyTorch VRAM allocator with on-demand weight offloading (binary wheel)
Homepage:
https://pypi.org/project/comfy-aimdo/
License:
GPL-3

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=no
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1

DESCRIPTION="PyTorch VRAM allocator with on-demand weight offloading (binary wheel)"
HOMEPAGE="https://pypi.org/project/comfy-aimdo/"
# No sdist. cuda selects the host architecture's abi3 wheel; otherwise install
# the portable no-op allocator. Per-arch URLs protect arm64. verified 2026-09-09
SRC_URI="
	cuda? (
		amd64? ( https://files.pythonhosted.org/packages/1a/bc/aa38d79aed78aee21d1186e056f8b8e348c6af78874d6f7ed257a6dddf5d/comfy_aimdo-${PV}-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl )
		arm64? ( https://files.pythonhosted.org/packages/96/5a/f38fd0c29a75daf40e62ee7b78b4889a622f12666e7e87e847eab7b8979f/comfy_aimdo-${PV}-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl )
	)
	!cuda? ( https://files.pythonhosted.org/packages/e4/ef/9a94b88981e51dea163f2fdf98cd28424276fab6a31dc7e22ce89018778f/comfy_aimdo-${PV}-py3-none-any.whl )
"
S="${WORKDIR}"

# Wheel LICENSE is GPL-3.0; PyPI omits it. verified 2026-06-16
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
IUSE="cuda"
RESTRICT="bindist mirror strip"

QA_PREBUILT="usr/lib/python3.*/site-packages/comfy_aimdo/*"

# ComfyUI hard-imports this module. The CUDA wheel needs its driver/runtime;
# the fallback imports without GPU offloading.

src_unpack() {
	cp "${DISTDIR}/${A}" "${WORKDIR}/" || die
}

src_compile() { :; }

python_install() {
	${EPYTHON} -m installer --destdir="${D}" "${WORKDIR}/${A}" || die
	python_optimize
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/comfy-aimdo-bin | euse -E <flag> -p dev-python/comfy-aimdo-bin | euse -D <flag> -p dev-python/comfy-aimdo-bin

Global/Standard Flags

Inherited Eclasses

Manifest for 0.5.3

Type File Size Source URLs
DIST comfy_aimdo-0.5.3-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl 658882 bytes https://files.pythonhosted.org/packages/96/5a/f38fd0c29a75daf40e62ee7b78b4889a622f12666e7e87e847eab7b8979f/comfy_aimdo-0.5.3-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
DIST comfy_aimdo-0.5.3-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl 431850 bytes https://files.pythonhosted.org/packages/1a/bc/aa38d79aed78aee21d1186e056f8b8e348c6af78874d6f7ed257a6dddf5d/comfy_aimdo-0.5.3-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
DIST comfy_aimdo-0.5.3-py3-none-any.whl 24710 bytes https://files.pythonhosted.org/packages/e4/ef/9a94b88981e51dea163f2fdf98cd28424276fab6a31dc7e22ce89018778f/comfy_aimdo-0.5.3-py3-none-any.whl