Releases: iamwavecut/ComfyUI-OrbitQuant
Release list
ComfyUI-OrbitQuant 0.4.0
ComfyUI-OrbitQuant 0.4.0 provisions the optimized native OrbitQuant kernels during installation.
ComfyUI-Manager installs requirements.txt (orbitquant>=0.6.0) and then runs the new install.py hook, which downloads the prebuilt native kernel variant wheel matching the runtime from the OrbitQuant kernels-v1 release. Provisioning is best effort: without a matching variant the node pack keeps working on OrbitQuant's Triton/dequant fallbacks, and the hook never fails the installation.
Manual installs can provision explicitly with python -m orbitquant.cli.main kernels-install.
Requires OrbitQuant 0.6.0 or newer.
ComfyUI-OrbitQuant 0.3.0
ComfyUI-OrbitQuant 0.3.0 aligns the node pack with OrbitQuant 0.5.0.
The activation kernel backend options now include the triton_rocm and
triton_xpu backends introduced in OrbitQuant 0.5.0 (both experimental in
OrbitQuant). The node option lists are covered by a test that compares them
against the supported sets of the installed orbitquant package.
Requires OrbitQuant 0.5.0 or newer.
ComfyUI-OrbitQuant 0.2.0
ComfyUI-OrbitQuant 0.2.0 adds a generic pipeline-component loader for
target_policy="universal" artifacts and future transformer architectures.
The existing FLUX, Z-Image, and Wan loaders remain available for stricter
model-family validation. Runtime defaults to packed auto_fused inference;
dequant_bf16 remains an explicit compatibility and debugging mode.
Requires OrbitQuant 0.2.0 or newer.
ComfyUI-OrbitQuant 0.1.3
ComfyUI-OrbitQuant 0.1.3 updates the node pack dependency floor to OrbitQuant 0.1.4. This keeps ComfyUI installs aligned with the current OrbitQuant package release while preserving the existing node API and artifact layout.
ComfyUI-OrbitQuant 0.1.2
Patch release for the ComfyUI OrbitQuant node pack.\n\nChanges:\n- Raises the OrbitQuant dependency floor to orbitquant>=0.1.3.\n- Raises the node pack kernels extra to orbitquant[kernels]>=0.1.3, avoiding the macOS Triton resolver failure fixed in OrbitQuant 0.1.3.\n\nVerification:\n- GitHub CI run 29034705959 passed.\n- PyPI Trusted Publishing run 29034761024 passed.\n- macOS install smoke for comfyui-orbitquant[kernels]==0.1.2 passed and resolved orbitquant==0.1.3.
ComfyUI-OrbitQuant 0.1.1
Patch release for the ComfyUI OrbitQuant node pack.\n\nChanges:\n- Adds the package-level kernels extra so users can install comfyui-orbitquant[kernels] for OrbitQuant's optimized packed-kernel runtime dependencies.\n- Keeps the default node runtime at auto_fused and leaves dequant_bf16 as the explicit compatibility/debug mode.\n- Removes the hardcoded wheel filename from CI smoke tests so package version bumps keep validating the built wheel.\n\nVerification:\n- GitHub CI run 29033936436 passed.\n- PyPI Trusted Publishing run 29033999041 passed.\n- PyPI now lists comfyui-orbitquant==0.1.1 wheel and sdist.
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/*