Patch version increment to 1.39.3

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8500-1-39-3-2f96d73d365081a9a74fd1fcb7e33a41)
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-01-31 13:30:35 +09:00
committed by GitHub
parent 679288500a
commit a807986835
25 changed files with 652 additions and 12 deletions

View File

@@ -1266,6 +1266,21 @@
}
}
},
"ColorToRGBInt": {
"description": "将颜色转换为RGB整数值。",
"display_name": "颜色转RGB整数",
"inputs": {
"color": {
"name": "颜色"
}
},
"outputs": {
"0": {
"name": "rgb整数",
"tooltip": null
}
}
},
"CombineHooks2": {
"display_name": "组合约束 [2]",
"inputs": {
@@ -10998,6 +11013,25 @@
}
}
},
"RecraftCreateStyleNode": {
"description": "从参考图像创建自定义风格。上传1-5张图片作为风格参考。所有图片的总大小限制为5MB。",
"display_name": "Recraft创建风格",
"inputs": {
"images": {
"name": "图片"
},
"style": {
"name": "风格",
"tooltip": "生成图像的基础风格。"
}
},
"outputs": {
"0": {
"name": "风格ID",
"tooltip": null
}
}
},
"RecraftCreativeUpscaleNode": {
"description": "同步放大图像。\n使用“创意放大”工具增强给定的光栅图像提升分辨率重点优化细节和人脸。",
"display_name": "Recraft 创意放大图像",