update DB

This commit is contained in:
Dr.Lt.Data 2025-09-29 12:37:31 +09:00
parent 1ff0afc633
commit 7c3cbff425
8 changed files with 417 additions and 63 deletions

View File

@ -5637,6 +5637,16 @@
"install_type": "git-clone",
"description": "This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization."
},
{
"author": "ttulttul",
"title": "ComfyUI Qwen Rectified Flow Tools",
"reference": "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter",
"files": [
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter"
],
"install_type": "git-clone",
"description": "This custom node pack for ComfyUI provides a suite of advanced tools for performing 'invert-and-resample' workflows with Rectified Flow models like Qwen-VL. It allows you to take an existing image, convert it to a noisy latent using a guided inversion process, and then use that latent as a starting point to generate creative, high-quality variations."
},
{
"author": "jitcoder",
"title": "LoraInfo",
@ -33346,6 +33356,48 @@
"install_type": "git-clone",
"description": "VNCCS is a comprehensive tool for creating character sprites for visual novels."
},
{
"author": "wzken",
"title": "Steganos Node for ComfyUI",
"reference": "https://github.com/wzken/ComfyUI-Steganos-Node",
"files": [
"https://github.com/wzken/ComfyUI-Steganos-Node"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to hide a video file within a PNG image using a file concatenation technique. The resulting image can be viewed as a normal picture, but a standard unzip tool can extract the hidden video from it."
},
{
"author": "gregory-richard",
"title": "WarpPipe Nodes",
"reference": "https://github.com/gregory-richard/ComfyUI-WarpPipe",
"files": [
"https://github.com/gregory-richard/ComfyUI-WarpPipe"
],
"install_type": "git-clone",
"description": "WarpPipe - A data bundling and transfer system for ComfyUI workflows"
},
{
"author": "abdullahceylan",
"title": "AC ComfyUI Queue Manager",
"reference": "https://github.com/abdullahceylan/ac-comfyui-queue-manager",
"files": [
"https://github.com/abdullahceylan/ac-comfyui-queue-manager"
],
"install_type": "git-clone",
"description": "A comprehensive queue management system for ComfyUI workflows"
},
{
"author": "J-ChenX",
"title": "NIX ComfyUI Plugin",
"reference": "https://github.com/J-ChenX/ComfyUI-NIX",
"files": [
"https://github.com/J-ChenX/ComfyUI-NIX"
],
"install_type": "git-clone",
"description": "A collection of plugins for ComfyUI that provides a variety of useful nodes (batch path loading, rotate & crop, mask crop & composition, proportional scaling, slicing, string utilities, arbitrary type switching, image inference, etc.)."
},

View File

@ -7787,6 +7787,27 @@
"title_aux": "ComfyUI_Qwen2-VL-Instruct"
}
],
"https://github.com/J-ChenX/ComfyUI-NIX": [
[
"NIX_ImageComposite",
"NIX_ImageInference",
"NIX_ImageTile",
"NIX_ImageUpscaleProportionally",
"NIX_MaskCrop",
"NIX_MaskNull",
"NIX_PathLoading",
"NIX_RotateCrop",
"NIX_RotateImage",
"NIX_SaveImage",
"NIX_StringMatch",
"NIX_StringMatcher",
"NIX_SwitchAnything",
"NIX_XYGridMapper"
],
{
"title_aux": "NIX ComfyUI Plugin"
}
],
"https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": [
[
"DictBus",
@ -17045,6 +17066,14 @@
"title_aux": "DeepExtract"
}
],
"https://github.com/abdullahceylan/ac-comfyui-queue-manager": [
[
"QueueManagerNode"
],
{
"title_aux": "AC ComfyUI Queue Manager"
}
],
"https://github.com/aburahamu/ComfyUI-IsNiceParts": [
[
"NiceHand"
@ -26559,6 +26588,8 @@
"MonoClip_node",
"PixelArt_node",
"RandomOrgTrueRandomNumber_node",
"RandomOrgV2TrueRandomNumber",
"RandomOrgV2TrueRandomNumber_node",
"VAEDecodePreview_node",
"image2contrastMask_node",
"image2imbgg_node",
@ -26607,6 +26638,16 @@
"title_aux": "Janus-Pro ComfyUI Plugin"
}
],
"https://github.com/gregory-richard/ComfyUI-WarpPipe": [
[
"Unwarp",
"Warp",
"custom_nodes"
],
{
"title_aux": "WarpPipe Nodes"
}
],
"https://github.com/gremlation/ComfyUI-ImageLabel": [
[
"gremlation:ComfyUI-ImageLabel:ImageLabel"
@ -33802,7 +33843,7 @@
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
[
"ComfyUI Folder Paths | sokes \ud83e\uddac",
"Current Date & Time | sokes \ud83e\uddac",
"Current Date and Time | sokes \ud83e\uddac",
"Generate Random Background | sokes \ud83e\uddac",
"Get Files in Folder with Extension | sokes \ud83e\uddac",
"Hex Color Swatch | sokes \ud83e\uddac",
@ -41759,6 +41800,18 @@
"title_aux": "ComfyUI-load-image-from-url"
}
],
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [
[
"LatentAddNoise",
"LatentForwardDiffusion",
"LatentGaussianBlur",
"LatentHybridInverter",
"QwenRectifiedFlowInverter"
],
{
"title_aux": "ComfyUI Qwen Rectified Flow Tools"
}
],
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [
[
"Batch Unsampler",
@ -43158,6 +43211,14 @@
"title_aux": "ComfyUI Pause Workflow Node"
}
],
"https://github.com/wzken/ComfyUI-Steganos-Node": [
[
"SteganosNode"
],
{
"title_aux": "Steganos Node for ComfyUI"
}
],
"https://github.com/xXAdonesXx/NodeGPT": [
[
"AppendAgent",

View File

@ -2864,6 +2864,11 @@
"last_update": "2025-08-07 11:19:43",
"author_account_age_days": 872
},
"https://github.com/J-ChenX/ComfyUI-NIX": {
"stars": 0,
"last_update": "2025-09-29 03:08:12",
"author_account_age_days": 1790
},
"https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": {
"stars": 2,
"last_update": "2025-01-27 19:09:46",
@ -6279,6 +6284,11 @@
"last_update": "2025-08-26 02:43:39",
"author_account_age_days": 614
},
"https://github.com/abdullahceylan/ac-comfyui-queue-manager": {
"stars": 0,
"last_update": "2025-09-27 18:12:15",
"author_account_age_days": 2767
},
"https://github.com/aburahamu/ComfyUI-IsNiceParts": {
"stars": 3,
"last_update": "2024-06-14 12:01:40",
@ -9384,6 +9394,11 @@
"last_update": "2025-02-08 03:32:59",
"author_account_age_days": 4730
},
"https://github.com/gregory-richard/ComfyUI-WarpPipe": {
"stars": 0,
"last_update": "2025-09-27 10:26:55",
"author_account_age_days": 2564
},
"https://github.com/gremlation/ComfyUI-ImageLabel": {
"stars": 5,
"last_update": "2025-04-03 09:49:57",
@ -14839,6 +14854,11 @@
"last_update": "2024-06-14 13:59:05",
"author_account_age_days": 1990
},
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": {
"stars": 0,
"last_update": "2025-09-28 20:53:34",
"author_account_age_days": 5219
},
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": {
"stars": 118,
"last_update": "2025-03-10 03:33:02",
@ -15399,6 +15419,11 @@
"last_update": "2025-05-05 21:37:34",
"author_account_age_days": 3390
},
"https://github.com/wzken/ComfyUI-Steganos-Node": {
"stars": 0,
"last_update": "2025-09-28 16:27:27",
"author_account_age_days": 3429
},
"https://github.com/xLegende/ComfyUI-Prompt-Formatter": {
"stars": 3,
"last_update": "2025-06-10 19:29:54",

View File

@ -1,5 +1,65 @@
{
"custom_nodes": [
{
"author": "NeuroWaifu",
"title": "ComfyUI.Node.MediaSuite",
"reference": "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite",
"files": [
"https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite"
],
"install_type": "git-clone",
"description": "NODES: Image Resize, Video Resize, Resize Calculator, Mask Operations, Mask Blur, Mask Threshold, Dominant Color, Color Palette, Shadows/Highlights/Midtones, Tone Curve, Color Grading, Upscale Video (using Model), Get Video Size, Get Video Info, Compare Video Size, Math Operation, Math Function, Boolean Logic, Compare Numbers, Convert Number, Random Number, Clamp, Remap, Smooth, Constants, ..."
},
{
"author": "BizaNator",
"title": "BrainDead_QwenCharacterEditor [WIP]",
"reference": "https://github.com/BizaNator/BrainDead_QwenCharacterEditor",
"files": [
"https://github.com/BizaNator/BrainDead_QwenCharacterEditor"
],
"install_type": "git-clone",
"description": "Created by BizaNator for the BrainDeadGuild community. These professional-grade character editing tools for ComfyUI specialize in identity preservation and multi-reference image control.\nNOTE: The files in the repo are not organized."
},
{
"author": "cedarconnor",
"title": "ComfyUI-GEN3C-Gsplat [WIP]",
"reference": "https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat",
"files": [
"https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node pack that bridges Cosmos/GEN3C video generation with in-graph Gaussian Splat (3DGS) training. It adds camera/trajectory tooling, dataset exporters, and two training backends (Nerfstudio CLI wrapper and an in-process gsplat optimizer) so artists can go from prompt to splat entirely inside ComfyUI.\nNOTE: The files in the repo are not organized."
},
{
"author": "sk-palani",
"title": "ComfyUI_Simpler",
"reference": "https://github.com/sk-palani/ComfyUI_Simpler",
"files": [
"https://github.com/sk-palani/ComfyUI_Simpler"
],
"install_type": "git-clone",
"description": "This repository contains custom nodes designed for the ComfyUI framework, focusing on simplification improvements. These nodes aim to make tasks easier and simple"
},
{
"author": "SushantSingh-23-01",
"title": "comfyui_flowrider_nodes [UNSAFE]",
"reference": "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes",
"files": [
"https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes"
],
"install_type": "git-clone",
"description": "Collection of nodes performing random utility functions like: JPG Saver - Save images in jpg format. Resolution Selector - Selects from standard resolutions with aspect ratios.[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]"
},
{
"author": "YokoYokoTEC",
"title": "comfyui-sequential-prompt-file [UNSAFE]",
"reference": "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file",
"files": [
"https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file"
],
"install_type": "git-clone",
"description": "This is the file-based version of comfyui-sequential-prompt. For detailed usage instructions, please refer to the following link: [a/https://note.com/alive_gibbon2712/n/n0eb671383b30](https://note.com/alive_gibbon2712/n/n0eb671383b30)[w/This extension has a vulnerability that allows arbitrary access to local files from remote.]"
},
{
"author": "kaski23",
"title": "Kaskis_Comfy_Nodes",

View File

@ -590,7 +590,10 @@
[
"APZ/MarkdownTextOverlay",
"APZ/RichTextOverlay",
"APZ/RichTextOverlayV2"
"APZ/RichTextOverlayV2",
"APZmediaImageMarkdownTextOverlay",
"APZmediaImageRichTextOverlay",
"APZmediaImageRichTextOverlayV2"
],
{
"author": "Pablo Apiolazza",
@ -1044,6 +1047,18 @@
"title_aux": "ComfyUI-Dafaja-Nodes [WIP]"
}
],
"https://github.com/BizaNator/BrainDead_QwenCharacterEditor": [
[
"TextEncodeQwenImageEditEnhanced",
"TextEncodeQwenImageEditIdentity",
"TextEncodeQwenImageEditMulti",
"TextEncodeQwenImageEditWeighted",
"TextEncodeQwenImageT2ICustom"
],
{
"title_aux": "BrainDead_QwenCharacterEditor [WIP]"
}
],
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
[
"BDXTestInt",
@ -3030,6 +3045,38 @@
"title_aux": "ComfyUI-Save_Image"
}
],
"https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": [
[
"BooleanLogic",
"Clamp",
"ColorGrading",
"ColorPalette",
"CompareNumbers",
"CompareVideoSize",
"Constants",
"ConvertNumber",
"DominantColor",
"GetVideoInfo",
"GetVideoSize",
"ImageResize",
"MaskBlur",
"MaskOperations",
"MaskThreshold",
"MathFunction",
"MathOperation",
"RandomNumber",
"Remap",
"ResizeCalculator",
"ShadowsHighlightsMidtones",
"Smooth",
"ToneCurve",
"VideoResize",
"VideoUpscaleWithModel"
],
{
"title_aux": "ComfyUI.Node.MediaSuite"
}
],
"https://github.com/Nienai666/comfyui-encrypt-image-main": [
[
"DecryptImageFromFile",
@ -3871,6 +3918,16 @@
"title_aux": "comfyui_flux_collection_advanced [WIP]"
}
],
"https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": [
[
"FilmGrainVFX",
"SaveImageCustom",
"SelectCustomResolutions"
],
{
"title_aux": "comfyui_flowrider_nodes [UNSAFE]"
}
],
"https://github.com/Symbiomatrix/Comfyui-Sort-Files": [
[
"ImageSaverSBM",
@ -4153,6 +4210,15 @@
"title_aux": "ComfyUI_LLM_Are_You_Listening [WIP]"
}
],
"https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": [
[
"File",
"Find"
],
{
"title_aux": "comfyui-sequential-prompt-file [UNSAFE]"
}
],
"https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": [
[
"GenerateEditedImage",
@ -10087,6 +10153,14 @@
"title_aux": "ComfyUI-Pin"
}
],
"https://github.com/sk-palani/ComfyUI_Simpler": [
[
"Image_Preparations"
],
{
"title_aux": "ComfyUI_Simpler"
}
],
"https://github.com/slezica/comfyui-personal": [
[
"GenerateImage",
@ -10908,6 +10982,7 @@
"https://github.com/watarika/ComfyUI-exit": [
[
"ExitComfyUI",
"ExitWhenLastBatchConfirm",
"FetchApi"
],
{

View File

@ -284,6 +284,11 @@
"last_update": "2025-08-16 14:12:10",
"author_account_age_days": 639
},
"https://github.com/BizaNator/BrainDead_QwenCharacterEditor": {
"stars": 0,
"last_update": "2025-09-29 01:04:46",
"author_account_age_days": 3518
},
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": {
"stars": 1,
"last_update": "2023-12-10 04:01:19",
@ -984,6 +989,11 @@
"last_update": "2025-05-05 15:05:27",
"author_account_age_days": 1346
},
"https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": {
"stars": 0,
"last_update": "2025-09-29 00:08:16",
"author_account_age_days": 0
},
"https://github.com/NicholasKao1029/comfyui-hook": {
"stars": 0,
"last_update": "2024-03-07 05:50:56",
@ -1324,6 +1334,11 @@
"last_update": "2025-04-28 02:49:48",
"author_account_age_days": 272
},
"https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": {
"stars": 0,
"last_update": "2025-09-28 11:01:38",
"author_account_age_days": 681
},
"https://github.com/Suzu008/ComfyUI-TTYd": {
"stars": 0,
"last_update": "2025-09-24 07:15:53",
@ -1454,6 +1469,11 @@
"last_update": "2025-02-21 00:35:03",
"author_account_age_days": 998
},
"https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": {
"stars": 0,
"last_update": "2025-09-28 01:37:36",
"author_account_age_days": 1719
},
"https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": {
"stars": 11,
"last_update": "2025-04-29 07:36:52",
@ -1894,6 +1914,11 @@
"last_update": "2025-01-22 03:02:05",
"author_account_age_days": 992
},
"https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat": {
"stars": 0,
"last_update": "2025-09-29 03:19:43",
"author_account_age_days": 4757
},
"https://github.com/celll1/cel_sampler": {
"stars": 1,
"last_update": "2024-11-20 13:04:54",
@ -3704,6 +3729,11 @@
"last_update": "2025-07-21 18:06:00",
"author_account_age_days": 72
},
"https://github.com/sk-palani/ComfyUI_Simpler": {
"stars": 0,
"last_update": "2025-09-28 10:02:44",
"author_account_age_days": 1528
},
"https://github.com/slezica/comfyui-personal": {
"stars": 0,
"last_update": "2025-09-27 03:26:09",

View File

@ -11,6 +11,56 @@
"install_type": "git-clone",
"description": "VNCCS is a comprehensive tool for creating character sprites for visual novels."
},
{
"author": "ttulttul",
"title": "ComfyUI Qwen Rectified Flow Tools",
"reference": "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter",
"files": [
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter"
],
"install_type": "git-clone",
"description": "This custom node pack for ComfyUI provides a suite of advanced tools for performing 'invert-and-resample' workflows with Rectified Flow models like Qwen-VL. It allows you to take an existing image, convert it to a noisy latent using a guided inversion process, and then use that latent as a starting point to generate creative, high-quality variations."
},
{
"author": "J-ChenX",
"title": "NIX ComfyUI Plugin",
"reference": "https://github.com/J-ChenX/ComfyUI-NIX",
"files": [
"https://github.com/J-ChenX/ComfyUI-NIX"
],
"install_type": "git-clone",
"description": "A collection of plugins for ComfyUI that provides a variety of useful nodes (batch path loading, rotate & crop, mask crop & composition, proportional scaling, slicing, string utilities, arbitrary type switching, image inference, etc.)."
},
{
"author": "gregory-richard",
"title": "WarpPipe Nodes",
"reference": "https://github.com/gregory-richard/ComfyUI-WarpPipe",
"files": [
"https://github.com/gregory-richard/ComfyUI-WarpPipe"
],
"install_type": "git-clone",
"description": "WarpPipe - A data bundling and transfer system for ComfyUI workflows"
},
{
"author": "abdullahceylan",
"title": "AC ComfyUI Queue Manager",
"reference": "https://github.com/abdullahceylan/ac-comfyui-queue-manager",
"files": [
"https://github.com/abdullahceylan/ac-comfyui-queue-manager"
],
"install_type": "git-clone",
"description": "A comprehensive queue management system for ComfyUI workflows"
},
{
"author": "wzken",
"title": "Steganos Node for ComfyUI",
"reference": "https://github.com/wzken/ComfyUI-Steganos-Node",
"files": [
"https://github.com/wzken/ComfyUI-Steganos-Node"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to hide a video file within a PNG image using a file concatenation technique. The resulting image can be viewed as a normal picture, but a standard unzip tool can extract the hidden video from it."
},
{
"title": "RC Image Compositor",
"author": "kj863257",
@ -647,66 +697,6 @@
],
"install_type": "git-clone",
"description": "Fix Nov. 2024, Davemane42's Custom Node for ComfyUI"
},
{
"author": "len-ml",
"title": "comfyui_qwen_image_edit_adv",
"reference": "https://github.com/lenML/comfyui_qwen_image_edit_adv",
"files": [
"https://github.com/lenML/comfyui_qwen_image_edit_adv"
],
"install_type": "git-clone",
"description": "Improved qwen image editing accuracy"
},
{
"author": "swfxliyiyu",
"title": "ComfyUI-FastVideo",
"reference": "https://github.com/swfxliyiyu/ComfyUI-FastVideo",
"files": [
"https://github.com/swfxliyiyu/ComfyUI-FastVideo"
],
"install_type": "git-clone",
"description": "A custom node suite for ComfyUI that provides accelerated video generation using [a/FastVideo](https://github.com/hao-ai-labs/FastVideo). See the blog post about FastVideo V1 to learn more."
},
{
"author": "dzy1128",
"title": "Seedream Image Generate ComfyUI Node",
"reference": "https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI",
"files": [
"https://github.com/dzy1128/Seedream-Image-Generate-ComfyUI"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node based on the Volcano Engine Doubao large model Seedream API, designed for high-quality image generation."
},
{
"author": "darkamenosa",
"title": "Enhanced Image Composite Masked",
"reference": "https://github.com/darkamenosa/comfy_inpaint_blend",
"files": [
"https://github.com/darkamenosa/comfy_inpaint_blend"
],
"install_type": "git-clone",
"description": "Seamless inpainting for image-space models like Google Nano Banana and ByteDance Seedream 4. Fixes color mismatches using Poisson blending."
},
{
"author": "nakagawadev",
"title": "comfyui_nakagawa",
"reference": "https://github.com/nakagawadev/comfyui_nakagawa",
"files": [
"https://github.com/nakagawadev/comfyui_nakagawa"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that send video data through websockets instead of saving to disk."
},
{
"author": "Ian2073",
"title": "ComfyUI-MyLLMNode",
"reference": "https://github.com/Ian2073/ComfyUI-MyLLMnode",
"files": [
"https://github.com/Ian2073/ComfyUI-MyLLMnode"
],
"install_type": "git-clone",
"description": "Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names."
}
]
}

View File

@ -7787,6 +7787,27 @@
"title_aux": "ComfyUI_Qwen2-VL-Instruct"
}
],
"https://github.com/J-ChenX/ComfyUI-NIX": [
[
"NIX_ImageComposite",
"NIX_ImageInference",
"NIX_ImageTile",
"NIX_ImageUpscaleProportionally",
"NIX_MaskCrop",
"NIX_MaskNull",
"NIX_PathLoading",
"NIX_RotateCrop",
"NIX_RotateImage",
"NIX_SaveImage",
"NIX_StringMatch",
"NIX_StringMatcher",
"NIX_SwitchAnything",
"NIX_XYGridMapper"
],
{
"title_aux": "NIX ComfyUI Plugin"
}
],
"https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": [
[
"DictBus",
@ -17045,6 +17066,14 @@
"title_aux": "DeepExtract"
}
],
"https://github.com/abdullahceylan/ac-comfyui-queue-manager": [
[
"QueueManagerNode"
],
{
"title_aux": "AC ComfyUI Queue Manager"
}
],
"https://github.com/aburahamu/ComfyUI-IsNiceParts": [
[
"NiceHand"
@ -26559,6 +26588,8 @@
"MonoClip_node",
"PixelArt_node",
"RandomOrgTrueRandomNumber_node",
"RandomOrgV2TrueRandomNumber",
"RandomOrgV2TrueRandomNumber_node",
"VAEDecodePreview_node",
"image2contrastMask_node",
"image2imbgg_node",
@ -26607,6 +26638,16 @@
"title_aux": "Janus-Pro ComfyUI Plugin"
}
],
"https://github.com/gregory-richard/ComfyUI-WarpPipe": [
[
"Unwarp",
"Warp",
"custom_nodes"
],
{
"title_aux": "WarpPipe Nodes"
}
],
"https://github.com/gremlation/ComfyUI-ImageLabel": [
[
"gremlation:ComfyUI-ImageLabel:ImageLabel"
@ -33802,7 +33843,7 @@
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
[
"ComfyUI Folder Paths | sokes \ud83e\uddac",
"Current Date & Time | sokes \ud83e\uddac",
"Current Date and Time | sokes \ud83e\uddac",
"Generate Random Background | sokes \ud83e\uddac",
"Get Files in Folder with Extension | sokes \ud83e\uddac",
"Hex Color Swatch | sokes \ud83e\uddac",
@ -41759,6 +41800,18 @@
"title_aux": "ComfyUI-load-image-from-url"
}
],
"https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": [
[
"LatentAddNoise",
"LatentForwardDiffusion",
"LatentGaussianBlur",
"LatentHybridInverter",
"QwenRectifiedFlowInverter"
],
{
"title_aux": "ComfyUI Qwen Rectified Flow Tools"
}
],
"https://github.com/ttulttul/ComfyUI-Iterative-Mixer": [
[
"Batch Unsampler",
@ -43158,6 +43211,14 @@
"title_aux": "ComfyUI Pause Workflow Node"
}
],
"https://github.com/wzken/ComfyUI-Steganos-Node": [
[
"SteganosNode"
],
{
"title_aux": "Steganos Node for ComfyUI"
}
],
"https://github.com/xXAdonesXx/NodeGPT": [
[
"AppendAgent",