-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom-node-list.json
47 lines (47 loc) · 1.88 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
38
39
40
41
42
43
44
45
46
47
{
"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"
},
{
"author": "Jordach, LykosAI",
"title": "comfy-plasma",
"reference": "https://github.com/LykosAI/inference-comfy-plasma",
"files": [
"https://github.com/LykosAI/inference-comfy-plasma"
],
"install_type": "git-clone",
"description": "A simple plasma noise generator for ComfyUI. Now with sampler progress previews"
}
]
}