Skip to content

Commit fd60f7e

Browse files
committed
update DB
1 parent 9eb4c3a commit fd60f7e

10 files changed

+284
-122
lines changed

custom-node-list.json

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26593,16 +26593,6 @@
2659326593
"install_type": "git-clone",
2659426594
"description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization."
2659526595
},
26596-
{
26597-
"author": "AngelCookies",
26598-
"title": "ComfyUI-Seed-Tracker",
26599-
"reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker",
26600-
"files": [
26601-
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker"
26602-
],
26603-
"install_type": "git-clone",
26604-
"description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows"
26605-
},
2660626596
{
2660726597
"author": "TiamaTiramisu",
2660826598
"title": "RisuTools",
@@ -38247,6 +38237,16 @@
3824738237
"install_type": "git-clone",
3824838238
"description": "ComfyUI custom node for granular Q/K/V/O attention boosting in HuMo models. Provides 12 independent controls for fine-tuning audio-driven motion response."
3824938239
},
38240+
{
38241+
"author": "ckinpdx",
38242+
"title": "ComfyUI-SCAIL-AudioReactive",
38243+
"reference": "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive",
38244+
"files": [
38245+
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive"
38246+
],
38247+
"install_type": "git-clone",
38248+
"description": "Generate audio-reactive SCAIL pose sequences for character animation without requiring input video tracking. Now supports Multi-Character Choreography. (Description by CC)"
38249+
},
3825038250
{
3825138251
"author": "jessesep",
3825238252
"title": "SimpleVariables",
@@ -38317,16 +38317,6 @@
3831738317
"install_type": "git-clone",
3831838318
"description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations."
3831938319
},
38320-
{
38321-
"author": "TheArtOfficial",
38322-
"title": "ComfyUI-Nitra",
38323-
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
38324-
"files": [
38325-
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
38326-
],
38327-
"install_type": "git-clone",
38328-
"description": "Nitra custom node for ComfyUI"
38329-
},
3833038320
{
3833138321
"author": "brahianrosswill",
3833238322
"title": "ComfyUi-RandomNoiseCustom",
@@ -38870,9 +38860,36 @@
3887038860
"install_type": "git-clone",
3887138861
"description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction."
3887238862
},
38873-
38874-
38875-
38863+
{
38864+
"author": "flowers6421",
38865+
"title": "ComfyUI-SimpleTunerFlux2",
38866+
"reference": "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2",
38867+
"files": [
38868+
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2"
38869+
],
38870+
"install_type": "git-clone",
38871+
"description": "ComfyUI nodes for using SimpleTuner-trained Flux 2 LoRA models. SimpleTuner's Flux 2 architecture uses fused layers, making its LoRAs incompatible with standard ComfyUI Flux nodes. (Description by CC)"
38872+
},
38873+
{
38874+
"author": "scott-createplay",
38875+
"title": "ComfyUI_video_essentials",
38876+
"reference": "https://github.com/scott-createplay/ComfyUI_video_essentials",
38877+
"files": [
38878+
"https://github.com/scott-createplay/ComfyUI_video_essentials"
38879+
],
38880+
"install_type": "git-clone",
38881+
"description": "Essential video processing nodes for ComfyUI"
38882+
},
38883+
{
38884+
"author": "revisionhiep-create",
38885+
"title": "comfyui-standard-trigger-words",
38886+
"reference": "https://github.com/revisionhiep-create/comfyui-standard-trigger-words",
38887+
"files": [
38888+
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words"
38889+
],
38890+
"install_type": "git-clone",
38891+
"description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious"
38892+
},
3887638893

3887738894

3887838895

extension-node-map.json

