Skip to content

ComfyUI-OrbitQuant 0.1.0

Choose a tag to compare

@iamwavecut iamwavecut released this 09 Jul 15:12

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.gz SHA256 630628c56e5ed35626cd7cca6749c51056cb78a0041b7c1268cf0b5e995d28c0
  • comfyui_orbitquant-0.1.0-py3-none-any.whl SHA256 0c774c20a6759bea18d5d02b598035c3446a72ee4efaa0be6c1f325f4b3e928b

Verified before release:

  • uv run pytest -q
  • uv run ruff check .
  • uv run --with build --with twine python -m build
  • uv run --with twine python -m twine check dist/*