diff --git a/changelog/index.mdx b/changelog/index.mdx
index 9011ec264..39ac440d7 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,24 @@ description: "Track ComfyUI's latest features, improvements, and bug fixes. For
icon: "clock-rotate-left"
---
+
+
+**Model Support**
+- Added Gemma 12B support with quantized weights
+- Enhanced LTXAV text encoder with device selection support and reduced VRAM usage
+- Improved memory estimation for LTXAV text encoder
+
+**Performance Improvements**
+- Fixed FP8MM offloading performance issues
+- Added warning for outdated PyTorch versions with recommendation to upgrade to cu130 for performance boost
+- Updated comfy kitchen version requirements
+
+**Bug Fixes**
+- Fixed stable release workflow to properly pull latest comfy kitchen updates
+- Removed confusing load statistics from model patcher
+- Updated workflow templates to v0.7.69
+
+
@@ -81,7 +99,6 @@ icon: "clock-rotate-left"
- Fixed mask concatenation issues in ZImageFunControlNet in --gpu-only mode
-
- Added GPT-Image-1.5 API nodes
diff --git a/zh-CN/changelog/index.mdx b/zh-CN/changelog/index.mdx
index 7cc417712..1541f5bc9 100644
--- a/zh-CN/changelog/index.mdx
+++ b/zh-CN/changelog/index.mdx
@@ -1,9 +1,27 @@
---
title: "更新日志"
-description: "追踪 ComfyUI 的最新功能、改进和错误修复。详细发布说明请查看 [Github 发布页面](https://github.com/comfyanonymous/ComfyUI/releases)。"
+description: "跟踪ComfyUI的最新功能、改进和错误修复。详细的发布说明请查看[Github releases](https://github.com/comfyanonymous/ComfyUI/releases)页面。"
icon: "clock-rotate-left"
---
+
+
+**模型支持**
+- 添加了Gemma 12B支持,包含量化权重
+- 增强了LTXAV文本编码器,支持设备选择并降低了显存使用量
+- 改进了LTXAV文本编码器的内存估算
+
+**性能改进**
+- 修复了FP8MM卸载的性能问题
+- 为过时的PyTorch版本添加了警告提示,建议升级到cu130以提升性能
+- 更新了comfy kitchen版本要求
+
+**错误修复**
+- 修复了稳定版本工作流,确保正确拉取最新的comfy kitchen更新
+- 从模型补丁器中删除了令人困惑的加载统计信息
+- 将工作流模板更新到v0.7.69
+
+
**新增模型与节点**