Skip to content

0.2.2

Choose a tag to compare

@Saganaki22 Saganaki22 released this 22 May 21:30
· 5 commits to main since this release

Pixal3D-ComfyUI 0.2.2 Patch Notes

Fixed

  • Fixed Windows/portable import errors caused by missing Pixal3D package __init__.py files.
  • Fixed DINOv3 loading with stable transformers versions where encoder layers live under model.model.layer.
  • Fixed DINOv3 CPU/CUDA tensor mismatch during image conditioning.
  • Fixed full_gpu mode so it now forces a full Comfy model load instead of allowing partial CPU/GPU loading.
  • Fixed non-square input stretching by automatically padding images to square before Pixal3D's square image encoder.
  • Fixed older ComfyUI builds where comfy.ops.manual_cast.BatchNorm2d is missing.
  • Lowered Pixal3D Export GLB minimum decimation_target to 5000; default remains 1000000.

Docs

  • Added clear aspect-ratio padding order:
    • auto_remove: input -> RMBG/alpha crop -> pad to square -> RGB image sent to Pixal3D
    • keep_alpha: transparent input -> alpha crop -> pad to square -> RGB image sent to Pixal3D
    • none: input -> convert to RGB -> pad to square -> RGB image sent to Pixal3D
  • Clarified that transparent images without RMBG should use background_mode=keep_alpha.
  • Clarified that background_mode=none ignores alpha by design.
  • Added low-poly export notes for decimation_target.

Not Included

  • No new hole-filling feature was added in this release.