mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-21 13:01:27 -03:00
feat(recipe): send embedded recipe workflow to ComfyUI canvas
This commit is contained in:
+10
-1
@@ -856,6 +856,12 @@
|
||||
"sendCheckpoint": "שלח ל-ComfyUI",
|
||||
"sendRecipe": "שלח ל-ComfyUI"
|
||||
},
|
||||
"workflow": {
|
||||
"sendWorkflow": "[TODO: Translate] Send Workflow to ComfyUI",
|
||||
"sent": "[TODO: Translate] Workflow sent to ComfyUI",
|
||||
"sendFailed": "[TODO: Translate] Failed to send workflow to ComfyUI",
|
||||
"noWorkflow": "[TODO: Translate] No embedded workflow found in this recipe"
|
||||
},
|
||||
"controls": {
|
||||
"import": {
|
||||
"action": "ייבא",
|
||||
@@ -2031,7 +2037,10 @@
|
||||
"reimportBulkComplete": "ייבוא מחדש הושלם: {completed} יובאו, {failed} נכשלו (מתוך {total})",
|
||||
"reimportBulkFailed": "ייבוא מחדש של חלק מהמתכונים נכשל",
|
||||
"noMissingLorasInSelection": "לא נמצאו LoRAs חסרים במתכונים שנבחרו",
|
||||
"noLoraRootConfigured": "תיקיית השורש של LoRA לא מוגדרת. אנא הגדר תיקיית שורש LoRA ברירת מחדל בהגדרות."
|
||||
"noLoraRootConfigured": "תיקיית השורש של LoRA לא מוגדרת. אנא הגדר תיקיית שורש LoRA ברירת מחדל בהגדרות.",
|
||||
"workflowSent": "[TODO: Translate] Workflow sent to ComfyUI",
|
||||
"workflowSendFailed": "[TODO: Translate] Failed to send workflow to ComfyUI: {error}",
|
||||
"workflowNoWorkflow": "[TODO: Translate] No embedded workflow found in this recipe"
|
||||
},
|
||||
"models": {
|
||||
"noModelsSelected": "לא נבחרו מודלים",
|
||||
|
||||
Reference in New Issue
Block a user