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": "Convierte un color a un valor entero RGB.",
"display_name": "Color a RGB Int",
"inputs": {
"color": {
"name": "color"
}
},
"outputs": {
"0": {
"name": "rgb_int",
"tooltip": null
}
}
},
"CombineHooks2": {
"display_name": "Combinar Hooks [2]",
"inputs": {
@@ -10982,6 +10997,25 @@
}
}
},
"RecraftCreateStyleNode": {
"description": "Crea un estilo personalizado a partir de imágenes de referencia. Sube de 1 a 5 imágenes para usar como referencias de estilo. El tamaño total de todas las imágenes está limitado a 5 MB.",
"display_name": "Recraft Crear Estilo",
"inputs": {
"images": {
"name": "imágenes"
},
"style": {
"name": "estilo",
"tooltip": "El estilo base de las imágenes generadas."
}
},
"outputs": {
"0": {
"name": "id_estilo",
"tooltip": null
}
}
},
"RecraftCreativeUpscaleNode": {
"description": "Aumenta la imagen de forma sincrónica.\nMejora una imagen ráster dada utilizando la herramienta de creative upscale, aumentando la resolución con un enfoque en refinar pequeños detalles y rostros.",
"display_name": "Recraft Creative Upscale Image",