From 386a6ae440e5dd00697c18e2b2b956e5e51b29ff Mon Sep 17 00:00:00 2001 From: guill Date: Wed, 3 Jun 2026 15:44:53 -0700 Subject: [PATCH 1/2] Add/update changelog/index.mdx --- changelog/index.mdx | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/changelog/index.mdx b/changelog/index.mdx index 6eda2675d..3961945a8 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -4,6 +4,32 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For icon: "clock-rotate-left" --- + + +**Model and Node Improvements** +* **BiRefNet and DINOv3:** Fixed cast/dtype issues for improved compatibility and stability +* **TripoSplat:** Resolved preview issues with old offloading mode for better 3D workflow performance +* **DINOv3 Inference:** Now runs in fp32 for improved accuracy and reliability +* **Math Expression Node:** Fixed OverflowError handling for large integer results, preventing workflow crashes + +**Partner Node Updates** +* **Ideogram V4:** Added new partner node support for enhanced image generation capabilities +* **PiD Models:** Added SDXL and QwenImage support for expanded workflow options +* **Radiance:** Added support for variants with nonzero txt_ids for improved model compatibility + +**Performance and Stability** +* **MultiGPU CFG Split:** Fixed freeze issues during manual abort operations for more reliable multi-GPU workflows +* **Ideogram 4:** Optimized memory usage factor for non-dynamic VRAM configurations +* **DualModelGuider:** Marked as experimental to set proper user expectations + +**Bug Fixes and Cleanup** +* Reverted partner nodes category changes to maintain workflow compatibility +* Removed outdated ComfyUI kitchen fallback code +* Updated workflow templates to v0.9.94 for improved user experience +* Various stability improvements and code optimizations + + + **Open-Source Model Support** @@ -113,7 +139,6 @@ icon: "clock-rotate-left" * `--feature-flag` registry; OpenAPI cloud-runtime and experiment endpoints; blueprint subgraph descriptions; deterministic ControlNet load order - **New Model Support** From 875fe2d6fe92d46a1f66d23d1fc2198c52643a53 Mon Sep 17 00:00:00 2001 From: guill Date: Wed, 3 Jun 2026 15:44:54 -0700 Subject: [PATCH 2/2] Add/update zh-CN/changelog/index.mdx --- zh-CN/changelog/index.mdx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 zh-CN/changelog/index.mdx diff --git a/zh-CN/changelog/index.mdx b/zh-CN/changelog/index.mdx new file mode 100644 index 000000000..d8dde3421 --- /dev/null +++ b/zh-CN/changelog/index.mdx @@ -0,0 +1,31 @@ +--- +title: "更新日志" +description: "跟踪ComfyUI的最新功能、改进和bug修复。详细的发布说明请查看[Github releases](https://github.com/Comfy-Org/ComfyUI/releases)页面。" +icon: "clock-rotate-left" +--- + + + +**模型和节点改进** +* **BiRefNet和DINOv3:** 修复了cast/dtype问题,提高了兼容性和稳定性 +* **TripoSplat:** 解决了旧版offloading模式的预览问题,提升了3D工作流性能 +* **DINOv3推理:** 现在以fp32运行,提高了准确性和可靠性 +* **数学表达式节点:** 修复了大整数结果的OverflowError处理,防止工作流崩溃 + +**合作伙伴节点更新** +* **Ideogram V4:** 添加了新的合作伙伴节点支持,增强图像生成能力 +* **PiD模型:** 添加了SDXL和QwenImage支持,扩展了工作流选项 +* **Radiance:** 添加了对非零txt_ids变体的支持,提高了模型兼容性 + +**性能和稳定性** +* **MultiGPU CFG Split:** 修复了手动中止操作时的冻结问题,提高了多GPU工作流的可靠性 +* **Ideogram 4:** 优化了非动态VRAM配置的内存使用因子 +* **DualModelGuider:** 标记为实验性功能,以设置正确的用户期望 + +**Bug修复和清理** +* 恢复了合作伙伴节点类别更改,以保持工作流兼容性 +* 移除了过时的ComfyUI kitchen回退代码 +* 将工作流模板更新到v0.9.94版本,改善用户体验 +* 各种稳定性改进和代码优化 + +