Minor version increment to 1.40.0

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8797-1-40-0-3046d73d36508109b4b7ed3f6ca4530e)
by [Unito](https://www.unito.io)

---------

Co-authored-by: AustinMroz <4284322+AustinMroz@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-02-11 12:06:48 +09:00
committed by GitHub
parent 475d7035f7
commit d873c8048f
13 changed files with 145 additions and 1 deletions

View File

@@ -6880,6 +6880,10 @@
"LoraModelLoader": {
"display_name": "加载 LoRA 模型",
"inputs": {
"bypass": {
"name": "bypass",
"tooltip": "启用后以旁路模式应用LoRA不修改基础模型权重。适用于训练和模型权重卸载时。"
},
"lora": {
"name": "lora",
"tooltip": "要应用于扩散模型的 LoRA 模型。"
@@ -14503,6 +14507,10 @@
"name": "bypass_mode",
"tooltip": "为训练启用旁路模式。启用后,适配器通过前向钩子应用,而不是直接修改权重。适用于权重无法直接修改的量化模型。"
},
"checkpoint_depth": {
"name": "checkpoint_depth",
"tooltip": "用于梯度检查点的深度级别。"
},
"control_after_generate": {
"name": "生成后控制"
},
@@ -14538,6 +14546,10 @@
"name": "模型",
"tooltip": "用于训练 LoRA 的模型。"
},
"offloading": {
"name": "offloading",
"tooltip": "用于梯度检查点的深度级别。"
},
"optimizer": {
"name": "优化器",
"tooltip": "用于训练的优化器。"