Skip to content

0.1.7

Choose a tag to compare

@Saganaki22 Saganaki22 released this 16 May 15:09
· 21 commits to main since this release

Pixal3D-ComfyUI 0.1.7

Fixed

  • Include the missing pixal3d/models package in the repository.
  • Fix Pixal3DModelLoader failing with cannot import name 'models' from partially initialized module 'pixal3d'.
  • Narrow .gitignore from models/ to /models/ so nested source folders like pixal3d/models are tracked.

Changed

  • Cap transformers to <5 in requirements.txt and pyproject.toml to avoid current 5.x compatibility issues with the Pixal3D/RMBG stack.