Skip to content

0.1.3

Choose a tag to compare

@Saganaki22 Saganaki22 released this 15 May 15:23
· 30 commits to main since this release

Fixed

  • Fixed native_low_vram CPU/GPU mismatch during DINO image conditioning.
  • Replaced hardcoded .cuda() image placement with device-aware tensor movement.
  • Improved native low-VRAM staging so Pixal3D helpers and pipeline modules move CPU/GPU more predictably.
  • Added more aggressive cache cleanup after offload, OOM, MoGe use, RMBG use, and model destroy.

Changed

  • Bumped package version from 0.1.2 to 0.1.3.
  • --install-known-cuda now installs only Pixal3D CUDA extension wheels:
    • flex_gemm
    • cumesh
    • o_voxel
    • drtk
  • FlashAttention 2 or 3 is now documented as a prerequisite, not something installed by the Pixal3D helper installer.
  • Docs now clarify that plain natten==0.21.6 is only a baseline dependency. Strict NAF still requires natten.HAS_LIBNATTEN == True.
  • Cleaned Windows wheel docs to separate:
    • FlashAttention prerequisite wheels
    • required Pixal3D CUDA extension wheels
    • optional renderer wheels
    • NATTEN/NAF limitations