v0.1.6 — docs: correct upstream TRELLIS2 fork attribution
Documentation-only fix. No code, workflow, or demo image changes.
The bug
The README and NOTICE.md were pointing at `visualbruno/ComfyUI-Trellis2` as our TRELLIS2 upstream. That's wrong — the wrapper that actually gets installed via ComfyUI Manager (and that this plugin's `install.py` looks for under `custom_nodes/ComfyUI-TRELLIS2/`) is pozzettiandrea/ComfyUI-TRELLIS2.
The two forks share the Microsoft TRELLIS.2 lineage but have different `init.py` structure, different node organization, and divergent commit histories. The mistaken attribution was caught when investigating which fork "the new TRELLIS2 commits" actually came from — the deployed install matched pozzettiandrea byte-for-byte; visualbruno's pixal3d-branch commits are unrelated to what users actually have.
What changed
- README.md: 5 install/requirements/credits references updated to pozzettiandrea. One remaining mention of visualbruno is kept intentionally in the Upstream Roadmap section as a pointer to their experimental pixal3d branch (`use_tiled_decoder`, etc.) — labeled as a separate experimental fork, not as our actual upstream.
- NOTICE.md: third-party-licenses table updated.
What didn't change
No code, no workflows, no demo images. Just the docs.
Full diff: v0.1.5...v0.1.6