Skip to content

Commit 3c64a8e

Browse files
committed
update DB
1 parent 962ba0b commit 3c64a8e

File tree

6 files changed

+51
-36
lines changed

6 files changed

+51
-36
lines changed

custom-node-list.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
{
592592
"author": "city96",
593593
"title": "ComfyUI-GGUF",
594-
"id": "gguf",
594+
"id": "comfyui-gguf",
595595
"reference": "https://github.com/city96/ComfyUI-GGUF",
596596
"files": [
597597
"https://github.com/city96/ComfyUI-GGUF"
@@ -1434,7 +1434,7 @@
14341434
{
14351435
"author": "asagi4",
14361436
"title": "ComfyUI NPNet (Golden Noise)",
1437-
"id": "comfyui-adaptive-guidance",
1437+
"id": "npnet",
14381438
"reference": "https://github.com/asagi4/ComfyUI-NPNet",
14391439
"files": [
14401440
"https://github.com/asagi4/ComfyUI-NPNet"
@@ -18812,16 +18812,6 @@
1881218812
"install_type": "git-clone",
1881318813
"description": "This custom node allows you to generate logo images using Google Fonts."
1881418814
},
18815-
{
18816-
"author": "hzane",
18817-
"title": "OmniGen-ComfyUI",
18818-
"reference": "https://github.com/hzane/OmniGen-ComfyUI",
18819-
"files": [
18820-
"https://github.com/hzane/OmniGen-ComfyUI"
18821-
],
18822-
"install_type": "git-clone",
18823-
"description": "A custom node for [a/OmniGen](https://github.com/VectorSpaceLab/OmniGen)."
18824-
},
1882518815
{
1882618816
"author": "SongGuo11",
1882718817
"title": "ComfyUI SaveAnything Node (SG11)",
@@ -19437,7 +19427,7 @@
1943719427
},
1943819428
{
1943919429
"author": "westNeighbor",
19440-
"title": "ComfyUI-ultimate-openpose-estimator",
19430+
"title": "ComfyUI-ultimate-openpose-editor",
1944119431
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor",
1944219432
"files": [
1944319433
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor"
@@ -20482,7 +20472,7 @@
2048220472
},
2048320473
{
2048420474
"author": "ptmaster",
20485-
"title": "Embedding Merge for ComfyUI",
20475+
"title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs",
2048620476
"reference": "https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs",
2048720477
"files": [
2048820478
"https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs/raw/refs/heads/main/Load%20Diffusion%20Model%20into%20Muti%20GPUs.py"

extension-node-map.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,15 @@
884884
"title_aux": "MiniMates-ComfyUI"
885885
}
886886
],
887+
"https://github.com/AIFSH/OmniGen-ComfyUI": [
888+
[
889+
"OmniGenLoader",
890+
"OmniGenNode"
891+
],
892+
{
893+
"title_aux": "OmniGen-ComfyUI"
894+
}
895+
],
887896
"https://github.com/AIFSH/PyramidFlow-ComfyUI": [
888897
[
889898
"PyramidFlowNode"
@@ -17075,15 +17084,6 @@
1707517084
"title_aux": "Comfy-UI on-complete-email-me"
1707617085
}
1707717086
],
17078-
"https://github.com/hzane/OmniGen-ComfyUI": [
17079-
[
17080-
"OmniGenLoader",
17081-
"OmniGenNode"
17082-
],
17083-
{
17084-
"title_aux": "OmniGen-ComfyUI"
17085-
}
17086-
],
1708717087
"https://github.com/iFREEGROUP/comfyui-undistort": [
1708817088
[
1708917089
"IG_LoadCheckerboardImageForCalibrateCamera",
@@ -23059,7 +23059,7 @@
2305923059
"OverrideLoadedDiffusionDevice"
2306023060
],
2306123061
{
23062-
"title_aux": "Embedding Merge for ComfyUI"
23062+
"title_aux": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs"
2306323063
}
2306423064
],
2306523065
"https://github.com/purpen/ComfyUI-AIRedoon": [
@@ -26371,7 +26371,7 @@
2637126371
"OpenposeEditorNode"
2637226372
],
2637326373
{
26374-
"title_aux": "ComfyUI-ultimate-openpose-estimator"
26374+
"title_aux": "ComfyUI-ultimate-openpose-editor"
2637526375
}
2637626376
],
2637726377
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": [

node_db/dev/custom-node-list.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
},
1111

1212

13+
{
14+
"author": "naderzare",
15+
"title": "comfyui-inodes",
16+
"reference": "https://github.com/naderzare/comfyui-inodes",
17+
"files": [
18+
"https://github.com/naderzare/comfyui-inodes"
19+
],
20+
"install_type": "git-clone",
21+
"description": "NODES: If-Else, Multiline Split, Azure AI API"
22+
},
1323
{
1424
"author": "sizzlebop",
1525
"title": "ComfyUI LLM Prompt Enhancer [WIP]",

node_db/dev/extension-node-map.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3916,6 +3916,16 @@
39163916
"title_aux": "ComfyUI-Claude-I2T"
39173917
}
39183918
],
3919+
"https://github.com/naderzare/comfyui-inodes": [
3920+
[
3921+
"IAzureAiApi",
3922+
"IIfElse",
3923+
"IMultilineSplit"
3924+
],
3925+
{
3926+
"title_aux": "comfyui-inodes"
3927+
}
3928+
],
39193929
"https://github.com/neeltheninja/ComfyUI-TempFileDeleter": [
39203930
[
39213931
"TempCleaner"

node_db/dev/github-stats.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,11 @@
13741374
"last_update": "2025-01-15 07:50:46",
13751375
"author_account_age_days": 1512
13761376
},
1377+
"https://github.com/naderzare/comfyui-inodes": {
1378+
"stars": 0,
1379+
"last_update": "2025-01-25 07:32:16",
1380+
"author_account_age_days": 2905
1381+
},
13771382
"https://github.com/nat-chan/comfyui-exec": {
13781383
"stars": 3,
13791384
"last_update": "2024-05-28 11:56:37",

node_db/new/extension-node-map.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,15 @@
884884
"title_aux": "MiniMates-ComfyUI"
885885
}
886886
],
887+
"https://github.com/AIFSH/OmniGen-ComfyUI": [
888+
[
889+
"OmniGenLoader",
890+
"OmniGenNode"
891+
],
892+
{
893+
"title_aux": "OmniGen-ComfyUI"
894+
}
895+
],
887896
"https://github.com/AIFSH/PyramidFlow-ComfyUI": [
888897
[
889898
"PyramidFlowNode"
@@ -17075,15 +17084,6 @@
1707517084
"title_aux": "Comfy-UI on-complete-email-me"
1707617085
}
1707717086
],
17078-
"https://github.com/hzane/OmniGen-ComfyUI": [
17079-
[
17080-
"OmniGenLoader",
17081-
"OmniGenNode"
17082-
],
17083-
{
17084-
"title_aux": "OmniGen-ComfyUI"
17085-
}
17086-
],
1708717087
"https://github.com/iFREEGROUP/comfyui-undistort": [
1708817088
[
1708917089
"IG_LoadCheckerboardImageForCalibrateCamera",
@@ -23059,7 +23059,7 @@
2305923059
"OverrideLoadedDiffusionDevice"
2306023060
],
2306123061
{
23062-
"title_aux": "Embedding Merge for ComfyUI"
23062+
"title_aux": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs"
2306323063
}
2306423064
],
2306523065
"https://github.com/purpen/ComfyUI-AIRedoon": [
@@ -26371,7 +26371,7 @@
2637126371
"OpenposeEditorNode"
2637226372
],
2637326373
{
26374-
"title_aux": "ComfyUI-ultimate-openpose-estimator"
26374+
"title_aux": "ComfyUI-ultimate-openpose-editor"
2637526375
}
2637626376
],
2637726377
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": [

0 commit comments

Comments
 (0)