Lines changed: 52 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,16 +2639,6 @@
26392639
"title_aux": "ComfyUI-Ovis2"
26402640
}
26412641
],
2642-
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [
2643-
[
2644-
"GlobalSeedTracker",
2645-
"SeedExporter",
2646-
"SeedTracker"
2647-
],
2648-
{
2649-
"title_aux": "ComfyUI-Seed-Tracker"
2650-
}
2651-
],
26522642
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
26532643
[
26542644
"AdvancedCompositeImageMasked",
@@ -27454,6 +27444,20 @@
2745427444
"title_aux": "OpenAI/Azure OpenAI Image API"
2745527445
}
2745627446
],
27447+
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": [
27448+
[
27449+
"SCAILAlignPoseToReference",
27450+
"SCAILAudioFeatureExtractor",
27451+
"SCAILBasePoseGenerator",
27452+
"SCAILBeatDetector",
27453+
"SCAILBeatDrivenPose",
27454+
"SCAILPoseFromDWPose",
27455+
"SCAILPoseRenderer"
27456+
],
27457+
{
27458+
"title_aux": "ComfyUI-SCAIL-AudioReactive"
27459+
}
27460+
],
2745727461
"https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [
2745827462
[
2745927463
"WanKeyframeBuilder",
@@ -31552,6 +31556,18 @@
3155231556
"title_aux": "comfyui-prompt-composer"
3155331557
}
3155431558
],
31559+
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": [
31560+
[
31561+
"SimpleTunerFlux2LoRALoader",
31562+
"SimpleTunerFlux2LoRASelector",
31563+
"SimpleTunerFlux2LoRAUnloader",
31564+
"SimpleTunerFlux2PipelineLoader",
31565+
"SimpleTunerFlux2Sampler"
31566+
],
31567+
{
31568+
"title_aux": "ComfyUI-SimpleTunerFlux2"
31569+
}
31570+
],
3155531571
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": [
3155631572
[
3155731573
"CCMSampler",
@@ -34121,8 +34137,7 @@
3412134137
],
3412234138
"https://github.com/iSuneast/ComfyUI-WebhookNotifier": [
3412334139
[
34124-
"WebhookNotifierNode",
34125-
"WebhookNotifierVHSNode"
34140+
"WebhookNotifierNode"
3412634141
],
3412734142
{
3412834143
"title_aux": "ComfyUI-WebhookNotifier"
@@ -41082,13 +41097,16 @@
4108241097
"https://github.com/mcDandy/more_math": [
4108341098
[
4108441099
"mrmth_AudioMathNode",
41100+
"mrmth_CLIPMathNode",
4108541101
"mrmth_ConditioningMathNode",
4108641102
"mrmth_FloatMathNode",
4108741103
"mrmth_FloatToInt",
4108841104
"mrmth_ImageMathNode",
4108941105
"mrmth_IntToFloat",
4109041106
"mrmth_LatentMathNode",
41107+
"mrmth_ModelMathNode",
4109141108
"mrmth_NoiseMathNode",
41109+
"mrmth_VAEMathNode",
4109241110
"mrmth_VideoMathNode"
4109341111
],
4109441112
{
@@ -45497,6 +45515,14 @@
4549745515
"title_aux": "Comfyui_saveimage_imgbb"
4549845516
}
4549945517
],
45518+
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [
45519+
[
45520+
"StandardTriggerWordsLoader"
45521+
],
45522+
{
45523+
"title_aux": "comfyui-standard-trigger-words"
45524+
}
45525+
],
4550045526
"https://github.com/revisiontony/LoraMangerWebFrame": [
4550145527
[
4550245528
"LoraWebFrame"
@@ -46693,6 +46719,20 @@
4669346719
"title_aux": "Comfy Text Stats"
4669446720
}
4669546721
],
46722+
"https://github.com/scott-createplay/ComfyUI_video_essentials": [
46723+
[
46724+
"GetLastImages",
46725+
"ImageBatchMulti",
46726+
"ImageBatchSplitter",
46727+
"OpticalFlowAdvection",
46728+
"ProceduralDetailRestoration",
46729+
"ProceduralDetailRestorationV2",
46730+
"TrimImageBatch"
46731+
],
46732+
{
46733+
"title_aux": "ComfyUI_video_essentials"
46734+
}
46735+
],
4669646736
"https://github.com/scraed/LanPaint": [
4669746737
[
4669846738
"LanPaint_KSampler",

github-stats-cache.json

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,12 +5315,6 @@
53155315
"cached_time": 1765921132.304178,
53165316
"author_account_age_days": 853
53175317
},
5318-
"https://github.com/shinich39/comfyui-innnnnpaint": {
5319-
"stars": 0,
5320-
"last_update": "2025-05-25 10:18:06",
5321-
"cached_time": 1765837195.820207,
5322-
"author_account_age_days": 852
5323-
},
53245318
"https://github.com/shinich39/comfyui-global-prompts": {
53255319
"stars": 0,
53265320
"last_update": "2025-10-16 09:46:49",
@@ -14591,12 +14585,6 @@
1459114585
"cached_time": 1765921282.186926,
1459214586
"author_account_age_days": 2386
1459314587
},
14594-
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": {
14595-
"stars": 0,
14596-
"last_update": "2025-06-23 23:56:50",
14597-
"cached_time": 1765921282.231468,
14598-
"author_account_age_days": 1361
14599-
},
1460014588
"https://github.com/judian17/ComfyUI-UniWorld-jd17": {
1460114589
"stars": 21,
1460214590
"last_update": "2025-06-10 14:12:16",
@@ -22445,12 +22433,6 @@
2244522433
"cached_time": 1765921046.199267,
2244622434
"author_account_age_days": 369
2244722435
},
22448-
"https://github.com/TheArtOfficial/ComfyUI-Nitra": {
22449-
"stars": 1,
22450-
"last_update": "2025-12-16 21:23:34",
22451-
"cached_time": 1765921046.202525,
22452-
"author_account_age_days": 248
22453-
},
2245422436
"https://github.com/akawana/ComfyUI-AK-XZ-Axis": {
2245522437
"stars": 2,
2245622438
"last_update": "2025-12-16 14:29:01",
@@ -22468,5 +22450,29 @@
2246822450
"last_update": "2025-12-16 16:25:04",
2246922451
"cached_time": 1765923833.969812,
2247022452
"author_account_age_days": 2873
22453+
},
22454+
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": {
22455+
"stars": 2,
22456+
"last_update": "2025-12-16 19:28:43",
22457+
"cached_time": 1765942231.053836,
22458+
"author_account_age_days": 4
22459+
},
22460+
"https://github.com/scott-createplay/ComfyUI_video_essentials": {
22461+
"stars": 0,
22462+
"last_update": "2025-12-16 18:28:45",
22463+
"cached_time": 1765942231.087874,
22464+
"author_account_age_days": 2683
22465+
},
22466+
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": {
22467+
"stars": 3,
22468+
"last_update": "2025-12-16 23:41:45",
22469+
"cached_time": 1765942231.097459,
22470+
"author_account_age_days": 356
22471+
},
22472+
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": {
22473+
"stars": 0,
22474+
"last_update": "2025-12-16 21:09:59",
22475+
"cached_time": 1765942231.098915,
22476+
"author_account_age_days": 304
2247122477
}
2247222478
}

