ComfyUI-OrbitQuant 0.1.0
ComfyUI-OrbitQuant 0.1.0 provides ComfyUI custom nodes for loading and inspecting OrbitQuant component artifacts.
Included nodes:
- OrbitQuant Inspect Artifact
- OrbitQuant Pipeline Component Loader
- OrbitQuant FLUX Loader
- OrbitQuant Z-Image Loader
- OrbitQuant Wan Loader
Install into ComfyUI/custom_nodes, then install OrbitQuant in the ComfyUI Python environment:
python -m pip install "orbitquant[kernels]>=0.1.2"The node pack delegates quantized artifact loading to the orbitquant package and does not duplicate quantization logic. Default runtime mode is auto_fused; use dequant_bf16 only as an explicit compatibility/debug path.
Release assets:
comfyui_orbitquant-0.1.0.tar.gzSHA256630628c56e5ed35626cd7cca6749c51056cb78a0041b7c1268cf0b5e995d28c0comfyui_orbitquant-0.1.0-py3-none-any.whlSHA2560c774c20a6759bea18d5d02b598035c3446a72ee4efaa0be6c1f325f4b3e928b
Verified before release:
uv run pytest -quv run ruff check .uv run --with build --with twine python -m builduv run --with twine python -m twine check dist/*