forked from jakechai/ComfyUI-JakeUpgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.py
More file actions
25 lines (25 loc) Β· 1.07 KB
/
categories.py
File metadata and controls
25 lines (25 loc) Β· 1.07 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
icons = {
"JK/Misc": "π JK/π¦ Misc",
"JK/Reroute": "π JK/πͺ Reroute",
"JK/ControlNet": "π JK/πΉοΈ ControlNet",
"JK/LoRA": "π JK/π LoRA",
"JK/Embedding": "π JK/π Embedding",
"JK/Loader": "π JK/π Loader",
"JK/Pipe": "π JK/π· Pipe",
"JK/Image": "π JK/π©οΈ Image",
"JK/Mask": "π JK/π Mask",
"JK/Animation": "π JK/β²οΈ Animation",
"JK/Logic": "π JK/π Logic",
"JK/Math": "π JK/βοΈ Math",
"JK/Math/Conversion": "π JK/βοΈ Math/π Conversion",
"JK/Math/Bool": "π JK/βοΈ Math/π₯’ Bool",
"JK/Math/String": "π JK/βοΈ Math/π€ String",
"JK/Math/Float": "π JK/βοΈ Math/π₯ Float",
"JK/Math/Int": "π JK/βοΈ Math/π‘ Int",
"JK/Math/Number": "π JK/βοΈ Math/π’ Number",
"JK/Math/Vector": "π JK/βοΈ Math/π¦ Vector",
"JK/3D": "π JK/π 3D",
"JK/Experiment": "π JK/β³ Experiment",
"JK/Group/Workflow": "π JK/π Workflow",
"JK/Group/Tools": "π JK/π Tools",
}