v0.27.0

FerrisMind/omnivoice-rsv0.27.0Jun 30, 2026by github-actions[bot]

AI Summary

This release introduces significant performance improvements through support for int8 conversion models, including faster processing and Turing GPU support. It also adds new features like a Seed node and Ideogram JSON prompt support, alongside updates for various partner models.

Key Highlights

  • Added support for int8 conversion models with faster processing
  • Added int8 support on Turing GPUs
  • Added Seed node
  • Added Bounding box canvas and Ideogram JSON prompt
  • Added opt-in asset hashing

New Features

  • Support for int8 models
  • Faster int8
  • Fix int8 loras causing lower quality requant with wrong settings
  • Update GLSL node to use ANGLE library
  • Fix int8 mm being skipped on offloaded lora weights
  • Better and faster int8 lora applying
  • Fix memory leak related to int8
  • Add ConditioningMultiply node
  • Add advanced krea 2 model merging node
  • Add partner nodes: HappyHorse 1.1, Grok 1080p, SeeDance 2.0/Mini, Nano Banana 2 Lite, Gemini Video Omni

Full Release Notes

The major change in this version is added support for int8 convrot models.

## What's Changed
* chore(openapi): sync shared API contract from cloud@363764b by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14607
* [Partner Nodes] feat(Alibaba): add support for HappyHorse 1.1 model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14611
* Downgrade the template to 0.10.2 to bring the HH1.1 templates back by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14613
* [Partner Nodes] feat(Grok): add 1080p resolution to Grok Image node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14612
* [Partner Nodes] feat(ByteDance): add 4K resolution support for SeeDance 2.0 by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14614
* feat: Add support for Seed node (CORE-295) by @yousef-rafat in https://github.com/Comfy-Org/ComfyUI/pull/14616
* Add advanced krea 2 model merging node. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14621
* chore(openapi): sync shared API contract from cloud@42eb0d1 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14619
* feat: Bounding box canvas and Ideogram JSON prompt (CORE-292) by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI/pull/14537
* [Partner Nodes] feat(ByteDance): add support for SeeDance-2.0-Mini video model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14626
* Update workflow templates to v0.10.7 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14632
* Support int8 models. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14636
* Faster int8. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14641
* Fix int8 loras causing lower quality requant with wrong settings. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14650
* Update GLSL node to use ANGLE library (CORE-162) by @pythongosssss in https://github.com/Comfy-Org/ComfyUI/pull/13195
* int8 support on turing GPUs. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14662
* ci: add team-gated Cursor review (thin caller for github-workflows) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14527
* Fix int8 mm being skipped on offloaded lora weights. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14669
* Update embedded docs to v0.5.6 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14668
* Better and faster int8 lora applying. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14685
* Bump comfyui-frontend-package to 1.45.20 by @comfy-pr-bot in https://github.com/Comfy-Org/ComfyUI/pull/14684
* Add ConditioningMultiply node to nodes.py as an addition to other adj… by @silveroxides in https://github.com/Comfy-Org/ComfyUI/pull/14686
* [Partner Nodes] feat(Google): add Nano Banana 2 Lite model by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14693
* Fix memory leak related to int8. by @comfyanonymous in https://github.com/Comfy-Org/ComfyUI/pull/14697
* feat: make asset hashing opt-in via --enable-asset-hashing (off by default) by @mattmillerai in https://github.com/Comfy-Org/ComfyUI/pull/14663
* [Partner Nodes] feat(Google): add Gemini Video Omni node by @bigcat88 in https://github.com/Comfy-Org/ComfyUI/pull/14695
* chore: Update nodes categories by @alexisrolland in https://github.com/Comfy-Org/ComfyUI/pull/14674
* Update workflow templates to v0.11.1 by @comfyui-wiki in https://github.com/Comfy-Org/ComfyUI/pull/14698


**Full Changelog**: https://github.com/Comfy-Org/ComfyUI/compare/v0.26.0...v0.27.0