From 68bc5b9df47ca95f72a20e305a909d22139c1041 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 27 May 2026 00:32:12 +0800 Subject: [PATCH 1/7] Update settings documentation to match frontend code Syncs the Comfy and LiteGraph settings documentation with the actual settings defined in ComfyUI_frontend/src/platform/settings/constants/coreSettings.ts. Changes to comfy.mdx: - Removed: 'Bottom' option from Use new menu (only Top/Disabled remain) - Removed: 'Topbar (Second Row)' from Opened workflows position - Fixed: Queue history size default from 100 to 64 - Fixed: Validate workflows default from Enabled to Disabled - Fixed: Node search box implementation options (v1/litegraph legacy) - Fixed: Ctrl+up/down precision default from 0.01 to 0.05 - Fixed: 'Show missing nodes warning' moved under node replacement - Added: Disable animations - Added: Tab Bar Layout - Added: Show errors tab in side panel - Added: Live preview method - Added: Show version updates - Added: Enable node replacement suggestions - Added: Always show advanced widgets on all nodes - Added: New Node Library Design - Added: Added nodes follow the cursor - Added: Docked job history/queue panel - Added: Require confirmation to overwrite subgraph blueprint - Added: Textarea widget font size - Added: Auto-pan speed - Updated: Node Search Box section to clarify which options apply to which implementation Changes to lite-graph.mdx: - Replaced: deprecated 'Low quality rendering zoom threshold' with 'Zoom Node LOD' - Fixed: 'Always shrink new nodes' default from Enabled to Disabled - Fixed: 'Scale context menus' default from Enabled to Disabled - Fixed: Node source badge mode default from 'Show all' to 'Hide built-in' - Fixed: Node ID badge mode default from 'Show all' to 'None' - Fixed: Pointer click drift delay default from 150 to 32 - Added: Navigation Mode (Standard/Legacy/Custom) - Added: Left Mouse Click Behavior - Added: Mouse Wheel Scroll - Added: Auto-pan speed - Added: Live selection - Added: Enable trackpad gestures (now integrated with navigation mode) - Added: Select group children on click - Added: Modern Node Design (Nodes 2.0) - Added: Auto-scale layout (Nodes 2.0) - Updated: Pointer section with precise ranges and experimental flags - Updated: Various default values, tooltips, and descriptions --- interface/settings/comfy.mdx | 170 +++++++++++++++++++----------- interface/settings/lite-graph.mdx | 107 +++++++++++++++---- 2 files changed, 191 insertions(+), 86 deletions(-) diff --git a/interface/settings/comfy.mdx b/interface/settings/comfy.mdx index 8db47c940..876a76231 100644 --- a/interface/settings/comfy.mdx +++ b/interface/settings/comfy.mdx @@ -19,27 +19,56 @@ import SettingsMenuContext from "/snippets/interface/settings-menu-context.mdx" > For more information about API nodes, please refer to [API Nodes](/tutorials/partner-nodes/overview) +## Appearance + +### Disable animations +- **Default Value**: Follows system `prefers-reduced-motion` setting +- **Function**: Turns off most CSS animations and transitions. Speeds up inference when the display GPU is also used for generation. + +### Tab Bar Layout +- **Options**: Default, Legacy +- **Default Value**: Default +- **Function**: Controls the elements contained in the integrated tab bar. + ## Dev Mode ### Enable dev mode options (API save, etc.) - **Default Value**: Disabled - **Function**: Enables development mode options (such as API save, etc.) - ## Edit Token Weight ### Ctrl+up/down precision -- **Default Value**: 0.01 +- **Default Value**: 0.05 +- **Range**: 0.01 - 0.50 - **Function**: When using CLIPTextEncode type nodes or text input node widgets, use Ctrl+up/down to quickly adjust weights. This option changes the weight value for each adjustment +## Error System + +### Show errors tab in side panel +- **Default Value**: Enabled +- **Experimental**: Yes +- **Function**: When enabled, an errors tab is displayed in the right side panel to show workflow execution errors at a glance. + +## Execution + +### Live preview method +- **Default Value**: default +- **Options**: default, none, auto, latent2rgb, taesd +- **Function**: Live preview method during image generation. "default" uses the server CLI setting. + - `none`: No preview images displayed, only shows progress bar during generation + - `auto`: Automatically selects the most suitable preview method + - `latent2rgb`: Directly converts latent space data to RGB images for preview + - `taesd`: Uses lightweight TAESD model for preview + ## Locale ### Language -- **Options**: English, 中文 (Chinese),日本語 (Japanese), 한국어 (Korean), Русский (Russian), Español (Spanish), Français (French) +- **Options**: English, 中文 (Chinese), 日本語 (Japanese), 한국어 (Korean), Русский (Russian), Español (Spanish), Français (French) - **Default Value**: Auto-detect browser language - **Function**: Modify the display language of ComfyUI interface @@ -47,17 +76,14 @@ import SettingsMenuContext from "/snippets/interface/settings-menu-context.mdx" ### Use new menu - **Default Value**: Top -- **Function**: Select menu interface and position, currently only supports Top, Bottom, Disabled +- **Options**: Top, Disabled +- **Function**: Select menu interface and position. The menu interface will be displayed at the top of the workspace ![Top Menu](/images/interface/setting/comfy/UseNewMenu_top.jpg) - - The menu bar interface will be displayed at the bottom of the workspace - ![Bottom Menu](/images/interface/setting/comfy/UseNewMenu_bottom.jpg) - If you prefer the early legacy menu, you can try this option. @@ -75,7 +101,8 @@ Model Library refers to the model management function in the ComfyUI sidebar men ### What name to display in the model library tree view - **Default Value**: title -- **Function**: Select the name format to display in the model library tree view, currently only supports filename and title +- **Options**: filename, title +- **Function**: Select the name format to display in the model library tree view. ### Automatically load all model folders - **Default Value**: Disabled @@ -91,83 +118,99 @@ During the iteration process of ComfyUI, we will adjust some nodes and enable so ![Show deprecated nodes in search](/images/interface/setting/comfy/depr_node.jpg) - ### Show experimental nodes in search - **Default Value**: Enabled - **Function**: Controls whether to display experimental nodes in search. Experimental nodes are some new feature support, but are not fully stable and may change or be removed in future versions. ![Show experimental nodes in search](/images/interface/setting/comfy/beta_node.jpg) +### Enable node replacement suggestions +- **Default Value**: Enabled +- **Function**: When enabled, missing nodes with known replacements will be shown as replaceable in the missing nodes dialog, allowing you to review and apply replacements. -## Node Search Box +### Always show advanced widgets on all nodes +- **Default Value**: Disabled +- **Function**: When enabled, advanced widgets are always visible on all nodes without needing to expand them individually. -### Number of nodes suggestions -- **Default Value**: 5 -- **Function**: Used to modify the number of recommended nodes in the related node context menu. The larger the value, the more related recommended nodes are displayed. +## Node Library -![Number of nodes suggestions](/images/interface/setting/comfy/node_suggestions.jpg) +### New Node Library Design +- **Default Value**: Enabled +- **Experimental**: Yes +- **Function**: Enable the redesigned node library sidebar with tabs (Essential, All, Custom), improved search, and hover previews. -### Show node frequency in search results -- **Default Value**: Disabled -- **Function**: Controls whether to display node usage frequency in search results +## Node Search Box -![Show node frequency in search results](/images/interface/setting/comfy/node_frequency.png) +### Node search box implementation +- **Options**: default, v1 (legacy), litegraph (legacy) +- **Default Value**: default +- **Function**: Select the implementation method of the node search box. `default` is the latest implementation. `v1 (legacy)` and `litegraph (legacy)` switch to earlier versions of the ComfyUI search box. + +### Show node category in search results +- **Default Value**: Enabled +- **Function**: Controls whether to display node categories in search results. Only applies to v1 (legacy) implementation. ### Show node id name in search results - **Default Value**: Disabled -- **Function**: Controls whether to display node ID names in search results - -![Show node id name in search results](/images/interface/setting/comfy/node_id_name.jpg) +- **Function**: Controls whether to display node ID names in search results. Does not apply to litegraph (legacy). +### Show node frequency in search results +- **Default Value**: Disabled +- **Function**: Controls whether to display node usage frequency in search results. Only applies to v1 (legacy). -### Show node category in search results +### Node preview - **Default Value**: Enabled -- **Function**: Controls whether to display node categories in search results, helping users understand node classification information +- **Function**: Controls whether to display node previews in search results. Only applies to the default implementation. -### Node preview +### Added nodes follow the cursor - **Default Value**: Enabled -- **Function**: Controls whether to display node previews in search results, making it convenient for you to quickly preview nodes +- **Function**: When enabled, nodes added from the search box follow the cursor until clicked to place. Only applies to the default implementation. -### Node search box implementation -- **Default Value**: default -- **Function**: Select the implementation method of the node search box (experimental feature). If you select `litegraph (legacy)`, it will switch to the early ComfyUI search box +## Notification Preferences + +### Show version updates +- **Default Value**: Enabled +- **Function**: Show updates for new models, and major new features. ## Node Widget ### Widget control mode - **Options**: before, after -- **Function**: Controls whether the timing of node widget value updates is before or after workflow execution, such as updating seed values +- **Default Value**: after +- **Function**: Controls whether the timing of node widget value updates is before or after workflow execution, such as updating seed values. ### Textarea widget spellcheck - **Default Value**: Disabled -- **Function**: Controls whether text area widgets enable spellcheck, providing spellcheck functionality during text input. This functionality is implemented through the browser's spellcheck attribute +- **Function**: Controls whether text area widgets enable spellcheck, providing spellcheck functionality during text input. This functionality is implemented through the browser's spellcheck attribute. + +### Textarea widget font size +- **Default Value**: 10 +- **Range**: 8 - 24 +- **Function**: Set the font size in textarea widgets. Adjusts the text display size in text input boxes to improve readability. ## Queue ### Queue history size -- **Default Value**: 100 -- **Function**: Controls the queue history size recorded in the sidebar queue history panel. The larger the value, the more queue history is recorded. When the number is large, loading the page will also consume more memory +- **Default Value**: 64 +- **Range**: 2 - 256 +- **Function**: Controls the queue history size recorded in the sidebar queue history panel. The larger the value, the more queue history is recorded. + +### Docked job history/queue panel +- **Default Value**: Disabled (enabled in nightly builds) +- **Experimental**: Yes +- **Function**: Replaces the floating job queue panel with an equivalent job queue embedded in the job history side panel. You can disable this to return to the floating panel layout. ## Queue Button ### Batch count limit - **Default Value**: 100 -- **Function**: Sets the maximum number of tasks added to the queue in a single click, preventing accidentally adding too many tasks to the queue +- **Function**: Sets the maximum number of tasks added to the queue in a single click, preventing accidentally adding too many tasks to the queue. ## Validation -### Validate node definitions (slow) -- **Default Value**: Disabled -- **Function**: Controls whether to validate all node definitions at startup (slow). Only recommended for node developers. When enabled, the system will use Zod schemas to strictly validate each node definition. This functionality will consume more memory and time -- **Error Handling**: Failed node definitions will be skipped and warning information will be output to the console - - - Since detailed schema validation needs to be performed on all node definitions, this feature will significantly increase startup time, so it is disabled by default and only recommended for node developers - - ### Validate workflows -- **Default Value**: Enabled -- **Function**: Ensures the structural and connection correctness of workflows. If enabled, the system will call `useWorkflowValidation().validateWorkflow()` to validate workflow data +- **Default Value**: Disabled +- **Function**: Ensures the structural and connection correctness of workflows when loading. - **Validation Process**: The validation process includes two steps: - Schema validation: Use Zod schemas to validate workflow structure - Link repair: Check and repair connection issues between nodes @@ -177,55 +220,56 @@ During the iteration process of ComfyUI, we will adjust some nodes and enable so ### Show confirmation when closing window - **Default Value**: Enabled -- **Function**: When there are modified but unsaved workflows, controls whether to display confirmation when closing the browser window or tab, preventing accidental window closure that leads to loss of unsaved workflows +- **Function**: When there are modified but unsaved workflows, controls whether to display confirmation when closing the browser window or tab, preventing accidental window closure that leads to loss of unsaved workflows. ## Workflow ### Persist workflow state and restore on page (re)load - **Default Value**: Enabled -- **Function**: Controls whether to restore workflow state on page (re)load, maintaining workflow content after page refresh +- **Function**: Controls whether to restore workflow state on page (re)load, maintaining workflow content after page refresh. ### Auto Save +- **Options**: off, after delay - **Default Value**: off -- **Function**: Controls the auto-save behavior of workflows, automatically saving workflow changes to avoid data loss +- **Function**: Controls the auto-save behavior of workflows, automatically saving workflow changes to avoid data loss. ### Auto Save Delay (ms) - **Default Value**: 1000 -- **Function**: Sets the delay time for auto-save, only effective when auto-save is set to "after delay" +- **Function**: Sets the delay time for auto-save, only effective when auto-save is set to "after delay". ### Show confirmation when deleting workflows - **Default Value**: Enabled -- **Function**: Controls whether to display a confirmation dialog when deleting workflows in the sidebar, preventing accidental deletion of important workflows +- **Function**: Controls whether to display a confirmation dialog when deleting workflows in the sidebar, preventing accidental deletion of important workflows. ### Save and restore canvas position and zoom level in workflows - **Default Value**: Enabled -- **Function**: Controls whether to save and restore canvas position and zoom level in workflows, restoring the previous view state when reopening workflows +- **Function**: Controls whether to save and restore canvas position and zoom level in workflows, restoring the previous view state when reopening workflows. ### Opened workflows position -- **Options**: Sidebar, Topbar, Topbar (Second Row) +- **Options**: Sidebar, Topbar - **Default Value**: Topbar -- **Function**: Controls the display position of opened workflow tabs, currently only supports Sidebar, Topbar, Topbar (Second Row) +- **Function**: Controls the display position of opened workflow tabs. ### Prompt for filename when saving workflow - **Default Value**: Enabled -- **Function**: Controls whether to prompt for filename input when saving workflows, allowing users to customize workflow filenames +- **Function**: Controls whether to prompt for filename input when saving workflows, allowing users to customize workflow filenames. ### Sort node IDs when saving workflow - **Default Value**: Disabled -- **Function**: Determines whether to sort node IDs when saving workflows, making workflow file format more standardized and convenient for version control - -### Show missing nodes warning -- **Default Value**: Enabled -- **Function**: Controls whether to display warnings for missing nodes in workflows, helping users identify unavailable nodes in workflows +- **Function**: Determines whether to sort node IDs when saving workflows, making workflow file format more standardized and convenient for version control. ### Show missing models warning +- **Default Value**: Enabled (disabled on Comfy Cloud) +- **Function**: We support adding model link information to widget values in workflow files for prompts when loading model files. When enabled, if you don't have the corresponding model files locally, warnings for missing models in workflows will be displayed. + +### Show missing nodes warning (replaced by node replacement suggestions) - **Default Value**: Enabled -- **Function**: We support adding model link information to widget values in workflow files for prompts when loading model files. When enabled, if you don't have the corresponding model files locally, warnings for missing models in workflows will be displayed +- **Function**: Controls whether to display warnings for missing nodes in workflows, helping users identify unavailable nodes in workflows. This functionality has been superseded by the [Enable node replacement suggestions](#enable-node-replacement-suggestions) setting, which provides more useful replaceable suggestions instead of just warnings. ### Require confirmation when clearing workflow - **Default Value**: Enabled -- **Function**: Controls whether to display a confirmation dialog when clearing workflows, preventing accidental clearing of workflow content +- **Function**: Controls whether to display a confirmation dialog when clearing workflows, preventing accidental clearing of workflow content. -### Save node IDs to workflow +### Require confirmation to overwrite an existing subgraph blueprint - **Default Value**: Enabled -- **Function**: Controls whether to save node IDs when saving workflows, making workflow file format more standardized and convenient for version control \ No newline at end of file +- **Function**: Controls whether to show a confirmation dialog when you are about to overwrite an existing subgraph blueprint with a new one. diff --git a/interface/settings/lite-graph.mdx b/interface/settings/lite-graph.mdx index d6ae393cd..d3fd3de72 100644 --- a/interface/settings/lite-graph.mdx +++ b/interface/settings/lite-graph.mdx @@ -19,12 +19,13 @@ LiteGraph is the underlying graphics rendering engine of ComfyUI. The settings i ![Show selection toolbox](/images/interface/setting/lite-graph/selection-toolbox.jpg) -### Low quality rendering zoom threshold -- **Default Value**: 0.6 -- **Range**: 0.1 - 1.0 -- **Function**: When rendering the interface, especially when the workflow is particularly complex and the entire canvas is particularly large, the frontend rendering of corresponding elements will consume a lot of memory and cause lag. By lowering this threshold, you can control elements to enter low quality rendering mode when scaled to a specific percentage, thereby reducing memory consumption. The corresponding different rendering modes are shown below +### Zoom Node Level of Detail - font size threshold +- **Default Value**: 8 +- **Range**: 0 - 24 +- **Function**: Controls when the nodes switch to low quality LOD (Level of Detail) rendering. Uses font size in pixels to determine when to switch. Set to 0 to disable. Higher values (24px) = switch nodes to simplified rendering sooner when zooming out. Lower values (1px) = maintain full node quality longer. +- **Replaces**: The deprecated "Low quality rendering zoom threshold" setting -![Low quality rendering](/images/interface/setting/lite-graph/render-mode.jpg) +![Zoom Node Level of Detail](/images/interface/setting/lite-graph/render-mode.jpg) ### Maximum FPS - **Default Value**: 0 (use screen refresh rate) @@ -40,8 +41,9 @@ LiteGraph is the underlying graphics rendering engine of ComfyUI. The settings i ### Snap to grid size +- **Default Value**: 10 - **Range**: 1 - 500 -- **Function**: When auto-snap is enabled or when moving nodes while holding the `Shift` key, this parameter determines the grid size for snapping. The default value is 10, and you can adjust it according to your needs. +- **Function**: When auto-snap is enabled or when moving nodes while holding the `Shift` key, this parameter determines the grid size for snapping. ### Enable fast-zoom shortcut (Ctrl + Shift + Drag) - **Default Value**: Enabled @@ -64,16 +66,53 @@ The canvas menu is located in the bottom right corner of the entire ComfyUI inte - **Range**: 1.01 - 2.5 - **Function**: Controls the speed of canvas zooming, adjusts the sensitivity of mouse wheel zooming +### Auto-pan speed +- **Default Value**: 15 +- **Range**: 0 - 30 +- **Function**: Maximum speed when auto-panning by dragging to the canvas edge. Set to 0 to disable auto-panning. + ### Show canvas info on bottom left corner (fps, etc.) - **Default Value**: Enabled - **Function**: Controls whether to display canvas information in the bottom left corner, showing performance metrics like FPS ![Canvas info](/images/interface/setting/lite-graph/canvas-info.jpg) +### Navigation Mode +- **Default Value**: legacy +- **Options**: + - **Standard (New)**: Left-click selects nodes, mouse wheel scrolls the canvas + - **Drag Navigation**: Left-click drags the canvas (legacy behavior) + - **Custom**: Manually configure left-click behavior and mouse wheel behavior below +- **Function**: Controls the overall navigation mode of the canvas. Changing this setting automatically adjusts the [Left Mouse Click Behavior](#left-mouse-click-behavior) and [Mouse Wheel Scroll](#mouse-wheel-scroll) settings accordingly. + +### Left Mouse Click Behavior +- **Default Value**: panning +- **Options**: Panning, Select +- **Function**: Controls the behavior of left-click on the canvas background. + - **Panning**: Left-click and drag on the canvas background to pan the view. + - **Select**: Left-click to select nodes, drag to create a selection rectangle. Use middle mouse button or right-click to pan. + +### Mouse Wheel Scroll +- **Default Value**: zoom +- **Options**: Panning, Zoom in/out +- **Function**: Controls the behavior of the mouse wheel on the canvas. + - **Panning**: Mouse wheel scrolls the canvas vertically. + - **Zoom in/out**: Mouse wheel zooms the canvas in and out. + +### Enable trackpad gestures +- **Default Value**: Enabled (in Standard navigation mode) +- **Function**: This setting enables trackpad mode for the canvas, allowing two-finger pinch zoom and drag. + +![Enable trackpad gestures](/images/interface/setting/lite-graph/canvas-menu.jpg) + +### Live selection +- **Default Value**: Disabled +- **Function**: When enabled, nodes are selected/deselected in real-time as you drag the selection rectangle, similar to other design tools. + ## Context Menu ### Scale node combo widget menus (lists) when zoomed in -- **Default Value**: Enabled +- **Default Value**: Disabled - **Function**: Controls whether to scale node combo widget menus (lists) when zoomed in, allowing users to select node combo widgets ## Graph @@ -100,6 +139,10 @@ This section of settings is mainly related to node group functionality - **Range**: 0 - 100 - **Function**: Sets the inner padding when grouping selected nodes, controlling the spacing between the group frame and nodes, marked as the arrow annotation part `2` in the image +### Select group children on click +- **Default Value**: Disabled +- **Function**: When enabled, clicking a group selects all nodes and items inside it. + ## Link ### Link midpoint markers @@ -124,19 +167,19 @@ This menu section currently mainly controls related operations when link connect ### Action on link release (Shift) -- **Default Value**: search box - **Options**: context menu, search box, no action +- **Default Value**: search box - **Function**: Sets the action when releasing links while holding the Shift key, special behavior when releasing links while holding Shift ### Action on link release (No modifier) -- **Default Value**: context menu - **Options**: context menu, search box, no action +- **Default Value**: context menu - **Function**: Sets the default action when releasing links, controls the behavior after dragging and releasing links ## Node ### Always shrink new nodes -- **Default Value**: Enabled +- **Default Value**: Disabled - **Function**: Controls whether to automatically shrink when creating new nodes, so nodes can always display the minimum size, but may cause some text display to be truncated when adding, requiring manual adjustment of node size ### Enable DOM element clipping (enabling may reduce performance) @@ -173,24 +216,28 @@ This menu section currently mainly controls related operations when link connect ### Tooltip Delay - **Default Value**: 500 +- **Range**: 100 - 3000 - **Function**: Controls the delay time for tooltips, in milliseconds. Setting to 0 means displaying tooltips immediately ### Node life cycle badge mode - **Default Value**: Show all -- **Function**: Controls the display of node lifecycle markers, showing node status information +- **Options**: None, Show all +- **Function**: Controls the display of node lifecycle markers, showing node status information (deprecated, experimental, etc.) ### Node ID badge mode -- **Default Value**: Show all +- **Default Value**: None +- **Options**: None, Show all - **Function**: Controls the display of node ID markers, showing node unique identifiers ![Node ID badge mode](/images/interface/setting/lite-graph/node-id-badge.jpg) ### Node source badge mode - **Options**: - - None - - Hide built-in - - Show all -- **Function**: Controls the display mode of node source markers, showing node source information. The corresponding display effect is shown in the image below. If show all is selected, it will display labels for both custom nodes and built-in nodes, making it convenient for you to determine the corresponding node source. The corresponding fox logo represents ComfyUI built-in nodes + - None: Hide all source badges + - Hide built-in: Only show badges for custom nodes + - Show all: Show badges for both built-in and custom nodes +- **Default Value**: Hide built-in +- **Function**: Controls the display mode of node source markers, showing node source information. The fox logo represents ComfyUI built-in nodes ![Node source badge mode](/images/interface/setting/lite-graph/node-source-badge.jpg) @@ -225,26 +272,40 @@ This menu section currently mainly controls related operations when link connect ## Pointer -### Enable trackpad gestures -- **Default Value**: Enabled -- **Function**: This setting enables trackpad mode for the canvas, allowing two-finger pinch zoom and drag. - ### Double click interval (maximum) - **Default Value**: 300 +- **Range**: 100 - 1000 - **Function**: Maximum time (milliseconds) between two clicks of a double-click. Increasing this value helps solve issues where double-clicks are sometimes not recognized. ### Pointer click drift delay -- **Default Value**: 150 -- **Function**: Maximum time (milliseconds) to ignore pointer movement after pressing the pointer button. Helps prevent accidental mouse movement when clicking. +- **Default Value**: 32 +- **Range**: 0 - 1000 +- **Experimental**: Yes +- **Function**: After pressing a pointer button down, this is the maximum time (in milliseconds) that pointer movement can be ignored for. Helps prevent accidental mouse movement when clicking. ### Pointer click drift (maximum distance) - **Default Value**: 6 +- **Range**: 0 - 20 +- **Experimental**: Yes - **Function**: If the pointer moves more than this distance while holding the button, it is considered a drag (rather than a click). Helps prevent accidental mouse movement when clicking. ## Reroute ### Reroute spline offset - **Default Value**: 20 +- **Range**: 0 - 400 - **Function**: Used to determine the smoothness of curves on both sides of reroute nodes. Larger values make curves smoother, smaller values make curves sharper. -![Reroute spline offset](/images/interface/setting/lite-graph/reroute-spline-offset.jpg) \ No newline at end of file +![Reroute spline offset](/images/interface/setting/lite-graph/reroute-spline-offset.jpg) + +## Nodes 2.0 (VueNodes) + +### Modern Node Design (Nodes 2.0) +- **Default Value**: Disabled (enabled on Comfy Cloud and Desktop by default for new installs) +- **Experimental**: Yes +- **Function**: Modern: DOM-based rendering with enhanced interactivity, native browser features, and updated visual design. Classic: Traditional canvas rendering. + +### Auto-scale layout (Nodes 2.0) +- **Default Value**: Enabled +- **Experimental**: Yes +- **Function**: Automatically scale node positions when switching to Nodes 2.0 rendering to prevent overlap. From 02cea669bf7c21b1e35b50fb05556f82baa61e7d Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 27 May 2026 00:36:17 +0800 Subject: [PATCH 2/7] Update zh/ja settings docs to match frontend code Syncs Chinese and Japanese translations of interface/settings/comfy.mdx and lite-graph.mdx with the updated English versions. Key changes: - Remove deprecated 'Bottom' menu option and 'Topbar (Second Row)' - Replace deprecated 'Low quality rendering zoom threshold' with 'Zoom Node LOD' - Fix default values: queue history 100->64, validate workflows Enabled->Disabled, Ctrl+precision 0.01->0.05, various LiteGraph defaults - Add missing settings section: navigation mode, left mouse click behavior, mouse wheel scroll, live preview, auto-pan, node replacement suggestions, docked queue panel, modern node design, animations, and more - Update Node Search Box with per-implementation notes - Fix default values for litegraph settings (scale menus, new node shrink, node ID/source badges, pointer drift delay, etc.) --- ja/interface/settings/comfy.mdx | 148 ++++++++++++++++--------- ja/interface/settings/lite-graph.mdx | 133 +++++++++++++++------- zh/interface/settings/comfy.mdx | 160 +++++++++++++++++---------- zh/interface/settings/lite-graph.mdx | 151 +++++++++++++++++-------- 4 files changed, 395 insertions(+), 197 deletions(-) diff --git a/ja/interface/settings/comfy.mdx b/ja/interface/settings/comfy.mdx index d1498d3dc..6632e4d00 100644 --- a/ja/interface/settings/comfy.mdx +++ b/ja/interface/settings/comfy.mdx @@ -3,10 +3,6 @@ title: "Comfy 設定" description: "ComfyUI コア設定オプションの詳細説明" icon: "sliders" sidebarTitle: "Comfy" -translationSourceHash: 5ea4ef3d -translationFrom: interface/settings/comfy.mdx, zh/interface/settings/comfy.mdx -translationMismatches: - - "EN \"Queue Button\" vs ZH \"执行按钮\" (Execute Button). EN \"Validation\" vs ZH \"验证和开发者设置\" (Validation and Developer Settings). ZH image alt for experimental nodes incorrectly references deprecated nodes." --- import SettingsMenuContext from "/snippets/ja/interface/settings-menu-context.mdx" @@ -23,23 +19,52 @@ import SettingsMenuContext from "/snippets/ja/interface/settings-menu-context.md > API ノードの詳細については、[API ノード](/tutorials/partner-nodes/overview) を参照してください +## 外観 + +### アニメーションを無効化 +- **デフォルト値**: システムの `prefers-reduced-motion` 設定に従う +- **機能**: ほとんどの CSS アニメーションとトランジションをオフにします。表示用 GPU が生成にも使用されている場合、推論を高速化できます。 + +### タブバーレイアウト +- **オプション**: デフォルト、レガシー +- **デフォルト値**: デフォルト +- **機能**: 統合タブバーに含まれる要素を制御します。 + ## 開発者モード ### 開発者モードオプションを有効化 (API 保存など) - **デフォルト値**: 無効 - **機能**: 開発者モードオプション(API 保存など)を有効にします - ## トークン重みの編集 ### Ctrl+ 上/下 の精度 -- **デフォルト値**: 0.01 +- **デフォルト値**: 0.05 +- **範囲**: 0.01 - 0.50 - **機能**: CLIPTextEncode タイプのノードまたはテキスト入力ノードウィジェットを使用する際、Ctrl+ 上/下 で重みを素早く調整できます。このオプションは調整ごとの重み値を変更します +## エラーシステム + +### サイドパネルにエラータブを表示 +- **デフォルト値**: 有効 +- **実験的**: はい +- **機能**: 有効にすると、右側のサイドパネルにエラータブが表示され、ワークフロー実行エラーを一目で確認できます。 + +## 実行 + +### ライブプレビュー方法 +- **デフォルト値**: デフォルト +- **オプション**: デフォルト、なし、自動、latent2rgb、taesd +- **機能**: 画像生成時のライブプレビュー方法。「デフォルト」はサーバーの CLI 設定を使用します。 + - `なし`: プレビュー画像を表示せず、進行状況バーのみ表示 + - `自動`: 最適なプレビュー方法を自動選択 + - `latent2rgb`: 潜在空間データを直接 RGB 画像に変換してプレビュー + - `taesd`: 軽量 TAESD モデルを使用してプレビュー + ## 言語設定 ### 言語 @@ -51,17 +76,14 @@ import SettingsMenuContext from "/snippets/ja/interface/settings-menu-context.md ### 新しいメニューを使用 - **デフォルト値**: 上部 -- **機能**: メニューインターフェースと位置を選択します。現在、上部、下部、無効のみサポートされています +- **オプション**: 上部、無効 +- **機能**: メニューインターフェースと位置を選択します。 メニューインターフェースはワークスペースの上部に表示されます ![上部メニュー](/images/interface/setting/comfy/UseNewMenu_top.jpg) - - メニューバーインターフェースはワークスペースの下部に表示されます - ![下部メニュー](/images/interface/setting/comfy/UseNewMenu_bottom.jpg) - 早期のレガシーメニューを好む場合は、このオプションを試すことができます。 @@ -79,7 +101,8 @@ import SettingsMenuContext from "/snippets/ja/interface/settings-menu-context.md ### モデルライブラリツリービューに表示する名前 - **デフォルト値**: タイトル -- **機能**: モデルライブラリツリービューに表示する名前形式を選択します。現在、ファイル名とタイトルのみサポートされています +- **オプション**: ファイル名、タイトル +- **機能**: モデルライブラリツリービューに表示する名前形式を選択します。 ### すべてのモデルフォルダーを自動的に読み込む - **デフォルト値**: 無効 @@ -95,62 +118,87 @@ ComfyUI のイテレーションプロセス中、一部のノードを調整し ![検索で非推奨ノードを表示](/images/interface/setting/comfy/depr_node.jpg) - ### 検索で実験的ノードを表示 - **デフォルト値**: 有効 - **機能**: 検索で実験的ノードを表示するかどうかを制御します。実験的ノードは一部の新しい機能サポートですが、完全に安定しておらず、将来のバージョンで変更または削除される可能性があります。 ![検索で実験的ノードを表示](/images/interface/setting/comfy/beta_node.jpg) +### ノード置換提案を有効化 +- **デフォルト値**: 有効 +- **機能**: 有効にすると、既知の置換がある欠落ノードが欠落ノードダイアログで置換可能として表示され、置換を確認して適用できます。 -## ノード検索ボックス +### すべてのノードで高度なウィジェットを常に表示 +- **デフォルト値**: 無効 +- **機能**: 有効にすると、すべてのノードで高度なウィジェットが常に表示され、個別に展開する必要がありません。 -### ノード提案数 -- **デフォルト値**: 5 -- **機能**: 関連ノードのコンテキストメニューで推奨されるノードの数を変更するために使用されます。値が大きいほど、より多くの関連推奨ノードが表示されます。 +## ノードライブラリ -![ノード提案数](/images/interface/setting/comfy/node_suggestions.jpg) +### 新しいノードライブラリデザイン +- **デフォルト値**: 有効 +- **実験的**: はい +- **機能**: タブ(基本、すべて、カスタム)、改善された検索、ホバープレビューを備えた再設計されたノードライブラリサイドバーを有効にします。 -### 検索結果にノード頻度を表示 -- **デフォルト値**: 無効 -- **機能**: 検索結果にノードの使用頻度を表示するかどうかを制御します +## ノード検索ボックス + +### ノード検索ボックスの実装 +- **デフォルト値**: デフォルト +- **オプション**: デフォルト、v1(レガシー)、litegraph(レガシー) +- **機能**: ノード検索ボックスの実装方法を選択します。`デフォルト` が最新の実装です。`v1(レガシー)` と `litegraph(レガシー)` は以前のバージョンに切り替わります。 -![検索結果にノード頻度を表示](/images/interface/setting/comfy/node_frequency.png) +### 検索結果にノードカテゴリを表示 +- **デフォルト値**: 有効 +- **機能**: 検索結果にノードカテゴリを表示するかどうかを制御します。v1(レガシー)実装にのみ適用されます。 ### 検索結果にノード ID 名を表示 - **デフォルト値**: 無効 -- **機能**: 検索結果にノード ID 名を表示するかどうかを制御します - -![検索結果にノード ID 名を表示](/images/interface/setting/comfy/node_id_name.jpg) +- **機能**: 検索結果にノード ID 名を表示するかどうかを制御します。litegraph(レガシー)には適用されません。 +### 検索結果にノード頻度を表示 +- **デフォルト値**: 無効 +- **機能**: 検索結果にノードの使用頻度を表示するかどうかを制御します。v1(レガシー)にのみ適用されます。 -### 検索結果にノードカテゴリを表示 +### ノードプレビュー - **デフォルト値**: 有効 -- **機能**: 検索結果にノードカテゴリを表示するかどうかを制御し、ユーザーがノード分類情報を理解するのに役立ちます +- **機能**: 検索結果にノードプレビューを表示するかどうかを制御します。デフォルトの実装にのみ適用されます。 -### ノードプレビュー +### 追加されたノードがカーソルに追従 - **デフォルト値**: 有効 -- **機能**: 検索結果にノードプレビューを表示するかどうかを制御し、ノードを素早くプレビューするのに便利です +- **機能**: 有効にすると、検索ボックスから追加されたノードがクリックして配置するまでカーソルに追従します。デフォルトの実装にのみ適用されます。 -### ノード検索ボックスの実装 -- **デフォルト値**: デフォルト -- **機能**: ノード検索ボックスの実装方法を選択します(実験的機能)。`litegraph (旧版)` を選択すると、早期の ComfyUI 検索ボックスに切り替わります +## 通知設定 + +### バージョンアップデートを表示 +- **デフォルト値**: 有効 +- **機能**: 新しいモデルや重要な新機能のアップデートを表示します。 ## ノードウィジェット ### ウィジェット制御モード - **オプション**: 前、後 +- **デフォルト値**: 後 - **機能**: ノードウィジェット値の更新タイミングがワークフロー実行の前か後かを制御します(例:seed 値の更新) ### テキストエリアウィジェットのスペルチェック - **デフォルト値**: 無効 - **機能**: テキストエリアウィジェットがスペルチェックを有効にするかどうかを制御し、テキスト入力中にスペルチェック機能を提供します。この機能はブラウザの spellcheck 属性を通じて実装されています +### テキストエリアウィジェットのフォントサイズ +- **デフォルト値**: 10 +- **範囲**: 8 - 24 +- **機能**: テキストエリアウィジェットのフォントサイズを設定します。テキスト入力ボックスの表示サイズを調整して可読性を向上します。 + ## キュー ### キュー履歴サイズ -- **デフォルト値**: 100 -- **機能**: サイドバーのキュー履歴パネルに記録されるキュー履歴サイズを制御します。値が大きいほど、より多くのキュー履歴が記録されます。数が多い場合、ページ読み込み時により多くのメモリを消費します +- **デフォルト値**: 64 +- **範囲**: 2 - 256 +- **機能**: サイドバーのキュー履歴パネルに記録されるキュー履歴サイズを制御します。値が大きいほど、より多くのキュー履歴が記録されます。 + +### ドッキングされたジョブ履歴/キューパネル +- **デフォルト値**: 無効(ナイトリービルドでは有効) +- **実験的**: はい +- **機能**: フローティングジョブキューパネルを、ジョブ履歴サイドパネルに埋め込まれた同等のキューに置き換えます。無効にするとフローティングパネルレイアウトに戻ります。 ## キューボタン @@ -160,18 +208,9 @@ ComfyUI のイテレーションプロセス中、一部のノードを調整し ## 検証 -### ノード定義を検証する(低速) -- **デフォルト値**: 無効 -- **機能**: 起動時にすべてのノード定義を検証するかどうかを制御します(低速)。ノード開発者のみ推奨されます。有効にすると、システムは Zod スキーマを使用して各ノード定義を厳密に検証します。この機能はより多くのメモリと時間を消費します -- **エラー処理**: 検証に失敗したノード定義はスキップされ、警告情報がコンソールに出力されます - - - すべてのノード定義に対して詳細なスキーマ検証を実行する必要があるため、この機能は起動時間を大幅に増加させるため、デフォルト無効であり、ノード開発者のみ推奨されます - - ### ワークフローを検証する -- **デフォルト値**: 有効 -- **機能**: ワークフローの構造と接続の正確性を確保します。有効にすると、システムは `useWorkflowValidation().validateWorkflow()` を呼び出してワークフローデータを検証します +- **デフォルト値**: 無効 +- **機能**: 読み込み時にワークフローの構造と接続の正確性を確保します。 - **検証プロセス**: 検証プロセスには 2 つのステップが含まれます: - スキーマ検証:Zod スキーマを使用してワークフロー構造を検証します - リンク修復:ノード間の接続問題を確認し、修復します @@ -190,6 +229,7 @@ ComfyUI のイテレーションプロセス中、一部のノードを調整し - **機能**: ページ(再)読み込み時にワークフロー状態を復元するかどうかを制御し、ページ刷新後にワークフロー内容を維持します ### 自動保存 +- **オプション**: オフ、遅延後 - **デフォルト値**: オフ - **機能**: ワークフローの自動保存動作を制御し、ワークフローの変更を自動的に保存してデータ損失を防ぎます @@ -206,9 +246,9 @@ ComfyUI のイテレーションプロセス中、一部のノードを調整し - **機能**: ワークフロー内のキャンバス位置とズームレベルを保存および復元するかどうかを制御し、ワークフローを再度開くときに以前のビュー状態を復元します ### 開かれたワークフローの位置 -- **オプション**: サイドバー、トップバー、トップバー(2 段目) +- **オプション**: サイドバー、トップバー - **デフォルト値**: トップバー -- **機能**: 開かれたワークフロータブの表示位置を制御します。現在、サイドバー、トップバー、トップバー(2 段目)のみサポートされています +- **機能**: 開かれたワークフロータブの表示位置を制御します。 ### ワークフロー保存時にファイル名をプロンプト - **デフォルト値**: 有効 @@ -218,18 +258,18 @@ ComfyUI のイテレーションプロセス中、一部のノードを調整し - **デフォルト値**: 無効 - **機能**: ワークフロー保存時にノード ID をソートするかどうかを決定し、ワークフローファイル形式をより標準化し、バージョン管理に便利にします -### 欠落ノード警告を表示 -- **デフォルト値**: 有効 -- **機能**: ワークフロー内の欠落ノードの警告を表示するかどうかを制御し、ユーザーがワークフロー内の利用不可ノードを識別するのに役立ちます - ### 欠落モデル警告を表示 -- **デフォルト値**: 有効 +- **デフォルト値**: 有効(Comfy Cloud では無効) - **機能**: ワークフローファイル内のウィジェット値にモデルリンク情報を追加して、モデルファイル読み込み時のプロンプトに使用することをサポートしています。有効にすると、ローカルに対応するモデルファイルがない場合、ワークフロー内の欠落モデルの警告が表示されます +### 欠落ノード警告を表示(ノード置換提案に置き換えられました) +- **デフォルト値**: 有効 +- **機能**: ワークフロー内の欠落ノードの警告を表示するかどうかを制御し、ユーザーがワークフロー内の利用不可ノードを識別するのに役立ちます。この機能は[ノード置換提案を有効化](#ノード置換提案を有効化)設定に置き換えられました。後者は単なる警告よりも有用な置換提案を提供します。 + ### ワークフロークリア時に確認を要求 - **デフォルト値**: 有効 - **機能**: ワークフローをクリアする際に確認ダイアログを表示するかどうかを制御し、ワークフロー内容の誤クリアを防ぎます -### ノード ID をワークフローに保存 +### 既存のサブグラフブループリント上書き時に確認を要求 - **デフォルト値**: 有効 -- **機能**: ワークフロー保存時にノード ID を保存するかどうかを制御し、ワークフローファイル形式をより標準化し、バージョン管理に便利にします \ No newline at end of file +- **機能**: 新しいサブグラフで既存のサブグラフブループリントを上書きしようとする際に確認ダイアログを表示するかどうかを制御します diff --git a/ja/interface/settings/lite-graph.mdx b/ja/interface/settings/lite-graph.mdx index 597a6a142..ad4d9fd93 100644 --- a/ja/interface/settings/lite-graph.mdx +++ b/ja/interface/settings/lite-graph.mdx @@ -1,39 +1,36 @@ --- title: "ComfyUI LiteGraph (キャンバス) 設定" -description: "ComfyUI 图形渲染エンジン LiteGraph の設定オプションの詳細説明" +description: "ComfyUI グラフィックレンダリングエンジン LiteGraph の設定オプションの詳細説明" icon: "diagram-project" sidebarTitle: "Lite Graph 設定" -translationSourceHash: b6d75344 -translationFrom: interface/settings/lite-graph.mdx, zh/interface/settings/lite-graph.mdx -translationMismatches: - - "Node ID badge mode Default Value (EN: Show all vs ZH: None), Image Alt Texts (Canvas info, Link midpoint) differ between EN and ZH" --- import SettingsMenuContext from "/snippets/ja/interface/settings-menu-context.mdx" -LiteGraph は ComfyUI の基盤となる图形レンダリングエンジンです。このカテゴリの設定は、キャンバス、ノード、リンクなどのグラフィカルインターフェースの動作と外観を主に制御します。 +LiteGraph は ComfyUI の基盤となるグラフィックレンダリングエンジンです。このカテゴリの設定は、キャンバス、ノード、リンクなどのグラフィカルインターフェースの動作と外観を主に制御します。 ## キャンバス ### 選択ツールボックスを表示 - **デフォルト値**: 有効 -- **機能**: 選択ツールボックスは、ノードを選択した後にノード上に浮动表示されるクイックアクションツールバーで、部分的な実行、ピン留め、削除、色の変更などの一般的なクイック操作を提供します。 +- **機能**: 選択ツールボックスは、ノードを選択した後にノード上に浮動表示されるクイックアクションツールバーで、部分的な実行、ピン留め、削除、色の変更などの一般的なクイック操作を提供します。 ![選択ツールボックスを表示](/images/interface/setting/lite-graph/selection-toolbox.jpg) -### 低品質レンダリングズーム閾値 -- **デフォルト値**: 0.6 -- **範囲**: 0.1 - 1.0 -- **機能**: インターフェースをレンダリングする際、特にワークフローが非常に複雑でキャンバス全体が非常に大きい場合、対応する要素のフロントエンドレンダリングは多くのメモリを消費し、ラグを引き起こす可能性があります。この閾値を下げることにより、要素が特定のパーセンテージに縮小されたときに低品質レンダリングモードに入るように制御し、メモリ消費を削減できます。対応する異なるレンダリングモードは以下の通りです。 +### ズームノード詳細度 - フォントサイズ閾値 +- **デフォルト値**: 8 +- **範囲**: 0 - 24 +- **機能**: ノードが低品質 LOD(詳細度)レンダリングに切り替わるタイミングを制御します。フォントサイズ(ピクセル)を使用して切り替えタイミングを決定します。0 に設定すると無効になります。値が大きい(24px)ほど、ズームアウト時にノードがより早く簡略化レンダリングに切り替わります。値が小さい(1px)ほど、完全なノード品質をより長く維持します。 +- **置き換え**: 非推奨の「低品質レンダリングズーム閾値」設定 -![低品質レンダリング](/images/interface/setting/lite-graph/render-mode.jpg) +![ズームノード詳細度](/images/interface/setting/lite-graph/render-mode.jpg) ### 最大 FPS - **デフォルト値**: 0(画面リフレッシュレートを使用) - **範囲**: 0 - 120 -- **機能**: キャンバスのレンダリングフレームレートを制限します。0 は画面のリフレッシュレートを使用することを意味します。FPS が高いほどキャンバスのレンダリングは滑らかになりますが、より多くのパフォーマンスを消費します。値が低すぎると、より顕著なスタッター(卡顿)が発生します。 +- **機能**: キャンバスのレンダリングフレームレートを制限します。0 は画面のリフレッシュレートを使用することを意味します。FPS が高いほどキャンバスのレンダリングは滑らかになりますが、より多くのパフォーマンスを消費します。値が低すぎると、より顕著なスタッターが発生します。 ### 常にグリッドにスナップ - **デフォルト値**: 無効 @@ -44,12 +41,13 @@ LiteGraph は ComfyUI の基盤となる图形レンダリングエンジンで ### グリッドスナップサイズ +- **デフォルト値**: 10 - **範囲**: 1 - 500 -- **機能**: 自動スナップが有効な場合、または `Shift` キーを押しながらノードを移動する場合、このパラメータはスナップ用のグリッドサイズを決定します。デフォルト値は 10 で、必要に応じて調整できます。 +- **機能**: 自動スナップが有効な場合、または `Shift` キーを押しながらノードを移動する場合、このパラメータはスナップ用のグリッドサイズを決定します。 -### 快速ズームショートカットを有効化 (Ctrl + Shift + Drag) +### 高速ズームショートカットを有効化(Ctrl + Shift + ドラッグ) - **デフォルト値**: 有効 -- **機能**: `Ctrl + Shift + 左マウスボタンドラッグ` による快速ズーム機能を有効にし、より高速なズーム操作方法を提供します。 +- **機能**: `Ctrl + Shift + 左マウスボタンドラッグ` による高速ズーム機能を有効にし、より高速なズーム操作方法を提供します。 ### 吸附网格大小 +- **默认值**:10 - **范围**:1 - 500 -- **功能**:在启用自动吸附或者按住 `Shift` 键进行节点的移动时,这个参数会决定吸附的网格大小,默认值为 10,你可以根据你的需求进行调整。 +- **功能**:在启用自动吸附或者按住 `Shift` 键进行节点的移动时,这个参数会决定吸附的网格大小。 -### 启用快速缩放快捷键 +### 启用快速缩放快捷键(Ctrl + Shift + 拖拽) - **默认值**:启用 -- **功能**:启用 `Ctrl + Shift + 鼠标左键拖拽` 的快速缩放功能,提供更快速的缩放操作方式 +- **功能**:启用 `Ctrl + Shift + 鼠标左键拖拽` 的快速缩放功能,提供更快速的缩放操作方式 ### 链接释放动作(Shift键) -- **默认值**: 搜索框 -- **选项**: 上下文菜单、搜索框、无操作 +- **默认值**:搜索框 +- **选项**:上下文菜单、搜索框、无操作 - **功能**:设置按住Shift键释放链接时的动作,按住Shift释放链接时的特殊行为 ### 链接释放动作(无修饰键) -- **默认值**: 上下文菜单 -- **选项**: 上下文菜单、搜索框、无操作 +- **默认值**:上下文菜单 +- **选项**:上下文菜单、搜索框、无操作 - **功能**:设置释放链接时的默认动作,控制拖拽链接后释放时的行为 ## 节点 ### 始终收缩新节点 -- **默认值**:启用 +- **默认值**:禁用 - **功能**:控制是否在创建新节点时自动收缩,从而让节点能够始终显示最小的尺寸,但可能会导致添加时有些文本显示会被截断,需要手动调整节点大小 ### 启用DOM元素裁剪(启用可能会降低性能) - **默认值**:启用 -- **功能**:启用DOM元素裁剪(可能影响性能),优化渲染但可能降低性能 +- **功能**:启用DOM元素裁剪(可能影响性能),优化渲染但可能降低性能 ### 中键单击创建新的转接点 - **默认值**:启用 -- **功能**:中键点击时创建新的重路由节点,快速创建用于整理连线的重路由节点 +- **功能**:中键点击时创建新的重路由节点,快速创建用于整理连线的重路由节点 ### 删除节点时保留连线 - **默认值**:启用 @@ -153,13 +194,13 @@ LiteGraph 是 ComfyUI 的底层图形渲染引擎,这个分类下的设置主 ### 吸附高亮节点 - **默认值**:启用 -- **功能**:拖拽链接到节点时高亮显示节点,提供视觉反馈,显示可连接的节点,启用后效果如下图,对应链接的一侧会显示高亮的样式 +- **功能**:拖拽链接到节点时高亮显示节点,提供视觉反馈,显示可连接的节点,启用后效果如下图,对应链接的一侧会显示高亮的样式 ![吸附高亮节点](/images/interface/setting/lite-graph/highlights-node.jpg) ### 连线自动吸附到节点接口 - **默认值**:启用 -- **功能**:拖拽链接到节点上时自动吸附到可用插槽,简化连接操作,自动找到合适的输入插槽 +- **功能**:拖拽链接到节点上时自动吸附到可用插槽,简化连接操作,自动找到合适的输入插槽