From 601935a906432f0c7dcda5388a1d2728a0a3f7fe Mon Sep 17 00:00:00 2001 From: guill Date: Tue, 17 Feb 2026 22:12:39 -0800 Subject: [PATCH 1/2] Add/update changelog/index.mdx --- changelog/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog/index.mdx b/changelog/index.mdx index 39ac440d7..bfd03cbfb 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -4,6 +4,13 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For icon: "clock-rotate-left" --- + + +**Bug Fixes** +- Fixed issue with Gemini/Nano banana API nodes that sometimes returned blank images, improving reliability for AI-powered image generation workflows. + + + **Model Support** @@ -78,7 +85,6 @@ icon: "clock-rotate-left" - Converted image processing nodes to V3 schema - Optimized Lumina/Z image model (removed unused components) - **New Model Support** From 0b8e8ef6254b9e2875c0547c24b3b76e51e30147 Mon Sep 17 00:00:00 2001 From: guill Date: Tue, 17 Feb 2026 22:12:40 -0800 Subject: [PATCH 2/2] Add/update zh-CN/changelog/index.mdx --- zh-CN/changelog/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zh-CN/changelog/index.mdx b/zh-CN/changelog/index.mdx index 1541f5bc9..8467ee37f 100644 --- a/zh-CN/changelog/index.mdx +++ b/zh-CN/changelog/index.mdx @@ -1,9 +1,15 @@ --- title: "更新日志" -description: "跟踪ComfyUI的最新功能、改进和错误修复。详细的发布说明请查看[Github releases](https://github.com/comfyanonymous/ComfyUI/releases)页面。" +description: "跟踪 ComfyUI 的最新功能、改进和错误修复。详细发布说明请查看 [Github 发布页面](https://github.com/comfyanonymous/ComfyUI/releases)。" icon: "clock-rotate-left" --- + + +**错误修复** +- 修复了 Gemini/Nano banana API 节点有时返回空白图像的问题,提高了 AI 驱动图像生成工作流的可靠性。 + + **模型支持**