You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invokeai/frontend/web/public/locales/en.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2391,6 +2391,27 @@
2391
2391
"pullBboxIntoReferenceImageError": "Problem Pulling BBox Into ReferenceImage",
2392
2392
"addAdjustments": "Add Adjustments",
2393
2393
"removeAdjustments": "Remove Adjustments",
2394
+
"workflowIntegration": {
2395
+
"title": "Run Workflow on Canvas",
2396
+
"description": "Select a workflow with a Canvas Output node and an image parameter to run on the current canvas layer. You can adjust parameters before executing. The result will be added back to the canvas.",
2397
+
"execute": "Execute Workflow",
2398
+
"executing": "Executing...",
2399
+
"runWorkflow": "Run Workflow",
2400
+
"filteringWorkflows": "Filtering workflows...",
2401
+
"loadingWorkflows": "Loading workflows...",
2402
+
"noWorkflowsFound": "No workflows found.",
2403
+
"noWorkflowsWithImageField": "No compatible workflows found. A workflow needs a Form Builder with an image input field and a Canvas Output node.",
0 commit comments