github-stats.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -934,11 +934,6 @@
934934
"last_update": "2025-03-24 04:27:56",
935935
"author_account_age_days": 812
936936
},
937-
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": {
938-
"stars": 0,
939-
"last_update": "2025-06-23 23:56:50",
940-
"author_account_age_days": 1361
941-
},
942937
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": {
943938
"stars": 2,
944939
"last_update": "2025-01-23 13:35:49",
@@ -6469,11 +6464,6 @@
64696464
"last_update": "2025-12-07 18:45:32",
64706465
"author_account_age_days": 248
64716466
},
6472-
"https://github.com/TheArtOfficial/ComfyUI-Nitra": {
6473-
"stars": 1,
6474-
"last_update": "2025-12-16 21:23:34",
6475-
"author_account_age_days": 248
6476-
},
64776467
"https://github.com/TheBarret/ZSuite": {
64786468
"stars": 9,
64796469
"last_update": "2024-08-10 13:31:03",
@@ -9419,6 +9409,11 @@
94199409
"last_update": "2025-07-16 05:37:48",
94209410
"author_account_age_days": 897
94219411
},
9412+
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": {
9413+
"stars": 3,
9414+
"last_update": "2025-12-16 23:41:45",
9415+
"author_account_age_days": 356
9416+
},
94229417
"https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": {
94239418
"stars": 4,
94249419
"last_update": "2025-12-09 01:34:02",
@@ -10584,6 +10579,11 @@
1058410579
"last_update": "2025-04-27 15:00:00",
1058510580
"author_account_age_days": 734
1058610581
},
10582+
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": {
10583+
"stars": 0,
10584+
"last_update": "2025-12-16 21:09:59",
10585+
"author_account_age_days": 304
10586+
},
1058710587
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": {
1058810588
"stars": 156,
1058910589
"last_update": "2024-06-14 10:23:09",
@@ -15494,6 +15494,11 @@
1549415494
"last_update": "2025-04-23 10:49:48",
1549515495
"author_account_age_days": 5025
1549615496
},
15497+
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": {
15498+
"stars": 2,
15499+
"last_update": "2025-12-16 19:28:43",
15500+
"author_account_age_days": 4
15501+
},
1549715502
"https://github.com/revisiontony/LoraMangerWebFrame": {
1549815503
"stars": 0,
1549915504
"last_update": "2025-12-16 07:03:19",
@@ -15854,6 +15859,11 @@
1585415859
"last_update": "2025-10-10 20:10:48",
1585515860
"author_account_age_days": 3290
1585615861
},
15862+
"https://github.com/scott-createplay/ComfyUI_video_essentials": {
15863+
"stars": 0,
15864+
"last_update": "2025-12-16 18:28:45",
15865+
"author_account_age_days": 2683
15866+
},
1585715867
"https://github.com/scraed/LanPaint": {
1585815868
"stars": 788,
1585915869
"last_update": "2025-12-15 10:17:16",
@@ -16049,11 +16059,6 @@
1604916059
"last_update": "2025-10-16 09:46:49",
1605016060
"author_account_age_days": 853
1605116061
},
16052-
"https://github.com/shinich39/comfyui-innnnnpaint": {
16053-
"stars": 0,
16054-
"last_update": "2025-05-25 10:18:06",
16055-
"author_account_age_days": 852
16056-
},
1605716062
"https://github.com/shinich39/comfyui-mtga": {
1605816063
"stars": 0,
1605916064
"last_update": "2025-12-14 11:12:47",

node_db/dev/custom-node-list.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"custom_nodes": [
3+
{
4+
"author": "gajjar4",
5+
"title": "ComfyUI-Qwen-Image-i2L [UNSAFE]",
6+
"reference": "https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L",
7+
"files": [
8+
"https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L"
9+
],
10+
"install_type": "git-clone",
11+
"description": "A fully optimized ComfyUI custom node for Qwen-Image-i2L (Image-to-LoRA) that extracts style, composition, or details from images and saves them as lightweight LoRA files with intelligent VRAM optimization. (Description by CC)[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]"
12+
},
313
{
414
"author": "edvardtoth",
515
"title": "ComfyUI-ETNodes",
@@ -5368,16 +5378,6 @@
53685378
"install_type": "git-clone",
53695379
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
53705380
},
5371-
{
5372-
"author": "shinich39",
5373-
"title": "comfyui-nothing-happened",
5374-
"reference": "httphttps://github.com/shinich39/comfyui-nothing-happened",
5375-
"files": [
5376-
"https://github.com/shinich39/comfyui-nothing-happened"
5377-
],
5378-
"description": "Save image and keep metadata.",
5379-
"install_type": "git-clone"
5380-
},
53815381
{
53825382
"author": "silveroxides",
53835383
"title": "ComfyUI_ReduxEmbedToolkit",

0 commit comments

Comments
 (0)