v0.19.2
📦 comfyuiView on GitHub →
✨ 3 features🐛 1 fixes🔧 3 symbols
Summary
This release addresses an OOM regression for quantized models and introduces new utility nodes and feature enhancements, including template control for text generation.
Migration Steps
- If you were referencing `ErnieTEModel`, update the reference to use `ErnieTEModel_` instead.
✨ New Features
- Added functionality to disable the default template in the text generation node.
- Introduced the JsonExtractString node.
- Added 1080p resolution support for the SeeDance 2.0 model in Partner Nodes.
🐛 Bug Fixes
- Fixed an Out-Of-Memory (OOM) regression during inference for quantized models in the _apply() method.