Skip to content

Commit 962ba0b

Browse files
committed
update DB
1 parent 16780f9 commit 962ba0b

8 files changed

+115
-108
lines changed

custom-node-list.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19423,7 +19423,7 @@
1942319423
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render"
1942419424
],
1942519425
"install_type": "git-clone",
19426-
"description": "The ultimate openpose render node for ComfyUI with flexible input, output and adjustment."
19426+
"description": "Enhanced features with flexible choice of inputs and outputs, fine control for pose plotting, freedom to composite poses and fast local pose editting."
1942719427
},
1942819428
{
1942919429
"author": "westNeighbor",
@@ -19996,6 +19996,29 @@
1999619996
"install_type": "git-clone",
1999719997
"description": "TinySanaPreview is a custom ComfyUI node that implements real-time previews during generation for Sana diffusion models."
1999819998
},
19999+
{
20000+
"author": "huixingyun",
20001+
"title": "ComfyUI-HX-Captioner",
20002+
"reference": "https://github.com/huixingyun/ComfyUI-HX-Captioner",
20003+
"files": [
20004+
"https://github.com/huixingyun/ComfyUI-HX-Captioner"
20005+
],
20006+
"install_type": "git-clone",
20007+
"description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun."
20008+
},
20009+
{
20010+
"author": "bradsec",
20011+
"title": "ComfyUI_StringEssentials",
20012+
"reference": "https://github.com/bradsec/ComfyUI_StringEssentials",
20013+
"files": [
20014+
"https://github.com/bradsec/ComfyUI_StringEssentials"
20015+
],
20016+
"install_type": "git-clone",
20017+
"description": "Essential string manipulation nodes for ComfyUI."
20018+
},
20019+
20020+
20021+
1999920022

2000020023

2000120024

