mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
1.41.5 (#9182)
Patch version increment to 1.41.5 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9182-1-41-5-3126d73d3650811d84d7eaf9e384567a) 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:
@@ -294,6 +294,9 @@
|
||||
"title": "إنشاء حساب"
|
||||
}
|
||||
},
|
||||
"batch": {
|
||||
"index": "{current} / {total}"
|
||||
},
|
||||
"billingOperation": {
|
||||
"subscriptionFailed": "فشل تحديث الاشتراك",
|
||||
"subscriptionProcessing": "جارٍ معالجة الدفع — يتم إعداد مساحة العمل...",
|
||||
@@ -1178,6 +1181,8 @@
|
||||
"star": "نجمة"
|
||||
},
|
||||
"imageCompare": {
|
||||
"batchLabelA": "أ: ",
|
||||
"batchLabelB": "ب: ",
|
||||
"noImages": "لا توجد صور للمقارنة"
|
||||
},
|
||||
"imageCrop": {
|
||||
@@ -2909,6 +2914,7 @@
|
||||
"emptyCanvas": "لوحة فارغة",
|
||||
"errorCopyImage": "خطأ في نسخ الصورة: {error}",
|
||||
"errorLoadingModel": "خطأ في تحميل النموذج",
|
||||
"errorOpenImage": "حدث خطأ أثناء فتح الصورة: {error}",
|
||||
"errorSaveSetting": "خطأ في حفظ الإعداد {id}: {err}",
|
||||
"exportSuccess": "تم تصدير النموذج بنجاح كـ {format}",
|
||||
"failedExecutionPathResolution": "تعذر حل المسار إلى العُقَد المحددة",
|
||||
|
||||
@@ -696,8 +696,7 @@
|
||||
"tooltip": "الحد الأقصى لعدد الصور التي سيتم توليدها عندما يكون sequential_image_generation='auto'. إجمالي الصور (المدخلة + المولدة) لا يمكن أن يتجاوز 15."
|
||||
},
|
||||
"model": {
|
||||
"name": "model",
|
||||
"tooltip": "اسم النموذج"
|
||||
"name": "model"
|
||||
},
|
||||
"prompt": {
|
||||
"name": "prompt",
|
||||
@@ -4749,6 +4748,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImageMergeTileList": {
|
||||
"display_name": "دمج قائمة القطع إلى صورة",
|
||||
"inputs": {
|
||||
"final_height": {
|
||||
"name": "final_height"
|
||||
},
|
||||
"final_width": {
|
||||
"name": "final_width"
|
||||
},
|
||||
"image_list": {
|
||||
"name": "image_list"
|
||||
},
|
||||
"overlap": {
|
||||
"name": "overlap"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ImageOnlyCheckpointLoader": {
|
||||
"display_name": "محمل نقطة تحقق الصور فقط (نموذج img2vid)",
|
||||
"inputs": {
|
||||
@@ -14035,6 +14056,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SplitImageToTileList": {
|
||||
"description": "يقوم بتقسيم صورة إلى قائمة دفعات من القطع مع تداخل محدد.",
|
||||
"display_name": "تجزئة الصورة إلى قائمة قطع",
|
||||
"inputs": {
|
||||
"image": {
|
||||
"name": "image"
|
||||
},
|
||||
"overlap": {
|
||||
"name": "overlap"
|
||||
},
|
||||
"tile_height": {
|
||||
"name": "tile_height"
|
||||
},
|
||||
"tile_width": {
|
||||
"name": "tile_width"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"SplitImageWithAlpha": {
|
||||
"display_name": "فصل الصورة مع ألفا",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user