v0.19.2

Comfy-Org/ComfyUIv0.19.2Apr 17, 2026by github-actions[bot]

AI Summary

Addresses a critical memory issue in quantized models and introduces a new utility node for JSON extraction, along with options to disable default templates.

Key Highlights

  • Fix for OOM regression in quantized models
  • New JsonExtractString node
  • Option to disable default template in text gen nodes

New Features

  • Fix OOM regression in quantized models during inference
  • JsonExtractString node
  • Option to disable default template in text gen node
  • Veo 3.0 1080p resolution support

Full Release Notes

## What's Changed
* Fix OOM regression in _apply() for quantized models during inference by @jkyamog in https://github.com/Comfy-Org/ComfyUI/pull/13372
* Add a way to disable default template in text gen node. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/13424
* Use `ErnieTEModel_` not `ErnieTEModel`. by @bedovyy in https://github.com/Comfy-Org/ComfyUI/pull/13431
* [Partner Nodes] add 1080p resolution for SeeDance 2.0 model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/13437
* Add JsonExtractString node. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/13435

## New Contributors
* @jkyamog made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/13372
* @bedovyy made their first contribution in https://github.com/Comfy-Org/ComfyUI/pull/13431

**Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.19.1...v0.19.2