extension-node-map.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,8 +2926,8 @@
29262926
"FluxPro_TOGETHER",
29272927
"GenerateImage_VENICE",
29282928
"GenerateText_VENICE",
2929-
"testaaaaa",
2930-
"testaaaaa2"
2929+
"UpscaleImage_VENICE",
2930+
"testaaaaa"
29312931
],
29322932
{
29332933
"title_aux": "ComfyUI-Venice-API"
@@ -11905,6 +11905,15 @@
1190511905
"title_aux": "ResolutionSelector for ComfyUI"
1190611906
}
1190711907
],
11908+
"https://github.com/bradsec/ComfyUI_StringEssentials": [
11909+
[
11910+
"StringReplace",
11911+
"StringStrip"
11912+
],
11913+
{
11914+
"title_aux": "ComfyUI_StringEssentials"
11915+
}
11916+
],
1190811917
"https://github.com/braintacles/braintacles-comfyui-nodes": [
1190911918
[
1191011919
"CLIPTextEncodeSDXL-Multi-IO",
@@ -17008,6 +17017,14 @@
1700817017
"title_aux": "OpenPose Keypoint Extractor"
1700917018
}
1701017019
],
17020+
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
17021+
[
17022+
"HXOllamaCaptioner"
17023+
],
17024+
{
17025+
"title_aux": "ComfyUI-HX-Captioner"
17026+
}
17027+
],
1701117028
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
1701217029
[
1701317030
"KSampler With Refiner (Fooocus)"

github-stats.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,6 +4104,11 @@
41044104
"last_update": "2024-07-07 12:15:49",
41054105
"author_account_age_days": 3870
41064106
},
4107+
"https://github.com/bradsec/ComfyUI_StringEssentials": {
4108+
"stars": 0,
4109+
"last_update": "2025-01-25 06:39:30",
4110+
"author_account_age_days": 3871
4111+
},
41074112
"https://github.com/braintacles/braintacles-comfyui-nodes": {
41084113
"stars": 1,
41094114
"last_update": "2024-07-31 15:01:52",
@@ -5704,6 +5709,11 @@
57045709
"last_update": "2024-09-26 21:14:35",
57055710
"author_account_age_days": 5855
57065711
},
5712+
"https://github.com/huixingyun/ComfyUI-HX-Captioner": {
5713+
"stars": 1,
5714+
"last_update": "2025-01-25 06:48:18",
5715+
"author_account_age_days": 50
5716+
},
57075717
"https://github.com/humgate/simplecomfy": {
57085718
"stars": 0,
57095719
"last_update": "2024-06-14 08:58:21",

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": "sizzlebop",
15+
"title": "ComfyUI LLM Prompt Enhancer [WIP]",
16+
"reference": "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer",
17+
"files": [
18+
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer"
19+
],
20+
"install_type": "git-clone",
21+
"description": "A powerful custom node for ComfyUI that enhances your prompts using various Language Learning Models (LLMs). This node supports multiple LLM providers and offers various enhancement styles to help you create better, more detailed prompts for image generation."
22+
},
1323
{
1424
"author": "a-One-Fan",
1525
"title": "ComfyUI-Blenderesque-Nodes [WIP]",

node_db/dev/extension-node-map.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,6 +4357,14 @@
43574357
"title_aux": "ComfyUI_CheckPointLoader_Ext [WIP]"
43584358
}
43594359
],
4360+
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": [
4361+
[
4362+
"PromptEnhancer"
4363+
],
4364+
{
4365+
"title_aux": "ComfyUI LLM Prompt Enhancer [WIP]"
4366+
}
4367+
],
43604368
"https://github.com/smthemex/ComfyUI_MangaNinjia": [
43614369
[
43624370
"MangaNinjiaLoader",

node_db/dev/github-stats.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,11 @@
16241624
"last_update": "2024-08-27 02:24:05",
16251625
"author_account_age_days": 4332
16261626
},
1627+
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": {
1628+
"stars": 0,
1629+
"last_update": "2025-01-25 07:12:15",
1630+
"author_account_age_days": 30
1631+
},
16271632
"https://github.com/smthemex/ComfyUI_MangaNinjia": {
16281633
"stars": 28,
16291634
"last_update": "2025-01-23 00:43:14",

node_db/new/custom-node-list.json

Lines changed: 20 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010

1111

1212

13+
{
14+
"author": "bradsec",
15+
"title": "ComfyUI_StringEssentials",
16+
"reference": "https://github.com/bradsec/ComfyUI_StringEssentials",
17+
"files": [
18+
"https://github.com/bradsec/ComfyUI_StringEssentials"
19+
],
20+
"install_type": "git-clone",
21+
"description": "Essential string manipulation nodes for ComfyUI."
22+
},
23+
{
24+
"author": "huixingyun",
25+
"title": "ComfyUI-HX-Captioner",
26+
"reference": "https://github.com/huixingyun/ComfyUI-HX-Captioner",
27+
"files": [
28+
"https://github.com/huixingyun/ComfyUI-HX-Captioner"
29+
],
30+
"install_type": "git-clone",
31+
"description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun."
32+
},
1333
{
1434
"author": "MontagenAI",
1535
"title": "ComfyUI-Montagen",
@@ -668,109 +688,6 @@
668688
],
669689
"install_type": "git-clone",
670690
"description": "SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting,you can use it in ComfyUI"
671-
},
672-
{
673-
"author": "westNeighbor",
674-
"title": "ComfyUI-ultimate-openpose-estimator",
675-
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator",
676-
"files": [
677-
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator"
678-
],
679-
"install_type": "git-clone",
680-
"description": "Super fast tensorrt performance with accuate pose estimation of dwpose model, giving the detecting threshold control, plus pose image render and pose json format output. Fine control for pose plotting."
681-
},
682-
{
683-
"author": "westNeighbor",
684-
"title": "ComfyUI-ultimate-openpose-estimator",
685-
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor",
686-
"files": [
687-
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor"
688-
],
689-
"install_type": "git-clone",
690-
"description": "Enhanced features with flexible choice of inputs and outputs, fine control for pose plotting, freedom to composite poses and fast local pose editting."
691-
},
692-
{
693-
"author": "r3dsd",
694-
"title": "Comfyui-Template-Loader",
695-
"reference": "https://github.com/r3dsd/comfyui-template-loader",
696-
"files": [
697-
"https://github.com/r3dsd/comfyui-template-loader"
698-
],
699-
"install_type": "git-clone",
700-
"description": "Easily Load Your Frequently Used Prompts in ComfyUI\nWith ComfyUI Template Loader, managing and reusing your favorite prompts has never been simpler. Save time and streamline your workflow by loading your go-to templates with just a few clicks!"
701-
},
702-
{
703-
"author": "amorano",
704-
"title": "Jovi_Measure",
705-
"id": "jovi_measure",
706-
"reference": "https://github.com/Amorano/Jovi_Measure",
707-
"files": [
708-
"https://github.com/Amorano/Jovi_Measure"
709-
],
710-
"install_type": "git-clone",
711-
"description": "Image metrics nodes for ComfyUI"
712-
},
713-
{
714-
"author": "r3dsd",
715-
"title": "HommageTools for ComfyUI",
716-
"reference": "https://github.com/ArtHommage/HommageTools",
717-
"files": [
718-
"https://github.com/ArtHommage/HommageTools"
719-
],
720-
"install_type": "git-clone",
721-
"description": "Entry point for HommageTools node collection for ComfyUI. Handles node registration, imports, and logging configuration."
722-
},
723-
{
724-
"author": "shahkoorosh",
725-
"title": "ComfyUI-PersianText",
726-
"reference": "https://github.com/shahkoorosh/ComfyUI-PersianText",
727-
"files": [
728-
"https://github.com/shahkoorosh/ComfyUI-PersianText"
729-
],
730-
"install_type": "git-clone",
731-
"description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts."
732-
},
733-
{
734-
"author": "westNeighbor",
735-
"title": "ComfyUI-ultimate-openpose-render",
736-
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render",
737-
"files": [
738-
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render"
739-
],
740-
"install_type": "git-clone",
741-
"description": "The ultimate openpose render node for ComfyUI with flexible input, output and adjustment."
742-
},
743-
{
744-
"author": "bubbliiiing",
745-
"title": "Video Generation Nodes for EasyAnimate",
746-
"id": "easyanimatenodes",
747-
"reference": "https://github.com/aigc-apps/EasyAnimate",
748-
"files": [
749-
"https://github.com/aigc-apps/EasyAnimate"
750-
],
751-
"install_type": "git-clone",
752-
"description": "Video Generation Nodes for EasyAnimate, which suppors text-to-video, image-to-video, video-to-video and different controls."
753-
},
754-
{
755-
"author": "weilin9999",
756-
"title": "WeiLin-Comfyui-Tools",
757-
"id": "Comfyui-Tools",
758-
"reference": "https://github.com/weilin9999/WeiLin-Comfyui-Tools",
759-
"files": [
760-
"https://github.com/weilin9999/WeiLin-Comfyui-Tools"
761-
],
762-
"install_type": "git-clone",
763-
"description": "quickly use the prompt word tool in ComfyUI"
764-
},
765-
{
766-
"author": "Wenaka2004",
767-
"title": "ComfyUI-TagClassifier",
768-
"reference": "https://github.com/Wenaka2004/ComfyUI-TagClassifier",
769-
"files": [
770-
"https://github.com/Wenaka2004/ComfyUI-TagClassifier"
771-
],
772-
"install_type": "git-clone",
773-
"description": "ComfyUI custom node,use Deepseek v3 to classify the input tags"
774691
}
775692
]
776693
}

