forked from Comfy-Org/ComfyUI_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
515 lines (515 loc) · 20.7 KB
/
Copy pathsettings.json
File metadata and controls
515 lines (515 loc) · 20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
{
"Comfy-Desktop_AutoUpdate": {
"name": "Automatically check for updates"
},
"Comfy-Desktop_SendStatistics": {
"name": "Send anonymous usage metrics"
},
"Comfy-Desktop_UV_PypiInstallMirror": {
"name": "Pypi Install Mirror",
"tooltip": "Default pip install mirror"
},
"Comfy-Desktop_UV_PythonInstallMirror": {
"name": "Python Install Mirror",
"tooltip": "Managed Python installations are downloaded from the Astral python-build-standalone project. This variable can be set to a mirror URL to use a different source for Python installations. The provided URL will replace https://github.com/astral-sh/python-build-standalone/releases/download in, e.g., https://github.com/astral-sh/python-build-standalone/releases/download/20240713/cpython-3.12.4%2B20240713-aarch64-apple-darwin-install_only.tar.gz. Distributions can be read from a local directory by using the file:// URL scheme."
},
"Comfy-Desktop_UV_TorchInstallMirror": {
"name": "Torch Install Mirror",
"tooltip": "Pip install mirror for pytorch"
},
"Comfy-Desktop_WindowStyle": {
"name": "Window Style",
"tooltip": "Custom: Replace the system title bar with ComfyUI's Top menu",
"options": {
"default": "default",
"custom": "custom"
}
},
"Comfy_Appearance_DisableAnimations": {
"name": "Disable animations",
"tooltip": "Turns off most CSS animations and transitions. Speeds up inference when the display GPU is also used for generation."
},
"Comfy_Canvas_BackgroundImage": {
"name": "Canvas background image",
"tooltip": "Image URL for the canvas background. You can right-click an image in the outputs panel and select \"Set as Background\" to use it, or upload your own image using the upload button."
},
"Comfy_Canvas_LeftMouseClickBehavior": {
"name": "Left Mouse Click Behavior",
"options": {
"Panning": "Panning",
"Select": "Select"
}
},
"Comfy_Canvas_MouseWheelScroll": {
"name": "Mouse Wheel Scroll",
"options": {
"Panning": "Panning",
"Zoom in/out": "Zoom in/out"
}
},
"Comfy_Canvas_NavigationMode": {
"name": "Navigation Mode",
"options": {
"Standard (New)": "Standard (New)",
"Drag Navigation": "Drag Navigation",
"Custom": "Custom"
}
},
"Comfy_Canvas_SelectionToolbox": {
"name": "Show selection toolbox",
"tooltip": "Display a floating toolbar when nodes are selected, providing quick access to common actions."
},
"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_Execution_PreviewMethod": {
"name": "Live preview method",
"tooltip": "Live preview method during image generation. \"default\" uses the server CLI setting.",
"options": {
"default": "default",
"none": "none",
"auto": "auto",
"latent2rgb": "latent2rgb",
"taesd": "taesd"
}
},
"Comfy_FloatRoundingPrecision": {
"name": "Float widget rounding decimal places [0 = auto].",
"tooltip": "(requires page reload)"
},
"Comfy_Graph_AutoPanSpeed": {
"name": "Auto-pan speed",
"tooltip": "Maximum speed when auto-panning by dragging to the canvas edge. Set to 0 to disable auto-panning."
},
"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_DeduplicateSubgraphNodeIds": {
"name": "Deduplicate subgraph node IDs",
"tooltip": "Automatically reassign duplicate node IDs in subgraphs when loading a workflow."
},
"Comfy_Graph_LinkMarkers": {
"name": "Link midpoint markers",
"options": {
"None": "None",
"Circle": "Circle",
"Arrow": "Arrow"
}
},
"Comfy_Graph_LiveSelection": {
"name": "Live selection",
"tooltip": "When enabled, nodes are selected/deselected in real-time as you drag the selection rectangle, similar to other design tools."
},
"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",
"tooltip": "Controls the appearance and visibility of connection links between nodes on the canvas.",
"options": {
"Straight": "Straight",
"Linear": "Linear",
"Spline": "Spline",
"Hidden": "Hidden"
}
},
"Comfy_Load3D_3DViewerEnable": {
"name": "Enable 3D Viewer (Beta)",
"tooltip": "Enables the 3D Viewer (Beta) for selected nodes. This feature allows you to visualize and interact with 3D models directly within the full size 3d viewer."
},
"Comfy_Load3D_BackgroundColor": {
"name": "Initial Background Color",
"tooltip": "Controls the default background color of the 3D scene. This setting determines the background appearance when a new 3D widget is created, but can be adjusted individually for each widget after creation."
},
"Comfy_Load3D_CameraType": {
"name": "Initial Camera Type",
"tooltip": "Controls whether the camera is perspective or orthographic by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation.",
"options": {
"perspective": "perspective",
"orthographic": "orthographic"
}
},
"Comfy_Load3D_LightAdjustmentIncrement": {
"name": "Light Adjustment Increment",
"tooltip": "Controls the increment size when adjusting light intensity in 3D scenes. A smaller step value allows for finer control over lighting adjustments, while a larger value results in more noticeable changes per adjustment."
},
"Comfy_Load3D_LightIntensity": {
"name": "Initial Light Intensity",
"tooltip": "Sets the default brightness level of lighting in the 3D scene. This value determines how intensely lights illuminate objects when a new 3D widget is created, but can be adjusted individually for each widget after creation."
},
"Comfy_Load3D_LightIntensityMaximum": {
"name": "Light Intensity Maximum",
"tooltip": "Sets the maximum allowable light intensity value for 3D scenes. This defines the upper brightness limit that can be set when adjusting lighting in any 3D widget."
},
"Comfy_Load3D_LightIntensityMinimum": {
"name": "Light Intensity Minimum",
"tooltip": "Sets the minimum allowable light intensity value for 3D scenes. This defines the lower brightness limit that can be set when adjusting lighting in any 3D widget."
},
"Comfy_Load3D_PLYEngine": {
"name": "Point Cloud Engine",
"tooltip": "Select the engine for loading point cloud PLY files. \"threejs\" uses the native Three.js PLYLoader (handles binary + ASCII, mesh-capable). \"fastply\" uses an optimized parser for ASCII PLY files. 3D Gaussian Splat PLYs are detected automatically and always rendered via sparkjs regardless of this setting.",
"options": {
"threejs": "threejs",
"fastply": "fastply"
}
},
"Comfy_Load3D_ShowGrid": {
"name": "Initial Grid Visibility",
"tooltip": "Controls whether the grid is visible by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation."
},
"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_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_AllowImageSizeDraw": {
"name": "Show width × height below the image preview"
},
"Comfy_Node_AlwaysShowAdvancedWidgets": {
"name": "Always show advanced widgets on all nodes",
"tooltip": "When enabled, advanced widgets are always visible on all nodes without needing to expand them individually."
},
"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_NodeBadge_ShowApiPricing": {
"name": "Show API node pricing badge"
},
"Comfy_NodeLibrary_NewDesign": {
"name": "New Node Library Design",
"tooltip": "Enable the redesigned node library sidebar with tabs (Essential, All, Custom), improved search, and hover previews."
},
"Comfy_NodeReplacement_Enabled": {
"name": "Enable node replacement suggestions",
"tooltip": "When enabled, missing nodes with known replacements will be shown as replaceable in the missing nodes dialog, allowing you to review and apply replacements."
},
"Comfy_NodeSearchBoxImpl": {
"name": "Node search box implementation",
"options": {
"default": "default",
"v1 (legacy)": "v1 (legacy)",
"litegraph (legacy)": "litegraph (legacy)"
}
},
"Comfy_NodeSearchBoxImpl_FollowCursor": {
"name": "Added nodes follow the cursor",
"tooltip": "When enabled, nodes added from the search box follow the cursor until clicked to place. Only applies to the default implementation."
},
"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 v1 (legacy)"
},
"Comfy_NodeSearchBoxImpl_ShowIdName": {
"name": "Show node id name in search results",
"tooltip": "Does not apply to litegraph (legacy)"
},
"Comfy_NodeSearchBoxImpl_ShowNodeFrequency": {
"name": "Show node frequency in search results",
"tooltip": "Only applies to v1 (legacy)"
},
"Comfy_NodeSuggestions_number": {
"name": "Number of nodes suggestions",
"tooltip": "Only for litegraph searchbox/context menu"
},
"Comfy_Notification_ShowVersionUpdates": {
"name": "Show version updates",
"tooltip": "Show updates for new models, and major new features."
},
"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.\n\nThe distance threshold (Pointer click drift) already disambiguates clicks from drags; this time threshold only matters when the pointer is held still then released. A long delay here forces every pointerdown to wait before drag begins, which feels laggy when click+dragging an unselected node. ~2 frames at 60fps is plenty."
},
"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_Queue_QPOV2": {
"name": "Docked job history/queue panel",
"tooltip": "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."
},
"Comfy_QueueButton_BatchCountLimit": {
"name": "Batch count limit",
"tooltip": "The maximum number of tasks added to the queue at one button click"
},
"Comfy_RightSidePanel_ShowErrorsTab": {
"name": "Show errors tab in side panel",
"tooltip": "When enabled, an errors tab is displayed in the right side panel to show workflow execution errors at a glance."
},
"Comfy_Sidebar_Location": {
"name": "Sidebar location",
"options": {
"left": "left",
"right": "right"
}
},
"Comfy_Sidebar_Size": {
"name": "Sidebar size",
"options": {
"normal": "normal",
"small": "small"
}
},
"Comfy_Sidebar_Style": {
"name": "Sidebar style",
"options": {
"floating": "floating",
"connected": "connected"
}
},
"Comfy_Sidebar_UnifiedWidth": {
"name": "Unified sidebar width"
},
"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_UI_TabBarLayout": {
"name": "Tab Bar Layout",
"tooltip": "Controls the elements contained in the integrated tab bar.",
"options": {
"Default": "Default",
"Legacy": "Legacy"
}
},
"Comfy_UseNewMenu": {
"name": "Use new menu",
"tooltip": "Enable the redesigned top menu bar.",
"options": {
"Disabled": "Disabled",
"Top": "Top"
}
},
"Comfy_Validation_Workflows": {
"name": "Validate workflows"
},
"Comfy_VueNodes_CompactCollapsedNodes": {
"name": "Compact collapsed nodes",
"tooltip": "Size collapsed nodes to their titles and hide header badges while collapsed."
},
"Comfy_VueNodes_Enabled": {
"name": "Modern Node Design (Nodes 2.0)",
"tooltip": "Modern: DOM-based rendering with enhanced interactivity, native browser features, and updated visual design. Classic: Traditional canvas rendering."
},
"Comfy_VueNodes_HideStatusBadges": {
"name": "Hide node status badges",
"tooltip": "Hide Muted and Bypassed badges on Nodes 2.0."
},
"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_AutoSave": {
"name": "Auto Save",
"options": {
"off": "off",
"after delay": "after delay"
}
},
"Comfy_Workflow_AutoSaveDelay": {
"name": "Auto Save Delay (ms)",
"tooltip": "Only applies if Auto Save is set to \"after delay\"."
},
"Comfy_Workflow_ConfirmDelete": {
"name": "Show confirmation when deleting workflows"
},
"Comfy_Workflow_Persist": {
"name": "Persist workflow state and restore on page (re)load"
},
"Comfy_Workflow_ShowMissingModelsWarning": {
"name": "Show missing models warning"
},
"Comfy_Workflow_SortNodeIdOnSave": {
"name": "Sort node IDs when saving workflow"
},
"Comfy_Workflow_WarnBlueprintOverwrite": {
"name": "Require confirmation to overwrite an existing subgraph blueprint"
},
"Comfy_Workflow_WorkflowTabsPosition": {
"name": "Opened workflows position",
"options": {
"Sidebar": "Sidebar",
"Topbar": "Topbar"
}
},
"LiteGraph_Canvas_MaximumFps": {
"name": "Maximum 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"
},
"LiteGraph_Canvas_MinFontSizeForLOD": {
"name": "Zoom Node Level of Detail - font size threshold",
"tooltip": "Controls when the nodes switch to low quality LOD rendering. Uses font size in pixels to determine when to switch. Set to 0 to disable. Values 1-24 set the minimum font size threshold for LOD - higher values (24px) = switch nodes to simplified rendering sooner when zooming out, lower values (1px) = maintain full node quality longer."
},
"LiteGraph_ContextMenu_Scaling": {
"name": "Scale node combo widget menus (lists) when zoomed in"
},
"LiteGraph_Group_SelectChildrenOnClick": {
"name": "Select group children on click",
"tooltip": "When enabled, clicking a group selects all nodes and items inside it"
},
"LiteGraph_Node_DefaultPadding": {
"name": "Always shrink new nodes",
"tooltip": "Resize nodes to the smallest possible size when created. When disabled, a newly added node will be widened slightly to show widget values."
},
"LiteGraph_Node_TooltipDelay": {
"name": "Tooltip Delay"
},
"LiteGraph_Reroute_SplineOffset": {
"name": "Reroute spline offset",
"tooltip": "The bezier control point offset from the reroute centre point"
},
"pysssss_SnapToGrid": {
"name": "Always snap to grid",
"tooltip": "When enabled, nodes will automatically align to the grid when moved or resized."
}
}