update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data 2025-12-17 13:03:57 +09:00
parent 9eb4c3ab23
commit fd60f7ee70
10 changed files with 284 additions and 122 deletions

View File

@ -26593,16 +26593,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization." "description": "A collection of utility nodes for ComfyUI, focusing on batch processing, stitching, and visualization."
}, },
{
"author": "AngelCookies",
"title": "ComfyUI-Seed-Tracker",
"reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker",
"files": [
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows"
},
{ {
"author": "TiamaTiramisu", "author": "TiamaTiramisu",
"title": "RisuTools", "title": "RisuTools",
@ -38247,6 +38237,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"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." "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."
}, },
{
"author": "ckinpdx",
"title": "ComfyUI-SCAIL-AudioReactive",
"reference": "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive",
"files": [
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive"
],
"install_type": "git-clone",
"description": "Generate audio-reactive SCAIL pose sequences for character animation without requiring input video tracking. Now supports Multi-Character Choreography. (Description by CC)"
},
{ {
"author": "jessesep", "author": "jessesep",
"title": "SimpleVariables", "title": "SimpleVariables",
@ -38317,16 +38317,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations." "description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations."
}, },
{
"author": "TheArtOfficial",
"title": "ComfyUI-Nitra",
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
"files": [
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
],
"install_type": "git-clone",
"description": "Nitra custom node for ComfyUI"
},
{ {
"author": "brahianrosswill", "author": "brahianrosswill",
"title": "ComfyUi-RandomNoiseCustom", "title": "ComfyUi-RandomNoiseCustom",
@ -38870,9 +38860,36 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction." "description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction."
}, },
{
"author": "flowers6421",
"title": "ComfyUI-SimpleTunerFlux2",
"reference": "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2",
"files": [
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2"
],
"install_type": "git-clone",
"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)"
},
{
"author": "scott-createplay",
"title": "ComfyUI_video_essentials",
"reference": "https://github.com/scott-createplay/ComfyUI_video_essentials",
"files": [
"https://github.com/scott-createplay/ComfyUI_video_essentials"
],
"install_type": "git-clone",
"description": "Essential video processing nodes for ComfyUI"
},
{
"author": "revisionhiep-create",
"title": "comfyui-standard-trigger-words",
"reference": "https://github.com/revisionhiep-create/comfyui-standard-trigger-words",
"files": [
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious"
},

View File

@ -2639,16 +2639,6 @@
"title_aux": "ComfyUI-Ovis2" "title_aux": "ComfyUI-Ovis2"
} }
], ],
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [
[
"GlobalSeedTracker",
"SeedExporter",
"SeedTracker"
],
{
"title_aux": "ComfyUI-Seed-Tracker"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
[ [
"AdvancedCompositeImageMasked", "AdvancedCompositeImageMasked",
@ -27454,6 +27444,20 @@
"title_aux": "OpenAI/Azure OpenAI Image API" "title_aux": "OpenAI/Azure OpenAI Image API"
} }
], ],
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": [
[
"SCAILAlignPoseToReference",
"SCAILAudioFeatureExtractor",
"SCAILBasePoseGenerator",
"SCAILBeatDetector",
"SCAILBeatDrivenPose",
"SCAILPoseFromDWPose",
"SCAILPoseRenderer"
],
{
"title_aux": "ComfyUI-SCAIL-AudioReactive"
}
],
"https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [ "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [
[ [
"WanKeyframeBuilder", "WanKeyframeBuilder",
@ -31552,6 +31556,18 @@
"title_aux": "comfyui-prompt-composer" "title_aux": "comfyui-prompt-composer"
} }
], ],
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": [
[
"SimpleTunerFlux2LoRALoader",
"SimpleTunerFlux2LoRASelector",
"SimpleTunerFlux2LoRAUnloader",
"SimpleTunerFlux2PipelineLoader",
"SimpleTunerFlux2Sampler"
],
{
"title_aux": "ComfyUI-SimpleTunerFlux2"
}
],
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [
[ [
"CCMSampler", "CCMSampler",
@ -34121,8 +34137,7 @@
], ],
"https://github.com/iSuneast/ComfyUI-WebhookNotifier": [ "https://github.com/iSuneast/ComfyUI-WebhookNotifier": [
[ [
"WebhookNotifierNode", "WebhookNotifierNode"
"WebhookNotifierVHSNode"
], ],
{ {
"title_aux": "ComfyUI-WebhookNotifier" "title_aux": "ComfyUI-WebhookNotifier"
@ -41082,13 +41097,16 @@
"https://github.com/mcDandy/more_math": [ "https://github.com/mcDandy/more_math": [
[ [
"mrmth_AudioMathNode", "mrmth_AudioMathNode",
"mrmth_CLIPMathNode",
"mrmth_ConditioningMathNode", "mrmth_ConditioningMathNode",
"mrmth_FloatMathNode", "mrmth_FloatMathNode",
"mrmth_FloatToInt", "mrmth_FloatToInt",
"mrmth_ImageMathNode", "mrmth_ImageMathNode",
"mrmth_IntToFloat", "mrmth_IntToFloat",
"mrmth_LatentMathNode", "mrmth_LatentMathNode",
"mrmth_ModelMathNode",
"mrmth_NoiseMathNode", "mrmth_NoiseMathNode",
"mrmth_VAEMathNode",
"mrmth_VideoMathNode" "mrmth_VideoMathNode"
], ],
{ {
@ -45497,6 +45515,14 @@
"title_aux": "Comfyui_saveimage_imgbb" "title_aux": "Comfyui_saveimage_imgbb"
} }
], ],
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [
[
"StandardTriggerWordsLoader"
],
{
"title_aux": "comfyui-standard-trigger-words"
}
],
"https://github.com/revisiontony/LoraMangerWebFrame": [ "https://github.com/revisiontony/LoraMangerWebFrame": [
[ [
"LoraWebFrame" "LoraWebFrame"
@ -46693,6 +46719,20 @@
"title_aux": "Comfy Text Stats" "title_aux": "Comfy Text Stats"
} }
], ],
"https://github.com/scott-createplay/ComfyUI_video_essentials": [
[
"GetLastImages",
"ImageBatchMulti",
"ImageBatchSplitter",
"OpticalFlowAdvection",
"ProceduralDetailRestoration",
"ProceduralDetailRestorationV2",
"TrimImageBatch"
],
{
"title_aux": "ComfyUI_video_essentials"
}
],
"https://github.com/scraed/LanPaint": [ "https://github.com/scraed/LanPaint": [
[ [
"LanPaint_KSampler", "LanPaint_KSampler",

View File

@ -5315,12 +5315,6 @@
"cached_time": 1765921132.304178, "cached_time": 1765921132.304178,
"author_account_age_days": 853 "author_account_age_days": 853
}, },
"https://github.com/shinich39/comfyui-innnnnpaint": {
"stars": 0,
"last_update": "2025-05-25 10:18:06",
"cached_time": 1765837195.820207,
"author_account_age_days": 852
},
"https://github.com/shinich39/comfyui-global-prompts": { "https://github.com/shinich39/comfyui-global-prompts": {
"stars": 0, "stars": 0,
"last_update": "2025-10-16 09:46:49", "last_update": "2025-10-16 09:46:49",
@ -14591,12 +14585,6 @@
"cached_time": 1765921282.186926, "cached_time": 1765921282.186926,
"author_account_age_days": 2386 "author_account_age_days": 2386
}, },
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": {
"stars": 0,
"last_update": "2025-06-23 23:56:50",
"cached_time": 1765921282.231468,
"author_account_age_days": 1361
},
"https://github.com/judian17/ComfyUI-UniWorld-jd17": { "https://github.com/judian17/ComfyUI-UniWorld-jd17": {
"stars": 21, "stars": 21,
"last_update": "2025-06-10 14:12:16", "last_update": "2025-06-10 14:12:16",
@ -22445,12 +22433,6 @@
"cached_time": 1765921046.199267, "cached_time": 1765921046.199267,
"author_account_age_days": 369 "author_account_age_days": 369
}, },
"https://github.com/TheArtOfficial/ComfyUI-Nitra": {
"stars": 1,
"last_update": "2025-12-16 21:23:34",
"cached_time": 1765921046.202525,
"author_account_age_days": 248
},
"https://github.com/akawana/ComfyUI-AK-XZ-Axis": { "https://github.com/akawana/ComfyUI-AK-XZ-Axis": {
"stars": 2, "stars": 2,
"last_update": "2025-12-16 14:29:01", "last_update": "2025-12-16 14:29:01",
@ -22468,5 +22450,29 @@
"last_update": "2025-12-16 16:25:04", "last_update": "2025-12-16 16:25:04",
"cached_time": 1765923833.969812, "cached_time": 1765923833.969812,
"author_account_age_days": 2873 "author_account_age_days": 2873
},
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": {
"stars": 2,
"last_update": "2025-12-16 19:28:43",
"cached_time": 1765942231.053836,
"author_account_age_days": 4
},
"https://github.com/scott-createplay/ComfyUI_video_essentials": {
"stars": 0,
"last_update": "2025-12-16 18:28:45",
"cached_time": 1765942231.087874,
"author_account_age_days": 2683
},
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": {
"stars": 3,
"last_update": "2025-12-16 23:41:45",
"cached_time": 1765942231.097459,
"author_account_age_days": 356
},
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": {
"stars": 0,
"last_update": "2025-12-16 21:09:59",
"cached_time": 1765942231.098915,
"author_account_age_days": 304
} }
} }

View File

@ -934,11 +934,6 @@
"last_update": "2025-03-24 04:27:56", "last_update": "2025-03-24 04:27:56",
"author_account_age_days": 812 "author_account_age_days": 812
}, },
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": {
"stars": 0,
"last_update": "2025-06-23 23:56:50",
"author_account_age_days": 1361
},
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "https://github.com/Anibaaal/ComfyUI-UX-Nodes": {
"stars": 2, "stars": 2,
"last_update": "2025-01-23 13:35:49", "last_update": "2025-01-23 13:35:49",
@ -6469,11 +6464,6 @@
"last_update": "2025-12-07 18:45:32", "last_update": "2025-12-07 18:45:32",
"author_account_age_days": 248 "author_account_age_days": 248
}, },
"https://github.com/TheArtOfficial/ComfyUI-Nitra": {
"stars": 1,
"last_update": "2025-12-16 21:23:34",
"author_account_age_days": 248
},
"https://github.com/TheBarret/ZSuite": { "https://github.com/TheBarret/ZSuite": {
"stars": 9, "stars": 9,
"last_update": "2024-08-10 13:31:03", "last_update": "2024-08-10 13:31:03",
@ -9419,6 +9409,11 @@
"last_update": "2025-07-16 05:37:48", "last_update": "2025-07-16 05:37:48",
"author_account_age_days": 897 "author_account_age_days": 897
}, },
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": {
"stars": 3,
"last_update": "2025-12-16 23:41:45",
"author_account_age_days": 356
},
"https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": { "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": {
"stars": 4, "stars": 4,
"last_update": "2025-12-09 01:34:02", "last_update": "2025-12-09 01:34:02",
@ -10584,6 +10579,11 @@
"last_update": "2025-04-27 15:00:00", "last_update": "2025-04-27 15:00:00",
"author_account_age_days": 734 "author_account_age_days": 734
}, },
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": {
"stars": 0,
"last_update": "2025-12-16 21:09:59",
"author_account_age_days": 304
},
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "https://github.com/flowtyone/ComfyUI-Flowty-CRM": {
"stars": 156, "stars": 156,
"last_update": "2024-06-14 10:23:09", "last_update": "2024-06-14 10:23:09",
@ -15494,6 +15494,11 @@
"last_update": "2025-04-23 10:49:48", "last_update": "2025-04-23 10:49:48",
"author_account_age_days": 5025 "author_account_age_days": 5025
}, },
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": {
"stars": 2,
"last_update": "2025-12-16 19:28:43",
"author_account_age_days": 4
},
"https://github.com/revisiontony/LoraMangerWebFrame": { "https://github.com/revisiontony/LoraMangerWebFrame": {
"stars": 0, "stars": 0,
"last_update": "2025-12-16 07:03:19", "last_update": "2025-12-16 07:03:19",
@ -15854,6 +15859,11 @@
"last_update": "2025-10-10 20:10:48", "last_update": "2025-10-10 20:10:48",
"author_account_age_days": 3290 "author_account_age_days": 3290
}, },
"https://github.com/scott-createplay/ComfyUI_video_essentials": {
"stars": 0,
"last_update": "2025-12-16 18:28:45",
"author_account_age_days": 2683
},
"https://github.com/scraed/LanPaint": { "https://github.com/scraed/LanPaint": {
"stars": 788, "stars": 788,
"last_update": "2025-12-15 10:17:16", "last_update": "2025-12-15 10:17:16",
@ -16049,11 +16059,6 @@
"last_update": "2025-10-16 09:46:49", "last_update": "2025-10-16 09:46:49",
"author_account_age_days": 853 "author_account_age_days": 853
}, },
"https://github.com/shinich39/comfyui-innnnnpaint": {
"stars": 0,
"last_update": "2025-05-25 10:18:06",
"author_account_age_days": 852
},
"https://github.com/shinich39/comfyui-mtga": { "https://github.com/shinich39/comfyui-mtga": {
"stars": 0, "stars": 0,
"last_update": "2025-12-14 11:12:47", "last_update": "2025-12-14 11:12:47",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "gajjar4",
"title": "ComfyUI-Qwen-Image-i2L [UNSAFE]",
"reference": "https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L",
"files": [
"https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L"
],
"install_type": "git-clone",
"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.]"
},
{ {
"author": "edvardtoth", "author": "edvardtoth",
"title": "ComfyUI-ETNodes", "title": "ComfyUI-ETNodes",
@ -5368,16 +5378,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized." "description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
}, },
{
"author": "shinich39",
"title": "comfyui-nothing-happened",
"reference": "httphttps://github.com/shinich39/comfyui-nothing-happened",
"files": [
"https://github.com/shinich39/comfyui-nothing-happened"
],
"description": "Save image and keep metadata.",
"install_type": "git-clone"
},
{ {
"author": "silveroxides", "author": "silveroxides",
"title": "ComfyUI_ReduxEmbedToolkit", "title": "ComfyUI_ReduxEmbedToolkit",

View File

@ -2647,6 +2647,7 @@
"LunaPipeExpander", "LunaPipeExpander",
"LunaPromptCraft", "LunaPromptCraft",
"LunaPromptCraftDebug", "LunaPromptCraftDebug",
"LunaResetModelWeights",
"LunaSecondaryModelLoader", "LunaSecondaryModelLoader",
"LunaSmartLoRALinker", "LunaSmartLoRALinker",
"LunaSuperUpscaler", "LunaSuperUpscaler",
@ -7984,6 +7985,16 @@
"title_aux": "ComfyUI_gaga_utils" "title_aux": "ComfyUI_gaga_utils"
} }
], ],
"https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L": [
[
"QwenI2L_Apply",
"QwenI2L_PipelineLoader",
"QwenI2L_Save"
],
{
"title_aux": "ComfyUI-Qwen-Image-i2L [UNSAFE]"
}
],
"https://github.com/galoreware/ComfyUI-GaloreNodes": [ "https://github.com/galoreware/ComfyUI-GaloreNodes": [
[ [
"GNI_HEX_TO_COLOR", "GNI_HEX_TO_COLOR",
@ -11788,18 +11799,6 @@
"title_aux": "comfyui-hydit" "title_aux": "comfyui-hydit"
} }
], ],
"https://github.com/shinich39/comfyui-nothing-happened": [
[
"NothingHappened"
],
{
"author": "shinich39",
"description": "Save image and keep metadata.",
"nickname": "comfyui-nothing-happened",
"title": "comfyui-nothing-happened",
"title_aux": "comfyui-nothing-happened"
}
],
"https://github.com/shinich39/comfyui-run-js": [ "https://github.com/shinich39/comfyui-run-js": [
[ [
"RunJS" "RunJS"

View File

@ -2654,6 +2654,11 @@
"last_update": "2025-05-12 09:54:34", "last_update": "2025-05-12 09:54:34",
"author_account_age_days": 4400 "author_account_age_days": 4400
}, },
"https://github.com/gajjar4/ComfyUI-Qwen-Image-i2L": {
"stars": 42,
"last_update": "2025-12-12 10:56:27",
"author_account_age_days": 2092
},
"https://github.com/galoreware/ComfyUI-GaloreNodes": { "https://github.com/galoreware/ComfyUI-GaloreNodes": {
"stars": 0, "stars": 0,
"last_update": "2024-10-24 05:47:23", "last_update": "2024-10-24 05:47:23",
@ -4249,11 +4254,6 @@
"last_update": "2024-05-21 19:47:56", "last_update": "2024-05-21 19:47:56",
"author_account_age_days": 3855 "author_account_age_days": 3855
}, },
"https://github.com/shinich39/comfyui-nothing-happened": {
"stars": 0,
"last_update": "2025-05-25 10:18:24",
"author_account_age_days": 852
},
"https://github.com/shinich39/comfyui-run-js": { "https://github.com/shinich39/comfyui-run-js": {
"stars": 0, "stars": 0,
"last_update": "2025-10-16 09:22:23", "last_update": "2025-10-16 09:22:23",
@ -4519,11 +4519,6 @@
"last_update": "2025-08-11 06:37:32", "last_update": "2025-08-11 06:37:32",
"author_account_age_days": 472 "author_account_age_days": 472
}, },
"https://github.com/tardey07/ComfyUI-PT-TTM": {
"stars": 0,
"last_update": "2025-12-16 03:22:56",
"author_account_age_days": 436
},
"https://github.com/tasdawg/comfyui-mini": { "https://github.com/tasdawg/comfyui-mini": {
"stars": 0, "stars": 0,
"last_update": "2025-12-14 06:32:10", "last_update": "2025-12-14 06:32:10",

View File

@ -1,5 +1,35 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "TheArtOfficial",
"title": "ComfyUI-Nitra [REMOVED]",
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
"files": [
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
],
"install_type": "git-clone",
"description": "Nitra custom node for ComfyUI"
},
{
"author": "AngelCookies",
"title": "ComfyUI-Seed-Tracker [REMOVED]",
"reference": "https://github.com/AngelCookies/ComfyUI-Seed-Tracker",
"files": [
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that tracks random seeds throughout your image generation workflows"
},
{
"author": "shinich39",
"title": "comfyui-nothing-happened [REMOVED]",
"reference": "httphttps://github.com/shinich39/comfyui-nothing-happened",
"files": [
"https://github.com/shinich39/comfyui-nothing-happened"
],
"description": "Save image and keep metadata.",
"install_type": "git-clone"
},
{ {
"author": "ashtar1984", "author": "ashtar1984",
"title": "comfyui-switch-bypass-mute-by-group [REMOVED]", "title": "comfyui-switch-bypass-mute-by-group [REMOVED]",

View File

@ -1,5 +1,45 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "ckinpdx",
"title": "ComfyUI-SCAIL-AudioReactive",
"reference": "https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive",
"files": [
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive"
],
"install_type": "git-clone",
"description": "Generate audio-reactive SCAIL pose sequences for character animation without requiring input video tracking. Now supports Multi-Character Choreography. (Description by CC)"
},
{
"author": "flowers6421",
"title": "ComfyUI-SimpleTunerFlux2",
"reference": "https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2",
"files": [
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2"
],
"install_type": "git-clone",
"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)"
},
{
"author": "scott-createplay",
"title": "ComfyUI_video_essentials",
"reference": "https://github.com/scott-createplay/ComfyUI_video_essentials",
"files": [
"https://github.com/scott-createplay/ComfyUI_video_essentials"
],
"install_type": "git-clone",
"description": "Essential video processing nodes for ComfyUI"
},
{
"author": "revisionhiep-create",
"title": "comfyui-standard-trigger-words",
"reference": "https://github.com/revisionhiep-create/comfyui-standard-trigger-words",
"files": [
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words"
],
"install_type": "git-clone",
"description": "ComfyUI custom node for managing trigger words with 50+ editable presets optimized for SDXL Illustrious"
},
{ {
"author": "PROJECTMAD", "author": "PROJECTMAD",
"title": "PROJECT-MAD-NODES", "title": "PROJECT-MAD-NODES",
@ -10,16 +50,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction." "description": "Collection of custom ComfyUI nodes for LoRA scheduling and prompt management, featuring visual curve editor and visual prompt gallery with EXIF metadata extraction."
}, },
{
"author": "TheArtOfficial",
"title": "ComfyUI-Nitra",
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
"files": [
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
],
"install_type": "git-clone",
"description": "Nitra custom node for ComfyUI"
},
{ {
"author": "akawana", "author": "akawana",
"title": "AK XZ Axis (XY for any KSampler)", "title": "AK XZ Axis (XY for any KSampler)",

View File

@ -2639,16 +2639,6 @@
"title_aux": "ComfyUI-Ovis2" "title_aux": "ComfyUI-Ovis2"
} }
], ],
"https://github.com/AngelCookies/ComfyUI-Seed-Tracker": [
[
"GlobalSeedTracker",
"SeedExporter",
"SeedTracker"
],
{
"title_aux": "ComfyUI-Seed-Tracker"
}
],
"https://github.com/Anibaaal/ComfyUI-UX-Nodes": [ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": [
[ [
"AdvancedCompositeImageMasked", "AdvancedCompositeImageMasked",
@ -27454,6 +27444,20 @@
"title_aux": "OpenAI/Azure OpenAI Image API" "title_aux": "OpenAI/Azure OpenAI Image API"
} }
], ],
"https://github.com/ckinpdx/ComfyUI-SCAIL-AudioReactive": [
[
"SCAILAlignPoseToReference",
"SCAILAudioFeatureExtractor",
"SCAILBasePoseGenerator",
"SCAILBeatDetector",
"SCAILBeatDrivenPose",
"SCAILPoseFromDWPose",
"SCAILPoseRenderer"
],
{
"title_aux": "ComfyUI-SCAIL-AudioReactive"
}
],
"https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [ "https://github.com/ckinpdx/ComfyUI-WanKeyframeBuilder": [
[ [
"WanKeyframeBuilder", "WanKeyframeBuilder",
@ -31552,6 +31556,18 @@
"title_aux": "comfyui-prompt-composer" "title_aux": "comfyui-prompt-composer"
} }
], ],
"https://github.com/flowers6421/ComfyUI-SimpleTunerFlux2": [
[
"SimpleTunerFlux2LoRALoader",
"SimpleTunerFlux2LoRASelector",
"SimpleTunerFlux2LoRAUnloader",
"SimpleTunerFlux2PipelineLoader",
"SimpleTunerFlux2Sampler"
],
{
"title_aux": "ComfyUI-SimpleTunerFlux2"
}
],
"https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [
[ [
"CCMSampler", "CCMSampler",
@ -34121,8 +34137,7 @@
], ],
"https://github.com/iSuneast/ComfyUI-WebhookNotifier": [ "https://github.com/iSuneast/ComfyUI-WebhookNotifier": [
[ [
"WebhookNotifierNode", "WebhookNotifierNode"
"WebhookNotifierVHSNode"
], ],
{ {
"title_aux": "ComfyUI-WebhookNotifier" "title_aux": "ComfyUI-WebhookNotifier"
@ -41082,13 +41097,16 @@
"https://github.com/mcDandy/more_math": [ "https://github.com/mcDandy/more_math": [
[ [
"mrmth_AudioMathNode", "mrmth_AudioMathNode",
"mrmth_CLIPMathNode",
"mrmth_ConditioningMathNode", "mrmth_ConditioningMathNode",
"mrmth_FloatMathNode", "mrmth_FloatMathNode",
"mrmth_FloatToInt", "mrmth_FloatToInt",
"mrmth_ImageMathNode", "mrmth_ImageMathNode",
"mrmth_IntToFloat", "mrmth_IntToFloat",
"mrmth_LatentMathNode", "mrmth_LatentMathNode",
"mrmth_ModelMathNode",
"mrmth_NoiseMathNode", "mrmth_NoiseMathNode",
"mrmth_VAEMathNode",
"mrmth_VideoMathNode" "mrmth_VideoMathNode"
], ],
{ {
@ -45497,6 +45515,14 @@
"title_aux": "Comfyui_saveimage_imgbb" "title_aux": "Comfyui_saveimage_imgbb"
} }
], ],
"https://github.com/revisionhiep-create/comfyui-standard-trigger-words": [
[
"StandardTriggerWordsLoader"
],
{
"title_aux": "comfyui-standard-trigger-words"
}
],
"https://github.com/revisiontony/LoraMangerWebFrame": [ "https://github.com/revisiontony/LoraMangerWebFrame": [
[ [
"LoraWebFrame" "LoraWebFrame"
@ -46693,6 +46719,20 @@
"title_aux": "Comfy Text Stats" "title_aux": "Comfy Text Stats"
} }
], ],
"https://github.com/scott-createplay/ComfyUI_video_essentials": [
[
"GetLastImages",
"ImageBatchMulti",
"ImageBatchSplitter",
"OpticalFlowAdvection",
"ProceduralDetailRestoration",
"ProceduralDetailRestorationV2",
"TrimImageBatch"
],
{
"title_aux": "ComfyUI_video_essentials"
}
],
"https://github.com/scraed/LanPaint": [ "https://github.com/scraed/LanPaint": [
[ [
"LanPaint_KSampler", "LanPaint_KSampler",