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
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2453,9 +2453,14 @@
2453
2453
"saveAs": "Save As",
2454
2454
"cancel": "Cancel",
2455
2455
"process": "Process",
2456
-
"help1": "Select a single target object. Add <Bold>Include</Bold> and <Bold>Exclude</Bold> points to indicate which parts of the layer are part of the target object.",
2457
-
"help2": "Start with one <Bold>Include</Bold> point within the target object. Add more points to refine the selection. Fewer points typically produce better results.",
2458
-
"help3": "Invert the selection to select everything except the target object.",
2456
+
"desc": "Select a single target object. After selection is complete, click <Bold>Apply</Bold> to discard everything outside the selected area, or save the selection as a new layer.",
2457
+
"visualModeDesc": "Visual mode uses box and point inputs to select an object.",
2458
+
"visualMode1": "Click and drag to draw a box around the object you want to select. You may get better results by drawing the box a bit larger or smaller than the object.",
2459
+
"visualMode2": "Click to add a green <Bold>include</Bold> point, or shift-click to add a red <Bold>exclude</Bold> point to tell the model what to include or exclude.",
2460
+
"visualMode3": "Points can be used to refine a box selection or used independently.",
2461
+
"promptModeDesc": "Prompt mode uses text input to select an object.",
2462
+
"promptMode1": "Type a brief description of the object you want to select.",
2463
+
"promptMode2": "Use simple language, avoiding complex descriptions or multiple objects.",
2459
2464
"clickToAdd": "Click on the layer to add a point",
0 commit comments