-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom-node-list.json
37 lines (37 loc) · 1.46 KB
/
custom-node-list.json
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
{
"custom_nodes": [
{
"author": "LykosAI",
"title": "ComfyUI Nodes for Inference.Core",
"reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes",
"files": [
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes"
],
"install_type": "git-clone",
"description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI Impact Subpack",
"reference": "https://github.com/ltdrdata/ComfyUI-Impact-Subpack",
"files": [
"https://github.com/ltdrdata/ComfyUI-Impact-Subpack"
],
"pip": [
"ultralytics"
],
"install_type": "git-clone",
"description": "This node pack provides nodes that complement the ComfyUI Impact Pack, such as the UltralyticsDetectorProvider."
},
{
"author": "comfyanonymous",
"title": "ComfyUI_bitsandbytes_NF4",
"reference": "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4",
"files": [
"https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4"
],
"install_type": "git-clone",
"description": "NF4 Support for ComfyUI"
}
]
}