Patch version increment to 1.39.8

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8678-1-39-8-2ff6d73d36508144b359cdd15822f6fb)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-02-06 12:30:45 +09:00
committed by GitHub
parent 23c8757447
commit 7f509cc018
13 changed files with 645 additions and 27 deletions

View File

@@ -2020,6 +2020,20 @@
}
}
},
"CreateList": {
"display_name": "创建列表",
"inputs": {
"inputs": {
"name": "输入"
}
},
"outputs": {
"0": {
"name": "列表",
"tooltip": null
}
}
},
"CreateVideo": {
"description": "从图像创建视频。",
"display_name": "创建视频",
@@ -13953,6 +13967,9 @@
"bpm": {
"name": "每分钟节拍数"
},
"cfg_scale": {
"name": "cfg_scale"
},
"clip": {
"name": "clip"
},
@@ -13962,6 +13979,10 @@
"duration": {
"name": "时长"
},
"generate_audio_codes": {
"name": "生成音频代码",
"tooltip": "启用生成音频代码的LLM。这可能较慢但会提升生成音频的质量。如果你为模型提供了音频参考请关闭此选项。"
},
"keyscale": {
"name": "调式"
},
@@ -13977,8 +13998,17 @@
"tags": {
"name": "标签"
},
"temperature": {
"name": "temperature"
},
"timesignature": {
"name": "拍号"
},
"top_k": {
"name": "top_k"
},
"top_p": {
"name": "top_p"
}
},
"outputs": {
@@ -14913,6 +14943,28 @@
}
}
},
"VAEDecodeAudioTiled": {
"display_name": "VAE解码音频分块",
"inputs": {
"overlap": {
"name": "重叠"
},
"samples": {
"name": "样本"
},
"tile_size": {
"name": "分块大小"
},
"vae": {
"name": "vae"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"VAEDecodeHunyuan3D": {
"display_name": "VAE解码Hunyuan3D",
"inputs": {