mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
1.39.3 (#8500)
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user