Skip to content

0.2.1

Choose a tag to compare

@Saganaki22 Saganaki22 released this 20 May 15:12
· 6 commits to main since this release

Pixal3D-ComfyUI v0.2.1

Added

  • Added hybrid_low_vram mode to Pixal3D Model Loader.
  • hybrid_low_vram combines Comfy/Aimdo-aware module construction with Pixal3D native stage-by-stage CPU/GPU offload.
  • hybrid_low_vram now registers through Comfy model management, so it should appear in Aimdo/DynamicVRAM tensor visualizers.

Changed

  • Kept native_low_vram as the older pure native staging path.
  • native_low_vram still bypasses Comfy model management for maximum compatibility.
  • Improved low-VRAM strict NAF handling by offloading the DINO backbone before the NAF forward spike.
  • Offloads NAF after its forward pass in low-VRAM staged modes.
  • Strict NAF now stays strict after a NAF failure instead of silently falling through on later runs.

Docs

  • Updated README low-VRAM guidance to recommend hybrid_low_vram, with native_low_vram as fallback.
  • Updated README_ZH with the same low-VRAM guidance.
  • Updated troubleshooting docs for tight VRAM setups.

Version

  • Bumped package version to 0.2.1.

Commit

  • caa9298 Add hybrid low VRAM mode