update DB

This commit is contained in:
Dr.Lt.Data 2025-07-02 21:38:06 +09:00
parent c855308162
commit eba41c8693
8 changed files with 2450 additions and 2295 deletions

View File

@ -13102,6 +13102,16 @@
"install_type": "git-clone",
"description": "NODES: Extract Displacement Map Node, Displace Logo"
},
{
"author": "risunobushi",
"title": "ComfyUI_sm4ll-Wrapper",
"reference": "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper",
"files": [
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates with the sm4ll-VTON API for virtual try-on functionality."
},
{
"author": "zohac",
"title": "ComfyUI_ZC_DrawShape",
@ -28516,6 +28526,27 @@
"install_type": "git-clone",
"description": "DiffusionLight (Turbo) implemented in ComfyUI"
},
{
"author": "sunx.ai",
"title": "SunxAI Custom Nodes for ComfyUI",
"id": "comfyui_sun_nodes",
"reference": "https://github.com/upseem/comfyui_sun_nodes",
"files": [
"https://github.com/upseem/comfyui_sun_nodes"
],
"install_type": "git-clone",
"description": "A set of custom nodes developed by SunxAI for ComfyUI, including image loop processing and more. "
},
{
"author": "set-soft",
"title": "Audio Separation",
"reference": "https://github.com/set-soft/AudioSeparation",
"files": [
"https://github.com/set-soft/AudioSeparation"
],
"install_type": "git-clone",
"description": "Audio separation (demixing) using AI. Separating Voices, Instruments, Bass, Drums, etc. CLI and ComfyUI"
},
@ -28936,17 +28967,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "sunx.ai",
"title": "SunxAI Custom Nodes for ComfyUI",
"id": "comfyui_sun_nodes",
"reference": "https://github.com/upseem/comfyui_sun_nodes",
"files": [
"https://github.com/upseem/comfyui_sun_nodes"
],
"install_type": "git-clone",
"description": "A set of custom nodes developed by SunxAI for ComfyUI, including image loop processing and more. "
}
]
}

View File

