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": "Bir rengi RGB tam sayı değerine dönüştür.",
"display_name": "Renkten RGB Tam Sayıya",
"inputs": {
"color": {
"name": "renk"
}
},
"outputs": {
"0": {
"name": "rgb_tam_sayı",
"tooltip": null
}
}
},
"CombineHooks2": {
"display_name": "Kancaları Birleştir [2]",
"inputs": {
@@ -10982,6 +10997,25 @@
}
}
},
"RecraftCreateStyleNode": {
"description": "Referans görsellerden özel bir stil oluşturun. Stil referansı olarak kullanmak için 1-5 görsel yükleyin. Tüm görsellerin toplam boyutu 5 MB ile sınırlıdır.",
"display_name": "Recraft Stil Oluştur",
"inputs": {
"images": {
"name": "görseller"
},
"style": {
"name": "stil",
"tooltip": "Oluşturulan görsellerin temel stili."
}
},
"outputs": {
"0": {
"name": "stil_id",
"tooltip": null
}
}
},
"RecraftCreativeUpscaleNode": {
"description": "Görüntüyü eşzamanlı olarak büyütün.\nVerilen bir raster görüntüyü yaratıcı büyütme aracıyla geliştirir, küçük ayrıntıları ve yüzleri iyileştirmeye odaklanarak çözünürlüğü artırır.",
"display_name": "Recraft Yaratıcı Büyütme Görüntüsü",