v0.2.4
What's Changed
- Update windows standalone package to python 3.12 and pytorch 2.5
- Support for checkpoints with scaled fp8 model weights for best quality when using the scaled fp8 matrix multiplication on hardware that supports it (Nvidia 40 series/ada/H100 and above).
- Some new experimental nodes to do latent operations (latent->advanced->operations).
- 🐛 Add device to variable c by @kadirnar in #5210
- Fix Transformers FutureWarning by @svdC1 in #5140
- Frontend Manager: avoid redundant gh calls for static versions by @mcmonkey4eva in #5152
- Ignore more network related errors during websocket communication. by @xiaodong-xie in #5269
New Contributors
- @kadirnar made their first contribution in #5210
- @svdC1 made their first contribution in #5140
- @xiaodong-xie made their first contribution in #5269
Full Changelog: v0.2.3...v0.2.4