Skip to content

0.2.3

Choose a tag to compare

@Saganaki22 Saganaki22 released this 23 May 14:13
· 4 commits to main since this release

Pixal3D-ComfyUI 0.2.3 Patch Notes

Fixed

  • Fixed native ComfyUI BiRefNet background removal failing with CPU/CUDA tensor mismatch during partial low-VRAM loading.
  • Added a compatibility patch so BiRefNet relative-position attention tensors follow the active device and dtype during forward.

Improved

  • Reused the DINOv3 image encoder across Pixal3D image-conditioning stages instead of building duplicate copies.
  • Reused one loaded NAF model across the NAF stages instead of loading separate copies.
  • Reduced duplicated helper-model memory during Pixal3D model loading.