From a07b969206f293dda661153673089a1af605d797 Mon Sep 17 00:00:00 2001 From: Aleksander Majda Date: Mon, 18 Mar 2024 17:13:49 +0100 Subject: [PATCH 01/13] add Image Text Overlay Node to the custom-node-list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 149df958..f9872d51 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6545,6 +6545,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Big Idea Technology", + "title": "Image Text Overlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." } ] } From a4489c18ba1a89b28cc43a5732afc6a1059ba902 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 19 Mar 2024 09:36:14 +0900 Subject: [PATCH 02/13] update DB --- custom-node-list.json | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 149df958..0d77d775 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -59,6 +59,56 @@ "files": [ "https://github.com/Fannovel16/comfyui_controlnet_aux" ], + "preemptions":[ + "AIO_Preprocessor", + "AnimalPosePreprocessor", + "AnimeFace_SemSegPreprocessor", + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "BinaryPreprocessor", + "CannyEdgePreprocessor", + "ColorPreprocessor", + "DSINE-NormalMapPreprocessor", + "DWPreprocessor", + "DensePosePreprocessor", + "DepthAnythingPreprocessor", + "DiffusionEdge_Preprocessor", + "FacialPartColoringFromPoseKps", + "FakeScribblePreprocessor", + "HEDPreprocessor", + "HintImageEnchance", + "ImageGenResolutionFromImage", + "ImageGenResolutionFromLatent", + "ImageIntensityDetector", + "ImageLuminanceDetector", + "InpaintPreprocessor", + "LeReS-DepthMapPreprocessor", + "LineArtPreprocessor", + "LineartStandardPreprocessor", + "M-LSDPreprocessor", + "Manga2Anime_LineArt_Preprocessor", + "MaskOptFlow", + "MediaPipe-FaceMeshPreprocessor", + "MeshGraphormer-DepthMapPreprocessor", + "MiDaS-DepthMapPreprocessor", + "MiDaS-NormalMapPreprocessor", + "OneFormer-ADE20K-SemSegPreprocessor", + "OneFormer-COCO-SemSegPreprocessor", + "OpenposePreprocessor", + "PiDiNetPreprocessor", + "PixelPerfectResolution", + "SAMPreprocessor", + "SavePoseKpsAsJsonFile", + "ScribblePreprocessor", + "Scribble_XDoG_Preprocessor", + "SemSegPreprocessor", + "ShufflePreprocessor", + "TEEDPreprocessor", + "TilePreprocessor", + "UniFormer-SemSegPreprocessor", + "Unimatch_OptFlowPreprocessor", + "Zoe-DepthMapPreprocessor", + "Zoe_DepthAnythingPreprocessor"], "install_type": "git-clone", "description": "This is a rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't appear in v1.1. [w/NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.]" }, From 48c2422600fa4ff4bb72a2095e5a034ee803364f Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 19 Mar 2024 09:48:24 +0900 Subject: [PATCH 03/13] update DB --- custom-node-list.json | 20 ++++---- extension-node-map.json | 71 ++++++++++++++++++++++++++++- node_db/new/custom-node-list.json | 12 ++++- node_db/new/extension-node-map.json | 71 ++++++++++++++++++++++++++++- 4 files changed, 159 insertions(+), 15 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 43b18230..e47c8624 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6228,6 +6228,16 @@ "install_type": "git-clone", "description": "Custom nodes for ComfyUI by Eagleshadow." }, + { + "author": "Big Idea Technology", + "title": "Image Text Overlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." + }, @@ -6595,16 +6605,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Big Idea Technology", - "title": "Image Text Overlay Node for ComfyUI", - "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", - "files": [ - "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" - ], - "install_type": "git-clone", - "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index c67319c7..38355753 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -460,7 +460,7 @@ "Image Text Overlay" ], { - "title_aux": "ImageTextOverlay Node for ComfyUI" + "title_aux": "Image Text Overlay Node for ComfyUI" } ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ @@ -1035,6 +1035,57 @@ ], { "author": "tstandley", + "preemptions": [ + "AIO_Preprocessor", + "AnimalPosePreprocessor", + "AnimeFace_SemSegPreprocessor", + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "BinaryPreprocessor", + "CannyEdgePreprocessor", + "ColorPreprocessor", + "DSINE-NormalMapPreprocessor", + "DWPreprocessor", + "DensePosePreprocessor", + "DepthAnythingPreprocessor", + "DiffusionEdge_Preprocessor", + "FacialPartColoringFromPoseKps", + "FakeScribblePreprocessor", + "HEDPreprocessor", + "HintImageEnchance", + "ImageGenResolutionFromImage", + "ImageGenResolutionFromLatent", + "ImageIntensityDetector", + "ImageLuminanceDetector", + "InpaintPreprocessor", + "LeReS-DepthMapPreprocessor", + "LineArtPreprocessor", + "LineartStandardPreprocessor", + "M-LSDPreprocessor", + "Manga2Anime_LineArt_Preprocessor", + "MaskOptFlow", + "MediaPipe-FaceMeshPreprocessor", + "MeshGraphormer-DepthMapPreprocessor", + "MiDaS-DepthMapPreprocessor", + "MiDaS-NormalMapPreprocessor", + "OneFormer-ADE20K-SemSegPreprocessor", + "OneFormer-COCO-SemSegPreprocessor", + "OpenposePreprocessor", + "PiDiNetPreprocessor", + "PixelPerfectResolution", + "SAMPreprocessor", + "SavePoseKpsAsJsonFile", + "ScribblePreprocessor", + "Scribble_XDoG_Preprocessor", + "SemSegPreprocessor", + "ShufflePreprocessor", + "TEEDPreprocessor", + "TilePreprocessor", + "UniFormer-SemSegPreprocessor", + "Unimatch_OptFlowPreprocessor", + "Zoe-DepthMapPreprocessor", + "Zoe_DepthAnythingPreprocessor" + ], "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1536,6 +1587,12 @@ "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", + "ADE_AdjustWeightAllAdd", + "ADE_AdjustWeightAllMult", + "ADE_AdjustWeightIndivAdd", + "ADE_AdjustWeightIndivAttnAdd", + "ADE_AdjustWeightIndivAttnMult", + "ADE_AdjustWeightIndivMult", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -3482,6 +3539,8 @@ "ImageColorPalette", "ImageFlipper", "ImagePixelPalette", + "ImageRGBPicker", + "ImageRGBSwapper", "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", @@ -4675,7 +4734,11 @@ ], "https://github.com/chaojie/ComfyUI-DragAnything": [ [ - "DragAnythingRun" + "DragAnythingRun", + "DragAnythingRunRandom", + "LoadText", + "SaveText", + "VHS_FILENAMES_STRING" ], { "title_aux": "ComfyUI-DragAnything" @@ -5241,6 +5304,7 @@ "RescaleCFG", "SDTurboScheduler", "SD_4XUpscale_Conditioning", + "SV3D_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMAdaptative", @@ -5279,6 +5343,7 @@ "VAESave", "VPScheduler", "VideoLinearCFGGuidance", + "VideoTriangleCFGGuidance", "unCLIPCheckpointLoader", "unCLIPConditioning" ], @@ -5818,6 +5883,7 @@ "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "CLIP_Interrogator", + "ConvertToGrayscale", "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", @@ -6802,6 +6868,7 @@ "ResizeMask", "ReverseImageBatch", "RoundMask", + "SV3D_BatchSchedule", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "SomethingToString", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 90f5f0ef..9d58a29a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,17 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, - + + { + "author": "Big Idea Technology", + "title": "Image Text Overlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." + }, { "author": "kijai", "title": "ComfyUI-DynamiCrafterWrapper", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c67319c7..38355753 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -460,7 +460,7 @@ "Image Text Overlay" ], { - "title_aux": "ImageTextOverlay Node for ComfyUI" + "title_aux": "Image Text Overlay Node for ComfyUI" } ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ @@ -1035,6 +1035,57 @@ ], { "author": "tstandley", + "preemptions": [ + "AIO_Preprocessor", + "AnimalPosePreprocessor", + "AnimeFace_SemSegPreprocessor", + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "BinaryPreprocessor", + "CannyEdgePreprocessor", + "ColorPreprocessor", + "DSINE-NormalMapPreprocessor", + "DWPreprocessor", + "DensePosePreprocessor", + "DepthAnythingPreprocessor", + "DiffusionEdge_Preprocessor", + "FacialPartColoringFromPoseKps", + "FakeScribblePreprocessor", + "HEDPreprocessor", + "HintImageEnchance", + "ImageGenResolutionFromImage", + "ImageGenResolutionFromLatent", + "ImageIntensityDetector", + "ImageLuminanceDetector", + "InpaintPreprocessor", + "LeReS-DepthMapPreprocessor", + "LineArtPreprocessor", + "LineartStandardPreprocessor", + "M-LSDPreprocessor", + "Manga2Anime_LineArt_Preprocessor", + "MaskOptFlow", + "MediaPipe-FaceMeshPreprocessor", + "MeshGraphormer-DepthMapPreprocessor", + "MiDaS-DepthMapPreprocessor", + "MiDaS-NormalMapPreprocessor", + "OneFormer-ADE20K-SemSegPreprocessor", + "OneFormer-COCO-SemSegPreprocessor", + "OpenposePreprocessor", + "PiDiNetPreprocessor", + "PixelPerfectResolution", + "SAMPreprocessor", + "SavePoseKpsAsJsonFile", + "ScribblePreprocessor", + "Scribble_XDoG_Preprocessor", + "SemSegPreprocessor", + "ShufflePreprocessor", + "TEEDPreprocessor", + "TilePreprocessor", + "UniFormer-SemSegPreprocessor", + "Unimatch_OptFlowPreprocessor", + "Zoe-DepthMapPreprocessor", + "Zoe_DepthAnythingPreprocessor" + ], "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1536,6 +1587,12 @@ "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", + "ADE_AdjustWeightAllAdd", + "ADE_AdjustWeightAllMult", + "ADE_AdjustWeightIndivAdd", + "ADE_AdjustWeightIndivAttnAdd", + "ADE_AdjustWeightIndivAttnMult", + "ADE_AdjustWeightIndivMult", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -3482,6 +3539,8 @@ "ImageColorPalette", "ImageFlipper", "ImagePixelPalette", + "ImageRGBPicker", + "ImageRGBSwapper", "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", @@ -4675,7 +4734,11 @@ ], "https://github.com/chaojie/ComfyUI-DragAnything": [ [ - "DragAnythingRun" + "DragAnythingRun", + "DragAnythingRunRandom", + "LoadText", + "SaveText", + "VHS_FILENAMES_STRING" ], { "title_aux": "ComfyUI-DragAnything" @@ -5241,6 +5304,7 @@ "RescaleCFG", "SDTurboScheduler", "SD_4XUpscale_Conditioning", + "SV3D_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMAdaptative", @@ -5279,6 +5343,7 @@ "VAESave", "VPScheduler", "VideoLinearCFGGuidance", + "VideoTriangleCFGGuidance", "unCLIPCheckpointLoader", "unCLIPConditioning" ], @@ -5818,6 +5883,7 @@ "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "CLIP_Interrogator", + "ConvertToGrayscale", "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", @@ -6802,6 +6868,7 @@ "ResizeMask", "ReverseImageBatch", "RoundMask", + "SV3D_BatchSchedule", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "SomethingToString", From fc4c017f0731123b2622d7114cf490a648fa0783 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 19 Mar 2024 10:00:18 +0900 Subject: [PATCH 04/13] update DB --- custom-node-list.json | 20 ++++++++++++++++++++ extension-node-map.json | 27 +++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 20 ++++++++++++++++++++ node_db/new/extension-node-map.json | 27 +++++++++++++++++++++++++++ 4 files changed, 94 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e47c8624..d5731382 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4376,6 +4376,16 @@ "install_type": "git-clone", "description": "This is a custom node that lets you use TripoSR right from ComfyUI.\n[a/TripoSR](https://github.com/VAST-AI-Research/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, collaboratively developed by Tripo AI and Stability AI. (TL;DR it creates a 3d model from an image.)" }, + { + "author": "flowtyone", + "title": "ComfyUI-Flowty-CRM", + "reference": "https://github.com/flowtyone/ComfyUI-Flowty-CRM", + "files": [ + "https://github.com/flowtyone/ComfyUI-Flowty-CRM" + ], + "install_type": "git-clone", + "description": "This is a custom node that lets you use Convolutional Reconstruction Models right from ComfyUI.\n[a/CRM](https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/) is a high-fidelity feed-forward single image-to-3D generative model." + }, { "author": "massao000", "title": "ComfyUI_aspect_ratios", @@ -6238,6 +6248,16 @@ "install_type": "git-clone", "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." }, + { + "author": "ArdeniusAI", + "title": "CPlus_Ardenius ComfyUI Control Box", + "reference": "https://github.com/ArdeniusAI/CPlus_Ardenius", + "files": [ + "https://github.com/ArdeniusAI/CPlus_Ardenius" + ], + "install_type": "git-clone", + "description": "1 node to have control over your workflow." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 38355753..c84859ab 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -316,6 +316,18 @@ "title_aux": "Jovimetrix Composition Nodes" } ], + "https://github.com/ArdeniusAI/CPlus_Ardenius": [ + [ + "Control_Box" + ], + { + "author": "AMA", + "description": "CPlus control box is designed to gather workflow variables into 1 node.", + "nickname": "Ardenius", + "title": "Ardenius", + "title_aux": "CPlus_Ardenius ComfyUI Control Box" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -6060,6 +6072,21 @@ "title_aux": "comfyui-prompt-composer" } ], + "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ + [ + "CCMSampler", + "CRMModelLoader", + "CRMModeler", + "CRMModelerCuda", + "CRMPoseSampler", + "CRMPoserConfig", + "CRMPreprocessForPoser", + "CRMViewer" + ], + { + "title_aux": "ComfyUI-Flowty-CRM" + } + ], "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": [ [ "LDSRModelLoader", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9d58a29a..292de048 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "flowtyone", + "title": "ComfyUI-Flowty-CRM", + "reference": "https://github.com/flowtyone/ComfyUI-Flowty-CRM", + "files": [ + "https://github.com/flowtyone/ComfyUI-Flowty-CRM" + ], + "install_type": "git-clone", + "description": "This is a custom node that lets you use Convolutional Reconstruction Models right from ComfyUI.\n[a/CRM](https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/) is a high-fidelity feed-forward single image-to-3D generative model." + }, { "author": "Big Idea Technology", "title": "Image Text Overlay Node for ComfyUI", @@ -20,6 +30,16 @@ "install_type": "git-clone", "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." }, + { + "author": "ArdeniusAI", + "title": "CPlus_Ardenius ComfyUI Control Box", + "reference": "https://github.com/ArdeniusAI/CPlus_Ardenius", + "files": [ + "https://github.com/ArdeniusAI/CPlus_Ardenius" + ], + "install_type": "git-clone", + "description": "1 node to have control over your workflow." + }, { "author": "kijai", "title": "ComfyUI-DynamiCrafterWrapper", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 38355753..c84859ab 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -316,6 +316,18 @@ "title_aux": "Jovimetrix Composition Nodes" } ], + "https://github.com/ArdeniusAI/CPlus_Ardenius": [ + [ + "Control_Box" + ], + { + "author": "AMA", + "description": "CPlus control box is designed to gather workflow variables into 1 node.", + "nickname": "Ardenius", + "title": "Ardenius", + "title_aux": "CPlus_Ardenius ComfyUI Control Box" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -6060,6 +6072,21 @@ "title_aux": "comfyui-prompt-composer" } ], + "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ + [ + "CCMSampler", + "CRMModelLoader", + "CRMModeler", + "CRMModelerCuda", + "CRMPoseSampler", + "CRMPoserConfig", + "CRMPreprocessForPoser", + "CRMViewer" + ], + { + "title_aux": "ComfyUI-Flowty-CRM" + } + ], "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": [ [ "LDSRModelLoader", From 7bf18a81d3d9578f3189e93b597a7db6a48dd782 Mon Sep 17 00:00:00 2001 From: KarryCharon Date: Tue, 19 Mar 2024 18:31:16 +0800 Subject: [PATCH 05/13] add comfyui-cup repo --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d5731382..ab116c79 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1669,6 +1669,16 @@ "install_type": "git-clone", "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails" }, + { + "author": "AIGODLIKE", + "title": "ComfyUI-CUP", + "reference": "https://github.com/AIGODLIKE/ComfyUI-CUP", + "files": [ + "https://github.com/AIGODLIKE/ComfyUI-CUP" + ], + "install_type": "git-clone", + "description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon." + }, { "author": "syllebra", "title": "BilboX's ComfyUI Custom Nodes", From 9d5def4abd3b6e7822a5085394daccef1910ef5e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 19 Mar 2024 22:43:06 +0900 Subject: [PATCH 06/13] update DB --- extension-node-map.json | 49 ++++++++++++++++++++++++----- node_db/new/extension-node-map.json | 49 ++++++++++++++++++++++++----- 2 files changed, 82 insertions(+), 16 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index c84859ab..47f7e3d8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -177,6 +177,30 @@ "title_aux": "ComfyUI_kkTranslator_nodes" } ], + "https://github.com/AIGODLIKE/ComfyUI-CUP": [ + [ + "Mask", + "OpenPose", + "OpenPoseCanny", + "OpenPoseDepth", + "OpenPoseFace", + "OpenPoseFull", + "OpenPoseFullExtraLimb", + "OpenPoseHand", + "OpenPoseKeyPose", + "OpenPoseLineart", + "OpenPoseMediaPipeFace", + "\u5b58\u50a8", + "\u5bfc\u5165", + "\u622a\u56fe", + "\u6750\u8d28\u56fe", + "\u8f93\u5165\u56fe\u50cf", + "\u9884\u89c8" + ], + { + "title_aux": "ComfyUI-CUP" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -260,6 +284,7 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", + "INPAINT_DenoiseToCompositingMask", "INPAINT_InpaintWithModel", "INPAINT_LoadFooocusInpaint", "INPAINT_LoadInpaintModel", @@ -840,7 +865,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1291,12 +1316,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -3025,6 +3048,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "main_scaled_paste", "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", @@ -3043,6 +3067,7 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", + "tri3d-luminosity-match", "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", @@ -3052,6 +3077,7 @@ "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", + "tri3d-scaled-paste", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -4746,6 +4772,9 @@ ], "https://github.com/chaojie/ComfyUI-DragAnything": [ [ + "DragAnythingLoader", + "DragAnythingPipelineRun", + "DragAnythingPipelineRunRandom", "DragAnythingRun", "DragAnythingRunRandom", "LoadText", @@ -5015,6 +5044,7 @@ "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", + "LayerUtility: TextJoin", "LayerUtility: XY to Percent" ], { @@ -6227,6 +6257,7 @@ "SAIStringRegexSearchMatch", "SAIStringRegexSearchReplace", "SaltAIStableVideoDiffusion", + "SaltInfo", "SaltInput", "SaltOutput" ], @@ -8460,6 +8491,7 @@ [ "3DImage", "AppInfo", + "ApplyVisualStylePrompting_", "AreaToMask", "CenterImage", "CharacterInText", @@ -8510,6 +8542,9 @@ "SpeechSynthesis", "SplitImage", "SplitLongMask", + "StyleAlignedBatchAlign_", + "StyleAlignedReferenceSampler_", + "StyleAlignedSampleReferenceLatents_", "SvgImage", "SwitchByIndex", "TESTNODE_", @@ -9791,9 +9826,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], @@ -9861,6 +9893,7 @@ ], "https://github.com/zhongpei/Comfyui_image2prompt": [ [ + "CLIP PromptConditioning|fofo", "Image2Text", "Image2TextWithTags", "LoadImage2TextModel", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c84859ab..47f7e3d8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -177,6 +177,30 @@ "title_aux": "ComfyUI_kkTranslator_nodes" } ], + "https://github.com/AIGODLIKE/ComfyUI-CUP": [ + [ + "Mask", + "OpenPose", + "OpenPoseCanny", + "OpenPoseDepth", + "OpenPoseFace", + "OpenPoseFull", + "OpenPoseFullExtraLimb", + "OpenPoseHand", + "OpenPoseKeyPose", + "OpenPoseLineart", + "OpenPoseMediaPipeFace", + "\u5b58\u50a8", + "\u5bfc\u5165", + "\u622a\u56fe", + "\u6750\u8d28\u56fe", + "\u8f93\u5165\u56fe\u50cf", + "\u9884\u89c8" + ], + { + "title_aux": "ComfyUI-CUP" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -260,6 +284,7 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", + "INPAINT_DenoiseToCompositingMask", "INPAINT_InpaintWithModel", "INPAINT_LoadFooocusInpaint", "INPAINT_LoadInpaintModel", @@ -840,7 +865,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1291,12 +1316,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -3025,6 +3048,7 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ + "main_scaled_paste", "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", @@ -3043,6 +3067,7 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", + "tri3d-luminosity-match", "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", @@ -3052,6 +3077,7 @@ "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", + "tri3d-scaled-paste", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -4746,6 +4772,9 @@ ], "https://github.com/chaojie/ComfyUI-DragAnything": [ [ + "DragAnythingLoader", + "DragAnythingPipelineRun", + "DragAnythingPipelineRunRandom", "DragAnythingRun", "DragAnythingRunRandom", "LoadText", @@ -5015,6 +5044,7 @@ "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", + "LayerUtility: TextJoin", "LayerUtility: XY to Percent" ], { @@ -6227,6 +6257,7 @@ "SAIStringRegexSearchMatch", "SAIStringRegexSearchReplace", "SaltAIStableVideoDiffusion", + "SaltInfo", "SaltInput", "SaltOutput" ], @@ -8460,6 +8491,7 @@ [ "3DImage", "AppInfo", + "ApplyVisualStylePrompting_", "AreaToMask", "CenterImage", "CharacterInText", @@ -8510,6 +8542,9 @@ "SpeechSynthesis", "SplitImage", "SplitLongMask", + "StyleAlignedBatchAlign_", + "StyleAlignedReferenceSampler_", + "StyleAlignedSampleReferenceLatents_", "SvgImage", "SwitchByIndex", "TESTNODE_", @@ -9791,9 +9826,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], @@ -9861,6 +9893,7 @@ ], "https://github.com/zhongpei/Comfyui_image2prompt": [ [ + "CLIP PromptConditioning|fofo", "Image2Text", "Image2TextWithTags", "LoadImage2TextModel", From ca17ea782ad61bbdbee3ebe824d9ba26d67e2b4b Mon Sep 17 00:00:00 2001 From: chaojie Date: Tue, 19 Mar 2024 21:57:14 +0800 Subject: [PATCH 07/13] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ab116c79..88471b62 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4436,6 +4436,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-Open-Sora", + "reference": "https://github.com/chaojie/ComfyUI-Open-Sora", + "files": [ + "https://github.com/chaojie/ComfyUI-Open-Sora" + ], + "install_type": "git-clone", + "description": "ComfyUI Open Sora" + }, { "author": "chaojie", "title": "ComfyUI-Trajectory", From 20b8aa8e7f4062ac8ea854f1dee9803b6265d207 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 19 Mar 2024 23:13:11 +0900 Subject: [PATCH 08/13] update DB --- extension-node-map.json | 10 ++++++++++ node_db/new/custom-node-list.json | 20 ++++++++++++++++++++ node_db/new/extension-node-map.json | 10 ++++++++++ 3 files changed, 40 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index 47f7e3d8..6adc9d22 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4898,6 +4898,16 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chaojie/ComfyUI-Open-Sora": [ + [ + "OpenSoraLoader", + "OpenSoraRun", + "OpenSoraSampler" + ], + { + "title_aux": "ComfyUI-Open-Sora" + } + ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ "Panda3dAmbientLight", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 292de048..c644d45d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "chaojie", + "title": "ComfyUI-Open-Sora", + "reference": "https://github.com/chaojie/ComfyUI-Open-Sora", + "files": [ + "https://github.com/chaojie/ComfyUI-Open-Sora" + ], + "install_type": "git-clone", + "description": "ComfyUI Open Sora" + }, + { + "author": "AIGODLIKE", + "title": "ComfyUI-CUP", + "reference": "https://github.com/AIGODLIKE/ComfyUI-CUP", + "files": [ + "https://github.com/AIGODLIKE/ComfyUI-CUP" + ], + "install_type": "git-clone", + "description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon." + }, { "author": "flowtyone", "title": "ComfyUI-Flowty-CRM", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 47f7e3d8..6adc9d22 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4898,6 +4898,16 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], + "https://github.com/chaojie/ComfyUI-Open-Sora": [ + [ + "OpenSoraLoader", + "OpenSoraRun", + "OpenSoraSampler" + ], + { + "title_aux": "ComfyUI-Open-Sora" + } + ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ "Panda3dAmbientLight", From dd34e5d769d97586ba3da74bc98651c9ff13556c Mon Sep 17 00:00:00 2001 From: ZHO-ZHO-ZHO <140084057+ZHO-ZHO-ZHO@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:44:40 +0800 Subject: [PATCH 09/13] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 88471b62..44520461 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10,6 +10,16 @@ "install_type": "git-clone", "description": "ComfyUI-Manager itself is also a custom node." }, + { + "author": "ZHO-ZHO-ZHO", + "title": "APISR IN COMFYUI", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of APISR for ComfyUI, both image and video" + }, { "author": "Dr.Lt.Data", "title": "ComfyUI Impact Pack", From 82a45e76b56fbb3f448b277fafaf0904a9fb5040 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 20 Mar 2024 10:36:48 +0900 Subject: [PATCH 10/13] update DB --- custom-node-list.json | 20 ++-- extension-node-map.json | 24 +++- node_db/new/custom-node-list.json | 180 ++-------------------------- node_db/new/extension-node-map.json | 24 +++- 4 files changed, 60 insertions(+), 188 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 44520461..0fa538ea 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10,16 +10,6 @@ "install_type": "git-clone", "description": "ComfyUI-Manager itself is also a custom node." }, - { - "author": "ZHO-ZHO-ZHO", - "title": "APISR IN COMFYUI", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of APISR for ComfyUI, both image and video" - }, { "author": "Dr.Lt.Data", "title": "ComfyUI Impact Pack", @@ -3282,6 +3272,16 @@ "install_type": "git-clone", "description": "Nodes:YouTube Video Loader. Custom ComfyUI Nodes for video generation" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "APISR IN COMFYUI", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of APISR for ComfyUI, both image and video" + }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI-Text_Image-Composite [WIP]", diff --git a/extension-node-map.json b/extension-node-map.json index 6adc9d22..e1acc512 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -865,7 +865,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1316,10 +1316,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -3700,6 +3702,16 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ + [ + "APISR_Lterative_Zho", + "APISR_ModelLoader_Zho", + "APISR_Zho" + ], + { + "title_aux": "APISR IN COMFYUI" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -6269,7 +6281,8 @@ "SaltAIStableVideoDiffusion", "SaltInfo", "SaltInput", - "SaltOutput" + "SaltOutput", + "ScheduledImageAdjust" ], { "title_aux": "SaltAI-Open-Resources" @@ -9836,6 +9849,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c644d45d..a5e09bef 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ZHO-ZHO-ZHO", + "title": "APISR IN COMFYUI", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of APISR for ComfyUI, both image and video" + }, { "author": "chaojie", "title": "ComfyUI-Open-Sora", @@ -681,176 +691,6 @@ ], "install_type": "git-clone", "description": "Nodes:Generate Stable Diffsution Prompt With LLM, Translate Text With LLM, Chat With LLM" - }, - { - "author": "Alysondao", - "title": "Comfyui-Yolov8-JSON", - "reference": "https://github.com/Alysondao/Comfyui-Yolov8-JSON", - "files": [ - "https://github.com/Alysondao/Comfyui-Yolov8-JSON" - ], - "install_type": "git-clone", - "description": "This node is mainly based on the Yolov8 model for object detection, and it outputs related images, masks, and JSON information." - }, - { - "author": "holchan", - "title": "ComfyUI-ModelDownloader", - "reference": "https://github.com/holchan/ComfyUI-ModelDownloader", - "files": [ - "https://github.com/holchan/ComfyUI-ModelDownloader" - ], - "install_type": "git-clone", - "description": "A ComfyUI node to download models(Checkpoints and LoRA) from external links and act as an output standalone node." - }, - { - "author": "munkyfoot", - "title": "ComfyUI-TextOverlay", - "reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay", - "files": [ - "https://github.com/Munkyfoot/ComfyUI-TextOverlay" - ], - "install_type": "git-clone", - "description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles." - }, - { - "author": "Chan-0312", - "title": "ComfyUI-Prompt-Preview", - "reference": "https://github.com/Chan-0312/ComfyUI-Prompt-Preview", - "files": [ - "https://github.com/Chan-0312/ComfyUI-Prompt-Preview" - ], - "install_type": "git-clone", - "description": "Welcome to ComfyUI Prompt Preview, where you can visualize the styles from [sdxl_prompt_styler](https://github.com/twri/sdxl_prompt_styler)." - }, - { - "author": "CC-BryanOttho", - "title": "ComfyUI_API_Manager", - "reference": "https://github.com/CC-BryanOttho/ComfyUI_API_Manager", - "files": [ - "https://github.com/CC-BryanOttho/ComfyUI_API_Manager" - ], - "install_type": "git-clone", - "description": "This package provides three custom nodes designed to streamline workflows involving API requests, dynamic text manipulation based on API responses, and image posting to APIs. These nodes are particularly useful for automating interactions with APIs, enhancing text-based workflows with dynamic data, and facilitating image uploads." - }, - { - "author": "underclockeddev", - "title": "BrevImage", - "reference": "https://github.com/bkunbargi/BrevImage", - "files": [ - "https://github.com/bkunbargi/BrevImage/raw/main/BrevLoadImage.py" - ], - "install_type": "copy", - "description": "Nodes:BrevImage. ComfyUI Load Image From URL" - }, - { - "author": "qwixiwp", - "title": "queuetools", - "reference": "https://github.com/qwixiwp/queuetools", - "files": [ - "https://github.com/qwixiwp/queuetools" - ], - "install_type": "git-clone", - "description": "Nodes:load images (queue tools). tools made for queueing in comfyUI" - }, - { - "author": "kijai", - "title": "ComfyUI-moondream", - "reference": "https://github.com/kijai/ComfyUI-moondream", - "files": [ - "https://github.com/kijai/ComfyUI-moondream" - ], - "install_type": "git-clone", - "description": "Moondream image to text query node with batch support" - }, - { - "author": "guill", - "title": "abracadabra-comfyui", - "reference": "https://github.com/guill/abracadabra-comfyui", - "files": [ - "https://github.com/guill/abracadabra-comfyui" - ], - "install_type": "git-clone", - "description": "Nodes:Abracadabra Summary, Abracadabra" - }, - { - "author": "XINZHANG-ops", - "title": "comfyui-xin-nodes", - "reference": "https://github.com/XINZHANG-ops/comfyui-xin-nodes", - "files": [ - "https://github.com/XINZHANG-ops/comfyui-xin-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:ImageSizeClassifer, RandomInt, ShowValue" - }, - { - "author": "cerspense", - "title": "cspnodes", - "reference": "https://github.com/cerspense/ComfyUI_cspnodes", - "files": [ - "https://github.com/cerspense/ComfyUI_cspnodes" - ], - "install_type": "git-clone", - "description": "Nodes:Image Dir Iterator, Modelscopet2v, Modelscopev2v." - }, - { - "author": "kuschanow", - "title": "Advanced Latent Control", - "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", - "files": [ - "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" - ], - "install_type": "git-clone", - "description": "This custom node helps to transform latent in different ways." - }, - { - "author": "hiforce", - "title": "Comfyui HiFORCE Plugin", - "reference": "https://github.com/hiforce/comfyui-hiforce-plugin", - "files": [ - "https://github.com/hiforce/comfyui-hiforce-plugin" - ], - "install_type": "git-clone", - "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." - }, - { - "author": "hughescr", - "title": "OpenPose Keypoint Extractor", - "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", - "files": [ - "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" - ], - "install_type": "git-clone", - "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" - }, - { - "author": "bmad4ever", - "title": "comfyui_wfc_like", - "reference": "https://github.com/bmad4ever/comfyui_wfc_like", - "files": [ - "https://github.com/bmad4ever/comfyui_wfc_like" - ], - "install_type": "git-clone", - "description": "An 'opinionated' Wave Function Collapse implementation with a set of nodes for comfyui" - }, - { - "author": "jkrauss82", - "title": "ULTools for ComfyUI", - "reference": "https://github.com/jkrauss82/ultools-comfyui", - "files": [ - "https://github.com/jkrauss82/ultools-comfyui" - ], - "install_type": "git-clone", - "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks." - }, - { - "author": "leoleelxh", - "title": "ComfyUI-LLMs", - "reference": "https://github.com/leoleelxh/ComfyUI-LLMs", - "files": [ - "https://github.com/leoleelxh/ComfyUI-LLMs" - ], - "install_type": "git-clone", - "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6adc9d22..e1acc512 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -865,7 +865,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1316,10 +1316,12 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ + "Hook Recenter", + "Hook Recenter XL", "Normalization", "NormalizationXL", - "Recenter", - "Recenter XL" + "Tensor Debug", + "Unhook Recenter" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -3700,6 +3702,16 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ + [ + "APISR_Lterative_Zho", + "APISR_ModelLoader_Zho", + "APISR_Zho" + ], + { + "title_aux": "APISR IN COMFYUI" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -6269,7 +6281,8 @@ "SaltAIStableVideoDiffusion", "SaltInfo", "SaltInput", - "SaltOutput" + "SaltOutput", + "ScheduledImageAdjust" ], { "title_aux": "SaltAI-Open-Resources" @@ -9836,6 +9849,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From 3d3cbe4e696b0197c8eb3ac8eb188cd3e64b1176 Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 20 Mar 2024 12:18:25 +0100 Subject: [PATCH 11/13] Update layerdiffusion name --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0fa538ea..7ec593a9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5890,10 +5890,10 @@ }, { "author": "huchenlei", - "title": "ComfyUI-layerdiffusion", - "reference": "https://github.com/huchenlei/ComfyUI-layerdiffusion", + "title": "ComfyUI-layerdiffuse (layerdiffusion)", + "reference": "https://github.com/huchenlei/ComfyUI-layerdiffuse", "files": [ - "https://github.com/huchenlei/ComfyUI-layerdiffusion" + "https://github.com/huchenlei/ComfyUI-layerdiffuse" ], "install_type": "git-clone", "description": "ComfyUI implementation of [a/LayerDiffusion](https://github.com/layerdiffusion/LayerDiffusion)." From 64a05f5f7a02233b6076927f9d8486b6ef9257da Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 20 Mar 2024 12:24:40 +0100 Subject: [PATCH 12/13] Add ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0fa538ea..d5226360 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6655,6 +6655,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BRIA_AI-RMBG", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." } ] } From 9d3a816ee56dad098b383a5fde0e70e1f88dfc0b Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 21 Mar 2024 11:15:40 +0900 Subject: [PATCH 13/13] update DB --- custom-node-list.json | 20 +++++++-------- extension-node-map.json | 39 +++++++++++++---------------- node_db/dev/custom-node-list.json | 10 -------- node_db/new/custom-node-list.json | 21 ++++++++-------- node_db/new/extension-node-map.json | 39 +++++++++++++---------------- 5 files changed, 54 insertions(+), 75 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4a58d58d..9f0b9f60 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3392,6 +3392,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BRIA_AI-RMBG", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -6655,16 +6665,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-BRIA_AI-RMBG", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index e1acc512..21bce673 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -341,18 +341,6 @@ "title_aux": "Jovimetrix Composition Nodes" } ], - "https://github.com/ArdeniusAI/CPlus_Ardenius": [ - [ - "Control_Box" - ], - { - "author": "AMA", - "description": "CPlus control box is designed to gather workflow variables into 1 node.", - "nickname": "Ardenius", - "title": "Ardenius", - "title_aux": "CPlus_Ardenius ComfyUI Control Box" - } - ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -675,6 +663,7 @@ "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", + "SamplerSupreme", "SamplerTTM", "SimpleExponentialScheduler" ], @@ -1403,14 +1392,6 @@ "title_aux": "Ranbooru for ComfyUI" } ], - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py": [ - [ - "Dan_FrameDelay" - ], - { - "title_aux": "ComfyUI-Stereopsis" - } - ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "Conditioning Switch (JPS)", @@ -2274,6 +2255,7 @@ [ "Apply CLAHE", "Cached Image Load From URL", + "CalcMaskBound", "Crop Center wigh SEGS", "Crop Center with SEGS", "Dilate Mask for Each Face", @@ -3725,6 +3707,15 @@ "title_aux": "ComfyUI-ArtGallery" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": [ + [ + "BRIA_RMBG_ModelLoader_Zho", + "BRIA_RMBG_Zho" + ], + { + "title_aux": "ComfyUI-BRIA_AI-RMBG" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [ [ "ConcatText_Zho", @@ -5049,6 +5040,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", "LayerUtility: ImageRemoveAlpha", @@ -6486,7 +6478,7 @@ "title_aux": "ComfyUI-ModelDownloader" } ], - "https://github.com/huchenlei/ComfyUI-layerdiffusion": [ + "https://github.com/huchenlei/ComfyUI-layerdiffuse": [ [ "LayeredDiffusionApply", "LayeredDiffusionCondApply", @@ -6498,7 +6490,7 @@ "LayeredDiffusionJointApply" ], { - "title_aux": "ComfyUI-layerdiffusion" + "title_aux": "ComfyUI-layerdiffuse (layerdiffusion)" } ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ @@ -7868,6 +7860,7 @@ "FourBooleanTrigger", "FourFloats", "IntMultiplier", + "LogicNot", "NumeralToString", "PngColorMasksToMaskList", "PngColorMasksToRGB", @@ -8555,6 +8548,7 @@ "RandomPrompt", "ResizeImageMixlab", "SamplerNames_", + "SaveImageAndMetadata_", "SaveImageToLocal", "ScreenShare", "Seed_", @@ -8933,6 +8927,7 @@ [ "KRestartSampler", "KRestartSamplerAdv", + "KRestartSamplerCustom", "KRestartSamplerSimple" ], { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 361da05b..05383aea 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -320,16 +320,6 @@ "install_type": "git-clone", "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)].\b[w/This extension includes a large number of nodes imported from the existing custom nodes, increasing the likelihood of conflicts.]" }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-BRIA_AI-RMBG", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" - ], - "install_type": "git-clone", - "description": "Unofficial [a/BRIA Background Removal v1.4](https://huggingface.co/briaai/RMBG-1.4) of BRIA RMBG Model for ComfyUI" - }, { "author": "stutya", "title": "ComfyUI-Terminal [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a5e09bef..32b431d2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, - + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BRIA_AI-RMBG", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." + }, { "author": "ZHO-ZHO-ZHO", "title": "APISR IN COMFYUI", @@ -681,16 +690,6 @@ ], "install_type": "git-clone", "description": "Nodes:GPT4V-Image-Captioner" - }, - { - "author": "longgui0318", - "title": "comfyui-llm-assistant", - "reference": "https://github.com/longgui0318/comfyui-llm-assistant", - "files": [ - "https://github.com/longgui0318/comfyui-llm-assistant" - ], - "install_type": "git-clone", - "description": "Nodes:Generate Stable Diffsution Prompt With LLM, Translate Text With LLM, Chat With LLM" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e1acc512..21bce673 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -341,18 +341,6 @@ "title_aux": "Jovimetrix Composition Nodes" } ], - "https://github.com/ArdeniusAI/CPlus_Ardenius": [ - [ - "Control_Box" - ], - { - "author": "AMA", - "description": "CPlus control box is designed to gather workflow variables into 1 node.", - "nickname": "Ardenius", - "title": "Ardenius", - "title_aux": "CPlus_Ardenius ComfyUI Control Box" - } - ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -675,6 +663,7 @@ "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", + "SamplerSupreme", "SamplerTTM", "SimpleExponentialScheduler" ], @@ -1403,14 +1392,6 @@ "title_aux": "Ranbooru for ComfyUI" } ], - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py": [ - [ - "Dan_FrameDelay" - ], - { - "title_aux": "ComfyUI-Stereopsis" - } - ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "Conditioning Switch (JPS)", @@ -2274,6 +2255,7 @@ [ "Apply CLAHE", "Cached Image Load From URL", + "CalcMaskBound", "Crop Center wigh SEGS", "Crop Center with SEGS", "Dilate Mask for Each Face", @@ -3725,6 +3707,15 @@ "title_aux": "ComfyUI-ArtGallery" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": [ + [ + "BRIA_RMBG_ModelLoader_Zho", + "BRIA_RMBG_Zho" + ], + { + "title_aux": "ComfyUI-BRIA_AI-RMBG" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [ [ "ConcatText_Zho", @@ -5049,6 +5040,7 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", + "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", "LayerUtility: ImageRemoveAlpha", @@ -6486,7 +6478,7 @@ "title_aux": "ComfyUI-ModelDownloader" } ], - "https://github.com/huchenlei/ComfyUI-layerdiffusion": [ + "https://github.com/huchenlei/ComfyUI-layerdiffuse": [ [ "LayeredDiffusionApply", "LayeredDiffusionCondApply", @@ -6498,7 +6490,7 @@ "LayeredDiffusionJointApply" ], { - "title_aux": "ComfyUI-layerdiffusion" + "title_aux": "ComfyUI-layerdiffuse (layerdiffusion)" } ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ @@ -7868,6 +7860,7 @@ "FourBooleanTrigger", "FourFloats", "IntMultiplier", + "LogicNot", "NumeralToString", "PngColorMasksToMaskList", "PngColorMasksToRGB", @@ -8555,6 +8548,7 @@ "RandomPrompt", "ResizeImageMixlab", "SamplerNames_", + "SaveImageAndMetadata_", "SaveImageToLocal", "ScreenShare", "Seed_", @@ -8933,6 +8927,7 @@ [ "KRestartSampler", "KRestartSamplerAdv", + "KRestartSamplerCustom", "KRestartSamplerSimple" ], {