settings.json 2.41 KB
Newer Older
wuxk1's avatar
wuxk1 committed
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
{
  "EasyUse_Hotkeys_AddGroup": {
    "name": "Enable Shift+g to add the selected nodes to a group",
    "tooltip": "From v1.2.39, you can use Ctrl+g instead"
  },
  "EasyUse_Hotkeys_cleanVRAMUsed": {
    "name": "Enable Shift+r to unload model and node cache"
  },
  "EasyUse_Hotkeys_toggleNodesMap": {
    "name": "Enable Shift+m to toggle nodes map"
  },
  "EasyUse_Hotkeys_AlignSelectedNodes": {
    "name": "Enable Shift+Up/Down/Left/Right and Shift+Ctrl+Alt+Left/Right to align selected nodes",
    "tooltip": "Shift+Up/Down/Left/Right can align selected nodes, Shift+Ctrl+Alt+Left/Right can distribute nodes horizontally/vertically"
  },
  "EasyUse_Hotkeys_NormalizeSelectedNodes": {
    "name": "Enable Shift+Ctrl+Left/Right to normalize selected nodes",
    "tooltip": "Enable Shift+Ctrl+Left to normalize width and Shift+Ctrl+Right to normalize height"
  },
  "EasyUse_Hotkeys_NodesTemplate": {
    "name": "Enable Alt+1~9 to paste node templates into the workflow"
  },
  "EasyUse_Hotkeys_JumpNearestNodes": {
    "name": "Enable Up/Down/Left/Right to jump to the nearest node"
  },
  "EasyUse_ContextMenu_SubDirectories": {
    "name": "Enable automatic nesting of subdirectories in the context menu"
  },
  "EasyUse_ContextMenu_ModelsThumbnails": {
    "name": "Enable model preview thumbnails"
  },
  "EasyUse_ContextMenu_NodesSort": {
    "name": "Enable A~Z sorting of new nodes in the context menu"
  },
  "EasyUse_ContextMenu_QuickOptions": {
    "name": "Use three quick buttons in the context menu",
    "options": {
      "At the forefront": "At the forefront",
      "At the end": "At the end",
      "Disable": "Disable"
    }
  },
  "EasyUse_Nodes_Runtime": {
    "name": "Enable node runtime display"
  },
  "EasyUse_Nodes_ChainGetSet": {
    "name": "Enable chaining of get and set points with the parent node"
  },
  "EasyUse_NodesMap_Sorting": {
    "name": "Manage nodes group sorting mode",
    "tooltip": "Automatically sort by default. If set to manual, groups can be drag and dropped and the order will be saved.",
    "options": {
      "Auto sorting": "Auto sorting",
      "Manual drag&drop sorting": "Manual drag&drop sorting"
    }
  },
  "EasyUse_NodesMap_DisplayNodeID": {
    "name": "Enable node ID display"
  },
  "EasyUse_NodesMap_DisplayGroupOnly": {
    "name": "Show groups only"
  },
  "EasyUse_NodesMap_Enable": {
    "name": "Enable Group Map",
    "tooltip": "You need to refresh the page to update successfully"
  }
}