| Port details |
- py-comfy-kitchen ComfyUI: Fast kernel library for Diffusion inference
- 0.2.8 misc
=0 0.2.8Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-03-19 06:48:24
- Last Update: 2026-03-19 06:47:38
- Commit Hash: d80a1a3
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Comfy-Org/comfy-kitchen
- Description:
- Comfy Kitchen is a high-performance kernel library designed for Diffusion model
inference. It provides optimized implementations for critical operations,
including various quantization formats and Rotary Positional Embeddings (RoPE).
The library features a flexible dispatch system that automatically selects the
most efficient compute backend—CUDA, Triton, or eager PyTorch—based on available
hardware and input constraints.
Key features include:
* Optimized kernels specifically tuned for Diffusion inference workloads.
* Support for multiple compute backends (CUDA C, Triton JIT, and pure PyTorch).
* Transparent quantization via a QuantizedTensor subclass that intercepts
PyTorch operations.
* Support for advanced quantization formats including FP8, NVFP4, and MXFP8.
* Automatic backend selection and constraint validation for hardware-specific
optimizations.
* Implementation of performance-critical functions like RoPE and scaled matrix
multiplication.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}comfy-kitchen>0:misc/py-comfy-kitchen@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-comfy-kitchen/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-comfy-kitchen
- pkg install py311-comfy-kitchen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-comfy-kitchen listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-comfy-kitchen
- Package flavors (<flavor>: <package>)
- py311: py311-comfy-kitchen
- distinfo:
- TIMESTAMP = 1773845240
SHA256 (Comfy-Org-comfy-kitchen-v0.2.8_GH0.tar.gz) = 0fd1ac41e48a4e2bb8e3458ddebbfc5b019288501701b862363a8742bb4486f2
SIZE (Comfy-Org-comfy-kitchen-v0.2.8_GH0.tar.gz) = 96322
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-nanobind>0 : devel/py-nanobind@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>0 : devel/py-packaging@py311
- py311-pytorch>=2.0.0 : misc/py-pytorch@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- misc/comfyui
Configuration Options:
- No options to configure
- Options name:
- misc_py-comfy-kitchen
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|