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": {
"display_name": "Color to RGB Int",
"description": "Convert a color to a RGB integer value.",
"inputs": {
"color": {
"name": "color"
}
},
"outputs": {
"0": {
"name": "rgb_int",
"tooltip": null
}
}
},
"CombineHooks2": {
"display_name": "Combine Hooks [2]",
"inputs": {
@@ -11000,6 +11015,25 @@
}
}
},
"RecraftCreateStyleNode": {
"display_name": "Recraft Create Style",
"description": "Create a custom style from reference images. Upload 1-5 images to use as style references. Total size of all images is limited to 5 MB.",
"inputs": {
"style": {
"name": "style",
"tooltip": "The base style of the generated images."
},
"images": {
"name": "images"
}
},
"outputs": {
"0": {
"name": "style_id",
"tooltip": null
}
}
},
"RecraftCreativeUpscaleNode": {
"display_name": "Recraft Creative Upscale Image",
"description": "Upscale image synchronously.\nEnhances a given raster image using creative upscale tool, boosting resolution with a focus on refining small details and faces.",