|
220 | 220 | "name": "Enable fast-zoom shortcut (Ctrl + Shift + Drag)"
|
221 | 221 | },
|
222 | 222 | "Comfy_Graph_LinkMarkers": {
|
223 |
| - "name": "Link midpoint markers" |
| 223 | + "name": "Link midpoint markers", |
| 224 | + "options": { |
| 225 | + "None": "None", |
| 226 | + "Circle": "Circle", |
| 227 | + "Arrow": "Arrow" |
| 228 | + } |
224 | 229 | },
|
225 | 230 | "Comfy_Graph_ZoomSpeed": {
|
226 | 231 | "name": "Canvas zoom speed"
|
|
241 | 246 | "name": "Keybindings unset by the user"
|
242 | 247 | },
|
243 | 248 | "Comfy_LinkRelease_Action": {
|
244 |
| - "name": "Action on link release (No modifier)" |
| 249 | + "name": "Action on link release (No modifier)", |
| 250 | + "options": { |
| 251 | + "context menu": "context menu", |
| 252 | + "search box": "search box", |
| 253 | + "no action": "no action" |
| 254 | + } |
245 | 255 | },
|
246 | 256 | "Comfy_LinkRelease_ActionShift": {
|
247 |
| - "name": "Action on link release (Shift)" |
| 257 | + "name": "Action on link release (Shift)", |
| 258 | + "options": { |
| 259 | + "context menu": "context menu", |
| 260 | + "search box": "search box", |
| 261 | + "no action": "no action" |
| 262 | + } |
248 | 263 | },
|
249 | 264 | "Comfy_LinkRenderMode": {
|
250 |
| - "name": "Link Render Mode" |
| 265 | + "name": "Link Render Mode", |
| 266 | + "options": { |
| 267 | + "Straight": "Straight", |
| 268 | + "Linear": "Linear", |
| 269 | + "Spline": "Spline", |
| 270 | + "Hidden": "Hidden" |
| 271 | + } |
251 | 272 | },
|
252 | 273 | "Comfy_Locale": {
|
253 | 274 | "name": "Language"
|
|
273 | 294 | },
|
274 | 295 | "Comfy_ModelLibrary_NameFormat": {
|
275 | 296 | "name": "What name to display in the model library tree view",
|
276 |
| - "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." |
| 297 | + "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.", |
| 298 | + "options": { |
| 299 | + "filename": "filename", |
| 300 | + "title": "title" |
| 301 | + } |
277 | 302 | },
|
278 | 303 | "Comfy_Node_AutoSnapLinkToSlot": {
|
279 | 304 | "name": "Auto snap link to node slot",
|
|
305 | 330 | "tooltip": "When dragging a link over a node with viable input slot, highlight the node"
|
306 | 331 | },
|
307 | 332 | "Comfy_NodeBadge_NodeIdBadgeMode": {
|
308 |
| - "name": "Node ID badge mode" |
| 333 | + "name": "Node ID badge mode", |
| 334 | + "options": { |
| 335 | + "None": "None", |
| 336 | + "Show all": "Show all" |
| 337 | + } |
309 | 338 | },
|
310 | 339 | "Comfy_NodeBadge_NodeLifeCycleBadgeMode": {
|
311 |
| - "name": "Node life cycle badge mode" |
| 340 | + "name": "Node life cycle badge mode", |
| 341 | + "options": { |
| 342 | + "None": "None", |
| 343 | + "Show all": "Show all" |
| 344 | + } |
312 | 345 | },
|
313 | 346 | "Comfy_NodeBadge_NodeSourceBadgeMode": {
|
314 |
| - "name": "Node source badge mode" |
| 347 | + "name": "Node source badge mode", |
| 348 | + "options": { |
| 349 | + "None": "None", |
| 350 | + "Show all": "Show all", |
| 351 | + "Hide built-in": "Hide built-in" |
| 352 | + } |
315 | 353 | },
|
316 | 354 | "Comfy_NodeInputConversionSubmenus": {
|
317 | 355 | "name": "In the node context menu, place the entries that convert between input/widget in sub-menus."
|
|
326 | 364 | "name": "Node library bookmarks customization"
|
327 | 365 | },
|
328 | 366 | "Comfy_NodeSearchBoxImpl": {
|
329 |
| - "name": "Node search box implementation" |
| 367 | + "name": "Node search box implementation", |
| 368 | + "options": { |
| 369 | + "default": "default", |
| 370 | + "litegraph (legacy)": "litegraph (legacy)" |
| 371 | + } |
330 | 372 | },
|
331 | 373 | "Comfy_NodeSearchBoxImpl_NodePreview": {
|
332 | 374 | "name": "Node preview",
|
|
394 | 436 | "name": "Show extension panel in settings dialog"
|
395 | 437 | },
|
396 | 438 | "Comfy_Sidebar_Location": {
|
397 |
| - "name": "Sidebar location" |
| 439 | + "name": "Sidebar location", |
| 440 | + "options": { |
| 441 | + "left": "left", |
| 442 | + "right": "right" |
| 443 | + } |
398 | 444 | },
|
399 | 445 | "Comfy_Sidebar_Size": {
|
400 |
| - "name": "Sidebar size" |
| 446 | + "name": "Sidebar size", |
| 447 | + "options": { |
| 448 | + "normal": "normal", |
| 449 | + "small": "small" |
| 450 | + } |
401 | 451 | },
|
402 | 452 | "Comfy_SnapToGrid_GridSize": {
|
403 | 453 | "name": "Snap to grid size",
|
|
413 | 463 | "name": "Tree explorer item padding"
|
414 | 464 | },
|
415 | 465 | "Comfy_UseNewMenu": {
|
416 |
| - "name": "Use new menu" |
| 466 | + "name": "Use new menu", |
| 467 | + "options": { |
| 468 | + "Disabled": "Disabled", |
| 469 | + "Top": "Top", |
| 470 | + "Bottom": "Bottom" |
| 471 | + } |
417 | 472 | },
|
418 | 473 | "Comfy_Validation_NodeDefs": {
|
419 | 474 | "name": "Validate node definitions (slow)",
|
|
424 | 479 | },
|
425 | 480 | "Comfy_WidgetControlMode": {
|
426 | 481 | "name": "Widget control mode",
|
427 |
| - "tooltip": "Controls when widget values are updated (randomize/increment/decrement), either before the prompt is queued or after." |
| 482 | + "tooltip": "Controls when widget values are updated (randomize/increment/decrement), either before the prompt is queued or after.", |
| 483 | + "options": { |
| 484 | + "before": "before", |
| 485 | + "after": "after" |
| 486 | + } |
428 | 487 | },
|
429 | 488 | "Comfy_Window_UnloadConfirmation": {
|
430 | 489 | "name": "Show confirmation when closing window"
|
|
442 | 501 | "name": "Sort node IDs when saving workflow"
|
443 | 502 | },
|
444 | 503 | "Comfy_Workflow_WorkflowTabsPosition": {
|
445 |
| - "name": "Opened workflows position" |
| 504 | + "name": "Opened workflows position", |
| 505 | + "options": { |
| 506 | + "Sidebar": "Sidebar", |
| 507 | + "Topbar": "Topbar" |
| 508 | + } |
446 | 509 | },
|
447 | 510 | "LiteGraph_Canvas_MaximumFps": {
|
448 | 511 | "name": "Maxium FPS",
|
|
0 commit comments