main.json 751 Bytes
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
{
  "settingsCategories": {
    "Hotkeys": "Hotkeys",
    "Nodes": "Nodes",
    "NodesMap": "NodesMap",
    "StylesSelector": "StylesSelector"
  },
  "nodeCategories": {
    "Util": "Util",
    "Seed": "Seed",
    "Prompt": "Prompt",
    "Loaders": "Loaders",
    "Adapter": "Adapter",
    "Inpaint": "Inpaint",
    "PreSampling": "PreSampling",
    "Sampler": "Sampler",
    "Fix": "Fix",
    "Pipe": "Pipe",
    "XY Inputs": "XY Inputs",
    "Image": "Image",
    "Segmentation": "Segmentation",
    "\uD83D\uDEAB Deprecated": "\uD83D\uDEAB Deprecated",
    "Type": "Type",
    "Math": "Math",
    "Switch": "Switch",
    "Index Switch": "Index Switch",
    "While Loop": "While Loop",
    "For Loop": "For Loop",
    "LoadImage": "Load Image"
  }
}