node_db/new/extension-node-map.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,8 +2926,8 @@
29262926
"FluxPro_TOGETHER",
29272927
"GenerateImage_VENICE",
29282928
"GenerateText_VENICE",
2929-
"testaaaaa",
2930-
"testaaaaa2"
2929+
"UpscaleImage_VENICE",
2930+
"testaaaaa"
29312931
],
29322932
{
29332933
"title_aux": "ComfyUI-Venice-API"
@@ -11905,6 +11905,15 @@
1190511905
"title_aux": "ResolutionSelector for ComfyUI"
1190611906
}
1190711907
],
11908+
"https://github.com/bradsec/ComfyUI_StringEssentials": [
11909+
[
11910+
"StringReplace",
11911+
"StringStrip"
11912+
],
11913+
{
11914+
"title_aux": "ComfyUI_StringEssentials"
11915+
}
11916+
],
1190811917
"https://github.com/braintacles/braintacles-comfyui-nodes": [
1190911918
[
1191011919
"CLIPTextEncodeSDXL-Multi-IO",
@@ -17008,6 +17017,14 @@
1700817017
"title_aux": "OpenPose Keypoint Extractor"
1700917018
}
1701017019
],
17020+
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
17021+
[
17022+
"HXOllamaCaptioner"
17023+
],
17024+
{
17025+
"title_aux": "ComfyUI-HX-Captioner"
17026+
}
17027+
],
1701117028
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
1701217029
[
1701317030
"KSampler With Refiner (Fooocus)"

0 commit comments

Comments
 (0)