What's Changed
- Add temporal tiling support to video VAEs exposed through the VAE Decode (tiled) or VAE Encode (tiled) nodes, this makes 8GB vram GPUs viable for hunyuan video.
- Add PixArt model support by @city96 in #6055
- Replace print with logging by @huchenlei in #6138
- Adding upstream pytorch installation instruction for Intel GPUs to README.md by @qiacheng in #6069
- remove minimum step count for AYS by @TechnoByteJS in #6137
- fixed a bug in ldm/pixart/blocks.py by @zhangp365 in #6158
- Add oneAPI device selector for xpu and some other changes. by @simonlui in #6112
- [Bug] Use raw dir name to serve static web content by @huchenlei in #6107
- Enable External Event Loop Integration for ComfyUI [refactor] by @bigcat88 in #6114
- VAE calculations are now done in bf16 by default on Mac for lower memory usage.
New Contributors
- @qiacheng made their first contribution in #6069
- @TechnoByteJS made their first contribution in #6137
- @zhangp365 made their first contribution in #6158
Full Changelog: v0.3.9...v0.3.10