@ -135,12 +135,15 @@
"AILab_ImageCompare",
"AILab_ImageCrop",
"AILab_ImageMaskConvert",
"AILab_ImageMaskResize",
"AILab_ImagePreview",
"AILab_ImageStitch",
"AILab_LamaRemover",
"AILab_LoadImage",
"AILab_MaskCombiner",
"AILab_MaskEnhancer",
"AILab_MaskExtractor",
"AILab_MaskOverlay",
"AILab_MaskPreview",
"AILab_Preview",
"BiRefNetRMBG",
@ -601,6 +604,7 @@
"Accurate_mask_clipping",
"Any_Pipe",
"ApplyEasyOCR_batch",
"AudioDuration_wan",
"Batch_Average",
"Bilateral_Filter",
"ColorData_HSV_Capture",
@ -622,7 +626,6 @@
"Determine_Type",
"Folder_Operations_CH",
"Graphics_Detection_Reference",
"ImageChannelBus",
"ImageCompositeMask_Adv",
"ListMerger",
"Load_Image_Adv",
@ -630,6 +633,7 @@
"Mask_Detection",
"PrimitiveNode",
"Random_Select_Prompt",
"Robust_Imager_Merge",
"Run_BEN_v2",
"Run_torchvision_model",
"Sam2AutoSegmentation_data",
@ -643,7 +647,6 @@
"Select_Images_Batch",
"Split_Path",
"Str_Append",
"ToImageListData",
"Video_Fade",
"Video_MaskBasedSplit",
"Video_OverlappingSeparation_test",
@ -21641,7 +21644,8 @@
],
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
[
"MultiSaveImage"
"MultiSaveImage",
"SimpleLLMNode"
],
{
"title_aux": "MultiSaveImage Node"
@ -27071,6 +27075,7 @@
[
"BarcodeGeneratorNode",
"Barcode_seed",
"DeepseekNode",
"Go_to_image",
"GradioInputImage",
"GradioTextBad",
@ -29807,9 +29812,11 @@
"InvertSigmas",
"LogNormal Scheduler",
"OffsetSigmas",
"Parametric Peak #1",
"PerpNegScheduledCFGGuider",
"PredefinedExponent",
"PredefinedLogarithm",
"ScaleToRange",
"ScheduledCFGGuider",
"SigmasToPower",
"SplitSigmasByValue",
@ -32626,6 +32633,14 @@
"title_aux": "ComfyUI_DisplacementMapTools"
}
],
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
[
"VTONAPINode"
],
{
"title_aux": "ComfyUI_sm4ll-Wrapper"
}
],
"https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [
[
"FrequencyCombination",
@ -36014,6 +36029,15 @@
"title_aux": "unwdef-nodes"
}
],
"https://github.com/upseem/comfyui_sun_nodes": [
[
"SunxAI_BatchImageLoopCloseChen",
"SunxAI_BatchImageLoopOpenChen"
],
{
"title_aux": "SunxAI Custom Nodes for ComfyUI"
}
],
"https://github.com/usrname0/comfyui-holdup": [
[
"HoldUp"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "orion4d",
"title": "Unified List Selector for ComfyUI [UNSAFE]",
"reference": "https://github.com/orion4d/ComfyUI_unified_list_selector",
"files": [
"https://github.com/orion4d/ComfyUI_unified_list_selector"
],
"install_type": "git-clone",
"description": "This project is a custom node for ComfyUI that allows you to dynamically load lists from text (.txt) or CSV (.csv) files and select an item to use in your workflow. It features a manual selection mode (via a dropdown list) and a random selection mode, as well as the ability to add prefixes and suffixes to the selected text.[w/This node pack contains a node with a vulnerability that allows reading files from arbitrary paths.]"
},
{
"author": "DiffusionWave-YT",
"title": "DiffusionWave_PickResolution [WIP]",
"reference": "https://github.com/kongds1999/ComfyUI_was_image",
"files": [
"https://github.com/kongds1999/ComfyUI_was_image"
],
"install_type": "git-clone",
"description": "NODES: Replace Color By Palette, ConvertGrayToImage\nNOTE: The files in the repo are not organized."
},
{
"author": "zl9739379",
"title": "ComfyUI Qwen Vision Language API Node [NAME CONFLICT]",
"reference": "https://github.com/zl9739379/comfyui-qwen-vl-api",
"files": [
"https://github.com/zl9739379/comfyui-qwen-vl-api"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for describing images using Qwen Vision Language models through OpenAI-compatible APIs."
},
{
"author": "bikiam",
"title": "ComfyUi_WhisperGTranslate",

View File

@ -3951,7 +3951,8 @@
],
"https://github.com/artifyfun/ComfyUI-JS": [
[
"JavascriptExecutor"
"JavascriptExecutor",
"JavascriptExecutorMultiOutput"
],
{
"title_aux": "ComfyUI-JS [UNSAFE]"
@ -4336,7 +4337,7 @@
"https://github.com/bulldog68/ComfyUI_FMJ": [
[
"FMJCreaPrompt",
"FMJKontex"
"FMJKontext"
],
{
"title_aux": "ComfyUI_FMJ [WIP]"
@ -6718,6 +6719,15 @@
"title_aux": "KayTool"
}
],
"https://github.com/kongds1999/ComfyUI_was_image": [
[
"ConvertGrayToImage",
"Replace Color By Palette"
],
{
"title_aux": "DiffusionWave_PickResolution [WIP]"
}
],
"https://github.com/krich-cto/ComfyUI-Flow-Control": [
[
"CLIPLoaderGGUF",
@ -7697,6 +7707,14 @@
"title_aux": "ComfyUI_Cluster [WIP]"
}
],
"https://github.com/orion4d/ComfyUI_unified_list_selector": [
[
"UnifiedListSelector"
],
{
"title_aux": "Unified List Selector for ComfyUI [UNSAFE]"
}
],
"https://github.com/osuiso-depot/comfyui-keshigom_custom": [
[
"KANI_Checkpoint_Loader_From_String",
@ -9545,6 +9563,14 @@
"title_aux": "comfyui_MetalFX [WIP]"
}
],
"https://github.com/zl9739379/comfyui-qwen-vl-api": [
[
"VL_QwenDescribeImage"
],
{
"title_aux": "ComfyUI Qwen Vision Language API Node [NAME CONFLICT]"
}
],
"https://github.com/zyd232/ComfyUI-zyd232-Nodes": [
[
"zyd232 ImagesPixelsCompare",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,36 @@
{
"custom_nodes": [
{
"author": "set-soft",
"title": "Audio Separation",
"reference": "https://github.com/set-soft/AudioSeparation",
"files": [
"https://github.com/set-soft/AudioSeparation"
],
"install_type": "git-clone",
"description": "Audio separation (demixing) using AI. Separating Voices, Instruments, Bass, Drums, etc. CLI and ComfyUI"
},
{
"author": "sunx.ai",
"title": "SunxAI Custom Nodes for ComfyUI",
"id": "comfyui_sun_nodes",
"reference": "https://github.com/upseem/comfyui_sun_nodes",
"files": [
"https://github.com/upseem/comfyui_sun_nodes"
],
"install_type": "git-clone",
"description": "A set of custom nodes developed by SunxAI for ComfyUI, including image loop processing and more. "
},
{
"author": "risunobushi",
"title": "ComfyUI_sm4ll-Wrapper",
"reference": "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper",
"files": [
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that integrates with the sm4ll-VTON API for virtual try-on functionality."
},
{
"author": "DiffusionLight",
"title": "DiffusionLight-ComfyUI",
@ -161,6 +192,16 @@
"install_type": "git-clone",
"description": "utilitaires pour ComfyUI, conçue pour effectuer des calculs et des conversions"
},
{
"author": "orion4d",
"title": "ComfyUI Illusion & Pattern Nodes",
"reference": "https://github.com/orion4d/illusion_node",
"files": [
"https://github.com/orion4d/illusion_node"
],
"install_type": "git-clone",
"description": "This repository contains a collection of custom nodes for ComfyUI, designed for generating various patterns, optical illusions, and performing related image manipulations. All nodes are categorized under 'illusion' in the ComfyUI menu."
},
{
"author": "aoliao",
"title": "ComfyUI ElevenLabs API integration",
@ -594,16 +635,6 @@
"install_type": "git-clone",
"description": "Custom node to extract the colors in an image as a palette for use with ComfyUI-PixelArt-Detector"
},
{
"author": "orion4d",
"title": "ComfyUI Illusion & Pattern Nodes",
"reference": "https://github.com/orion4d/illusion_node",
"files": [
"https://github.com/orion4d/illusion_node"
],
"install_type": "git-clone",
"description": "This repository contains a collection of custom nodes for ComfyUI, designed for generating various patterns, optical illusions, and performing related image manipulations. All nodes are categorized under 'illusion' in the ComfyUI menu."
},
{
"author": "lucak5s",
"title": "ComfyUI GFPGAN",
@ -665,36 +696,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI nodes for the project AI for Arts Education"
},
{
"author": "DebugPadawan",
"title": "DebugPadawan's ComfyUI Essentials",
"reference": "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials",
"files": [
"https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials"
],
"install_type": "git-clone",
"description": "Essential custom nodes for ComfyUI workflows"
},
{
"author": "rookiepsi",
"title": "Blur Mask",
"reference": "https://github.com/rookiepsi/comfypsi_blur_mask",
"files": [
"https://github.com/rookiepsi/comfypsi_blur_mask"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that applies a Gaussian blur to a mask."
},
{
"author": "dseditor",
"title": "ComfyUI-ListHelper",
"reference": "https://github.com/dseditor/ComfyUI-ListHelper",
"files": [
"https://github.com/dseditor/ComfyUI-ListHelper"
],
"install_type": "git-clone",
"description": "The ListHelper collection is a comprehensive set of custom nodes for ComfyUI that provides powerful list manipulation capabilities. This collection includes audio processing, text splitting, and number generation tools for enhanced workflow automation."
}
]
}

View File

@ -135,12 +135,15 @@
"AILab_ImageCompare",
"AILab_ImageCrop",
"AILab_ImageMaskConvert",
"AILab_ImageMaskResize",
"AILab_ImagePreview",
"AILab_ImageStitch",
"AILab_LamaRemover",
"AILab_LoadImage",
"AILab_MaskCombiner",
"AILab_MaskEnhancer",
"AILab_MaskExtractor",
"AILab_MaskOverlay",
"AILab_MaskPreview",
"AILab_Preview",
"BiRefNetRMBG",
@ -601,6 +604,7 @@
"Accurate_mask_clipping",
"Any_Pipe",
"ApplyEasyOCR_batch",
"AudioDuration_wan",
"Batch_Average",
"Bilateral_Filter",
"ColorData_HSV_Capture",
@ -622,7 +626,6 @@
"Determine_Type",
"Folder_Operations_CH",
"Graphics_Detection_Reference",
"ImageChannelBus",
"ImageCompositeMask_Adv",
"ListMerger",
"Load_Image_Adv",
@ -630,6 +633,7 @@
"Mask_Detection",
"PrimitiveNode",
"Random_Select_Prompt",
"Robust_Imager_Merge",
"Run_BEN_v2",
"Run_torchvision_model",
"Sam2AutoSegmentation_data",
@ -643,7 +647,6 @@
"Select_Images_Batch",
"Split_Path",
"Str_Append",
"ToImageListData",
"Video_Fade",
"Video_MaskBasedSplit",
"Video_OverlappingSeparation_test",
@ -21641,7 +21644,8 @@
],
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
[
"MultiSaveImage"
"MultiSaveImage",
"SimpleLLMNode"
],
{
"title_aux": "MultiSaveImage Node"
@ -27071,6 +27075,7 @@
[
"BarcodeGeneratorNode",
"Barcode_seed",
"DeepseekNode",
"Go_to_image",
"GradioInputImage",
"GradioTextBad",
@ -29807,9 +29812,11 @@
"InvertSigmas",
"LogNormal Scheduler",
"OffsetSigmas",
"Parametric Peak #1",
"PerpNegScheduledCFGGuider",
"PredefinedExponent",
"PredefinedLogarithm",
"ScaleToRange",
"ScheduledCFGGuider",
"SigmasToPower",
"SplitSigmasByValue",
@ -32626,6 +32633,14 @@
"title_aux": "ComfyUI_DisplacementMapTools"
}
],
"https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": [
[
"VTONAPINode"
],
{
"title_aux": "ComfyUI_sm4ll-Wrapper"
}
],
"https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": [
[
"FrequencyCombination",
@ -36014,6 +36029,15 @@
"title_aux": "unwdef-nodes"
}
],
"https://github.com/upseem/comfyui_sun_nodes": [
[
"SunxAI_BatchImageLoopCloseChen",
"SunxAI_BatchImageLoopOpenChen"
],
{
"title_aux": "SunxAI Custom Nodes for ComfyUI"
}
],
"https://github.com/usrname0/comfyui-holdup": [
[
"HoldUp"