mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +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": "تحويل لون إلى قيمة عددية لنظام RGB.",
|
||||
"display_name": "تحويل اللون إلى قيمة RGB عددية",
|
||||
"inputs": {
|
||||
"color": {
|
||||
"name": "اللون"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "قيمة RGB عددية",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"CombineHooks2": {
|
||||
"display_name": "دمج الخطافات [2]",
|
||||
"inputs": {
|
||||
@@ -10982,6 +10997,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"RecraftCreateStyleNode": {
|
||||
"description": "أنشئ نمطًا مخصصًا من صور مرجعية. قم برفع ١ إلى ٥ صور لاستخدامها كمرجع للنمط. الحجم الإجمالي لجميع الصور محدود بـ ٥ ميجابايت.",
|
||||
"display_name": "إنشاء نمط مخصص Recraft",
|
||||
"inputs": {
|
||||
"images": {
|
||||
"name": "الصور"
|
||||
},
|
||||
"style": {
|
||||
"name": "النمط",
|
||||
"tooltip": "النمط الأساسي للصور المُولدة."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "معرّف النمط",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"RecraftCreativeUpscaleNode": {
|
||||
"description": "تكبير الصورة بشكل متزامن.\nيعزز صورة نقطية معينة باستخدام أداة 'التكبير الإبداعي'، مع التركيز على تحسين التفاصيل الصغيرة والوجوه.",
|
||||
"display_name": "تكبير إبداعي لإعادة الصياغة",
|
||||
|
||||
Reference in New Issue
Block a user