Files
ComfyUI_frontend/src/locales/en/settings.json
2025-01-12 17:16:16 -05:00

315 lines
11 KiB
JSON

{
"Comfy-Desktop_AutoUpdate": {
"name": "Automatically check for updates"
},
"Comfy-Desktop_SendStatistics": {
"name": "Send anonymous usage metrics"
},
"Comfy-Desktop_WindowStyle": {
"name": "Window Style",
"tooltip": "Choose custom option to hide the system title bar",
"options": {
"default": "default",
"custom": "custom"
}
},
"Comfy_ConfirmClear": {
"name": "Require confirmation when clearing workflow"
},
"Comfy_DevMode": {
"name": "Enable dev mode options (API save, etc.)"
},
"Comfy_DisableFloatRounding": {
"name": "Disable default float widget rounding.",
"tooltip": "(requires page reload) Cannot disable round when round is set by the node in the backend."
},
"Comfy_DisableSliders": {
"name": "Disable node widget sliders"
},
"Comfy_DOMClippingEnabled": {
"name": "Enable DOM element clipping (enabling may reduce performance)"
},
"Comfy_EditAttention_Delta": {
"name": "Ctrl+up/down precision"
},
"Comfy_EnableTooltips": {
"name": "Enable Tooltips"
},
"Comfy_EnableWorkflowViewRestore": {
"name": "Save and restore canvas position and zoom level in workflows"
},
"Comfy_FloatRoundingPrecision": {
"name": "Float widget rounding decimal places [0 = auto].",
"tooltip": "(requires page reload)"
},
"Comfy_Graph_CanvasInfo": {
"name": "Show canvas info on bottom left corner (fps, etc.)"
},
"Comfy_Graph_CanvasMenu": {
"name": "Show graph canvas menu"
},
"Comfy_Graph_CtrlShiftZoom": {
"name": "Enable fast-zoom shortcut (Ctrl + Shift + Drag)"
},
"Comfy_Graph_LinkMarkers": {
"name": "Link midpoint markers",
"options": {
"None": "None",
"Circle": "Circle",
"Arrow": "Arrow"
}
},
"Comfy_Graph_ZoomSpeed": {
"name": "Canvas zoom speed"
},
"Comfy_Group_DoubleClickTitleToEdit": {
"name": "Double click group title to edit"
},
"Comfy_GroupSelectedNodes_Padding": {
"name": "Group selected nodes padding"
},
"Comfy_LinkRelease_Action": {
"name": "Action on link release (No modifier)",
"options": {
"context menu": "context menu",
"search box": "search box",
"no action": "no action"
}
},
"Comfy_LinkRelease_ActionShift": {
"name": "Action on link release (Shift)",
"options": {
"context menu": "context menu",
"search box": "search box",
"no action": "no action"
}
},
"Comfy_LinkRenderMode": {
"name": "Link Render Mode",
"options": {
"Straight": "Straight",
"Linear": "Linear",
"Spline": "Spline",
"Hidden": "Hidden"
}
},
"Comfy_Locale": {
"name": "Language"
},
"Comfy_MaskEditor_BrushAdjustmentSpeed": {
"name": "Brush adjustment speed multiplier",
"tooltip": "Controls how quickly the brush size and hardness change when adjusting. Higher values mean faster changes."
},
"Comfy_MaskEditor_UseDominantAxis": {
"name": "Lock brush adjustment to dominant axis",
"tooltip": "When enabled, brush adjustments will only affect size OR hardness based on which direction you move more"
},
"Comfy_MaskEditor_UseNewEditor": {
"name": "Use new mask editor",
"tooltip": "Switch to the new mask editor interface"
},
"Comfy_ModelLibrary_AutoLoadAll": {
"name": "Automatically load all model folders",
"tooltip": "If true, all folders will load as soon as you open the model library (this may cause delays while it loads). If false, root level model folders will only load once you click on them."
},
"Comfy_ModelLibrary_NameFormat": {
"name": "What name to display in the model library tree view",
"tooltip": "Select \"filename\" to render a simplified view of the raw filename (without directory or \".safetensors\" extension) in the model list. Select \"title\" to display the configurable model metadata title.",
"options": {
"filename": "filename",
"title": "title"
}
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "Auto snap link to node slot",
"tooltip": "When dragging a link over a node, the link automatically snap to a viable input slot on the node"
},
"Comfy_Node_BypassAllLinksOnDelete": {
"name": "Keep all links when deleting nodes",
"tooltip": "When deleting a node, attempt to reconnect all of its input and output links (bypassing the deleted node)"
},
"Comfy_Node_DoubleClickTitleToEdit": {
"name": "Double click node title to edit"
},
"Comfy_Node_MiddleClickRerouteNode": {
"name": "Middle-click creates a new Reroute node"
},
"Comfy_Node_Opacity": {
"name": "Node opacity"
},
"Comfy_Node_ShowDeprecated": {
"name": "Show deprecated nodes in search",
"tooltip": "Deprecated nodes are hidden by default in the UI, but remain functional in existing workflows that use them."
},
"Comfy_Node_ShowExperimental": {
"name": "Show experimental nodes in search",
"tooltip": "Experimental nodes are marked as such in the UI and may be subject to significant changes or removal in future versions. Use with caution in production workflows"
},
"Comfy_Node_SnapHighlightsNode": {
"name": "Snap highlights node",
"tooltip": "When dragging a link over a node with viable input slot, highlight the node"
},
"Comfy_NodeBadge_NodeIdBadgeMode": {
"name": "Node ID badge mode",
"options": {
"None": "None",
"Show all": "Show all"
}
},
"Comfy_NodeBadge_NodeLifeCycleBadgeMode": {
"name": "Node life cycle badge mode",
"options": {
"None": "None",
"Show all": "Show all"
}
},
"Comfy_NodeBadge_NodeSourceBadgeMode": {
"name": "Node source badge mode",
"options": {
"None": "None",
"Show all": "Show all",
"Hide built-in": "Hide built-in"
}
},
"Comfy_NodeInputConversionSubmenus": {
"name": "In the node context menu, place the entries that convert between input/widget in sub-menus."
},
"Comfy_NodeSearchBoxImpl": {
"name": "Node search box implementation",
"options": {
"default": "default",
"litegraph (legacy)": "litegraph (legacy)"
}
},
"Comfy_NodeSearchBoxImpl_NodePreview": {
"name": "Node preview",
"tooltip": "Only applies to the default implementation"
},
"Comfy_NodeSearchBoxImpl_ShowCategory": {
"name": "Show node category in search results",
"tooltip": "Only applies to the default implementation"
},
"Comfy_NodeSearchBoxImpl_ShowIdName": {
"name": "Show node id name in search results",
"tooltip": "Only applies to the default implementation"
},
"Comfy_NodeSearchBoxImpl_ShowNodeFrequency": {
"name": "Show node frequency in search results",
"tooltip": "Only applies to the default implementation"
},
"Comfy_NodeSuggestions_number": {
"name": "Number of nodes suggestions",
"tooltip": "Only for litegraph searchbox/context menu"
},
"Comfy_Pointer_ClickBufferTime": {
"name": "Pointer click drift delay",
"tooltip": "After pressing a pointer button down, this is the maximum time (in milliseconds) that pointer movement can be ignored for.\n\nHelps prevent objects from being unintentionally nudged if the pointer is moved whilst clicking."
},
"Comfy_Pointer_ClickDrift": {
"name": "Pointer click drift (maximum distance)",
"tooltip": "If the pointer moves more than this distance while holding a button down, it is considered dragging (rather than clicking).\n\nHelps prevent objects from being unintentionally nudged if the pointer is moved whilst clicking."
},
"Comfy_Pointer_DoubleClickTime": {
"name": "Double click interval (maximum)",
"tooltip": "The maximum time in milliseconds between the two clicks of a double-click. Increasing this value may assist if double-clicks are sometimes not registered."
},
"Comfy_PreviewFormat": {
"name": "Preview image format",
"tooltip": "When displaying a preview in the image widget, convert it to a lightweight image, e.g. webp, jpeg, webp;50, etc."
},
"Comfy_PromptFilename": {
"name": "Prompt for filename when saving workflow"
},
"Comfy_Queue_MaxHistoryItems": {
"name": "Queue history size",
"tooltip": "The maximum number of tasks that show in the queue history."
},
"Comfy_QueueButton_BatchCountLimit": {
"name": "Batch count limit",
"tooltip": "The maximum number of tasks added to the queue at one button click"
},
"Comfy_RerouteBeta": {
"name": "Opt-in to the reroute beta test",
"tooltip": "Enables the new native reroutes.\n\nReroutes can be added by holding alt and dragging from a link line, or on the link menu.\n\nDisabling this option is non-destructive - reroutes are hidden."
},
"Comfy_Sidebar_Location": {
"name": "Sidebar location",
"options": {
"left": "left",
"right": "right"
}
},
"Comfy_Sidebar_Size": {
"name": "Sidebar size",
"options": {
"normal": "normal",
"small": "small"
}
},
"Comfy_SnapToGrid_GridSize": {
"name": "Snap to grid size",
"tooltip": "When dragging and resizing nodes while holding shift they will be aligned to the grid, this controls the size of that grid."
},
"Comfy_TextareaWidget_FontSize": {
"name": "Textarea widget font size"
},
"Comfy_TextareaWidget_Spellcheck": {
"name": "Textarea widget spellcheck"
},
"Comfy_TreeExplorer_ItemPadding": {
"name": "Tree explorer item padding"
},
"Comfy_UseNewMenu": {
"name": "Use new menu",
"options": {
"Disabled": "Disabled",
"Top": "Top",
"Bottom": "Bottom"
}
},
"Comfy_Validation_NodeDefs": {
"name": "Validate node definitions (slow)",
"tooltip": "Recommended for node developers. This will validate all node definitions on startup."
},
"Comfy_Validation_Workflows": {
"name": "Validate workflows"
},
"Comfy_WidgetControlMode": {
"name": "Widget control mode",
"tooltip": "Controls when widget values are updated (randomize/increment/decrement), either before the prompt is queued or after.",
"options": {
"before": "before",
"after": "after"
}
},
"Comfy_Window_UnloadConfirmation": {
"name": "Show confirmation when closing window"
},
"Comfy_Workflow_ConfirmDelete": {
"name": "Show confirmation when deleting workflows"
},
"Comfy_Workflow_ShowMissingModelsWarning": {
"name": "Show missing models warning"
},
"Comfy_Workflow_ShowMissingNodesWarning": {
"name": "Show missing nodes warning"
},
"Comfy_Workflow_SortNodeIdOnSave": {
"name": "Sort node IDs when saving workflow"
},
"Comfy_Workflow_WorkflowTabsPosition": {
"name": "Opened workflows position",
"options": {
"Sidebar": "Sidebar",
"Topbar": "Topbar",
"Topbar (2nd-row)": "Topbar (2nd-row)"
}
},
"LiteGraph_Canvas_MaximumFps": {
"name": "Maxium FPS",
"tooltip": "The maximum frames per second that the canvas is allowed to render. Caps GPU usage at the cost of smoothness. If 0, the screen refresh rate is used. Default: 0"
},
"pysssss_SnapToGrid": {
"name": "Always snap to grid"
}
}