v0.3.64

Comfy-Org/ComfyUIv0.3.64Oct 8, 2025by github-actions[bot]

AI Summary

This release adds the Sora2 API node and continues the conversion of API nodes and nodes to the V3 schema. It also introduces Gemma 3 as a text encoder.

Key Highlights

  • Add Sora2 API node.
  • V3 schema conversions for Pika and Kling nodes.
  • Implement Gemma 3 as a text encoder.
  • Fix for LTXV custom nodes.

New Features

  • Sora2 API node.
  • Gemma 3 text encoder.

Full Release Notes

## What's Changed
* fix(api-nodes): enable more pylint rules by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10213
* fix(api-nodes): allow negative_prompt in PixVerse API nodes to be multiline by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10196
* [V3] convert nodes_pika.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10216
* [V3] convert nodes_kling.py to V3 schema by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10236
* Implement gemma 3 as a text encoder. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10241
* fix(ReCraft-API-node): allow custom multipart parser to return FormData by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10244
* feat(api-nodes): add Sora2 API node by @bigcat88 in https://github.com/comfyanonymous/ComfyUI/pull/10249
* Temp fix for LTXV custom nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/10251
* Bump frontend to 1.27.10 by @webfiltered in https://github.com/comfyanonymous/ComfyUI/pull/10252
* update template to 0.1.94 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/10253


**Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.63...v0.3.64