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": {
|
||||
"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ü",
|
||||
|
||||
Reference in New Issue
Block a user