From 7be1a43916aa5987765c021a4e78ca6cee36768c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 2 Mar 2024 23:54:30 +0900 Subject: [PATCH 01/76] update DB --- custom-node-list.json | 11 ++++- extension-node-map.json | 68 +++++++++++++++++++++++++++-- node_db/dev/custom-node-list.json | 20 +++++++++ node_db/new/custom-node-list.json | 40 +++++------------ node_db/new/extension-node-map.json | 68 +++++++++++++++++++++++++++-- 5 files changed, 170 insertions(+), 37 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b004639c..84be5408 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5057,6 +5057,16 @@ "install_type": "git-clone", "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" }, + { + "author": "StartHua", + "title": "ComfyUI_OOTDiffusion_CXH", + "reference": "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH", + "files": [ + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH" + ], + "install_type": "git-clone", + "description": "Nodes:Ood_hd_CXH, Ood_hd_CXH. [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion)" + }, { "author": "ricklove", "title": "comfyui-ricklove", @@ -5663,7 +5673,6 @@ - { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index e764bed0..38f497c3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -216,8 +216,8 @@ "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", - "Apply Yolov8 Model One Label", - "Load Yolov8 Model" + "Load Yolov8 Model", + "Load Yolov8 Model From Path" ], { "title_aux": "Comfyui-Yolov8-JSON" @@ -342,6 +342,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyDeployWebscoketImageInput", "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", @@ -1603,9 +1604,58 @@ ], "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ [ - "Inference_Core_PromptExpansion" + "AIO_Preprocessor", + "AnimalPosePreprocessor", + "AnimeFace_SemSegPreprocessor", + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "BinaryPreprocessor", + "CannyEdgePreprocessor", + "ColorPreprocessor", + "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", + "PromptExpansion", + "SAMPreprocessor", + "SavePoseKpsAsJsonFile", + "ScribblePreprocessor", + "Scribble_XDoG_Preprocessor", + "SemSegPreprocessor", + "ShufflePreprocessor", + "TEEDPreprocessor", + "TilePreprocessor", + "UniFormer-SemSegPreprocessor", + "Unimatch_OptFlowPreprocessor", + "Zoe-DepthMapPreprocessor", + "Zoe_DepthAnythingPreprocessor" ], { + "author": "tstandley", "title_aux": "ComfyUI Nodes for Inference.Core" } ], @@ -1952,6 +2002,7 @@ "Integer Variable [n-suite]", "Llava Clip Loader [n-suite]", "LoadFramesFromFolder [n-suite]", + "LoadImageFromFolder [n-suite]", "LoadVideo [n-suite]", "SaveVideo [n-suite]", "SetMetadataForSaveVideo [n-suite]", @@ -2344,6 +2395,14 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ + [ + "Ood_hd_CXH" + ], + { + "title_aux": "ComfyUI_OOTDiffusion_CXH" + } + ], "https://github.com/StartHua/ComfyUI_Seg_VITON": [ [ "segformer_agnostic", @@ -6998,6 +7057,8 @@ "StepsAndCfg", "StepsAndCfgAndWH", "TextBox", + "TextCombinerSix", + "TextCombinerTwo", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", "TwoFloats" @@ -8688,6 +8749,7 @@ "easy imageSizeBySide", "easy imageSwitch", "easy imageToMask", + "easy instantIDApply", "easy int", "easy isSDXL", "easy joinImageBatch", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 5b0bef8f..135efd31 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "sdfxai", + "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", + "reference": "https://github.com/sdfxai/SDFXBridgeForComfyUI", + "files": [ + "https://github.com/sdfxai/SDFXBridgeForComfyUI" + ], + "install_type": "git-clone", + "description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and the SDFX solution. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines." + }, + { + "author": "Beinsezii", + "title": "comfyui-amd-go-fast", + "reference": "https://github.com/Beinsezii/comfyui-amd-go-fast", + "files": [ + "https://github.com/Beinsezii/comfyui-amd-go-fast" + ], + "install_type": "git-clone", + "description": "See details: [a/link](https://github.com/Beinsezii/comfyui-amd-go-fast?tab=readme-ov-file)" + }, { "author": "SeedV", "title": "ComfyUI-SeedV-Nodes [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ac762fee..fcc35eaf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "StartHua", + "title": "ComfyUI_OOTDiffusion_CXH", + "reference": "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH", + "files": [ + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH" + ], + "install_type": "git-clone", + "description": "Nodes:Ood_hd_CXH, Ood_hd_CXH. [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion)" + }, { "author": "uetuluk", "title": "comfyui-webcam-node", @@ -680,36 +690,6 @@ ], "install_type": "git-clone", "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)]." - }, - { - "author": "kadirnar", - "title": "ComfyUI-Transformers", - "reference": "https://github.com/kadirnar/ComfyUI-Transformers", - "files": [ - "https://github.com/kadirnar/ComfyUI-Transformers" - ], - "install_type": "git-clone", - "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." - }, - { - "author": "chaojie", - "title": "ComfyUI-DynamiCrafter", - "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", - "files": [ - "https://github.com/chaojie/ComfyUI-DynamiCrafter" - ], - "install_type": "git-clone", - "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!" - }, - { - "author": "bilal-arikan", - "title": "ComfyUI_TextAssets", - "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", - "files": [ - "https://github.com/bilal-arikan/ComfyUI_TextAssets" - ], - "install_type": "git-clone", - "description": "With this node you can upload text files to input folder from your local computer." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e764bed0..38f497c3 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -216,8 +216,8 @@ "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", - "Apply Yolov8 Model One Label", - "Load Yolov8 Model" + "Load Yolov8 Model", + "Load Yolov8 Model From Path" ], { "title_aux": "Comfyui-Yolov8-JSON" @@ -342,6 +342,7 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ + "ComfyDeployWebscoketImageInput", "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", @@ -1603,9 +1604,58 @@ ], "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ [ - "Inference_Core_PromptExpansion" + "AIO_Preprocessor", + "AnimalPosePreprocessor", + "AnimeFace_SemSegPreprocessor", + "AnimeLineArtPreprocessor", + "BAE-NormalMapPreprocessor", + "BinaryPreprocessor", + "CannyEdgePreprocessor", + "ColorPreprocessor", + "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", + "PromptExpansion", + "SAMPreprocessor", + "SavePoseKpsAsJsonFile", + "ScribblePreprocessor", + "Scribble_XDoG_Preprocessor", + "SemSegPreprocessor", + "ShufflePreprocessor", + "TEEDPreprocessor", + "TilePreprocessor", + "UniFormer-SemSegPreprocessor", + "Unimatch_OptFlowPreprocessor", + "Zoe-DepthMapPreprocessor", + "Zoe_DepthAnythingPreprocessor" ], { + "author": "tstandley", "title_aux": "ComfyUI Nodes for Inference.Core" } ], @@ -1952,6 +2002,7 @@ "Integer Variable [n-suite]", "Llava Clip Loader [n-suite]", "LoadFramesFromFolder [n-suite]", + "LoadImageFromFolder [n-suite]", "LoadVideo [n-suite]", "SaveVideo [n-suite]", "SetMetadataForSaveVideo [n-suite]", @@ -2344,6 +2395,14 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ + [ + "Ood_hd_CXH" + ], + { + "title_aux": "ComfyUI_OOTDiffusion_CXH" + } + ], "https://github.com/StartHua/ComfyUI_Seg_VITON": [ [ "segformer_agnostic", @@ -6998,6 +7057,8 @@ "StepsAndCfg", "StepsAndCfgAndWH", "TextBox", + "TextCombinerSix", + "TextCombinerTwo", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", "TwoFloats" @@ -8688,6 +8749,7 @@ "easy imageSizeBySide", "easy imageSwitch", "easy imageToMask", + "easy instantIDApply", "easy int", "easy isSDXL", "easy joinImageBatch", From 35f0653b0b2541fe3650ed6da77afb2b49e65f5b Mon Sep 17 00:00:00 2001 From: 11dogzi <695660735@qq.com> Date: Sun, 3 Mar 2024 17:52:59 +0800 Subject: [PATCH 02/76] Add new lines at the end of 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 84be5408..c42c643c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6009,6 +6009,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "11dogzi", + "title": "Comfyui-ergouzi-Nodes", + "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", + "files": [ + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" + ], + "install_type": "git-clone", + "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" } ] } From a04ba7f01b38a7c0d1c95c260075f0f04ab5319b Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 4 Mar 2024 16:39:32 +0900 Subject: [PATCH 03/76] update DB --- custom-node-list.json | 62 ++++++++++++++++---- extension-node-map.json | 91 +++++++++++++++++++++++++++-- node_db/dev/custom-node-list.json | 10 ++++ node_db/new/custom-node-list.json | 90 +++++++++++++++------------- node_db/new/extension-node-map.json | 91 +++++++++++++++++++++++++++-- 5 files changed, 286 insertions(+), 58 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c42c643c..8cd9f9b1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -823,6 +823,16 @@ "install_type": "git-clone", "description": "An 'opinionated' Wave Function Collapse implementation with a set of nodes for comfyui" }, + { + "author": "bmad4ever", + "title": "comfyui_quilting", + "reference": "https://github.com/bmad4ever/comfyui_quilting", + "files": [ + "https://github.com/bmad4ever/comfyui_quilting" + ], + "install_type": "git-clone", + "description": "image and latent quilting nodes for comfyui" + }, { "author": "FizzleDorf", "title": "FizzNodes", @@ -5667,6 +5677,48 @@ "install_type": "git-clone", "description": "Nodes:Webcam Capture" }, + { + "author": "huchenlei", + "title": "ComfyUI-layerdiffusion", + "reference": "https://github.com/huchenlei/ComfyUI-layerdiffusion", + "files": [ + "https://github.com/huchenlei/ComfyUI-layerdiffusion" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation of [a/LayerDiffusion](https://github.com/layerdiffusion/LayerDiffusion)." + }, + { + "author": "nathannlu", + "title": "ComfyUI Pets", + "reference": "https://github.com/nathannlu/ComfyUI-Pets", + "files": [ + "https://github.com/nathannlu/ComfyUI-Pets" + ], + "install_type": "git-clone", + "description": "Play with your pet while your workflow generates!" + }, + { + "author": "nathannlu", + "title": "Comfy Cloud", + "reference": "https://github.com/nathannlu/ComfyUI-Cloud", + "files": [ + "https://github.com/nathannlu/ComfyUI-Cloud" + ], + "install_type": "git-clone", + "description": "Run your workflow using cloud GPU resources, from your local ComfyUI.\nNOTE:After you first install the plugin...\nThe first time you click 'generate', you will be prompted to log into your account.Subsequent generations after the first is faster (the first run it takes a while to process your workflow). Once those two steps have been completed, you will be able to seamlessly generate your workflow on the cloud!" + }, + { + "author": "11dogzi", + "title": "Comfyui-ergouzi-Nodes", + "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", + "files": [ + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" + ], + "install_type": "git-clone", + "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" + }, + + @@ -6009,16 +6061,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "11dogzi", - "title": "Comfyui-ergouzi-Nodes", - "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", - "files": [ - "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" - ], - "install_type": "git-clone", - "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 38f497c3..5854a80c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -38,6 +38,47 @@ "title_aux": "ComfyUI-GPT2P" } ], + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [ + [ + "EG-YSZT-ZT", + "EG_CPSYTJ", + "EG_FX_BDAPI", + "EG_JF_ZZSC", + "EG_JXFZ_node", + "EG_SCQY_BHDQY", + "EG_SCQY_QBQY", + "EG_SCQY_SXQY", + "EG_SJ", + "EG_SJPJ_Node", + "EG_TC_Node", + "EG_TSCDS_CJ", + "EG_TSCDS_DG", + "EG_TSCDS_FG", + "EG_TSCDS_JT", + "EG_TSCDS_QT", + "EG_TSCDS_RW", + "EG_TSCDS_WP", + "EG_TSCDS_ZL", + "EG_TSCMB_GL", + "EG_TX_CCHQ", + "EG_TX_CJPJ", + "EG_TX_LJBC", + "EG_WB_KSH", + "EG_WXZ_QH", + "EG_XZ_QH", + "EG_YSQY_BBLLD", + "EG_YSQY_BLLD", + "EG_ZZKZ_HT_node", + "EG_ZZ_BSYH", + "EG_ZZ_BYYH", + "EG_ZZ_HSYH", + "EG_ZZ_SSKZ", + "ER_TX_ZZCJ" + ], + { + "title_aux": "Comfyui-ergouzi-Nodes" + } + ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -216,6 +257,7 @@ "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", + "Apply Yolov8 Model Seg", "Load Yolov8 Model", "Load Yolov8 Model From Path" ], @@ -574,6 +616,8 @@ "PrimereLycorisKeywordMerger", "PrimereLycorisStackMerger", "PrimereMetaCollector", + "PrimereMetaDistributor", + "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", @@ -720,7 +764,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -875,6 +919,7 @@ "BinaryPreprocessor", "CannyEdgePreprocessor", "ColorPreprocessor", + "DSINE-NormalMapPreprocessor", "DWPreprocessor", "DensePosePreprocessor", "DepthAnythingPreprocessor", @@ -1098,10 +1143,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" @@ -2915,7 +2962,8 @@ "0246.ScriptPile", "0246.ScriptRule", "0246.Stringify", - "0246.Switch" + "0246.Switch", + "0246.Tag" ], { "author": "Trung0246", @@ -3617,6 +3665,7 @@ "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", "Apply Instagram Filter", + "Binary INT Switch", "Brightness_Contrast_Ally", "Flatten Colors", "Gaussian Blur_Ally", @@ -4217,6 +4266,15 @@ "title_aux": "Lists Cartesian Product" } ], + "https://github.com/bmad4ever/comfyui_quilting": [ + [ + "ImageQuilting_Bmad", + "LatentQuilting_Bmad" + ], + { + "title_aux": "comfyui_quilting" + } + ], "https://github.com/bmad4ever/comfyui_wfc_like": [ [ "WFC_CustomTemperature_Bmad", @@ -4811,6 +4869,7 @@ "ControlNetLoader", "CropMask", "DiffControlNetLoader", + "DifferentialDiffusion", "DiffusersLoader", "DualCLIPLoader", "EmptyImage", @@ -4913,6 +4972,7 @@ "StableZero123_Conditioning_Batched", "StyleModelApply", "StyleModelLoader", + "ThresholdMask", "TomePatchModel", "UNETLoader", "UpscaleModelLoader", @@ -5529,6 +5589,7 @@ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ "FL_ImageCaptionSaver", + "FL_ImageDimensionDisplay", "FL_ImageRandomizer" ], { @@ -5707,6 +5768,7 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", + "ChatMusician", "CreativeArtPromptGenerator", "Internlm", "Joytag", @@ -5725,6 +5787,7 @@ "MoonDream", "PlayMusic", "PromptGenerateAPI", + "SaveAudioNode", "SimpleText", "Suggester", "UformGen2QwenNode", @@ -5804,6 +5867,18 @@ "title_aux": "ComfyUI-ModelDownloader" } ], + "https://github.com/huchenlei/ComfyUI-layerdiffusion": [ + [ + "LayeredDiffusionApply", + "LayeredDiffusionCondApply", + "LayeredDiffusionDecode", + "LayeredDiffusionDecodeRGBA", + "LayeredDiffusionDiffApply" + ], + { + "title_aux": "ComfyUI-layerdiffusion" + } + ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -6591,6 +6666,8 @@ "ImpactEdit_SEG_ELT", "ImpactFloat", "ImpactFrom_SEG_ELT", + "ImpactFrom_SEG_ELT_bbox", + "ImpactFrom_SEG_ELT_crop_region", "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", @@ -8750,12 +8827,14 @@ "easy imageSwitch", "easy imageToMask", "easy instantIDApply", + "easy instantIDApplyADV", "easy int", "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", + "easy kSamplerLayerDiffusion", "easy kSamplerSDTurbo", "easy kSamplerTiled", "easy latentCompositeMaskedWithCond", @@ -8773,6 +8852,7 @@ "easy preSamplingAdvanced", "easy preSamplingCascade", "easy preSamplingDynamicCFG", + "easy preSamplingLayerDiffusion", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -8923,6 +9003,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/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 135efd31..2e588d77 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "GrindHouse66", + "title": "GH Tools for ComfyUI", + "reference": "https://github.com/GrindHouse66/ComfyUI-GH_Tools", + "files": [ + "https://github.com/GrindHouse66/ComfyUI-GH_Tools" + ], + "install_type": "git-clone", + "description": "Nodes:GH Tools Image Sizer. Simple quality of life Tools for ComfyUI. Basically, If it makes my life easier, it will be here. The list will grow over time." + }, { "author": "sdfxai", "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index fcc35eaf..f9b7b353 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,56 @@ }, + { + "author": "huchenlei", + "title": "ComfyUI-layerdiffusion", + "reference": "https://github.com/huchenlei/ComfyUI-layerdiffusion", + "files": [ + "https://github.com/huchenlei/ComfyUI-layerdiffusion" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation of [a/LayerDiffusion](https://github.com/layerdiffusion/LayerDiffusion)." + }, + { + "author": "bmad4ever", + "title": "comfyui_quilting", + "reference": "https://github.com/bmad4ever/comfyui_quilting", + "files": [ + "https://github.com/bmad4ever/comfyui_quilting" + ], + "install_type": "git-clone", + "description": "image and latent quilting nodes for comfyui" + }, + { + "author": "11dogzi", + "title": "Comfyui-ergouzi-Nodes", + "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", + "files": [ + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" + ], + "install_type": "git-clone", + "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" + }, + { + "author": "nathannlu", + "title": "Comfy Cloud", + "reference": "https://github.com/nathannlu/ComfyUI-Cloud", + "files": [ + "https://github.com/nathannlu/ComfyUI-Cloud" + ], + "install_type": "git-clone", + "description": "Run your workflow using cloud GPU resources, from your local ComfyUI.\nNOTE:After you first install the plugin...\nThe first time you click 'generate', you will be prompted to log into your account.Subsequent generations after the first is faster (the first run it takes a while to process your workflow). Once those two steps have been completed, you will be able to seamlessly generate your workflow on the cloud!" + }, + { + "author": "nathannlu", + "title": "ComfyUI Pets", + "reference": "https://github.com/nathannlu/ComfyUI-Pets", + "files": [ + "https://github.com/nathannlu/ComfyUI-Pets" + ], + "install_type": "git-clone", + "description": "Play with your pet while your workflow generates!" + }, { "author": "StartHua", "title": "ComfyUI_OOTDiffusion_CXH", @@ -650,46 +700,6 @@ ], "install_type": "git-clone", "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." - }, - { - "author": "deforum", - "title": "Deforum Nodes", - "reference": "https://github.com/XmYx/deforum-comfy-nodes", - "files": [ - "https://github.com/XmYx/deforum-comfy-nodes" - ], - "install_type": "git-clone", - "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." - }, - { - "author": "adbrasi", - "title": "ComfyUI-TrashNodes-DownloadHuggingface", - "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", - "files": [ - "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" - ], - "install_type": "git-clone", - "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." - }, - { - "author": "DonBaronFactory", - "title": "ComfyUI-Cre8it-Nodes", - "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", - "files": [ - "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" - }, - { - "author": "dezi-ai", - "title": "ComfyUI Animate LCM", - "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", - "files": [ - "https://github.com/dezi-ai/ComfyUI-AnimateLCM" - ], - "install_type": "git-clone", - "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)]." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 38f497c3..5854a80c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -38,6 +38,47 @@ "title_aux": "ComfyUI-GPT2P" } ], + "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [ + [ + "EG-YSZT-ZT", + "EG_CPSYTJ", + "EG_FX_BDAPI", + "EG_JF_ZZSC", + "EG_JXFZ_node", + "EG_SCQY_BHDQY", + "EG_SCQY_QBQY", + "EG_SCQY_SXQY", + "EG_SJ", + "EG_SJPJ_Node", + "EG_TC_Node", + "EG_TSCDS_CJ", + "EG_TSCDS_DG", + "EG_TSCDS_FG", + "EG_TSCDS_JT", + "EG_TSCDS_QT", + "EG_TSCDS_RW", + "EG_TSCDS_WP", + "EG_TSCDS_ZL", + "EG_TSCMB_GL", + "EG_TX_CCHQ", + "EG_TX_CJPJ", + "EG_TX_LJBC", + "EG_WB_KSH", + "EG_WXZ_QH", + "EG_XZ_QH", + "EG_YSQY_BBLLD", + "EG_YSQY_BLLD", + "EG_ZZKZ_HT_node", + "EG_ZZ_BSYH", + "EG_ZZ_BYYH", + "EG_ZZ_HSYH", + "EG_ZZ_SSKZ", + "ER_TX_ZZCJ" + ], + { + "title_aux": "Comfyui-ergouzi-Nodes" + } + ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -216,6 +257,7 @@ "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", + "Apply Yolov8 Model Seg", "Load Yolov8 Model", "Load Yolov8 Model From Path" ], @@ -574,6 +616,8 @@ "PrimereLycorisKeywordMerger", "PrimereLycorisStackMerger", "PrimereMetaCollector", + "PrimereMetaDistributor", + "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", @@ -720,7 +764,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -875,6 +919,7 @@ "BinaryPreprocessor", "CannyEdgePreprocessor", "ColorPreprocessor", + "DSINE-NormalMapPreprocessor", "DWPreprocessor", "DensePosePreprocessor", "DepthAnythingPreprocessor", @@ -1098,10 +1143,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" @@ -2915,7 +2962,8 @@ "0246.ScriptPile", "0246.ScriptRule", "0246.Stringify", - "0246.Switch" + "0246.Switch", + "0246.Tag" ], { "author": "Trung0246", @@ -3617,6 +3665,7 @@ "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", "Apply Instagram Filter", + "Binary INT Switch", "Brightness_Contrast_Ally", "Flatten Colors", "Gaussian Blur_Ally", @@ -4217,6 +4266,15 @@ "title_aux": "Lists Cartesian Product" } ], + "https://github.com/bmad4ever/comfyui_quilting": [ + [ + "ImageQuilting_Bmad", + "LatentQuilting_Bmad" + ], + { + "title_aux": "comfyui_quilting" + } + ], "https://github.com/bmad4ever/comfyui_wfc_like": [ [ "WFC_CustomTemperature_Bmad", @@ -4811,6 +4869,7 @@ "ControlNetLoader", "CropMask", "DiffControlNetLoader", + "DifferentialDiffusion", "DiffusersLoader", "DualCLIPLoader", "EmptyImage", @@ -4913,6 +4972,7 @@ "StableZero123_Conditioning_Batched", "StyleModelApply", "StyleModelLoader", + "ThresholdMask", "TomePatchModel", "UNETLoader", "UpscaleModelLoader", @@ -5529,6 +5589,7 @@ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ "FL_ImageCaptionSaver", + "FL_ImageDimensionDisplay", "FL_ImageRandomizer" ], { @@ -5707,6 +5768,7 @@ "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", + "ChatMusician", "CreativeArtPromptGenerator", "Internlm", "Joytag", @@ -5725,6 +5787,7 @@ "MoonDream", "PlayMusic", "PromptGenerateAPI", + "SaveAudioNode", "SimpleText", "Suggester", "UformGen2QwenNode", @@ -5804,6 +5867,18 @@ "title_aux": "ComfyUI-ModelDownloader" } ], + "https://github.com/huchenlei/ComfyUI-layerdiffusion": [ + [ + "LayeredDiffusionApply", + "LayeredDiffusionCondApply", + "LayeredDiffusionDecode", + "LayeredDiffusionDecodeRGBA", + "LayeredDiffusionDiffApply" + ], + { + "title_aux": "ComfyUI-layerdiffusion" + } + ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -6591,6 +6666,8 @@ "ImpactEdit_SEG_ELT", "ImpactFloat", "ImpactFrom_SEG_ELT", + "ImpactFrom_SEG_ELT_bbox", + "ImpactFrom_SEG_ELT_crop_region", "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", @@ -8750,12 +8827,14 @@ "easy imageSwitch", "easy imageToMask", "easy instantIDApply", + "easy instantIDApplyADV", "easy int", "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", + "easy kSamplerLayerDiffusion", "easy kSamplerSDTurbo", "easy kSamplerTiled", "easy latentCompositeMaskedWithCond", @@ -8773,6 +8852,7 @@ "easy preSamplingAdvanced", "easy preSamplingCascade", "easy preSamplingDynamicCFG", + "easy preSamplingLayerDiffusion", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -8923,6 +9003,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From 7f95b824c5e66acd2639dfba2702fab80509bcd0 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 4 Mar 2024 16:52:56 +0900 Subject: [PATCH 04/76] feat: config.ini - model_download_by_agent https://github.com/ltdrdata/ComfyUI-Manager/issues/156 --- __init__.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/__init__.py b/__init__.py index 21554290..fe13d91f 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 8, 3] +version = [2, 9] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") @@ -178,6 +178,7 @@ def write_config(): 'component_policy': get_config()['component_policy'], 'double_click_policy': get_config()['double_click_policy'], 'windows_selector_event_loop_policy': get_config()['windows_selector_event_loop_policy'], + 'model_download_by_agent': get_config()['model_download_by_agent'] } with open(config_path, 'w') as configfile: config.write(configfile) @@ -201,6 +202,7 @@ def read_config(): 'component_policy': default_conf['component_policy'] if 'component_policy' in default_conf else 'workflow', 'double_click_policy': default_conf['double_click_policy'] if 'double_click_policy' in default_conf else 'copy-all', 'windows_selector_event_loop_policy': default_conf['windows_selector_event_loop_policy'] if 'windows_selector_event_loop_policy' in default_conf else False, + 'model_download_by_agent': default_conf['model_download_by_agent'] if 'model_download_by_agent' in default_conf else False, } except Exception: @@ -215,7 +217,8 @@ def read_config(): 'default_ui': 'none', 'component_policy': 'workflow', 'double_click_policy': 'copy-all', - 'windows_selector_event_loop_policy': False + 'windows_selector_event_loop_policy': False, + 'model_download_by_agent': False, } @@ -1755,8 +1758,7 @@ async def install_model(request): print(f"Install model '{json_data['name']}' into '{model_path}'") model_url = json_data['url'] - - if model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de'): + if not get_config()['model_download_by_agent'] and (model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): model_dir = get_model_dir(json_data) download_url(model_url, model_dir, filename=json_data['filename']) From a2a8f58f44390961cfab3eca3ff2ab3e43d403ec Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 5 Mar 2024 11:44:00 +0900 Subject: [PATCH 05/76] update DB --- custom-node-list.json | 39 ++++++++++++-- extension-node-map.json | 79 +++++++++++++++++++++++++---- node_db/dev/custom-node-list.json | 13 ++++- node_db/new/custom-node-list.json | 32 ++++++++++++ node_db/new/extension-node-map.json | 79 +++++++++++++++++++++++++---- 5 files changed, 215 insertions(+), 27 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8cd9f9b1..2a056b94 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -297,6 +297,17 @@ "install_type": "git-clone", "description": "Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes." }, + { + "author": "SaltAI", + "title": "SaltAI-Open-Resources", + "reference": "https://github.com/get-salt-AI/SaltAI", + "pip": ["numba"], + "files": [ + "https://github.com/get-salt-AI/SaltAI" + ], + "install_type": "git-clone", + "description": "This repository is a collection of open-source nodes and workflows for ComfyUI, a dev tool that allows users to create node-based workflows often powered by various AI models to do pretty much anything.\nOur mission is to seamlessly connect people and organizations with the world’s foremost AI innovations, anywhere, anytime. Our vision is to foster a flourishing AI ecosystem where the world’s best developers can build and share their work, thereby redefining how software is made, pushing innovation forward, and ensuring as many people as possible can benefit from the positive promise of AI technologies.\nWe believe that ComfyUI is a powerful tool that can help us achieve our mission and vision, by enabling anyone to explore the possibilities and limitations of AI models in a visual and interactive way, without coding if desired.\nWe hope that by sharing our nodes and workflows, we can inspire and empower more people to create amazing AI-powered content with ComfyUI." + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -4237,10 +4248,10 @@ }, { "author": "Ryuukeisyou", - "title": "comfyui_image_io_helpers", - "reference": "https://github.com/Ryuukeisyou/comfyui_image_io_helpers", + "title": "comfyui_io_helpers", + "reference": "https://github.com/Ryuukeisyou/comfyui_io_helpers", "files": [ - "https://github.com/Ryuukeisyou/comfyui_image_io_helpers" + "https://github.com/Ryuukeisyou/comfyui_io_helpers" ], "install_type": "git-clone", "description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64." @@ -5717,6 +5728,17 @@ "install_type": "git-clone", "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" }, + { + "author": "BXYMartin", + "title": "Comfyui-ergouzi-Nodes", + "reference": "https://github.com/BXYMartin/ComfyUI-InstantIDUtils", + "files": [ + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils" + ], + "install_type": "git-clone", + "description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL" + }, + @@ -6017,6 +6039,17 @@ "install_type": "copy", "description": "Nodes:BrevImage. ComfyUI Load Image From URL" }, + { + "author": "IsItDanOrAi", + "title": "ComfyUI-Stereopsis", + "reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis", + "files": [ + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py", + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Side-By-Side.py" + ], + "install_type": "copy", + "description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." + }, { "author": "theally", diff --git a/extension-node-map.json b/extension-node-map.json index 5854a80c..8fe9466d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -62,6 +62,7 @@ "EG_TSCMB_GL", "EG_TX_CCHQ", "EG_TX_CJPJ", + "EG_TX_JZRY", "EG_TX_LJBC", "EG_WB_KSH", "EG_WXZ_QH", @@ -101,7 +102,9 @@ ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ - "GPT4VCaptioner" + "GPT4VCaptioner", + "Samin Counter", + "Samin Load Image Batch" ], { "title_aux": "ComfyUI-GPT4V-Image-Captioner" @@ -327,6 +330,18 @@ "title_aux": "SpliceTools" } ], + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ + [ + "ListOfImages", + "MultiControlNetConverter", + "NHWC2NCHWTensor", + "NHWCTensor2PIL", + "PIL2NHWCTensor" + ], + { + "title_aux": "Comfyui-ergouzi-Nodes" + } + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -1230,6 +1245,14 @@ "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)", @@ -2159,8 +2182,13 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ "KSamplerMirroring", + "KSamplerMirroringApart", "LatentMirror", - "LatentShift" + "LatentShift", + "MirrorTransform", + "MultiplyTransform", + "ShiftTransform", + "TransformsCombine" ], { "title_aux": "Advanced Latent Control" @@ -2198,16 +2226,17 @@ "title_aux": "comfyui_face_parsing" } ], - "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ + "https://github.com/Ryuukeisyou/comfyui_io_helpers": [ [ - "ImageLoadAsMaskByPath(ImageIOHelpers)", - "ImageLoadByPath(ImageIOHelpers)", - "ImageLoadFromBase64(ImageIOHelpers)", - "ImageSaveAsBase64(ImageIOHelpers)", - "ImageSaveToPath(ImageIOHelpers)" + "ImageLoadAsMaskByPath(IOHelpers)", + "ImageLoadByPath(IOHelpers)", + "ImageLoadFromBase64(IOHelpers)", + "ImageSaveAsBase64(IOHelpers)", + "ImageSaveToPath(IOHelpers)", + "TypeConversion(IOHelpers)" ], { - "title_aux": "comfyui_image_io_helpers" + "title_aux": "comfyui_io_helpers" } ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ @@ -2444,7 +2473,7 @@ ], "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ [ - "Ood_hd_CXH" + "Ood_CXH" ], { "title_aux": "ComfyUI_OOTDiffusion_CXH" @@ -4653,6 +4682,7 @@ "LayerUtility: PrintInfo", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", + "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], @@ -4938,6 +4968,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "ModelSamplingStableCascade", + "Morphology", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -5711,6 +5742,25 @@ "title_aux": "ComfyUI_GMIC" } ], + "https://github.com/get-salt-AI/SaltAI": [ + [ + "OPAC", + "OPAC2Floats", + "OPACList2ExecList", + "OPACListVariance", + "OPACPerlinSettings", + "OPACTransformImages", + "OPCSLayerExtractor", + "OPCScheduler", + "ParallaxMotion", + "SaltAIStableVideoDiffusion", + "SaltInput", + "SaltOutput" + ], + { + "title_aux": "SaltAI-Open-Resources" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -6386,7 +6436,9 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ - "concat_klinter" + "PresentString", + "concat_klinter", + "whitelist" ], { "title_aux": "Klinter_nodes" @@ -6765,6 +6817,8 @@ "SEGSRangeFilterDetailerHookProvider", "SEGSSwitch", "SEGSToImageList", + "SEGSUpscaler", + "SEGSUpscalerPipe", "SegmDetectorCombined", "SegmDetectorCombined_v2", "SegmDetectorForEach", @@ -7774,6 +7828,7 @@ "LoadImagesFromPath", "LoadImagesFromURL", "LoraNames_", + "LoraPrompt", "MergeLayers", "MirroredImage", "MultiplicationNode", @@ -7802,6 +7857,7 @@ "TESTNODE_TOKEN", "TextImage", "TextInput_", + "TextSplitByDelimiter", "TextToNumber", "TransparentImage", "VAEDecodeConsistencyDecoder", @@ -8841,6 +8897,7 @@ "easy latentNoisy", "easy loraStack", "easy negative", + "easy pipeEdit", "easy pipeIn", "easy pipeOut", "easy pipeToBasicPipe", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2e588d77..304857c0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,7 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, - + { + "author": "DeTK", + "title": "ComfyUI Node Switcher", + "reference": "https://github.com/DeTK/ComfyUI-Switch", + "files": [ + "https://github.com/DeTK/ComfyUI-Switch" + ], + "install_type": "git-clone", + "description": "Nodes:NodeSwitch." + }, { "author": "GrindHouse66", "title": "GH Tools for ComfyUI", @@ -18,7 +27,7 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools" ], "install_type": "git-clone", - "description": "Nodes:GH Tools Image Sizer. Simple quality of life Tools for ComfyUI. Basically, If it makes my life easier, it will be here. The list will grow over time." + "description": "Nodes:GH Tools Image Sizer, GH Tools Simple Scale. Simple quality of life Tools for ComfyUI. Basically, If it makes my life easier, it will be here. The list will grow over time." }, { "author": "sdfxai", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f9b7b353..ab22dc55 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,38 @@ }, + { + "author": "SaltAI", + "title": "SaltAI-Open-Resources", + "reference": "https://github.com/get-salt-AI/SaltAI", + "pip": ["numba"], + "files": [ + "https://github.com/get-salt-AI/SaltAI" + ], + "install_type": "git-clone", + "description": "This repository is a collection of open-source nodes and workflows for ComfyUI, a dev tool that allows users to create node-based workflows often powered by various AI models to do pretty much anything.\nOur mission is to seamlessly connect people and organizations with the world’s foremost AI innovations, anywhere, anytime. Our vision is to foster a flourishing AI ecosystem where the world’s best developers can build and share their work, thereby redefining how software is made, pushing innovation forward, and ensuring as many people as possible can benefit from the positive promise of AI technologies.\nWe believe that ComfyUI is a powerful tool that can help us achieve our mission and vision, by enabling anyone to explore the possibilities and limitations of AI models in a visual and interactive way, without coding if desired.\nWe hope that by sharing our nodes and workflows, we can inspire and empower more people to create amazing AI-powered content with ComfyUI." + }, + { + "author": "BXYMartin", + "title": "Comfyui-ergouzi-Nodes", + "reference": "https://github.com/BXYMartin/ComfyUI-InstantIDUtils", + "files": [ + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils" + ], + "install_type": "git-clone", + "description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL" + }, + { + "author": "IsItDanOrAi", + "title": "ComfyUI-Stereopsis", + "reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis", + "files": [ + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py", + "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Side-By-Side.py" + ], + "install_type": "copy", + "description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." + }, { "author": "huchenlei", "title": "ComfyUI-layerdiffusion", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 5854a80c..8fe9466d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -62,6 +62,7 @@ "EG_TSCMB_GL", "EG_TX_CCHQ", "EG_TX_CJPJ", + "EG_TX_JZRY", "EG_TX_LJBC", "EG_WB_KSH", "EG_WXZ_QH", @@ -101,7 +102,9 @@ ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ - "GPT4VCaptioner" + "GPT4VCaptioner", + "Samin Counter", + "Samin Load Image Batch" ], { "title_aux": "ComfyUI-GPT4V-Image-Captioner" @@ -327,6 +330,18 @@ "title_aux": "SpliceTools" } ], + "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ + [ + "ListOfImages", + "MultiControlNetConverter", + "NHWC2NCHWTensor", + "NHWCTensor2PIL", + "PIL2NHWCTensor" + ], + { + "title_aux": "Comfyui-ergouzi-Nodes" + } + ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -1230,6 +1245,14 @@ "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)", @@ -2159,8 +2182,13 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ "KSamplerMirroring", + "KSamplerMirroringApart", "LatentMirror", - "LatentShift" + "LatentShift", + "MirrorTransform", + "MultiplyTransform", + "ShiftTransform", + "TransformsCombine" ], { "title_aux": "Advanced Latent Control" @@ -2198,16 +2226,17 @@ "title_aux": "comfyui_face_parsing" } ], - "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ + "https://github.com/Ryuukeisyou/comfyui_io_helpers": [ [ - "ImageLoadAsMaskByPath(ImageIOHelpers)", - "ImageLoadByPath(ImageIOHelpers)", - "ImageLoadFromBase64(ImageIOHelpers)", - "ImageSaveAsBase64(ImageIOHelpers)", - "ImageSaveToPath(ImageIOHelpers)" + "ImageLoadAsMaskByPath(IOHelpers)", + "ImageLoadByPath(IOHelpers)", + "ImageLoadFromBase64(IOHelpers)", + "ImageSaveAsBase64(IOHelpers)", + "ImageSaveToPath(IOHelpers)", + "TypeConversion(IOHelpers)" ], { - "title_aux": "comfyui_image_io_helpers" + "title_aux": "comfyui_io_helpers" } ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ @@ -2444,7 +2473,7 @@ ], "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ [ - "Ood_hd_CXH" + "Ood_CXH" ], { "title_aux": "ComfyUI_OOTDiffusion_CXH" @@ -4653,6 +4682,7 @@ "LayerUtility: PrintInfo", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", + "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", "LayerUtility: XY to Percent" ], @@ -4938,6 +4968,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "ModelSamplingStableCascade", + "Morphology", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -5711,6 +5742,25 @@ "title_aux": "ComfyUI_GMIC" } ], + "https://github.com/get-salt-AI/SaltAI": [ + [ + "OPAC", + "OPAC2Floats", + "OPACList2ExecList", + "OPACListVariance", + "OPACPerlinSettings", + "OPACTransformImages", + "OPCSLayerExtractor", + "OPCScheduler", + "ParallaxMotion", + "SaltAIStableVideoDiffusion", + "SaltInput", + "SaltOutput" + ], + { + "title_aux": "SaltAI-Open-Resources" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -6386,7 +6436,9 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ - "concat_klinter" + "PresentString", + "concat_klinter", + "whitelist" ], { "title_aux": "Klinter_nodes" @@ -6765,6 +6817,8 @@ "SEGSRangeFilterDetailerHookProvider", "SEGSSwitch", "SEGSToImageList", + "SEGSUpscaler", + "SEGSUpscalerPipe", "SegmDetectorCombined", "SegmDetectorCombined_v2", "SegmDetectorForEach", @@ -7774,6 +7828,7 @@ "LoadImagesFromPath", "LoadImagesFromURL", "LoraNames_", + "LoraPrompt", "MergeLayers", "MirroredImage", "MultiplicationNode", @@ -7802,6 +7857,7 @@ "TESTNODE_TOKEN", "TextImage", "TextInput_", + "TextSplitByDelimiter", "TextToNumber", "TransparentImage", "VAEDecodeConsistencyDecoder", @@ -8841,6 +8897,7 @@ "easy latentNoisy", "easy loraStack", "easy negative", + "easy pipeEdit", "easy pipeIn", "easy pipeOut", "easy pipeToBasicPipe", From 5962dce91f497dfe2ac7a9ac14f27e9747ada758 Mon Sep 17 00:00:00 2001 From: chaojie Date: Tue, 5 Mar 2024 12:18:02 +0800 Subject: [PATCH 06/76] 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 2a056b94..9b1cdf59 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4306,6 +4306,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-dust3r", + "reference": "https://github.com/chaojie/ComfyUI-dust3r", + "files": [ + "https://github.com/chaojie/ComfyUI-dust3r" + ], + "install_type": "git-clone", + "description": "ComfyUI dust3r" + }, { "author": "chaojie", "title": "ComfyUI-Gemma", From 59d7088258ed0ae30a00b51e37bdec3b6e3068eb Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 6 Mar 2024 11:21:48 +0100 Subject: [PATCH 07/76] Update model-list.json - Add T2I-Adapter XL --- model-list.json | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/model-list.json b/model-list.json index 46f8acd2..fbadb6ee 100644 --- a/model-list.json +++ b/model-list.json @@ -824,6 +824,116 @@ "reference": "https://huggingface.co/TencentARC/T2I-Adapter", "filename": "t2iadapter_style_sd14v1.pth", "url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth" + }, + { + "name": "T2I-Adapter XL (lineart) FP16", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for lineart", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", + "filename": "t2i-adapter-lineart-sdxl-1.0.fp16.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" + }, + { + "name": "T2I-Adapter XL (canny) FP16", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for canny", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", + "filename": "t2i-adapter-canny-sdxl-1.0.fp16.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" + }, + { + "name": "T2I-Adapter XL (depth-zoe) FP16", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for depth-zoe", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", + "filename": "t2i-adapter-depth-zoe-sdxl-1.0.fp16.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" + }, + { + "name": "T2I-Adapter XL (depth-midas) FP16", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for depth-midas", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", + "filename": "t2i-adapter-depth-midas-sdxl-1.0.fp16.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" + }, + { + "name": "T2I-Adapter XL (sketch) FP16", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for sketch", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", + "filename": "t2i-adapter-sketch-sdxl-1.0.fp16.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" + }, + { + "name": "T2I-Adapter XL (lineart)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for lineart", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", + "filename": "t2i-adapter-lineart-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" + }, + { + "name": "T2I-Adapter XL (canny)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for canny", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", + "filename": "t2i-adapter-canny-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" + }, + { + "name": "T2I-Adapter XL (depth-zoe)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for depth-zoe", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", + "filename": "t2i-adapter-depth-zoe-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" + }, + { + "name": "T2I-Adapter XL (depth-midas)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for depth-midas", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", + "filename": "t2i-adapter-depth-midas-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" + }, + { + "name": "T2I-Adapter XL (sketch)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for sketch", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", + "filename": "t2i-adapter-sketch-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" + }, + { + "name": "T2I-Adapter XL (openpose)", + "type": "T2I-Adapter", + "base": "SDXL 1.0", + "save_path": "default", + "description": "ControlNet T2I-Adapter XL for openpose", + "reference": "https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0", + "filename": "t2i-adapter-openpose-sdxl-1.0.safetensors", + "url": "https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" }, { "name": "CiaraRowles/TemporalNet2", From c5d753f17690243f663a4f81b98589e2a3aa06b7 Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 6 Mar 2024 11:23:03 +0100 Subject: [PATCH 08/76] Fix space --- model-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-list.json b/model-list.json index fbadb6ee..24c9f5fb 100644 --- a/model-list.json +++ b/model-list.json @@ -825,7 +825,7 @@ "filename": "t2iadapter_style_sd14v1.pth", "url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth" }, - { + { "name": "T2I-Adapter XL (lineart) FP16", "type": "T2I-Adapter", "base": "SDXL 1.0", From 2f704db3fcda337ff483e73ea5427f2e390c4221 Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 6 Mar 2024 11:25:10 +0100 Subject: [PATCH 09/76] Add GroundingDINO models --- model-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/model-list.json b/model-list.json index 46f8acd2..8f4619ad 100644 --- a/model-list.json +++ b/model-list.json @@ -2169,6 +2169,26 @@ "reference": "https://github.com/cubiq/ComfyUI_IPAdapter_plus?tab=readme-ov-file#faceid", "filename": "w600k_r50.onnx", "url": "https://huggingface.co/public-data/insightface/resolve/main/models/buffalo_l/w600k_r50.onnx" + }, + { + "name": "GroundingDINO SwinT OGC - Model", + "type": "GroundingDINO", + "base": "DINO", + "save_path": "groundingdino", + "description": "GroundingDINO SwinT OGC Model", + "reference": "https://huggingface.co/ShilongLiu/GroundingDINO", + "filename": "groundingdino_swint_ogc.pth", + "url": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth" + }, + { + "name": "GroundingDINO SwinT OGC - CFG File", + "type": "GroundingDINO", + "base": "DINO", + "save_path": "groundingdino", + "description": "GroundingDINO SwinT OGC CFG File", + "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", + "filename": "GroundingDINO_SwinT_OGC.cfg.py", + "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" } ] } From 8ee4d4aa90ddb6972caf64705de456e1e0706225 Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 6 Mar 2024 11:29:57 +0100 Subject: [PATCH 10/76] Add BLIP ImageCaption model --- model-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/model-list.json b/model-list.json index 46f8acd2..89cd582d 100644 --- a/model-list.json +++ b/model-list.json @@ -2169,6 +2169,16 @@ "reference": "https://github.com/cubiq/ComfyUI_IPAdapter_plus?tab=readme-ov-file#faceid", "filename": "w600k_r50.onnx", "url": "https://huggingface.co/public-data/insightface/resolve/main/models/buffalo_l/w600k_r50.onnx" + }, + { + "name": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", + "type": "BLIP_MODEL", + "base": "blip_model", + "save_path": "blip", + "description": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", + "reference": "https://github.com/salesforce/BLIP", + "filename": "model_base_capfilt_large.pth", + "url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth" } ] } From 3a76506a5e9a641b5bef24a27dd71f54affa8439 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 6 Mar 2024 22:36:38 +0900 Subject: [PATCH 11/76] update DB --- model-list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/model-list.json b/model-list.json index 19386b49..a6ce93b3 100644 --- a/model-list.json +++ b/model-list.json @@ -2180,6 +2180,7 @@ "filename": "model_base_capfilt_large.pth", "url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth" }, + { "name": "GroundingDINO SwinT OGC - Model", "type": "GroundingDINO", "base": "DINO", From f14d81d5759c2d130538c731ad4996245572dad1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 6 Mar 2024 22:39:08 +0900 Subject: [PATCH 12/76] update DB --- model-list.json | 4 ++++ node_db/new/model-list.json | 40 +++++++++++++++++++++++++++---------- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/model-list.json b/model-list.json index d4256835..135bcb0f 100644 --- a/model-list.json +++ b/model-list.json @@ -2310,5 +2310,9 @@ "filename": "GroundingDINO_SwinT_OGC.cfg.py", "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" } + + + + ] } diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 2183b78d..cd25384c 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,35 @@ { "models": [ + { + "name": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", + "type": "BLIP_MODEL", + "base": "blip_model", + "save_path": "blip", + "description": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", + "reference": "https://github.com/salesforce/BLIP", + "filename": "model_base_capfilt_large.pth", + "url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth" + }, + { + "name": "GroundingDINO SwinT OGC - Model", + "type": "GroundingDINO", + "base": "DINO", + "save_path": "groundingdino", + "description": "GroundingDINO SwinT OGC Model", + "reference": "https://huggingface.co/ShilongLiu/GroundingDINO", + "filename": "groundingdino_swint_ogc.pth", + "url": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth" + }, + { + "name": "GroundingDINO SwinT OGC - CFG File", + "type": "GroundingDINO", + "base": "DINO", + "save_path": "groundingdino", + "description": "GroundingDINO SwinT OGC CFG File", + "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", + "filename": "GroundingDINO_SwinT_OGC.cfg.py", + "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" + }, { "name": "SDXL Lightning LoRA (2step)", "type": "lora", @@ -662,16 +692,6 @@ "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid", "filename": "svd.safetensors", "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors" - }, - { - "name": "Stable Video Diffusion Image-to-Video (XT)", - "type": "checkpoints", - "base": "SVD", - "save_path": "checkpoints/SVD", - "description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.\nNOTE: 25 frames @ 576x1024 ", - "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt", - "filename": "svd_xt.safetensors", - "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors" } ] } From bde5811bd514de42928515b9b3bdfd8507df9c56 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 6 Mar 2024 22:53:04 +0900 Subject: [PATCH 13/76] update DB --- custom-node-list.json | 20 ++++++ extension-node-map.json | 63 +++++++++++++++--- node_db/dev/custom-node-list.json | 10 +++ node_db/new/custom-node-list.json | 100 +++++++++------------------- node_db/new/extension-node-map.json | 63 +++++++++++++++--- 5 files changed, 166 insertions(+), 90 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9b1cdf59..b942ea9f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4266,6 +4266,16 @@ "install_type": "git-clone", "description": "This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI." }, + { + "author": "flowtyone", + "title": "ComfyUI-Flowty-TripoSR", + "reference": "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR", + "files": [ + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR" + ], + "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": "massao000", "title": "ComfyUI_aspect_ratios", @@ -5748,6 +5758,16 @@ "install_type": "git-clone", "description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL" }, + { + "author": "cdb-boop", + "title": "comfyui-image-round", + "reference": "https://github.com/cdb-boop/comfyui-image-round", + "files": [ + "https://github.com/cdb-boop/comfyui-image-round" + ], + "install_type": "git-clone", + "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 8fe9466d..e5fac5f8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -43,13 +43,16 @@ "EG-YSZT-ZT", "EG_CPSYTJ", "EG_FX_BDAPI", + "EG_HT_YSTZ", "EG_JF_ZZSC", "EG_JXFZ_node", + "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", "EG_SCQY_SXQY", "EG_SJ", "EG_SJPJ_Node", + "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", "EG_TSCDS_DG", @@ -63,12 +66,15 @@ "EG_TX_CCHQ", "EG_TX_CJPJ", "EG_TX_JZRY", + "EG_TX_LJ", "EG_TX_LJBC", + "EG_TX_WHLJ", "EG_WB_KSH", "EG_WXZ_QH", "EG_XZ_QH", "EG_YSQY_BBLLD", "EG_YSQY_BLLD", + "EG_ZZHBCJ", "EG_ZZKZ_HT_node", "EG_ZZ_BSYH", "EG_ZZ_BYYH", @@ -779,7 +785,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1158,12 +1164,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" @@ -4023,6 +4027,7 @@ "Batch Load Images", "Batch Resize Image for SDXL", "Checkpoint Loader Simple Mikey", + "CheckpointHash", "CinematicLook", "Empty Latent Ratio Custom SDXL", "Empty Latent Ratio Select SDXL", @@ -4047,6 +4052,7 @@ "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", "MikeySamplerTiledAdvancedBaseOnly", + "MosaicExpandImage", "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", @@ -4430,6 +4436,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/cdb-boop/comfyui-image-round": [ + [ + "ImageRound" + ], + { + "title_aux": "comfyui-image-round" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4610,6 +4624,15 @@ "title_aux": "ComfyUI-RAFT" } ], + "https://github.com/chaojie/ComfyUI-dust3r": [ + [ + "Dust3rLoader", + "Dust3rRun" + ], + { + "title_aux": "ComfyUI-dust3r" + } + ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", @@ -5490,13 +5513,13 @@ "Eden_Float", "Eden_Int", "Eden_String", - "Filepicker", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", "LatentTypeConversion", + "LoadRandomImage", "SaveImageAdvanced", "VAEDecode_to_folder" ], @@ -5670,6 +5693,16 @@ "title_aux": "ComfyUI-Flowty-LDSR" } ], + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": [ + [ + "TripoSRModelLoader", + "TripoSRSampler", + "TripoSRViewer" + ], + { + "title_aux": "ComfyUI-Flowty-TripoSR" + } + ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS", @@ -5835,6 +5868,7 @@ "LlavaClipLoader", "MCLLaVAModel", "MoonDream", + "Moondream2model", "PlayMusic", "PromptGenerateAPI", "SaveAudioNode", @@ -6584,15 +6618,27 @@ [ "Base64ToImage", "Base64ToMask", + "ColorPicker", + "GetImageBatchSize", "ImageToBase64", "ImageToBase64Advanced", + "InsightFaceBBOXDetect", + "IntToList", + "IntToNumber", + "JoinList", + "ListMerge", "LoadImageFromURL", "LoadImageToBase64", "LoadMaskFromURL", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", - "SamAutoMaskSEGS" + "SamAutoMaskSEGS", + "ShowFloat", + "ShowInt", + "ShowNumber", + "ShowString", + "StringToList" ], { "title_aux": "comfyui-easyapi-nodes" @@ -9060,9 +9106,6 @@ "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/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 304857c0..c3bd8996 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "tjorbogarden", + "title": "my-useful-comfyui-custom-nodes", + "reference": "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes", + "files": [ + "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes" + ], + "install_type": "git-clone", + "description": "Nodes:My-Image Sizer, KSamplerSDXLAdvanced." + }, { "author": "DeTK", "title": "ComfyUI Node Switcher", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ab22dc55..99c17baf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,36 @@ }, + { + "author": "flowtyone", + "title": "ComfyUI-Flowty-TripoSR", + "reference": "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR", + "files": [ + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR" + ], + "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": "chaojie", + "title": "ComfyUI-dust3r", + "reference": "https://github.com/chaojie/ComfyUI-dust3r", + "files": [ + "https://github.com/chaojie/ComfyUI-dust3r" + ], + "install_type": "git-clone", + "description": "ComfyUI dust3r" + }, + { + "author": "cdb-boop", + "title": "comfyui-image-round", + "reference": "https://github.com/cdb-boop/comfyui-image-round", + "files": [ + "https://github.com/cdb-boop/comfyui-image-round" + ], + "install_type": "git-clone", + "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." + }, { "author": "SaltAI", "title": "SaltAI-Open-Resources", @@ -662,76 +692,6 @@ ], "install_type": "git-clone", "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" - }, - { - "author": "redhottensors", - "title": "ComfyUI-Prediction", - "reference": "https://github.com/redhottensors/ComfyUI-Prediction", - "files": [ - "https://github.com/redhottensors/ComfyUI-Prediction" - ], - "install_type": "git-clone", - "description": "Fully customizable Classifier Free Guidance for ComfyUI." - }, - { - "author": "nkchocoai", - "title": "ComfyUI-TextOnSegs", - "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs", - "files": [ - "https://github.com/nkchocoai/ComfyUI-TextOnSegs" - ], - "install_type": "git-clone", - "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack." - }, - { - "author": "cubiq", - "title": "ComfyUI InstantID (Native Support)", - "reference": "https://github.com/cubiq/ComfyUI_InstantID", - "files": [ - "https://github.com/cubiq/ComfyUI_InstantID" - ], - "install_type": "git-clone", - "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." - }, - { - "author": "Franck-Demongin", - "title": "NX_PromptStyler", - "reference": "https://github.com/Franck-Demongin/NX_PromptStyler", - "files": [ - "https://github.com/Franck-Demongin/NX_PromptStyler" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." - }, - { - "author": "Billius-AI", - "title": "ComfyUI-Path-Helper", - "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", - "files": [ - "https://github.com/Billius-AI/ComfyUI-Path-Helper" - ], - "install_type": "git-clone", - "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" - }, - { - "author": "mbrostami", - "title": "ComfyUI-HF", - "reference": "https://github.com/mbrostami/ComfyUI-HF", - "files": [ - "https://github.com/mbrostami/ComfyUI-HF" - ], - "install_type": "git-clone", - "description": "ComfyUI Node to work with Hugging Face repositories" - }, - { - "author": "digitaljohn", - "title": "ComfyUI-ProPost", - "reference": "https://github.com/digitaljohn/comfyui-propost", - "files": [ - "https://github.com/digitaljohn/comfyui-propost" - ], - "install_type": "git-clone", - "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8fe9466d..e5fac5f8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -43,13 +43,16 @@ "EG-YSZT-ZT", "EG_CPSYTJ", "EG_FX_BDAPI", + "EG_HT_YSTZ", "EG_JF_ZZSC", "EG_JXFZ_node", + "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", "EG_SCQY_SXQY", "EG_SJ", "EG_SJPJ_Node", + "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", "EG_TSCDS_DG", @@ -63,12 +66,15 @@ "EG_TX_CCHQ", "EG_TX_CJPJ", "EG_TX_JZRY", + "EG_TX_LJ", "EG_TX_LJBC", + "EG_TX_WHLJ", "EG_WB_KSH", "EG_WXZ_QH", "EG_XZ_QH", "EG_YSQY_BBLLD", "EG_YSQY_BLLD", + "EG_ZZHBCJ", "EG_ZZKZ_HT_node", "EG_ZZ_BSYH", "EG_ZZ_BYYH", @@ -779,7 +785,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1158,12 +1164,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" @@ -4023,6 +4027,7 @@ "Batch Load Images", "Batch Resize Image for SDXL", "Checkpoint Loader Simple Mikey", + "CheckpointHash", "CinematicLook", "Empty Latent Ratio Custom SDXL", "Empty Latent Ratio Select SDXL", @@ -4047,6 +4052,7 @@ "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", "MikeySamplerTiledAdvancedBaseOnly", + "MosaicExpandImage", "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", @@ -4430,6 +4436,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/cdb-boop/comfyui-image-round": [ + [ + "ImageRound" + ], + { + "title_aux": "comfyui-image-round" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4610,6 +4624,15 @@ "title_aux": "ComfyUI-RAFT" } ], + "https://github.com/chaojie/ComfyUI-dust3r": [ + [ + "Dust3rLoader", + "Dust3rRun" + ], + { + "title_aux": "ComfyUI-dust3r" + } + ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", @@ -5490,13 +5513,13 @@ "Eden_Float", "Eden_Int", "Eden_String", - "Filepicker", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", "LatentTypeConversion", + "LoadRandomImage", "SaveImageAdvanced", "VAEDecode_to_folder" ], @@ -5670,6 +5693,16 @@ "title_aux": "ComfyUI-Flowty-LDSR" } ], + "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": [ + [ + "TripoSRModelLoader", + "TripoSRSampler", + "TripoSRViewer" + ], + { + "title_aux": "ComfyUI-Flowty-TripoSR" + } + ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS", @@ -5835,6 +5868,7 @@ "LlavaClipLoader", "MCLLaVAModel", "MoonDream", + "Moondream2model", "PlayMusic", "PromptGenerateAPI", "SaveAudioNode", @@ -6584,15 +6618,27 @@ [ "Base64ToImage", "Base64ToMask", + "ColorPicker", + "GetImageBatchSize", "ImageToBase64", "ImageToBase64Advanced", + "InsightFaceBBOXDetect", + "IntToList", + "IntToNumber", + "JoinList", + "ListMerge", "LoadImageFromURL", "LoadImageToBase64", "LoadMaskFromURL", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", - "SamAutoMaskSEGS" + "SamAutoMaskSEGS", + "ShowFloat", + "ShowInt", + "ShowNumber", + "ShowString", + "StringToList" ], { "title_aux": "comfyui-easyapi-nodes" @@ -9060,9 +9106,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From a59760373d178b94bc3db532e9caff677fd4cf60 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 7 Mar 2024 00:15:53 +0900 Subject: [PATCH 14/76] update DB --- extension-node-map.json | 1 + node_db/new/extension-node-map.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index e5fac5f8..e2842e82 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2810,6 +2810,7 @@ "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", + "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e5fac5f8..e2842e82 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2810,6 +2810,7 @@ "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", + "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", From cb2c82a4f2df76e9467f4f8152484aa891679688 Mon Sep 17 00:00:00 2001 From: Blanchon Date: Wed, 6 Mar 2024 18:52:12 +0100 Subject: [PATCH 15/76] Add SAM vit_h, vit_l and MobileSAM --- model-list.json | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/model-list.json b/model-list.json index 135bcb0f..b985a744 100644 --- a/model-list.json +++ b/model-list.json @@ -2309,10 +2309,36 @@ "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", "filename": "GroundingDINO_SwinT_OGC.cfg.py", "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" + }, + { + "name": "ViT-H SAM model", + "type": "sam", + "base": "SAM", + "save_path": "sams", + "description": "Segmenty Anything SAM model (ViT-H)", + "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", + "filename": "sam_vit_h_4b8939.pth", + "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth" + }, + { + "name": "ViT-L SAM model", + "type": "sam", + "base": "SAM", + "save_path": "sams", + "description": "Segmenty Anything SAM model (ViT-L)", + "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", + "filename": "sam_vit_l_0b3195.pth", + "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth" + }, + { + "name": "MobileSAM", + "type": "sam", + "base": "SAM", + "save_path": "sams", + "description": "MobileSAM", + "reference": "https://github.com/ChaoningZhang/MobileSAM/", + "filename": "mobile_sam.pt", + "url": "https://github.com/ChaoningZhang/MobileSAM/blob/master/weights/mobile_sam.pt" } - - - - ] } From 56f5487ae90f9e9d76971f3dccfb9fc321f7998e Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:59:39 -0600 Subject: [PATCH 16/76] Update extension-node-map.json --- extension-node-map.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index e2842e82..da6ceceb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -284,6 +284,15 @@ "title_aux": "Jovimetrix Composition Nodes" } ], + "https://github.com/atmaranto/ComfyUI-SaveAsScript": [ + [], + { + "author": "Anthony Maranto", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + "nickname": "Save as Script", + "title": "SaveAsScript" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -9199,4 +9208,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +} From 7c0a5d216f128da5c8057706ef3cc9669064b431 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:05:41 -0600 Subject: [PATCH 17/76] 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 b942ea9f..f6296d39 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5768,6 +5768,16 @@ "install_type": "git-clone", "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." }, + { + "author": "atmaranto", + "title": "SaveAsScript", + "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", + "files": [ + "https://github.com/atmaranto/ComfyUI-SaveAsScript" + ], + "install_type": "git-clone", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + } From 31c226daa04e7e0acd86a02810c558caed07080d Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:06:40 -0600 Subject: [PATCH 18/76] Revert "Update extension-node-map.json" This reverts commit 56f5487ae90f9e9d76971f3dccfb9fc321f7998e. --- extension-node-map.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index da6ceceb..e2842e82 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -284,15 +284,6 @@ "title_aux": "Jovimetrix Composition Nodes" } ], - "https://github.com/atmaranto/ComfyUI-SaveAsScript": [ - [], - { - "author": "Anthony Maranto", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", - "nickname": "Save as Script", - "title": "SaveAsScript" - } - ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -9208,4 +9199,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} +} \ No newline at end of file From 800a854d57a9f6c22815c0b965db46b80511d445 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:07:13 -0600 Subject: [PATCH 19/76] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f6296d39..0b51b95e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5777,7 +5777,7 @@ ], "install_type": "git-clone", "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", - } + }, From 40988444494b6a58c14ec3901f7c087e20a1fd23 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:08:41 -0600 Subject: [PATCH 20/76] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0b51b95e..72e47562 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5776,7 +5776,7 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript" ], "install_type": "git-clone", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." }, From 92f65730aa16cf726b1db869fd2c4c172553c072 Mon Sep 17 00:00:00 2001 From: chty627 <610827839@qq.com> Date: Thu, 7 Mar 2024 20:14:51 +0800 Subject: [PATCH 21/76] Add new custom nodes and extensions --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b942ea9f..7b1dbbb4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6124,6 +6124,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jw782cn", + "title": "ComfyUI-Catcat", + "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "files": [ + "https://github.com/jw782cn/ComfyUI-Catcat" + ], + "install_type": "copy", + "description": "Extension to show random cat GIFs while queueing prompt." } ] } From 626aad2b00e777261c808a323baa7e62230c073d Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 8 Mar 2024 12:51:35 +0900 Subject: [PATCH 22/76] update DB --- custom-node-list.json | 120 ++++++++++++++--- extension-node-map.json | 109 ++++++++++++++- node_db/new/custom-node-list.json | 202 ++++++++++++++-------------- node_db/new/extension-node-map.json | 109 ++++++++++++++- 4 files changed, 409 insertions(+), 131 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b9094e70..157b616f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1719,6 +1719,16 @@ "install_type": "git-clone", "description": "This extension node is intended for the use of LCM conversion for SSD-1B-anime. It does not guarantee operation with the original LCM (as it cannot load weights in the current version). To take advantage of fast generation with LCM, a node for using TAESD as a decoder is also provided. This is inspired by ComfyUI-OtherVAEs." }, + { + "author": "laksjdjf", + "title": "LoRTnoC-ComfyUI", + "reference": "https://github.com/laksjdjf/LoRTnoC-ComfyUI", + "files": [ + "https://github.com/laksjdjf/LoRTnoC-ComfyUI" + ], + "install_type": "git-clone", + "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" + }, { "author": "alsritter", "title": "asymmetric-tiling-comfyui", @@ -2569,6 +2579,16 @@ "install_type": "git-clone", "description": "Nodes:Word Cloud, Load Text File" }, + { + "author": "chflame163", + "title": "ComfyUI Layer Style", + "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", + "files": [ + "https://github.com/chflame163/ComfyUI_LayerStyle" + ], + "install_type": "git-clone", + "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." + }, { "author": "drustan-hawk", "title": "primitive-types", @@ -4768,16 +4788,6 @@ "install_type": "git-clone", "description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)." }, - { - "author": "chflame163", - "title": "ComfyUI Layer Style", - "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", - "files": [ - "https://github.com/chflame163/ComfyUI_LayerStyle" - ], - "install_type": "git-clone", - "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." - }, { "author": "dave-palt", "title": "comfyui_DSP_imagehelpers", @@ -5208,6 +5218,16 @@ "install_type": "git-clone", "description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)" }, + { + "author": "dfl", + "title": "ComfyUI-TCD-scheduler", + "reference": "https://github.com/dfl/comfyui-tcd-scheduler", + "files": [ + "https://github.com/dfl/comfyui-tcd-scheduler" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" + }, { "author": "MarkoCa1", "title": "ComfyUI_Segment_Mask", @@ -5778,6 +5798,66 @@ "install_type": "git-clone", "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." }, + { + "author": "meshmesh-io", + "title": "mm-comfyui-megamask", + "reference": "https://github.com/meshmesh-io/mm-comfyui-megamask", + "files": [ + "https://github.com/meshmesh-io/mm-comfyui-megamask" + ], + "install_type": "git-clone", + "description": "Nodes:ColorListMaskToImage, FlattenAndCombineMaskImages" + }, + { + "author": "meshmesh-io", + "title": "mm-comfyui-loopback", + "reference": "https://github.com/meshmesh-io/mm-comfyui-loopback", + "files": [ + "https://github.com/meshmesh-io/mm-comfyui-loopback" + ], + "install_type": "git-clone", + "description": "Nodes:Loop, LoopStart, LoopEnd, LoopStart_SEGIMAGE, LoopEnd_SEGIMAGE" + }, + { + "author": "cozymantis", + "title": "Cozy Human Parser", + "reference": "https://github.com/cozymantis/human-parser-comfyui-node", + "files": [ + "https://github.com/cozymantis/human-parser-comfyui-node" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI nodes to generate masks for specific body parts and clothes or fashion items. Runs on CPU and CUDA. Made with 💚 by the CozyMantis squad." + }, + { + "author": "vivax3794", + "title": "ComfyUI-Vivax-Nodes", + "reference": "https://github.com/vivax3794/ComfyUI-Vivax-Nodes", + "files": [ + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Inspect, Any String, Model From URL" + }, + { + "author": "victorchall", + "title": "Comfyui Webcam capture node", + "reference": "https://github.com/victorchall/comfyui_webcamcapture", + "files": [ + "https://github.com/victorchall/comfyui_webcamcapture" + ], + "install_type": "git-clone", + "description": "This node captures images one at a time from your webcam when you click generate.\nThis is particular useful for img2img or controlnet workflows.\nNOTE:This node will take over your webcam, so if you have another program using it, you may need to close that program first. Likewise, you may need to close Comfyui or close the workflow to release the webcam." + }, + { + "author": "ljleb", + "title": "comfy-mecha", + "reference": "https://github.com/ljleb/comfy-mecha", + "files": [ + "https://github.com/ljleb/comfy-mecha" + ], + "install_type": "git-clone", + "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe" + }, @@ -6090,6 +6170,16 @@ "install_type": "copy", "description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." }, + { + "author": "jw782cn", + "title": "ComfyUI-Catcat", + "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "files": [ + "https://github.com/jw782cn/ComfyUI-Catcat" + ], + "install_type": "copy", + "description": "Extension to show random cat GIFs while queueing prompt." + }, { "author": "theally", @@ -6134,16 +6224,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "jw782cn", - "title": "ComfyUI-Catcat", - "reference": "https://github.com/jw782cn/ComfyUI-Catcat", - "files": [ - "https://github.com/jw782cn/ComfyUI-Catcat" - ], - "install_type": "copy", - "description": "Extension to show random cat GIFs while queueing prompt." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index e2842e82..e11e7f65 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -52,6 +52,7 @@ "EG_SCQY_SXQY", "EG_SJ", "EG_SJPJ_Node", + "EG_SS_RYZH", "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", @@ -63,6 +64,7 @@ "EG_TSCDS_WP", "EG_TSCDS_ZL", "EG_TSCMB_GL", + "EG_TXZZ_ZH", "EG_TX_CCHQ", "EG_TX_CJPJ", "EG_TX_JZRY", @@ -74,6 +76,7 @@ "EG_XZ_QH", "EG_YSQY_BBLLD", "EG_YSQY_BLLD", + "EG_ZY_WBK", "EG_ZZHBCJ", "EG_ZZKZ_HT_node", "EG_ZZ_BSYH", @@ -785,7 +788,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1164,10 +1167,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" @@ -2094,6 +2099,7 @@ "Crop Center with SEGS", "Dilate Mask for Each Face", "GW Number Formatting", + "Grid Image from batch (OFF)", "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", @@ -4439,7 +4445,9 @@ ], "https://github.com/cdb-boop/comfyui-image-round": [ [ - "ImageRound" + "ComfyUI_Image_Round__ImageCropAdvanced", + "ComfyUI_Image_Round__ImageRound", + "ComfyUI_Image_Round__ImageRoundAdvanced" ], { "title_aux": "comfyui-image-round" @@ -4681,6 +4689,7 @@ "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", "LayerUtility: CropByMask", + "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -5023,6 +5032,7 @@ "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -5091,6 +5101,16 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cozymantis/human-parser-comfyui-node": [ + [ + "Cozy Human Parser ATR", + "Cozy Human Parser LIP", + "Cozy Human Parser Pascal" + ], + { + "title_aux": "Cozy Human Parser" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5321,6 +5341,15 @@ "title_aux": "comfyui-clip-with-break" } ], + "https://github.com/dfl/comfyui-tcd-scheduler": [ + [ + "SamplerTCD", + "TCDScheduler" + ], + { + "title_aux": "ComfyUI-TCD-scheduler" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5813,6 +5842,7 @@ ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ [ + "AdvPromptEnhancer", "DalleImage", "Enhancer", "ImgTextSwitch", @@ -6472,6 +6502,9 @@ "https://github.com/klinter007/klinter_nodes": [ [ "PresentString", + "SingleString", + "SizeSelector", + "concat", "concat_klinter", "whitelist" ], @@ -6569,6 +6602,14 @@ "title_aux": "LoRA-Merger-ComfyUI" } ], + "https://github.com/laksjdjf/LoRTnoC-ComfyUI": [ + [ + "LortnocLoader" + ], + { + "title_aux": "LoRTnoC-ComfyUI" + } + ], "https://github.com/laksjdjf/attention-couple-ComfyUI": [ [ "Attention couple" @@ -6597,7 +6638,11 @@ ], "https://github.com/leoleelxh/ComfyUI-LLMs": [ [ - "\ud83d\udc35 ComfyUI-LLMs" + "\ud83d\uddbc\ufe0f LLMs_Vison_Ali", + "\ud83d\uddbc\ufe0f LLMs_Vison_GLM4", + "\ud83d\uddbc\ufe0f LLMs_Vison_Gemini", + "\ud83d\ude00 LLMs_Chat", + "\ud83d\ude00 LLMs_Chat_GLM4_Only" ], { "title_aux": "ComfyUI-LLMs" @@ -6615,6 +6660,17 @@ "title_aux": "simple wildcard for ComfyUI" } ], + "https://github.com/ljleb/comfy-mecha": [ + [ + "Blocks Mecha Hyper", + "Custom Code Mecha Recipe", + "Mecha Merger", + "Model Mecha Recipe" + ], + { + "title_aux": "comfy-mecha" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", @@ -7187,6 +7243,27 @@ "title_aux": "MTB Nodes" } ], + "https://github.com/meshmesh-io/mm-comfyui-loopback": [ + [ + "Loop", + "LoopEnd", + "LoopEnd_SEGIMAGE", + "LoopStart", + "LoopStart_SEGIMAGE" + ], + { + "title_aux": "mm-comfyui-loopback" + } + ], + "https://github.com/meshmesh-io/mm-comfyui-megamask": [ + [ + "ColorListMaskToImage", + "FlattenAndCombineMaskImages" + ], + { + "title_aux": "mm-comfyui-megamask" + } + ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -8635,6 +8712,14 @@ "title_aux": "Simple Wildcard" } ], + "https://github.com/victorchall/comfyui_webcamcapture": [ + [ + "WebcamCapture" + ], + { + "title_aux": "Comfyui Webcam capture node" + } + ], "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [ [ "ChatGptPrompt" @@ -8651,6 +8736,16 @@ "title_aux": "comfyui-psd2png" } ], + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ + [ + "Any String", + "Inspect", + "Model From URL" + ], + { + "title_aux": "ComfyUI-Vivax-Nodes" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -8966,6 +9061,7 @@ "easy showAnything", "easy showLoaderSettingsNames", "easy showSpentTime", + "easy showTensorShape", "easy string", "easy stylesSelector", "easy svdLoader", @@ -9107,6 +9203,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 99c17baf..54d60649 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,107 @@ "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": "laksjdjf", + "title": "LoRTnoC-ComfyUI", + "reference": "https://github.com/laksjdjf/LoRTnoC-ComfyUI", + "files": [ + "https://github.com/laksjdjf/LoRTnoC-ComfyUI" + ], + "install_type": "git-clone", + "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" + }, + { + "author": "victorchall", + "title": "Comfyui Webcam capture node", + "reference": "https://github.com/victorchall/comfyui_webcamcapture", + "files": [ + "https://github.com/victorchall/comfyui_webcamcapture" + ], + "install_type": "git-clone", + "description": "This node captures images one at a time from your webcam when you click generate.\nThis is particular useful for img2img or controlnet workflows.\nNOTE:This node will take over your webcam, so if you have another program using it, you may need to close that program first. Likewise, you may need to close Comfyui or close the workflow to release the webcam." + }, + { + "author": "dfl", + "title": "ComfyUI-TCD-scheduler", + "reference": "https://github.com/dfl/comfyui-tcd-scheduler", + "files": [ + "https://github.com/dfl/comfyui-tcd-scheduler" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" + }, + { + "author": "cozymantis", + "title": "Cozy Human Parser", + "reference": "https://github.com/cozymantis/human-parser-comfyui-node", + "files": [ + "https://github.com/cozymantis/human-parser-comfyui-node" + ], + "install_type": "git-clone", + "description": "Simple ComfyUI nodes to generate masks for specific body parts and clothes or fashion items. Runs on CPU and CUDA. Made with 💚 by the CozyMantis squad." + }, + { + "author": "atmaranto", + "title": "SaveAsScript", + "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", + "files": [ + "https://github.com/atmaranto/ComfyUI-SaveAsScript" + ], + "install_type": "git-clone", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." + }, + { + "author": "jw782cn", + "title": "ComfyUI-Catcat", + "reference": "https://github.com/jw782cn/ComfyUI-Catcat", + "files": [ + "https://github.com/jw782cn/ComfyUI-Catcat" + ], + "install_type": "copy", + "description": "Extension to show random cat GIFs while queueing prompt." + }, + { + "author": "ljleb", + "title": "comfy-mecha", + "reference": "https://github.com/ljleb/comfy-mecha", + "files": [ + "https://github.com/ljleb/comfy-mecha" + ], + "install_type": "git-clone", + "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe" + }, + { + "author": "vivax3794", + "title": "ComfyUI-Vivax-Nodes", + "reference": "https://github.com/vivax3794/ComfyUI-Vivax-Nodes", + "files": [ + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Inspect, Any String, Model From URL" + }, + { + "author": "meshmesh-io", + "title": "mm-comfyui-megamask", + "reference": "https://github.com/meshmesh-io/mm-comfyui-megamask", + "files": [ + "https://github.com/meshmesh-io/mm-comfyui-megamask" + ], + "install_type": "git-clone", + "description": "Nodes:ColorListMaskToImage, FlattenAndCombineMaskImages" + }, + { + "author": "meshmesh-io", + "title": "mm-comfyui-loopback", + "reference": "https://github.com/meshmesh-io/mm-comfyui-loopback", + "files": [ + "https://github.com/meshmesh-io/mm-comfyui-loopback" + ], + "install_type": "git-clone", + "description": "Nodes:Loop, LoopStart, LoopEnd, LoopStart_SEGIMAGE, LoopEnd_SEGIMAGE" + }, { "author": "flowtyone", "title": "ComfyUI-Flowty-TripoSR", @@ -592,106 +692,6 @@ ], "install_type": "copy", "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." - }, - { - "author": "ccvv804", - "title": "ComfyUI StableCascade using diffusers for Low VRAM", - "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", - "files": [ - "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" - ], - "install_type": "git-clone", - "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" - }, - { - "author": "yuvraj108c", - "title": "ComfyUI-Pronodes", - "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", - "files": [ - "https://github.com/yuvraj108c/ComfyUI-Pronodes" - ], - "install_type": "git-clone", - "description": "A collection of nice utility nodes for ComfyUI" - }, - { - "author": "pkpkTech", - "title": "ComfyUI-SaveQueues", - "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", - "files": [ - "https://github.com/pkpkTech/ComfyUI-SaveQueues" - ], - "install_type": "git-clone", - "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." - }, - { - "author": "jordoh", - "title": "ComfyUI Deepface", - "reference": "https://github.com/jordoh/ComfyUI-Deepface", - "files": [ - "https://github.com/jordoh/ComfyUI-Deepface" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." - }, - { - "author": "kijai", - "title": "ComfyUI StableCascade using diffusers", - "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", - "files": [ - "https://github.com/kijai/ComfyUI-DiffusersStableCascade" - ], - "install_type": "git-clone", - "description": "Simple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" - }, - { - "author": "Extraltodeus", - "title": "ComfyUI-AutomaticCFG", - "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG", - "files": [ - "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" - ], - "install_type": "git-clone", - "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." - }, - { - "author": "Mamaaaamooooo", - "title": "Batch Rembg for ComfyUI", - "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes", - "files": [ - "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes" - ], - "install_type": "git-clone", - "description": "Remove background of plural images." - }, - { - "author": "ShmuelRonen", - "title": "ComfyUI-SVDResizer", - "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer", - "files": [ - "https://github.com/ShmuelRonen/ComfyUI-SVDResizer" - ], - "install_type": "git-clone", - "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result." - }, - { - "author": "xiaoxiaodesha", - "title": "hd-nodes-comfyui", - "reference": "https://github.com/xiaoxiaodesha/hd_node", - "files": [ - "https://github.com/xiaoxiaodesha/hd_node" - ], - "install_type": "git-clone", - "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale" - }, - { - "author": "StartHua", - "title": "Comfyui_joytag", - "reference": "https://github.com/StartHua/Comfyui_joytag", - "files": [ - "https://github.com/StartHua/Comfyui_joytag" - ], - "install_type": "git-clone", - "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e2842e82..e11e7f65 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -52,6 +52,7 @@ "EG_SCQY_SXQY", "EG_SJ", "EG_SJPJ_Node", + "EG_SS_RYZH", "EG_SZ_JDYS", "EG_TC_Node", "EG_TSCDS_CJ", @@ -63,6 +64,7 @@ "EG_TSCDS_WP", "EG_TSCDS_ZL", "EG_TSCMB_GL", + "EG_TXZZ_ZH", "EG_TX_CCHQ", "EG_TX_CJPJ", "EG_TX_JZRY", @@ -74,6 +76,7 @@ "EG_XZ_QH", "EG_YSQY_BBLLD", "EG_YSQY_BLLD", + "EG_ZY_WBK", "EG_ZZHBCJ", "EG_ZZKZ_HT_node", "EG_ZZ_BSYH", @@ -785,7 +788,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1164,10 +1167,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" @@ -2094,6 +2099,7 @@ "Crop Center with SEGS", "Dilate Mask for Each Face", "GW Number Formatting", + "Grid Image from batch (OFF)", "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", @@ -4439,7 +4445,9 @@ ], "https://github.com/cdb-boop/comfyui-image-round": [ [ - "ImageRound" + "ComfyUI_Image_Round__ImageCropAdvanced", + "ComfyUI_Image_Round__ImageRound", + "ComfyUI_Image_Round__ImageRoundAdvanced" ], { "title_aux": "comfyui-image-round" @@ -4681,6 +4689,7 @@ "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", "LayerUtility: CropByMask", + "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -5023,6 +5032,7 @@ "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", "StableCascade_StageC_VAEEncode", + "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", @@ -5091,6 +5101,16 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cozymantis/human-parser-comfyui-node": [ + [ + "Cozy Human Parser ATR", + "Cozy Human Parser LIP", + "Cozy Human Parser Pascal" + ], + { + "title_aux": "Cozy Human Parser" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5321,6 +5341,15 @@ "title_aux": "comfyui-clip-with-break" } ], + "https://github.com/dfl/comfyui-tcd-scheduler": [ + [ + "SamplerTCD", + "TCDScheduler" + ], + { + "title_aux": "ComfyUI-TCD-scheduler" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5813,6 +5842,7 @@ ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ [ + "AdvPromptEnhancer", "DalleImage", "Enhancer", "ImgTextSwitch", @@ -6472,6 +6502,9 @@ "https://github.com/klinter007/klinter_nodes": [ [ "PresentString", + "SingleString", + "SizeSelector", + "concat", "concat_klinter", "whitelist" ], @@ -6569,6 +6602,14 @@ "title_aux": "LoRA-Merger-ComfyUI" } ], + "https://github.com/laksjdjf/LoRTnoC-ComfyUI": [ + [ + "LortnocLoader" + ], + { + "title_aux": "LoRTnoC-ComfyUI" + } + ], "https://github.com/laksjdjf/attention-couple-ComfyUI": [ [ "Attention couple" @@ -6597,7 +6638,11 @@ ], "https://github.com/leoleelxh/ComfyUI-LLMs": [ [ - "\ud83d\udc35 ComfyUI-LLMs" + "\ud83d\uddbc\ufe0f LLMs_Vison_Ali", + "\ud83d\uddbc\ufe0f LLMs_Vison_GLM4", + "\ud83d\uddbc\ufe0f LLMs_Vison_Gemini", + "\ud83d\ude00 LLMs_Chat", + "\ud83d\ude00 LLMs_Chat_GLM4_Only" ], { "title_aux": "ComfyUI-LLMs" @@ -6615,6 +6660,17 @@ "title_aux": "simple wildcard for ComfyUI" } ], + "https://github.com/ljleb/comfy-mecha": [ + [ + "Blocks Mecha Hyper", + "Custom Code Mecha Recipe", + "Mecha Merger", + "Model Mecha Recipe" + ], + { + "title_aux": "comfy-mecha" + } + ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", @@ -7187,6 +7243,27 @@ "title_aux": "MTB Nodes" } ], + "https://github.com/meshmesh-io/mm-comfyui-loopback": [ + [ + "Loop", + "LoopEnd", + "LoopEnd_SEGIMAGE", + "LoopStart", + "LoopStart_SEGIMAGE" + ], + { + "title_aux": "mm-comfyui-loopback" + } + ], + "https://github.com/meshmesh-io/mm-comfyui-megamask": [ + [ + "ColorListMaskToImage", + "FlattenAndCombineMaskImages" + ], + { + "title_aux": "mm-comfyui-megamask" + } + ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -8635,6 +8712,14 @@ "title_aux": "Simple Wildcard" } ], + "https://github.com/victorchall/comfyui_webcamcapture": [ + [ + "WebcamCapture" + ], + { + "title_aux": "Comfyui Webcam capture node" + } + ], "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [ [ "ChatGptPrompt" @@ -8651,6 +8736,16 @@ "title_aux": "comfyui-psd2png" } ], + "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ + [ + "Any String", + "Inspect", + "Model From URL" + ], + { + "title_aux": "ComfyUI-Vivax-Nodes" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -8966,6 +9061,7 @@ "easy showAnything", "easy showLoaderSettingsNames", "easy showSpentTime", + "easy showTensorShape", "easy string", "easy stylesSelector", "easy svdLoader", @@ -9107,6 +9203,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From 5c41a50119d9ac71a0a656e83b19d331b3c30934 Mon Sep 17 00:00:00 2001 From: diSty Date: Fri, 8 Mar 2024 12:19:53 +0200 Subject: [PATCH 23/76] ComfyUI Frame Maker --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 157b616f..be246fcf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5858,7 +5858,16 @@ "install_type": "git-clone", "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe" }, - + { + "author": "diSty", + "title": "ComfyUI Frame Maker", + "reference": "https://github.com/diStyApps/ComfyUI_FrameMaker", + "files": [ + "https://github.com/diStyApps/ComfyUI_FrameMaker" + ], + "install_type": "git-clone", + "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." + }, From 5fe6f82944f32ee2f1988765a408e421cf8a02e3 Mon Sep 17 00:00:00 2001 From: hackkhai <51231270+hackkhai@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:49:21 +0530 Subject: [PATCH 24/76] image matting custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 157b616f..f84e26e5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6224,6 +6224,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "hackkhai", + "title": "ComfyUI-Image-Matting", + "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", + "files": [ + "https://github.com/hackkhai/ComfyUI-Image-Matting" + ], + "install_type": "git-clone", + "description": "This node improves the quality of the image mask. more suitable for image composite matting" } ] } From 125fa50e966a093a2046e00e4d2917371850bc94 Mon Sep 17 00:00:00 2001 From: Pos13 <64479446+Pos13@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:33:13 +0300 Subject: [PATCH 25/76] Add Cyclist custom nodes https://github.com/Pos13/comfyui-cyclist --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 157b616f..db517add 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6224,6 +6224,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Pos13", + "title": "Cyclist", + "reference": "https://github.com/Pos13/comfyui-cyclist", + "files": [ + "https://github.com/Pos13/comfyui-cyclist" + ], + "install_type": "git-clone", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." + } ] } From f81da108c5685dfc291a2b4045dfe4093d086ce5 Mon Sep 17 00:00:00 2001 From: Pos13 <64479446+Pos13@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:36:09 +0300 Subject: [PATCH 26/76] Tabs fix --- 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 db517add..907fcf59 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6225,8 +6225,8 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." }, - { - "author": "Pos13", + { + "author": "Pos13", "title": "Cyclist", "reference": "https://github.com/Pos13/comfyui-cyclist", "files": [ @@ -6234,6 +6234,6 @@ ], "install_type": "git-clone", "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." - } + } ] } From ebdc72681cc6155d9a3193ecd1774bceddc28757 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 9 Mar 2024 09:46:15 +0900 Subject: [PATCH 27/76] update DB --- custom-node-list.json | 20 +++++++------- node_db/new/custom-node-list.json | 43 +++++++++++++++---------------- 2 files changed, 31 insertions(+), 32 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2f9795e0..6504a9f6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5867,6 +5867,16 @@ ], "install_type": "git-clone", "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." + }, + { + "author": "hackkhai", + "title": "ComfyUI-Image-Matting", + "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", + "files": [ + "https://github.com/hackkhai/ComfyUI-Image-Matting" + ], + "install_type": "git-clone", + "description": "This node improves the quality of the image mask. more suitable for image composite matting" }, @@ -6233,16 +6243,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "hackkhai", - "title": "ComfyUI-Image-Matting", - "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", - "files": [ - "https://github.com/hackkhai/ComfyUI-Image-Matting" - ], - "install_type": "git-clone", - "description": "This node improves the quality of the image mask. more suitable for image composite matting" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 54d60649..5cf3c15d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,27 @@ "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": "hackkhai", + "title": "ComfyUI-Image-Matting", + "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", + "files": [ + "https://github.com/hackkhai/ComfyUI-Image-Matting" + ], + "install_type": "git-clone", + "description": "This node improves the quality of the image mask. more suitable for image composite matting" + }, + { + "author": "diSty", + "title": "ComfyUI Frame Maker", + "reference": "https://github.com/diStyApps/ComfyUI_FrameMaker", + "files": [ + "https://github.com/diStyApps/ComfyUI_FrameMaker" + ], + "install_type": "git-clone", + "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." + }, { "author": "laksjdjf", "title": "LoRTnoC-ComfyUI", @@ -671,27 +691,6 @@ ], "install_type": "git-clone", "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." - }, - { - "author": "StartHua", - "title": "comfyui_segformer_b2_clothes", - "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes", - "files": [ - "https://github.com/StartHua/Comfyui_segformer_b2_clothes" - ], - "install_type": "git-clone", - "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" - }, - { - "author": "AshMartian", - "title": "Dir Gir", - "reference": "https://github.com/AshMartian/ComfyUI-DirGir", - "files": [ - "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", - "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" - ], - "install_type": "copy", - "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." } ] } From cc80e8c4bfcd1d0da387f7b689cb8e63c377ef22 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 9 Mar 2024 12:12:38 +0900 Subject: [PATCH 28/76] update DB --- custom-node-list.json | 64 +++++++++++--- extension-node-map.json | 128 +++++++++++++++++++++++++--- node_db/dev/custom-node-list.json | 20 +++++ node_db/new/custom-node-list.json | 102 +++++++++++----------- node_db/new/extension-node-map.json | 128 +++++++++++++++++++++++++--- 5 files changed, 357 insertions(+), 85 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index dc33af86..4569b14b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3292,6 +3292,16 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-PixArt-alpha-Diffusers", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI" + }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -5818,6 +5828,16 @@ "install_type": "git-clone", "description": "Nodes:Loop, LoopStart, LoopEnd, LoopStart_SEGIMAGE, LoopEnd_SEGIMAGE" }, + { + "author": "meshmesh-io", + "title": "ComfyUI-MeshMesh", + "reference": "https://github.com/meshmesh-io/ComfyUI-MeshMesh", + "files": [ + "https://github.com/meshmesh-io/ComfyUI-MeshMesh" + ], + "install_type": "git-clone", + "description": "Nodes:Masks to Colored Masks, Color Picker" + }, { "author": "cozymantis", "title": "Cozy Human Parser", @@ -5877,7 +5897,37 @@ ], "install_type": "git-clone", "description": "This node improves the quality of the image mask. more suitable for image composite matting" - }, + }, + { + "author": "Pos13", + "title": "Cyclist", + "reference": "https://github.com/Pos13/comfyui-cyclist", + "files": [ + "https://github.com/Pos13/comfyui-cyclist" + ], + "install_type": "git-clone", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." + }, + { + "author": "ExponentialML", + "title": "ComfyUI_ModelScopeT2V", + "reference": "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V", + "files": [ + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V" + ], + "install_type": "git-clone", + "description": "Allows native usage of ModelScope based Text To Video Models in ComfyUI" + }, + { + "author": "angeloshredder", + "title": "StableCascadeResizer", + "reference": "https://github.com/angeloshredder/StableCascadeResizer", + "files": [ + "https://github.com/angeloshredder/StableCascadeResizer" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade_Resizer" + }, @@ -6243,16 +6293,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Pos13", - "title": "Cyclist", - "reference": "https://github.com/Pos13/comfyui-cyclist", - "files": [ - "https://github.com/Pos13/comfyui-cyclist" - ], - "install_type": "git-clone", - "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index e11e7f65..49338723 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -112,6 +112,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ "GPT4VCaptioner", + "Image Load with Metadata", "Samin Counter", "Samin Load Image Batch" ], @@ -788,7 +789,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -832,6 +833,14 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ + [ + "ModelScopeT2VLoader" + ], + { + "title_aux": "ComfyUI_ModelScopeT2V" + } + ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG" @@ -1167,12 +1176,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" @@ -2105,6 +2112,7 @@ "OFF SEGS to Image", "Paste Face Segment to Image", "Query Gender and Age", + "RandomSeedfromList", "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", @@ -2162,6 +2170,38 @@ "title_aux": "pfaeff-comfyui" } ], + "https://github.com/Pos13/comfyui-cyclist": [ + [ + "CyclistCompare", + "CyclistMathFloat", + "CyclistMathInt", + "CyclistTimer", + "CyclistTimerStop", + "CyclistTypeCast", + "Interrupt", + "MemorizeConditioning", + "MemorizeFloat", + "MemorizeInt", + "MemorizeString", + "OverrideImage", + "OverrideLatent", + "OverrideModel", + "RecallConditioning", + "RecallFloat", + "RecallInt", + "RecallString", + "ReloadImage", + "ReloadLatent", + "ReloadModel" + ], + { + "author": "Pos13", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles.", + "nickname": "comfyui-cyclist", + "title": "Cyclist", + "title_aux": "Cyclist" + } + ], "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": [ [ "Bool Binary Operation", @@ -2193,11 +2233,20 @@ [ "KSamplerMirroring", "KSamplerMirroringApart", + "LatentAddTransform", + "LatentInterpolateTransform", "LatentMirror", "LatentShift", "MirrorTransform", "MultiplyTransform", + "OffsetCombine", + "OneTimeLatentAddTransform", + "OneTimeLatentInterpolateTransform", + "OneTimeMirrorTransform", + "OneTimeMultiplyTransform", + "OneTimeShiftTransform", "ShiftTransform", + "TransformOffset", "TransformsCombine" ], { @@ -3334,8 +3383,10 @@ "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ "ImageSizeClassifer", + "PaintTiles", "RandomInt", - "ShowValue" + "ShowValue", + "Tiles" ], { "title_aux": "comfyui-xin-nodes" @@ -3498,6 +3549,16 @@ "title_aux": "ComfyUI PhotoMaker (ZHO)" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": [ + [ + "PA_BaseModelLoader_fromhub_Zho", + "PA_Generation_Zho", + "PA_Styler_Zho" + ], + { + "title_aux": "ComfyUI-PixArt-alpha-Diffusers" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3908,6 +3969,14 @@ "title_aux": "CLIP Directional Prompt Attention" } ], + "https://github.com/angeloshredder/StableCascadeResizer": [ + [ + "CascadeResize" + ], + { + "title_aux": "StableCascadeResizer" + } + ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -4645,6 +4714,7 @@ "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", + "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: Exposure", "LayerColor: Gamma", @@ -4678,6 +4748,7 @@ "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: SegmentAnythingUltra", + "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5350,6 +5421,15 @@ "title_aux": "ComfyUI-TCD-scheduler" } ], + "https://github.com/diStyApps/ComfyUI_FrameMaker": [ + [ + "FrameMaker", + "FrameMakerBatch" + ], + { + "title_aux": "ComfyUI Frame Maker" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5930,6 +6010,16 @@ "title_aux": "y.k.'s ComfyUI node suite" } ], + "https://github.com/hackkhai/ComfyUI-Image-Matting": [ + [ + "ApplyMatting", + "CreateTrimap", + "MattingModelLoader" + ], + { + "title_aux": "ComfyUI-Image-Matting" + } + ], "https://github.com/hhhzzyang/Comfyui_Lama": [ [ "LamaApply", @@ -6456,7 +6546,8 @@ ], "https://github.com/kijai/ComfyUI-moondream": [ [ - "MoondreamQuery" + "MoondreamQuery", + "MoondreamQueryCaptions" ], { "title_aux": "ComfyUI-moondream" @@ -6501,6 +6592,7 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ + "Filter", "PresentString", "SingleString", "SizeSelector", @@ -7243,6 +7335,15 @@ "title_aux": "MTB Nodes" } ], + "https://github.com/meshmesh-io/ComfyUI-MeshMesh": [ + [ + "ColorPicker", + "MasksToColoredMasks" + ], + { + "title_aux": "ComfyUI-MeshMesh" + } + ], "https://github.com/meshmesh-io/mm-comfyui-loopback": [ [ "Loop", @@ -8739,7 +8840,10 @@ "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ [ "Any String", + "Chunk Up", + "Get Chunk", "Inspect", + "Join Chunks", "Model From URL" ], { @@ -9039,6 +9143,7 @@ "easy latentNoisy", "easy loraStack", "easy negative", + "easy pipeBatchIndex", "easy pipeEdit", "easy pipeIn", "easy pipeOut", @@ -9052,6 +9157,7 @@ "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingLayerDiffusion", + "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -9172,7 +9278,9 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideoNode" + "LoadYoutubeVideoNode", + "PreviewVHSAudioNode", + "VHSFilenamesToPath" ], { "title_aux": "ComfyUI-Pronodes" @@ -9181,6 +9289,7 @@ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ "DepthAnythingTrtNode", + "TTSCapcutNode", "UpscaleVideoTrtNode" ], { @@ -9203,9 +9312,6 @@ "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/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index c3bd8996..b4450f15 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,26 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "A719689614", + "title": "ComfyUI_AC_FUNV8Beta1", + "reference": "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1", + "files": [ + "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1" + ], + "install_type": "git-clone", + "description": "Nodes:AC_Super_Controlnet/Checkpoint/Loras/Lora&LCM/KSampler/UpKSampler/SaveImage/PreviewImage/CKPT&LCM/CLIPEN/EmptLatent, AC_FUN_SUPER_LARGE, AC_Super_Come_Ckpt, AC_Super_Come_Lora" + }, + { + "author": "houdinii", + "title": "comfy-magick [WIP]", + "reference": "https://github.com/houdinii/comfy-magick", + "files": [ + "https://github.com/houdinii/comfy-magick" + ], + "install_type": "git-clone", + "description": "This is a way to implement ImageMagick functionality in ComfyUI, which is generally PIL (pillow) based. I'm not sure the best way to handle this, as batch images make it a lot more complex, but the general idea will be two nodes to translate the IMAGE type, a torch.tensor of shape [batch, height, width, channels], or [1, 600, 800, 3] for a single 800x600 image, into/from a wand Image object." + }, { "author": "tjorbogarden", "title": "my-useful-comfyui-custom-nodes", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5cf3c15d..211f1179 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,27 @@ "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": "ExponentialML", + "title": "ComfyUI_ModelScopeT2V", + "reference": "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V", + "files": [ + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V" + ], + "install_type": "git-clone", + "description": "Allows native usage of ModelScope based Text To Video Models in ComfyUI" + }, + { + "author": "Pos13", + "title": "Cyclist", + "reference": "https://github.com/Pos13/comfyui-cyclist", + "files": [ + "https://github.com/Pos13/comfyui-cyclist" + ], + "install_type": "git-clone", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." + }, { "author": "hackkhai", "title": "ComfyUI-Image-Matting", @@ -30,6 +50,36 @@ "install_type": "git-clone", "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-PixArt-alpha-Diffusers", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI" + }, + { + "author": "angeloshredder", + "title": "StableCascadeResizer", + "reference": "https://github.com/angeloshredder/StableCascadeResizer", + "files": [ + "https://github.com/angeloshredder/StableCascadeResizer" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade_Resizer" + }, + { + "author": "meshmesh-io", + "title": "ComfyUI-MeshMesh", + "reference": "https://github.com/meshmesh-io/ComfyUI-MeshMesh", + "files": [ + "https://github.com/meshmesh-io/ComfyUI-MeshMesh" + ], + "install_type": "git-clone", + "description": "Nodes:Masks to Colored Masks, Color Picker" + }, { "author": "laksjdjf", "title": "LoRTnoC-ComfyUI", @@ -641,56 +691,6 @@ ], "install_type": "git-clone", "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" - }, - { - "author": "nkchocoai", - "title": "ComfyUI-SaveImageWithMetaData", - "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData", - "files": [ - "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData" - ], - "install_type": "git-clone", - "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." - }, - { - "author": "yuvraj108c", - "title": "ComfyUI-Vsgan", - "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan", - "files": [ - "https://github.com/yuvraj108c/ComfyUI-Vsgan" - ], - "install_type": "git-clone", - "description": "Nodes:Upscale Video Tensorrt" - }, - { - "author": "Kijai", - "title": "Animatediff MotionLoRA Trainer", - "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", - "files": [ - "https://github.com/kijai/ComfyUI-ADMotionDirector" - ], - "install_type": "git-clone", - "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." - }, - { - "author": "GavChap", - "title": "ComfyUI-CascadeResolutions", - "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", - "files": [ - "https://github.com/GavChap/ComfyUI-CascadeResolutions" - ], - "install_type": "git-clone", - "description": "Nodes:Cascade Resolutions" - }, - { - "author": "blepping", - "title": "ComfyUI-sonar", - "reference": "https://github.com/blepping/ComfyUI-sonar", - "files": [ - "https://github.com/blepping/ComfyUI-sonar" - ], - "install_type": "git-clone", - "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index e11e7f65..49338723 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -112,6 +112,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ "GPT4VCaptioner", + "Image Load with Metadata", "Samin Counter", "Samin Load Image Batch" ], @@ -788,7 +789,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -832,6 +833,14 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], + "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ + [ + "ModelScopeT2VLoader" + ], + { + "title_aux": "ComfyUI_ModelScopeT2V" + } + ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG" @@ -1167,12 +1176,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" @@ -2105,6 +2112,7 @@ "OFF SEGS to Image", "Paste Face Segment to Image", "Query Gender and Age", + "RandomSeedfromList", "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", @@ -2162,6 +2170,38 @@ "title_aux": "pfaeff-comfyui" } ], + "https://github.com/Pos13/comfyui-cyclist": [ + [ + "CyclistCompare", + "CyclistMathFloat", + "CyclistMathInt", + "CyclistTimer", + "CyclistTimerStop", + "CyclistTypeCast", + "Interrupt", + "MemorizeConditioning", + "MemorizeFloat", + "MemorizeInt", + "MemorizeString", + "OverrideImage", + "OverrideLatent", + "OverrideModel", + "RecallConditioning", + "RecallFloat", + "RecallInt", + "RecallString", + "ReloadImage", + "ReloadLatent", + "ReloadModel" + ], + { + "author": "Pos13", + "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles.", + "nickname": "comfyui-cyclist", + "title": "Cyclist", + "title_aux": "Cyclist" + } + ], "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": [ [ "Bool Binary Operation", @@ -2193,11 +2233,20 @@ [ "KSamplerMirroring", "KSamplerMirroringApart", + "LatentAddTransform", + "LatentInterpolateTransform", "LatentMirror", "LatentShift", "MirrorTransform", "MultiplyTransform", + "OffsetCombine", + "OneTimeLatentAddTransform", + "OneTimeLatentInterpolateTransform", + "OneTimeMirrorTransform", + "OneTimeMultiplyTransform", + "OneTimeShiftTransform", "ShiftTransform", + "TransformOffset", "TransformsCombine" ], { @@ -3334,8 +3383,10 @@ "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ "ImageSizeClassifer", + "PaintTiles", "RandomInt", - "ShowValue" + "ShowValue", + "Tiles" ], { "title_aux": "comfyui-xin-nodes" @@ -3498,6 +3549,16 @@ "title_aux": "ComfyUI PhotoMaker (ZHO)" } ], + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": [ + [ + "PA_BaseModelLoader_fromhub_Zho", + "PA_Generation_Zho", + "PA_Styler_Zho" + ], + { + "title_aux": "ComfyUI-PixArt-alpha-Diffusers" + } + ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3908,6 +3969,14 @@ "title_aux": "CLIP Directional Prompt Attention" } ], + "https://github.com/angeloshredder/StableCascadeResizer": [ + [ + "CascadeResize" + ], + { + "title_aux": "StableCascadeResizer" + } + ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -4645,6 +4714,7 @@ "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", + "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: Exposure", "LayerColor: Gamma", @@ -4678,6 +4748,7 @@ "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: SegmentAnythingUltra", + "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5350,6 +5421,15 @@ "title_aux": "ComfyUI-TCD-scheduler" } ], + "https://github.com/diStyApps/ComfyUI_FrameMaker": [ + [ + "FrameMaker", + "FrameMakerBatch" + ], + { + "title_aux": "ComfyUI Frame Maker" + } + ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5930,6 +6010,16 @@ "title_aux": "y.k.'s ComfyUI node suite" } ], + "https://github.com/hackkhai/ComfyUI-Image-Matting": [ + [ + "ApplyMatting", + "CreateTrimap", + "MattingModelLoader" + ], + { + "title_aux": "ComfyUI-Image-Matting" + } + ], "https://github.com/hhhzzyang/Comfyui_Lama": [ [ "LamaApply", @@ -6456,7 +6546,8 @@ ], "https://github.com/kijai/ComfyUI-moondream": [ [ - "MoondreamQuery" + "MoondreamQuery", + "MoondreamQueryCaptions" ], { "title_aux": "ComfyUI-moondream" @@ -6501,6 +6592,7 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ + "Filter", "PresentString", "SingleString", "SizeSelector", @@ -7243,6 +7335,15 @@ "title_aux": "MTB Nodes" } ], + "https://github.com/meshmesh-io/ComfyUI-MeshMesh": [ + [ + "ColorPicker", + "MasksToColoredMasks" + ], + { + "title_aux": "ComfyUI-MeshMesh" + } + ], "https://github.com/meshmesh-io/mm-comfyui-loopback": [ [ "Loop", @@ -8739,7 +8840,10 @@ "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ [ "Any String", + "Chunk Up", + "Get Chunk", "Inspect", + "Join Chunks", "Model From URL" ], { @@ -9039,6 +9143,7 @@ "easy latentNoisy", "easy loraStack", "easy negative", + "easy pipeBatchIndex", "easy pipeEdit", "easy pipeIn", "easy pipeOut", @@ -9052,6 +9157,7 @@ "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingLayerDiffusion", + "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -9172,7 +9278,9 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideoNode" + "LoadYoutubeVideoNode", + "PreviewVHSAudioNode", + "VHSFilenamesToPath" ], { "title_aux": "ComfyUI-Pronodes" @@ -9181,6 +9289,7 @@ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ "DepthAnythingTrtNode", + "TTSCapcutNode", "UpscaleVideoTrtNode" ], { @@ -9203,9 +9312,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From 473d21f4cf6f7633af0c01ba59ffe2f2fb1a8746 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 Mar 2024 00:23:03 +0900 Subject: [PATCH 29/76] update DB --- custom-node-list.json | 73 +++++++++++++++++++++ extension-node-map.json | 99 ++++++++++++++++++++++++++++- node_db/dev/custom-node-list.json | 10 +++ node_db/new/custom-node-list.json | 70 ++++++++++++++++++++ node_db/new/extension-node-map.json | 99 ++++++++++++++++++++++++++++- 5 files changed, 347 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4569b14b..d1a5fa50 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1558,6 +1558,16 @@ "install_type": "git-clone", "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, + { + "author": "Extraltodeus", + "title": "PerpPrompt-for-ComfyUI", + "reference": "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI", + "files": [ + "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "This nodes gather similar vectors and uses them either enhance the conditioning or make it more precise and enhance the prompt following. It is a cleaned up and simplified version of [a/Conditioning-token-experiments-for-ComfyUI](https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI) with the method that works the most." + }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -1729,6 +1739,16 @@ "install_type": "git-clone", "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" }, + { + "author": "laksjdjf", + "title": "Batch-Condition-ComfyUI", + "reference": "https://github.com/laksjdjf/Batch-Condition-ComfyUI", + "files": [ + "https://github.com/laksjdjf/Batch-Condition-ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String" + }, { "author": "alsritter", "title": "asymmetric-tiling-comfyui", @@ -5928,6 +5948,59 @@ "install_type": "git-clone", "description": "Nodes:Cascade_Resizer" }, + { + "author": "stavsap", + "title": "ComfyUI Ollama", + "reference": "https://github.com/stavsap/comfyui-ollama", + "files": [ + "https://github.com/stavsap/comfyui-ollama" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily." + }, + { + "author": "gokayfem", + "title": "ComfyUI-Dream-Interpreter", + "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", + "files": [ + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" + ], + "install_type": "git-clone", + "description": "Tell your dream and it interprets it and puts you inside your dream" + }, + { + "author": "dchatel", + "title": "comfyui_facetools", + "reference": "https://github.com/dchatel/comfyui_facetools", + "files": [ + "https://github.com/dchatel/comfyui_facetools" + ], + "install_type": "git-clone", + "description": "These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options." + }, + { + "author": "ggpid", + "title": "idpark_custom_node", + "reference": "https://github.com/ggpid/idpark_custom_node", + "files": [ + "https://github.com/ggpid/idpark_custom_node" + ], + "install_type": "git-clone", + "description": "Nodes:Load Image from S3, Save Image to S3, Generate SAM, Generate FastSAM, Cut by Mask fixed" + }, + { + "author": "prodogape", + "title": "Comfyui-Minio", + "reference": "https://github.com/prodogape/ComfyUI-Minio", + "files": [ + "https://github.com/prodogape/ComfyUI-Minio" + ], + "install_type": "git-clone", + "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." + }, + + + diff --git a/extension-node-map.json b/extension-node-map.json index 49338723..fbd4d9b1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -83,6 +83,7 @@ "EG_ZZ_BYYH", "EG_ZZ_HSYH", "EG_ZZ_SSKZ", + "ER_JBCH", "ER_TX_ZZCJ" ], { @@ -597,11 +598,13 @@ "SamplerCustomModelMixtureDuo", "SamplerCustomNoise", "SamplerCustomNoiseDuo", + "SamplerDPMPP_3M_SDE_DynETA", "SamplerDPMPP_DualSDE_Momentumized", "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", - "SamplerTTM" + "SamplerTTM", + "SimpleExponentialScheduler" ], { "title_aux": "ComfyUI Extra Samplers" @@ -857,6 +860,15 @@ "title_aux": "LoadLoraWithTags" } ], + "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI": [ + [ + "Conditioning merge clip g/l", + "Conditioning perp prompt" + ], + { + "title_aux": "PerpPrompt-for-ComfyUI" + } + ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -1835,6 +1847,7 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ + "Generate Negative Prompt_mne", "Save Text File_mne" ], { @@ -3383,8 +3396,10 @@ "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ "ImageSizeClassifer", + "ImageSizeCombiner", "PaintTiles", "RandomInt", + "SaveTensor", "ShowValue", "Tiles" ], @@ -4139,6 +4154,9 @@ "Range Integer", "Ratio Advanced", "Resize Image for SDXL", + "SRFloatPromptInput", + "SRIntPromptInput", + "SRStringPromptInput", "Save Image If True", "Save Image With Prompt Data", "Save Images Mikey", @@ -4738,6 +4756,7 @@ "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", + "LayerMask: MaskEdgeUltraDetail V2", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -4745,9 +4764,12 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: PersonMaskUltra", + "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", + "LayerMask: RmBgUltra V2", "LayerMask: SegmentAnythingUltra", + "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", @@ -4976,7 +4998,9 @@ [ "BasicScheduler", "CLIPLoader", + "CLIPMergeAdd", "CLIPMergeSimple", + "CLIPMergeSubtract", "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", @@ -5091,6 +5115,7 @@ "SamplerCustom", "SamplerDPMPP_2M_SDE", "SamplerDPMPP_SDE", + "SamplerEulerAncestral", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5378,6 +5403,21 @@ "title_aux": "DZ-FaceDetailer" } ], + "https://github.com/dchatel/comfyui_facetools": [ + [ + "AlignFaces", + "CropFaces", + "DetectFaces", + "FaceDetails", + "GenderFaceFilter", + "MergeWarps", + "OrderedFaceFilter", + "WarpFacesBack" + ], + { + "title_aux": "comfyui_facetools" + } + ], "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", @@ -5904,6 +5944,18 @@ "title_aux": "SaltAI-Open-Resources" } ], + "https://github.com/ggpid/idpark_custom_node": [ + [ + "CutByMaskFixed", + "FastSAMGenerator", + "LoadImageS3", + "SAMGenerator", + "SaveImageS3" + ], + { + "title_aux": "idpark_custom_node" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -5959,6 +6011,14 @@ "title_aux": "ComfyUI Substring" } ], + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ + [ + "DreamViewer" + ], + { + "title_aux": "ComfyUI-Dream-Interpreter" + } + ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", @@ -6076,9 +6136,12 @@ [ "LayeredDiffusionApply", "LayeredDiffusionCondApply", + "LayeredDiffusionCondJointApply", "LayeredDiffusionDecode", "LayeredDiffusionDecodeRGBA", - "LayeredDiffusionDiffApply" + "LayeredDiffusionDecodeSplit", + "LayeredDiffusionDiffApply", + "LayeredDiffusionJointApply" ], { "title_aux": "ComfyUI-layerdiffusion" @@ -6674,6 +6737,16 @@ "title_aux": "abg-comfyui" } ], + "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ + [ + "Batch String", + "CLIP Text Encode (Batch)", + "String Input" + ], + { + "title_aux": "Batch-Condition-ComfyUI" + } + ], "https://github.com/laksjdjf/LCMSampler-ComfyUI": [ [ "SamplerLCM", @@ -7785,6 +7858,16 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], + "https://github.com/prodogape/ComfyUI-Minio": [ + [ + "Load Image From Minio", + "Save Image To Minio", + "Set Minio Config" + ], + { + "title_aux": "Comfyui-Minio" + } + ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -8443,6 +8526,15 @@ "title_aux": "ComfyUI roop" } ], + "https://github.com/stavsap/comfyui-ollama": [ + [ + "OllamaGenerate", + "OllamaVision" + ], + { + "title_aux": "ComfyUI Ollama" + } + ], "https://github.com/storyicon/comfyui_segment_anything": [ [ "GroundingDinoModelLoader (segment anything)", @@ -9126,6 +9218,7 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", + "easy imageSplitList", "easy imageSwitch", "easy imageToMask", "easy instantIDApply", @@ -9157,6 +9250,7 @@ "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingLayerDiffusion", + "easy preSamplingLayerDiffusionADDTL", "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", @@ -9380,6 +9474,7 @@ "https://github.com/zhongpei/Comfyui_image2prompt": [ [ "Image2Text", + "Image2TextWithTags", "LoadImage2TextModel" ], { diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b4450f15..a7eceb94 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "christian-byrne", + "title": "elimination-nodes", + "reference": "https://github.com/christian-byrne/elimination-nodes", + "files": [ + "https://github.com/christian-byrne/elimination-nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Paste Cutout on Base Image" + }, { "author": "A719689614", "title": "ComfyUI_AC_FUNV8Beta1", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 211f1179..79c969d7 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,76 @@ }, + { + "author": "dchatel", + "title": "comfyui_facetools", + "reference": "https://github.com/dchatel/comfyui_facetools", + "files": [ + "https://github.com/dchatel/comfyui_facetools" + ], + "install_type": "git-clone", + "description": "These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options." + }, + { + "author": "Extraltodeus", + "title": "PerpPrompt-for-ComfyUI", + "reference": "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI", + "files": [ + "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "This nodes gather similar vectors and uses them either enhance the conditioning or make it more precise and enhance the prompt following. It is a cleaned up and simplified version of [a/Conditioning-token-experiments-for-ComfyUI](https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI) with the method that works the most." + }, + { + "author": "laksjdjf", + "title": "Batch-Condition-ComfyUI", + "reference": "https://github.com/laksjdjf/Batch-Condition-ComfyUI", + "files": [ + "https://github.com/laksjdjf/Batch-Condition-ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String" + }, + { + "author": "stavsap", + "title": "ComfyUI Ollama", + "reference": "https://github.com/stavsap/comfyui-ollama", + "files": [ + "https://github.com/stavsap/comfyui-ollama" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily." + }, + { + "author": "gokayfem", + "title": "ComfyUI-Dream-Interpreter", + "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", + "files": [ + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" + ], + "install_type": "git-clone", + "description": "Tell your dream and it interprets it and puts you inside your dream" + }, + { + "author": "prodogape", + "title": "Comfyui-Minio", + "reference": "https://github.com/prodogape/ComfyUI-Minio", + "files": [ + "https://github.com/prodogape/ComfyUI-Minio" + ], + "install_type": "git-clone", + "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." + }, + { + "author": "ggpid", + "title": "idpark_custom_node", + "reference": "https://github.com/ggpid/idpark_custom_node", + "files": [ + "https://github.com/ggpid/idpark_custom_node" + ], + "install_type": "git-clone", + "description": "Nodes:Load Image from S3, Save Image to S3, Generate SAM, Generate FastSAM, Cut by Mask fixed" + }, { "author": "ExponentialML", "title": "ComfyUI_ModelScopeT2V", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 49338723..fbd4d9b1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -83,6 +83,7 @@ "EG_ZZ_BYYH", "EG_ZZ_HSYH", "EG_ZZ_SSKZ", + "ER_JBCH", "ER_TX_ZZCJ" ], { @@ -597,11 +598,13 @@ "SamplerCustomModelMixtureDuo", "SamplerCustomNoise", "SamplerCustomNoiseDuo", + "SamplerDPMPP_3M_SDE_DynETA", "SamplerDPMPP_DualSDE_Momentumized", "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", - "SamplerTTM" + "SamplerTTM", + "SimpleExponentialScheduler" ], { "title_aux": "ComfyUI Extra Samplers" @@ -857,6 +860,15 @@ "title_aux": "LoadLoraWithTags" } ], + "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI": [ + [ + "Conditioning merge clip g/l", + "Conditioning perp prompt" + ], + { + "title_aux": "PerpPrompt-for-ComfyUI" + } + ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -1835,6 +1847,7 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ + "Generate Negative Prompt_mne", "Save Text File_mne" ], { @@ -3383,8 +3396,10 @@ "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ "ImageSizeClassifer", + "ImageSizeCombiner", "PaintTiles", "RandomInt", + "SaveTensor", "ShowValue", "Tiles" ], @@ -4139,6 +4154,9 @@ "Range Integer", "Ratio Advanced", "Resize Image for SDXL", + "SRFloatPromptInput", + "SRIntPromptInput", + "SRStringPromptInput", "Save Image If True", "Save Image With Prompt Data", "Save Images Mikey", @@ -4738,6 +4756,7 @@ "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", + "LayerMask: MaskEdgeUltraDetail V2", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -4745,9 +4764,12 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: PersonMaskUltra", + "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", + "LayerMask: RmBgUltra V2", "LayerMask: SegmentAnythingUltra", + "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", @@ -4976,7 +4998,9 @@ [ "BasicScheduler", "CLIPLoader", + "CLIPMergeAdd", "CLIPMergeSimple", + "CLIPMergeSubtract", "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", @@ -5091,6 +5115,7 @@ "SamplerCustom", "SamplerDPMPP_2M_SDE", "SamplerDPMPP_SDE", + "SamplerEulerAncestral", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5378,6 +5403,21 @@ "title_aux": "DZ-FaceDetailer" } ], + "https://github.com/dchatel/comfyui_facetools": [ + [ + "AlignFaces", + "CropFaces", + "DetectFaces", + "FaceDetails", + "GenderFaceFilter", + "MergeWarps", + "OrderedFaceFilter", + "WarpFacesBack" + ], + { + "title_aux": "comfyui_facetools" + } + ], "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", @@ -5904,6 +5944,18 @@ "title_aux": "SaltAI-Open-Resources" } ], + "https://github.com/ggpid/idpark_custom_node": [ + [ + "CutByMaskFixed", + "FastSAMGenerator", + "LoadImageS3", + "SAMGenerator", + "SaveImageS3" + ], + { + "title_aux": "idpark_custom_node" + } + ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -5959,6 +6011,14 @@ "title_aux": "ComfyUI Substring" } ], + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ + [ + "DreamViewer" + ], + { + "title_aux": "ComfyUI-Dream-Interpreter" + } + ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", @@ -6076,9 +6136,12 @@ [ "LayeredDiffusionApply", "LayeredDiffusionCondApply", + "LayeredDiffusionCondJointApply", "LayeredDiffusionDecode", "LayeredDiffusionDecodeRGBA", - "LayeredDiffusionDiffApply" + "LayeredDiffusionDecodeSplit", + "LayeredDiffusionDiffApply", + "LayeredDiffusionJointApply" ], { "title_aux": "ComfyUI-layerdiffusion" @@ -6674,6 +6737,16 @@ "title_aux": "abg-comfyui" } ], + "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ + [ + "Batch String", + "CLIP Text Encode (Batch)", + "String Input" + ], + { + "title_aux": "Batch-Condition-ComfyUI" + } + ], "https://github.com/laksjdjf/LCMSampler-ComfyUI": [ [ "SamplerLCM", @@ -7785,6 +7858,16 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], + "https://github.com/prodogape/ComfyUI-Minio": [ + [ + "Load Image From Minio", + "Save Image To Minio", + "Set Minio Config" + ], + { + "title_aux": "Comfyui-Minio" + } + ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -8443,6 +8526,15 @@ "title_aux": "ComfyUI roop" } ], + "https://github.com/stavsap/comfyui-ollama": [ + [ + "OllamaGenerate", + "OllamaVision" + ], + { + "title_aux": "ComfyUI Ollama" + } + ], "https://github.com/storyicon/comfyui_segment_anything": [ [ "GroundingDinoModelLoader (segment anything)", @@ -9126,6 +9218,7 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", + "easy imageSplitList", "easy imageSwitch", "easy imageToMask", "easy instantIDApply", @@ -9157,6 +9250,7 @@ "easy preSamplingCascade", "easy preSamplingDynamicCFG", "easy preSamplingLayerDiffusion", + "easy preSamplingLayerDiffusionADDTL", "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", @@ -9380,6 +9474,7 @@ "https://github.com/zhongpei/Comfyui_image2prompt": [ [ "Image2Text", + "Image2TextWithTags", "LoadImage2TextModel" ], { From 2474e3b1be40f49a3b91b7b335cf97bc76d300e1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 Mar 2024 22:11:14 +0900 Subject: [PATCH 30/76] update DB --- custom-node-list.json | 30 +++++++++++++++++++---------- extension-node-map.json | 21 +++++++++++++++++++- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 21 +++++++++++++++++++- 4 files changed, 70 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d1a5fa50..fb754405 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4988,6 +4988,26 @@ "install_type": "git-clone", "description": "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction" }, + { + "author": "gokayfem", + "title": "ComfyUI-Dream-Interpreter", + "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", + "files": [ + "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" + ], + "install_type": "git-clone", + "description": "Tell your dream and it interprets it and puts you inside your dream" + }, + { + "author": "gokayfem", + "title": "ComfyUI-Depth-Visualization", + "reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization", + "files": [ + "https://github.com/gokayfem/ComfyUI-Depth-Visualization" + ], + "install_type": "git-clone", + "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" + }, { "author": "Hiero207", "title": "ComfyUI-Hiero-Nodes", @@ -5958,16 +5978,6 @@ "install_type": "git-clone", "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily." }, - { - "author": "gokayfem", - "title": "ComfyUI-Dream-Interpreter", - "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", - "files": [ - "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" - ], - "install_type": "git-clone", - "description": "Tell your dream and it interprets it and puts you inside your dream" - }, { "author": "dchatel", "title": "comfyui_facetools", diff --git a/extension-node-map.json b/extension-node-map.json index fbd4d9b1..9826490a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -46,6 +46,7 @@ "EG_HT_YSTZ", "EG_JF_ZZSC", "EG_JXFZ_node", + "EG_K_LATENT", "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", @@ -70,6 +71,7 @@ "EG_TX_JZRY", "EG_TX_LJ", "EG_TX_LJBC", + "EG_TX_SFBLS", "EG_TX_WHLJ", "EG_WB_KSH", "EG_WXZ_QH", @@ -3395,6 +3397,9 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ + "ImageFlipper", + "ImagePixelPalette", + "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", "PaintTiles", @@ -4034,6 +4039,7 @@ [ "MUForceCacheClear", "MUJinjaRender", + "MUReplaceModelWeights", "MUSimpleWildcard" ], { @@ -5358,7 +5364,9 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", + "DarkFaceIndexGenerator", "DarkFaceIndexShuffle", + "DarkFolders", "DarkLoRALoader", "DarkPrompt" ], @@ -6011,6 +6019,14 @@ "title_aux": "ComfyUI Substring" } ], + "https://github.com/gokayfem/ComfyUI-Depth-Visualization": [ + [ + "DepthViewer" + ], + { + "title_aux": "ComfyUI-Depth-Visualization" + } + ], "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ [ "DreamViewer" @@ -9475,7 +9491,10 @@ [ "Image2Text", "Image2TextWithTags", - "LoadImage2TextModel" + "LoadImage2TextModel", + "LoadText2PromptModel", + "Text2GPTPrompt", + "Text2Prompt" ], { "title_aux": "Comfyui_image2prompt" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 79c969d7..8d3923a2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "gokayfem", + "title": "ComfyUI-Depth-Visualization", + "reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization", + "files": [ + "https://github.com/gokayfem/ComfyUI-Depth-Visualization" + ], + "install_type": "git-clone", + "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" + }, { "author": "dchatel", "title": "comfyui_facetools", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fbd4d9b1..9826490a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -46,6 +46,7 @@ "EG_HT_YSTZ", "EG_JF_ZZSC", "EG_JXFZ_node", + "EG_K_LATENT", "EG_RY_HT", "EG_SCQY_BHDQY", "EG_SCQY_QBQY", @@ -70,6 +71,7 @@ "EG_TX_JZRY", "EG_TX_LJ", "EG_TX_LJBC", + "EG_TX_SFBLS", "EG_TX_WHLJ", "EG_WB_KSH", "EG_WXZ_QH", @@ -3395,6 +3397,9 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ + "ImageFlipper", + "ImagePixelPalette", + "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", "PaintTiles", @@ -4034,6 +4039,7 @@ [ "MUForceCacheClear", "MUJinjaRender", + "MUReplaceModelWeights", "MUSimpleWildcard" ], { @@ -5358,7 +5364,9 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", + "DarkFaceIndexGenerator", "DarkFaceIndexShuffle", + "DarkFolders", "DarkLoRALoader", "DarkPrompt" ], @@ -6011,6 +6019,14 @@ "title_aux": "ComfyUI Substring" } ], + "https://github.com/gokayfem/ComfyUI-Depth-Visualization": [ + [ + "DepthViewer" + ], + { + "title_aux": "ComfyUI-Depth-Visualization" + } + ], "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ [ "DreamViewer" @@ -9475,7 +9491,10 @@ [ "Image2Text", "Image2TextWithTags", - "LoadImage2TextModel" + "LoadImage2TextModel", + "LoadText2PromptModel", + "Text2GPTPrompt", + "Text2Prompt" ], { "title_aux": "Comfyui_image2prompt" From 0381c73648169c0679edce468680ceb496d8d7dc Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Tue, 12 Mar 2024 03:22:01 -0400 Subject: [PATCH 31/76] Add ComfyUI-Bringing-Old-Photos-Back-to-Life custom nodes. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb754405..7850561b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6376,6 +6376,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "cdb-boop", + "title": "ComfyUI Bringing Old Photos Back to Life", + "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", + "files": [ + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" + ], + "install_type": "git-clone", + "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." } ] } From 19c47d17186b7ccf3d1c3120163514f23e37a918 Mon Sep 17 00:00:00 2001 From: jackzhou Date: Tue, 12 Mar 2024 16:17:58 +0800 Subject: [PATCH 32/76] add "ComfyUI_kkTranslator_nodes" nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb754405..10a49666 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6008,6 +6008,16 @@ "install_type": "git-clone", "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." }, + { + "author": "kingzcheung", + "title": "ComfyUI_kkTranslator_nodes", + "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", + "files": [ + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" + ], + "install_type": "git-clone", + "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" + }, From 6c553d1228978352767f4914c4dd7787b00f6769 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 12 Mar 2024 17:39:27 +0900 Subject: [PATCH 33/76] update DB --- custom-node-list.json | 30 +++++--------- extension-node-map.json | 62 ++++++++++++++++++++++------- node_db/new/custom-node-list.json | 22 +++++++++- node_db/new/extension-node-map.json | 62 ++++++++++++++++++++++------- 4 files changed, 127 insertions(+), 49 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 277996c8..e879792f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1558,16 +1558,6 @@ "install_type": "git-clone", "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, - { - "author": "Extraltodeus", - "title": "PerpPrompt-for-ComfyUI", - "reference": "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI", - "files": [ - "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI" - ], - "install_type": "git-clone", - "description": "This nodes gather similar vectors and uses them either enhance the conditioning or make it more precise and enhance the prompt following. It is a cleaned up and simplified version of [a/Conditioning-token-experiments-for-ComfyUI](https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI) with the method that works the most." - }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -5838,6 +5828,16 @@ "install_type": "git-clone", "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." }, + { + "author": "cdb-boop", + "title": "ComfyUI Bringing Old Photos Back to Life", + "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", + "files": [ + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" + ], + "install_type": "git-clone", + "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." + }, { "author": "atmaranto", "title": "SaveAsScript", @@ -6386,16 +6386,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "cdb-boop", - "title": "ComfyUI Bringing Old Photos Back to Life", - "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", - "files": [ - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" - ], - "install_type": "git-clone", - "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 9826490a..ebd5fc17 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -166,6 +166,16 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ + [ + "LoadMarianMTCheckPoint", + "PromptBaiduFanyiToText", + "PromptTranslateToText" + ], + { + "title_aux": "ComfyUI_kkTranslator_nodes" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -231,6 +241,7 @@ "SegmentToMaskByPoint-badger", "StringToFizz-badger", "TextListToString-badger", + "ToPixel-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -794,7 +805,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -862,15 +873,6 @@ "title_aux": "LoadLoraWithTags" } ], - "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI": [ - [ - "Conditioning merge clip g/l", - "Conditioning perp prompt" - ], - { - "title_aux": "PerpPrompt-for-ComfyUI" - } - ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -1190,10 +1192,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" @@ -1735,12 +1739,19 @@ "MeshGraphormer-DepthMapPreprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", + "ModelMergeBlockNumber", + "ModelMergeSDXL", + "ModelMergeSDXLDetailedTransformers", + "ModelMergeSDXLTransformers", + "ModelSamplerTonemapNoiseTest", "OneFormer-ADE20K-SemSegPreprocessor", "OneFormer-COCO-SemSegPreprocessor", "OpenposePreprocessor", "PiDiNetPreprocessor", "PixelPerfectResolution", "PromptExpansion", + "ReferenceOnlySimple", + "RescaleClassifierFreeGuidanceTest", "SAMPreprocessor", "SavePoseKpsAsJsonFile", "ScribblePreprocessor", @@ -1749,6 +1760,7 @@ "ShufflePreprocessor", "TEEDPreprocessor", "TilePreprocessor", + "TonemapNoiseWithRescaleCFG", "UniFormer-SemSegPreprocessor", "Unimatch_OptFlowPreprocessor", "Zoe-DepthMapPreprocessor", @@ -2246,8 +2258,6 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "KSamplerMirroring", - "KSamplerMirroringApart", "LatentAddTransform", "LatentInterpolateTransform", "LatentMirror", @@ -2261,7 +2271,9 @@ "OneTimeMultiplyTransform", "OneTimeShiftTransform", "ShiftTransform", + "TSamplerWithTransform", "TransformOffset", + "TransformSampler", "TransformsCombine" ], { @@ -4536,6 +4548,24 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": [ + [ + "BOPBTL_BlendFaces", + "BOPBTL_DetectEnhanceBlendFaces", + "BOPBTL_DetectFaces", + "BOPBTL_EnhanceFaces", + "BOPBTL_EnhanceFacesAdvanced", + "BOPBTL_LoadFaceDetectorModel", + "BOPBTL_LoadFaceEnhancerModel", + "BOPBTL_LoadRestoreOldPhotosModel", + "BOPBTL_LoadScratchMaskModel", + "BOPBTL_RestoreOldPhotos", + "BOPBTL_ScratchMask" + ], + { + "title_aux": "ComfyUI Bringing Old Photos Back to Life" + } + ], "https://github.com/cdb-boop/comfyui-image-round": [ [ "ComfyUI_Image_Round__ImageCropAdvanced", @@ -7148,6 +7178,7 @@ "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", + "ChangeLatentBatchSize //Inspire", "CheckpointLoaderSimpleShared //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "ConcatConditioningsWithMultiplier //Inspire", @@ -9422,6 +9453,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 8d3923a2..268f52ec 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,7 +9,27 @@ "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": "cdb-boop", + "title": "ComfyUI Bringing Old Photos Back to Life", + "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", + "files": [ + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" + ], + "install_type": "git-clone", + "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." + }, + { + "author": "kingzcheung", + "title": "ComfyUI_kkTranslator_nodes", + "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", + "files": [ + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" + ], + "install_type": "git-clone", + "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" + }, { "author": "gokayfem", "title": "ComfyUI-Depth-Visualization", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9826490a..ebd5fc17 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -166,6 +166,16 @@ "title_aux": "ComfyUI-Static-Primitives" } ], + "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ + [ + "LoadMarianMTCheckPoint", + "PromptBaiduFanyiToText", + "PromptTranslateToText" + ], + { + "title_aux": "ComfyUI_kkTranslator_nodes" + } + ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -231,6 +241,7 @@ "SegmentToMaskByPoint-badger", "StringToFizz-badger", "TextListToString-badger", + "ToPixel-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -794,7 +805,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ImageSizer", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -862,15 +873,6 @@ "title_aux": "LoadLoraWithTags" } ], - "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI": [ - [ - "Conditioning merge clip g/l", - "Conditioning perp prompt" - ], - { - "title_aux": "PerpPrompt-for-ComfyUI" - } - ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -1190,10 +1192,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" @@ -1735,12 +1739,19 @@ "MeshGraphormer-DepthMapPreprocessor", "MiDaS-DepthMapPreprocessor", "MiDaS-NormalMapPreprocessor", + "ModelMergeBlockNumber", + "ModelMergeSDXL", + "ModelMergeSDXLDetailedTransformers", + "ModelMergeSDXLTransformers", + "ModelSamplerTonemapNoiseTest", "OneFormer-ADE20K-SemSegPreprocessor", "OneFormer-COCO-SemSegPreprocessor", "OpenposePreprocessor", "PiDiNetPreprocessor", "PixelPerfectResolution", "PromptExpansion", + "ReferenceOnlySimple", + "RescaleClassifierFreeGuidanceTest", "SAMPreprocessor", "SavePoseKpsAsJsonFile", "ScribblePreprocessor", @@ -1749,6 +1760,7 @@ "ShufflePreprocessor", "TEEDPreprocessor", "TilePreprocessor", + "TonemapNoiseWithRescaleCFG", "UniFormer-SemSegPreprocessor", "Unimatch_OptFlowPreprocessor", "Zoe-DepthMapPreprocessor", @@ -2246,8 +2258,6 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "KSamplerMirroring", - "KSamplerMirroringApart", "LatentAddTransform", "LatentInterpolateTransform", "LatentMirror", @@ -2261,7 +2271,9 @@ "OneTimeMultiplyTransform", "OneTimeShiftTransform", "ShiftTransform", + "TSamplerWithTransform", "TransformOffset", + "TransformSampler", "TransformsCombine" ], { @@ -4536,6 +4548,24 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": [ + [ + "BOPBTL_BlendFaces", + "BOPBTL_DetectEnhanceBlendFaces", + "BOPBTL_DetectFaces", + "BOPBTL_EnhanceFaces", + "BOPBTL_EnhanceFacesAdvanced", + "BOPBTL_LoadFaceDetectorModel", + "BOPBTL_LoadFaceEnhancerModel", + "BOPBTL_LoadRestoreOldPhotosModel", + "BOPBTL_LoadScratchMaskModel", + "BOPBTL_RestoreOldPhotos", + "BOPBTL_ScratchMask" + ], + { + "title_aux": "ComfyUI Bringing Old Photos Back to Life" + } + ], "https://github.com/cdb-boop/comfyui-image-round": [ [ "ComfyUI_Image_Round__ImageCropAdvanced", @@ -7148,6 +7178,7 @@ "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", + "ChangeLatentBatchSize //Inspire", "CheckpointLoaderSimpleShared //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "ConcatConditioningsWithMultiplier //Inspire", @@ -9422,6 +9453,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From 1c5e35a960fa9ce15f1c969409b5af180ae73e1f Mon Sep 17 00:00:00 2001 From: dham Date: Wed, 13 Mar 2024 15:02:00 +0100 Subject: [PATCH 34/76] remove anything-v3.0 upstream huggingface model does not exist anymore --- model-list.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/model-list.json b/model-list.json index b985a744..f61e643a 100644 --- a/model-list.json +++ b/model-list.json @@ -585,16 +585,6 @@ "filename": "AOM3A3_orangemixs.safetensors", "url": "https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A3_orangemixs.safetensors" }, - { - "name": "Anything v3 (fp16; pruned)", - "type": "checkpoints", - "base": "SD1.5", - "save_path": "default", - "description": "Anything v3 (anime style)", - "reference": "https://huggingface.co/Linaqruf/anything-v3.0", - "filename": "anything-v3-fp16-pruned.safetensors", - "url": "https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp16-pruned.safetensors" - }, { "name": "Waifu Diffusion 1.5 Beta3 (fp16)", "type": "checkpoints", From 050a5b3310aba34d437169e6f2522eeaa5a386a6 Mon Sep 17 00:00:00 2001 From: Gabi Dobocan Date: Tue, 12 Mar 2024 17:33:22 +0200 Subject: [PATCH 35/76] Add Cozy Human Parser nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e879792f..968e0ce5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6386,6 +6386,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CozyMantis", + "title": "Cozy Human Parser", + "reference": "https://github.com/cozymantis/human-parser-comfyui-node", + "files": [ + "https://github.com/cozymantis/human-parser-comfyui-node" + ], + "install_type": "git-clone", + "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." } ] } From 560459454cb52438875a6d3ee1e59637f644b9c0 Mon Sep 17 00:00:00 2001 From: Gabi Dobocan Date: Wed, 13 Mar 2024 16:42:15 +0200 Subject: [PATCH 36/76] Add Cozy Reference Pose nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e879792f..b76a9888 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6386,6 +6386,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CozyMantis", + "title": "Cozy Reference Pose Generator", + "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", + "files": [ + "https://github.com/cozymantis/pose-generator-comfyui-node" + ], + "install_type": "git-clone", + "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." } ] } From a144e94d7d06bf17292b706a8548f69e113577ea Mon Sep 17 00:00:00 2001 From: Gabi Dobocan Date: Wed, 13 Mar 2024 16:47:11 +0200 Subject: [PATCH 37/76] Add Cozy utils --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e879792f..16d491f2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6386,6 +6386,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CozyMantis", + "title": "Cozy Utils", + "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", + "files": [ + "https://github.com/cozymantis/cozy-utils-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." } ] } From 75d7d1aa2cb9d7f5afbcd0059b5a929a3cef5f11 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 14 Mar 2024 09:07:07 +0900 Subject: [PATCH 38/76] update DB --- custom-node-list.json | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 968e0ce5..26f826e9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4928,16 +4928,6 @@ "install_type": "git-clone", "description": "Custom node for ComfyUI that makes parts of the image transparent (face, background...)" }, - { - "author": "Abdullah Ozmantar", - "title": "InstaSwap Face Swap Node for ComfyUI", - "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap", - "files": [ - "https://github.com/abdozmantar/ComfyUI-InstaSwap" - ], - "install_type": "git-clone", - "description": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans." - }, { "author": "FlyingFireCo", "title": "tiled_ksampler", @@ -5879,14 +5869,14 @@ "description": "Nodes:Masks to Colored Masks, Color Picker" }, { - "author": "cozymantis", + "author": "CozyMantis", "title": "Cozy Human Parser", "reference": "https://github.com/cozymantis/human-parser-comfyui-node", "files": [ "https://github.com/cozymantis/human-parser-comfyui-node" ], "install_type": "git-clone", - "description": "Simple ComfyUI nodes to generate masks for specific body parts and clothes or fashion items. Runs on CPU and CUDA. Made with 💚 by the CozyMantis squad." + "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." }, { "author": "vivax3794", @@ -6386,16 +6376,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "CozyMantis", - "title": "Cozy Human Parser", - "reference": "https://github.com/cozymantis/human-parser-comfyui-node", - "files": [ - "https://github.com/cozymantis/human-parser-comfyui-node" - ], - "install_type": "git-clone", - "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." } ] } From 185013fdb811f6f44714b8cfb0eda8ef2623cf80 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 14 Mar 2024 09:08:16 +0900 Subject: [PATCH 39/76] update DB --- custom-node-list.json | 20 ++++++++++---------- node_db/new/custom-node-list.json | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index dd046295..8fd83ee3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5878,6 +5878,16 @@ "install_type": "git-clone", "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." }, + { + "author": "CozyMantis", + "title": "Cozy Reference Pose Generator", + "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", + "files": [ + "https://github.com/cozymantis/pose-generator-comfyui-node" + ], + "install_type": "git-clone", + "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." + }, { "author": "vivax3794", "title": "ComfyUI-Vivax-Nodes", @@ -6376,16 +6386,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "CozyMantis", - "title": "Cozy Reference Pose Generator", - "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", - "files": [ - "https://github.com/cozymantis/pose-generator-comfyui-node" - ], - "install_type": "git-clone", - "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 268f52ec..dc2eabc4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "CozyMantis", + "title": "Cozy Reference Pose Generator", + "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", + "files": [ + "https://github.com/cozymantis/pose-generator-comfyui-node" + ], + "install_type": "git-clone", + "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." + }, { "author": "cdb-boop", "title": "ComfyUI Bringing Old Photos Back to Life", @@ -211,14 +221,14 @@ "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" }, { - "author": "cozymantis", + "author": "CozyMantis", "title": "Cozy Human Parser", "reference": "https://github.com/cozymantis/human-parser-comfyui-node", "files": [ "https://github.com/cozymantis/human-parser-comfyui-node" ], "install_type": "git-clone", - "description": "Simple ComfyUI nodes to generate masks for specific body parts and clothes or fashion items. Runs on CPU and CUDA. Made with 💚 by the CozyMantis squad." + "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." }, { "author": "atmaranto", From 0dfa84b36827167011f2eb6874220d45773c67df Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 14 Mar 2024 09:29:03 +0900 Subject: [PATCH 40/76] update DB --- custom-node-list.json | 80 +++++++--- extension-node-map.json | 129 +++++++++++++-- node_db/dev/custom-node-list.json | 10 ++ node_db/legacy/custom-node-list.json | 10 ++ node_db/new/custom-node-list.json | 230 +++++++-------------------- node_db/new/extension-node-map.json | 129 +++++++++++++-- 6 files changed, 376 insertions(+), 212 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5c5919a6..07c2f58e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -673,16 +673,6 @@ "install_type": "git-clone", "description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A." }, - { - "author": "ssitu", - "title": "NestedNodeBuilder", - "reference": "https://github.com/ssitu/ComfyUI_NestedNodeBuilder", - "files": [ - "https://github.com/ssitu/ComfyUI_NestedNodeBuilder" - ], - "install_type": "git-clone", - "description": "This extension provides the ability to combine multiple nodes into a single node." - }, { "author": "ssitu", "title": "Restart Sampling", @@ -5198,6 +5188,16 @@ "install_type": "git-clone", "description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos." }, + { + "author": "Chan-0312", + "title": "ComfyUI-EasyDeforum", + "reference": "https://github.com/Chan-0312/ComfyUI-EasyDeforum", + "files": [ + "https://github.com/Chan-0312/ComfyUI-EasyDeforum" + ], + "install_type": "git-clone", + "description": "Nodes:Easy2DDeforum (Chan)" + }, { "author": "trumanwong", "title": "ComfyUI-NSFW-Detection", @@ -5888,6 +5888,16 @@ "install_type": "git-clone", "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." }, + { + "author": "CozyMantis", + "title": "Cozy Utils", + "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", + "files": [ + "https://github.com/cozymantis/cozy-utils-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." + }, { "author": "vivax3794", "title": "ComfyUI-Vivax-Nodes", @@ -6018,6 +6028,46 @@ "install_type": "git-clone", "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" }, + { + "author": "vsevolod-oparin", + "title": "Kandinsky 2.2 ComfyUI Plugin", + "reference": "https://github.com/vsevolod-oparin/comfyui-kandinsky22", + "files": [ + "https://github.com/vsevolod-oparin/comfyui-kandinsky22" + ], + "install_type": "git-clone", + "description": "Nodes provide an options to combine prior and decoder models of Kandinsky 2.2." + }, + { + "author": "Xyem", + "title": "Xycuno Oobabooga", + "reference": "https://github.com/Xyem/Xycuno-Oobabooga", + "files": [ + "https://github.com/Xyem/Xycuno-Oobabooga" + ], + "install_type": "git-clone", + "description": "Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an [a/Oobabooga](https://github.com/oobabooga/text-generation-webui) instance to assist in creating prompt texts." + }, + { + "author": "shi3z", + "title": "ComfyUI_Memeplex_DALLE", + "reference": "https://github.com/shi3z/ComfyUI_Memeplex_DALLE", + "files": [ + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE" + ], + "install_type": "git-clone", + "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." + }, + { + "author": "if-ai", + "title": "ComfyUI-IF_AI_tools", + "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", + "files": [ + "https://github.com/if-ai/ComfyUI-IF_AI_tools" + ], + "install_type": "git-clone", + "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." + }, @@ -6386,16 +6436,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "CozyMantis", - "title": "Cozy Utils", - "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", - "files": [ - "https://github.com/cozymantis/cozy-utils-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index ebd5fc17..f91191e6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -577,6 +577,14 @@ "title_aux": "ComfyUIInvisibleWatermark" } ], + "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ + [ + "Easy2DDeforum" + ], + { + "title_aux": "ComfyUI-EasyDeforum" + } + ], "https://github.com/Chan-0312/ComfyUI-IPAnimate": [ [ "IPAdapterAnimate" @@ -805,7 +813,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -2905,6 +2913,7 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", + "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", "tri3d-position-hands", @@ -3460,6 +3469,14 @@ "title_aux": "Deforum Nodes" } ], + "https://github.com/Xyem/Xycuno-Oobabooga": [ + [ + "Oobabooga" + ], + { + "title_aux": "Xycuno Oobabooga" + } + ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "canvas-util-cal-size", @@ -3713,16 +3730,6 @@ "title_aux": "ComfyUI-AudioScheduler" } ], - "https://github.com/abdozmantar/ComfyUI-InstaSwap": [ - [ - "InstaSwapFaceSwap", - "InstaSwapLoadFaceModel", - "InstaSwapSaveFaceModel" - ], - { - "title_aux": "InstaSwap Face Swap Node for ComfyUI" - } - ], "https://github.com/abyz22/image_control": [ [ "abyz22_Convertpipe", @@ -5150,8 +5157,10 @@ "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMPP_2M_SDE", + "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", "SamplerEulerAncestral", + "SamplerLMS", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5233,6 +5242,14 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cozymantis/cozy-utils-comfyui-nodes": [ + [ + "Cozy Sampler Options" + ], + { + "title_aux": "Cozy Utils" + } + ], "https://github.com/cozymantis/human-parser-comfyui-node": [ [ "Cozy Human Parser ATR", @@ -5243,6 +5260,15 @@ "title_aux": "Cozy Human Parser" } ], + "https://github.com/cozymantis/pose-generator-comfyui-node": [ + [ + "Cozy Pose Body Reference", + "Cozy Pose Face Reference" + ], + { + "title_aux": "Cozy Reference Pose Generator" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5965,6 +5991,38 @@ ], "https://github.com/get-salt-AI/SaltAI": [ [ + "LLMChat", + "LLMChatEngine", + "LLMChatMessageConcat", + "LLMChatMessages", + "LLMChatMessagesAdv", + "LLMComplete", + "LLMDirectoryReader", + "LLMHtmlComposer", + "LLMHtmlRepair", + "LLMJSONQueryEngine", + "LLMJsonComposer", + "LLMJsonRepair", + "LLMMarkdownComposer", + "LLMMarkdownRepair", + "LLMNotionReader", + "LLMPostProcessDocuments", + "LLMQueryEngine", + "LLMQueryEngineAdv", + "LLMRegexCreator", + "LLMRegexRepair", + "LLMRssReaderNode", + "LLMSemanticSplitterNodeParser", + "LLMSentenceSplitterNodeCreator", + "LLMServiceContextAdv", + "LLMServiceContextDefault", + "LLMSimpleWebPageReader", + "LLMSummaryIndex", + "LLMTrafilaturaWebReader", + "LLMTreeIndex", + "LLMVectorStoreIndex", + "LLMYamlComposer", + "LLMYamlRepair", "OPAC", "OPAC2Floats", "OPACList2ExecList", @@ -5973,7 +6031,11 @@ "OPACTransformImages", "OPCSLayerExtractor", "OPCScheduler", + "OpenAIModel", "ParallaxMotion", + "SAIPrimitiveConverter", + "SAIStringRegexSearchMatch", + "SAIStringRegexSearchReplace", "SaltAIStableVideoDiffusion", "SaltInput", "SaltOutput" @@ -6251,6 +6313,18 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], + "https://github.com/if-ai/ComfyUI-IF_AI_tools": [ + [ + "IF_DisplayText", + "IF_ImagePrompt", + "IF_PromptMkr", + "IF_SaveText", + "IF_saveText" + ], + { + "title_aux": "ComfyUI-IF_AI_tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -8230,6 +8304,19 @@ "title_aux": "comfyui-ultralytics-yolo" } ], + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [ + [ + "DallERender", + "GPT", + "MemeplexCustomSDXLRender", + "MemeplexRender", + "TextInput", + "TextSend" + ], + { + "title_aux": "ComfyUI_Memeplex_DALLE" + } + ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus", @@ -8989,6 +9076,26 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ + [ + "comfy-kandinsky22-decoder-loader", + "comfy-kandinsky22-hint-combiner", + "comfy-kandinsky22-image-encoder", + "comfy-kandinsky22-img-latents", + "comfy-kandinsky22-latents", + "comfy-kandinsky22-movq-decoder", + "comfy-kandinsky22-positive-text-encoder", + "comfy-kandinsky22-prior-averaging-2", + "comfy-kandinsky22-prior-averaging-3", + "comfy-kandinsky22-prior-averaging-4", + "comfy-kandinsky22-prior-loader", + "comfy-kandinsky22-text-encoder", + "comfy-kandinsky22-unet-decoder" + ], + { + "title_aux": "Kandinsky 2.2 ComfyUI Plugin" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a7eceb94..cf48a532 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "chaojie", + "title": "ComfyUI-Trajectory", + "reference": "https://github.com/chaojie/ComfyUI-Trajectory", + "files": [ + "https://github.com/chaojie/ComfyUI-Trajectory" + ], + "install_type": "git-clone", + "description": "Nodes:Edit Trajectory In Another Tab" + }, { "author": "christian-byrne", "title": "elimination-nodes", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index a5671a20..5d7979c3 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ssitu", + "title": "NestedNodeBuilder [DEPRECATED]", + "reference": "https://github.com/ssitu/ComfyUI_NestedNodeBuilder", + "files": [ + "https://github.com/ssitu/ComfyUI_NestedNodeBuilder" + ], + "install_type": "git-clone", + "description": "This extension provides the ability to combine multiple nodes into a single node.\nNOTE:An identical feature now exists in ComfyUI. Additionally, this extension is largely broken with the recent versions of the codebase, so please use the built-in feature for group nodes." + }, { "author": "ccvv804", "title": "ComfyUI StableCascade using diffusers for Low VRAM [DEPRECATED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index dc2eabc4..0d1a3276 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "vsevolod-oparin", + "title": "Kandinsky 2.2 ComfyUI Plugin", + "reference": "https://github.com/vsevolod-oparin/comfyui-kandinsky22", + "files": [ + "https://github.com/vsevolod-oparin/comfyui-kandinsky22" + ], + "install_type": "git-clone", + "description": "Nodes provide an options to combine prior and decoder models of Kandinsky 2.2." + }, + { + "author": "Xyem", + "title": "Xycuno Oobabooga", + "reference": "https://github.com/Xyem/Xycuno-Oobabooga", + "files": [ + "https://github.com/Xyem/Xycuno-Oobabooga" + ], + "install_type": "git-clone", + "description": "Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an [a/Oobabooga](https://github.com/oobabooga/text-generation-webui) instance to assist in creating prompt texts." + }, { "author": "CozyMantis", "title": "Cozy Reference Pose Generator", @@ -20,6 +40,46 @@ "install_type": "git-clone", "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." }, + { + "author": "CozyMantis", + "title": "Cozy Utils", + "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", + "files": [ + "https://github.com/cozymantis/cozy-utils-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." + }, + { + "author": "Chan-0312", + "title": "ComfyUI-EasyDeforum", + "reference": "https://github.com/Chan-0312/ComfyUI-EasyDeforum", + "files": [ + "https://github.com/Chan-0312/ComfyUI-EasyDeforum" + ], + "install_type": "git-clone", + "description": "Nodes:Easy2DDeforum (Chan)" + }, + { + "author": "if-ai", + "title": "ComfyUI-IF_AI_tools", + "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", + "files": [ + "https://github.com/if-ai/ComfyUI-IF_AI_tools" + ], + "install_type": "git-clone", + "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." + }, + { + "author": "shi3z", + "title": "ComfyUI_Memeplex_DALLE", + "reference": "https://github.com/shi3z/ComfyUI_Memeplex_DALLE", + "files": [ + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE" + ], + "install_type": "git-clone", + "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." + }, { "author": "cdb-boop", "title": "ComfyUI Bringing Old Photos Back to Life", @@ -631,176 +691,6 @@ ], "install_type": "git-clone", "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models." - }, - { - "author": "nkchocoai", - "title": "ComfyUI-Dart", - "reference": "https://github.com/nkchocoai/ComfyUI-Dart", - "files": [ - "https://github.com/nkchocoai/ComfyUI-Dart" - ], - "install_type": "git-clone", - "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)." - }, - { - "author": "chaojie", - "title": "ComfyUI-Gemma", - "reference": "https://github.com/chaojie/ComfyUI-Gemma", - "files": [ - "https://github.com/chaojie/ComfyUI-Gemma" - ], - "install_type": "git-clone", - "description": "ComfyUI Gemma" - }, - { - "author": "TheBill2001", - "title": "comfyui-upscale-by-model", - "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model", - "files": [ - "https://github.com/TheBill2001/comfyui-upscale-by-model" - ], - "install_type": "git-clone", - "description": "This custom node allow upscaling an image by a factor using a model." - }, - { - "author": "czcz1024", - "title": "Comfyui-FaceCompare", - "reference": "https://github.com/czcz1024/Comfyui-FaceCompare", - "files": [ - "https://github.com/czcz1024/Comfyui-FaceCompare" - ], - "install_type": "git-clone", - "description": "Nodes:FaceCompare" - }, - { - "author": "AuroBit", - "title": "ComfyUI OOTDiffusion", - "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion", - "files": [ - "https://github.com/AuroBit/ComfyUI-OOTDiffusion" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." - }, - { - "author": "logtd", - "title": "Tracking Nodes for Videos", - "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", - "files": [ - "https://github.com/logtd/ComfyUI-TrackingNodes" - ], - "install_type": "git-clone", - "description": "A set of nodes to track objects through videos using YOLO and other processors." - }, - { - "author": "Big-Idea-Technology", - "title": "ImageTextOverlay 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": "logtd", - "title": "InstanceDiffusion Nodes", - "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", - "files": [ - "https://github.com/logtd/ComfyUI-InstanceDiffusion" - ], - "install_type": "git-clone", - "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" - }, - { - "author": "Guillaume-Fgt", - "title": "ComfyUI-ScenarioPrompt", - "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio", - "files": [ - "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio" - ], - "install_type": "git-clone", - "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution" - }, - { - "author": "Ludobico", - "title": "ComfyUI-ScenarioPrompt", - "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt", - "files": [ - "https://github.com/Ludobico/ComfyUI-ScenarioPrompt" - ], - "install_type": "git-clone", - "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts" - }, - { - "author": "Klinter", - "title": "Klinter_nodes", - "reference": "https://github.com/klinter007/klinter_nodes", - "files": [ - "https://github.com/klinter007/klinter_nodes" - ], - "install_type": "git-clone", - "description": "Concat_strings atm - celebrating first_node" - }, - { - "author": "LykosAI", - "title": "ComfyUI Nodes for Inference.Core", - "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", - "files": [ - "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" - ], - "install_type": "git-clone", - "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." - }, - { - "author": "cubiq", - "title": "Face Analysis for ComfyUI", - "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis", - "files": [ - "https://github.com/cubiq/ComfyUI_FaceAnalysis" - ], - "install_type": "git-clone", - "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu." - }, - { - "author": "1038lab", - "title": "ComfyUI-GPT2P", - "reference": "https://github.com/1038lab/ComfyUI-GPT2P", - "files": [ - "https://github.com/1038lab/ComfyUI-GPT2P" - ], - "install_type": "git-clone", - "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt" - }, - { - "author": "mirabarukaso", - "title": "ComfyUI_Mira", - "reference": "https://github.com/mirabarukaso/ComfyUI_Mira", - "files": [ - "https://github.com/mirabarukaso/ComfyUI_Mira" - ], - "install_type": "git-clone", - "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List" - }, - { - "author": "yytdfc", - "title": "Amazon Bedrock nodes for for ComfyUI", - "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", - "files": [ - "https://github.com/yytdfc/ComfyUI-Bedrock" - ], - "install_type": "git-clone", - "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI YoloWorld-EfficientSAM", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ebd5fc17..f91191e6 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -577,6 +577,14 @@ "title_aux": "ComfyUIInvisibleWatermark" } ], + "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ + [ + "Easy2DDeforum" + ], + { + "title_aux": "ComfyUI-EasyDeforum" + } + ], "https://github.com/Chan-0312/ComfyUI-IPAnimate": [ [ "IPAdapterAnimate" @@ -805,7 +813,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -2905,6 +2913,7 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", + "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", "tri3d-position-hands", @@ -3460,6 +3469,14 @@ "title_aux": "Deforum Nodes" } ], + "https://github.com/Xyem/Xycuno-Oobabooga": [ + [ + "Oobabooga" + ], + { + "title_aux": "Xycuno Oobabooga" + } + ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "canvas-util-cal-size", @@ -3713,16 +3730,6 @@ "title_aux": "ComfyUI-AudioScheduler" } ], - "https://github.com/abdozmantar/ComfyUI-InstaSwap": [ - [ - "InstaSwapFaceSwap", - "InstaSwapLoadFaceModel", - "InstaSwapSaveFaceModel" - ], - { - "title_aux": "InstaSwap Face Swap Node for ComfyUI" - } - ], "https://github.com/abyz22/image_control": [ [ "abyz22_Convertpipe", @@ -5150,8 +5157,10 @@ "SVD_img2vid_Conditioning", "SamplerCustom", "SamplerDPMPP_2M_SDE", + "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", "SamplerEulerAncestral", + "SamplerLMS", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5233,6 +5242,14 @@ "title_aux": "ComfyQR-scanning-nodes" } ], + "https://github.com/cozymantis/cozy-utils-comfyui-nodes": [ + [ + "Cozy Sampler Options" + ], + { + "title_aux": "Cozy Utils" + } + ], "https://github.com/cozymantis/human-parser-comfyui-node": [ [ "Cozy Human Parser ATR", @@ -5243,6 +5260,15 @@ "title_aux": "Cozy Human Parser" } ], + "https://github.com/cozymantis/pose-generator-comfyui-node": [ + [ + "Cozy Pose Body Reference", + "Cozy Pose Face Reference" + ], + { + "title_aux": "Cozy Reference Pose Generator" + } + ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5965,6 +5991,38 @@ ], "https://github.com/get-salt-AI/SaltAI": [ [ + "LLMChat", + "LLMChatEngine", + "LLMChatMessageConcat", + "LLMChatMessages", + "LLMChatMessagesAdv", + "LLMComplete", + "LLMDirectoryReader", + "LLMHtmlComposer", + "LLMHtmlRepair", + "LLMJSONQueryEngine", + "LLMJsonComposer", + "LLMJsonRepair", + "LLMMarkdownComposer", + "LLMMarkdownRepair", + "LLMNotionReader", + "LLMPostProcessDocuments", + "LLMQueryEngine", + "LLMQueryEngineAdv", + "LLMRegexCreator", + "LLMRegexRepair", + "LLMRssReaderNode", + "LLMSemanticSplitterNodeParser", + "LLMSentenceSplitterNodeCreator", + "LLMServiceContextAdv", + "LLMServiceContextDefault", + "LLMSimpleWebPageReader", + "LLMSummaryIndex", + "LLMTrafilaturaWebReader", + "LLMTreeIndex", + "LLMVectorStoreIndex", + "LLMYamlComposer", + "LLMYamlRepair", "OPAC", "OPAC2Floats", "OPACList2ExecList", @@ -5973,7 +6031,11 @@ "OPACTransformImages", "OPCSLayerExtractor", "OPCScheduler", + "OpenAIModel", "ParallaxMotion", + "SAIPrimitiveConverter", + "SAIStringRegexSearchMatch", + "SAIStringRegexSearchReplace", "SaltAIStableVideoDiffusion", "SaltInput", "SaltOutput" @@ -6251,6 +6313,18 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], + "https://github.com/if-ai/ComfyUI-IF_AI_tools": [ + [ + "IF_DisplayText", + "IF_ImagePrompt", + "IF_PromptMkr", + "IF_SaveText", + "IF_saveText" + ], + { + "title_aux": "ComfyUI-IF_AI_tools" + } + ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -8230,6 +8304,19 @@ "title_aux": "comfyui-ultralytics-yolo" } ], + "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [ + [ + "DallERender", + "GPT", + "MemeplexCustomSDXLRender", + "MemeplexRender", + "TextInput", + "TextSend" + ], + { + "title_aux": "ComfyUI_Memeplex_DALLE" + } + ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus", @@ -8989,6 +9076,26 @@ "title_aux": "ComfyUI-Vivax-Nodes" } ], + "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ + [ + "comfy-kandinsky22-decoder-loader", + "comfy-kandinsky22-hint-combiner", + "comfy-kandinsky22-image-encoder", + "comfy-kandinsky22-img-latents", + "comfy-kandinsky22-latents", + "comfy-kandinsky22-movq-decoder", + "comfy-kandinsky22-positive-text-encoder", + "comfy-kandinsky22-prior-averaging-2", + "comfy-kandinsky22-prior-averaging-3", + "comfy-kandinsky22-prior-averaging-4", + "comfy-kandinsky22-prior-loader", + "comfy-kandinsky22-text-encoder", + "comfy-kandinsky22-unet-decoder" + ], + { + "title_aux": "Kandinsky 2.2 ComfyUI Plugin" + } + ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", From d82922097388f2d618b4a031da021276aab1474c Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Thu, 14 Mar 2024 12:45:18 +0900 Subject: [PATCH 41/76] improve: pip handling - prevent downgrade `torch, torchsde, torchvision, transformers, safetensors, kornia` --- __init__.py | 33 ++++++++++++++++++++++++++++----- prestartup_script.py | 10 +++++++++- 2 files changed, 37 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index fe13d91f..a6de5bed 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 9] +version = [2, 10] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") @@ -39,6 +39,22 @@ comfy_ui_hash = "-" cache_lock = threading.Lock() +def is_blacklisted(name): + name = name.strip() + + pattern = r'([^<>!=]+)([<>!=]=?)' + match = re.search(pattern, name) + + if match: + name = match.group(1) + + if name in cm_global.pip_downgrade_blacklist: + if match is None or match.group(2) in ['<=', '==', '<']: + return True + + return False + + def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for msg in stream: @@ -286,6 +302,12 @@ def try_install_script(url, repo_path, install_cmd): return True else: + if len(install_cmd) == 5 and install_cmd[2:4] == ['pip', 'install']: + if is_blacklisted(install_cmd[4]): + print(f"[ComfyUI-Manager] skip black listed pip installation: '{install_cmd[4]}'") + return True + + print(f"\n## ComfyUI-Manager: EXECUTE => {install_cmd}") code = run_script(install_cmd, cwd=repo_path) @@ -525,16 +547,17 @@ def git_pull(path): else: repo = git.Repo(path) - print(f"path={path} / repo.is_dirty: {repo.is_dirty()}") - if repo.is_dirty(): repo.git.stash() if repo.head.is_detached: switch_to_default_branch(repo) - origin = repo.remote(name='origin') - origin.pull() + current_branch = repo.active_branch + remote_name = current_branch.tracking_branch().remote_name + remote = repo.remote(name=remote_name) + + remote.pull() repo.git.submodule('update', '--init', '--recursive') repo.close() diff --git a/prestartup_script.py b/prestartup_script.py index 663c65eb..b7e13f42 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -15,6 +15,9 @@ sys.path.append(glob_path) import cm_global +cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia'] + + def skip_pip_spam(x): return 'Requirement already satisfied:' in x @@ -350,7 +353,12 @@ def is_installed(name): if match: name = match.group(1) - + + if name in cm_global.pip_downgrade_blacklist: + if match is None or match.group(2) in ['<=', '==', '<']: + print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'") + return True + return name.lower() in get_installed_packages() From fb6549c709fbfd2a2dcecb195aaaed50fa5951de Mon Sep 17 00:00:00 2001 From: chaojie Date: Thu, 14 Mar 2024 16:15:45 +0800 Subject: [PATCH 42/76] 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 07c2f58e..72211613 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4426,6 +4426,16 @@ "install_type": "git-clone", "description": "Nodes: Download the weights of MotionCtrl-SVD [a/motionctrl_svd.ckpt](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl_svd.ckpt) and put it to ComfyUI/models/checkpoints" }, + { + "author": "chaojie", + "title": "ComfyUI-DragAnything", + "reference": "https://github.com/chaojie/ComfyUI-DragAnything", + "files": [ + "https://github.com/chaojie/ComfyUI-DragAnything" + ], + "install_type": "git-clone", + "description": "DragAnything" + }, { "author": "chaojie", "title": "ComfyUI-DragNUWA", From dd8d8b33c0cc5a05c531906e12aa1e3cb643d4ee Mon Sep 17 00:00:00 2001 From: Shadetail Date: Thu, 14 Mar 2024 11:52:16 +0100 Subject: [PATCH 43/76] Update custom-node-list.json Added Eagleshadow Custom Nodes entry to 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 07c2f58e..a4b373ba 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6436,6 +6436,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Shadetail", + "title": "Eagleshadow Custom Nodes", + "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", + "files": [ + "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" + ], + "install_type": "copy", + "description": "Custom nodes for ComfyUI by Eagleshadow." } ] } From bbec0b5540d9d63407da80e84f9dbdd8e55655cf Mon Sep 17 00:00:00 2001 From: chaojie Date: Thu, 14 Mar 2024 23:08:45 +0800 Subject: [PATCH 44/76] 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 07c2f58e..0088ee0c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4346,6 +4346,16 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, + { + "author": "chaojie", + "title": "ComfyUI-Trajectory", + "reference": "https://github.com/chaojie/ComfyUI-Trajectory", + "files": [ + "https://github.com/chaojie/ComfyUI-Trajectory" + ], + "install_type": "git-clone", + "description": "ComfyUI Trajectory" + }, { "author": "chaojie", "title": "ComfyUI-dust3r", From 503d7962cf5da44fb5736457fef15c066dfdfeba Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 15 Mar 2024 10:36:37 +0900 Subject: [PATCH 45/76] update DB --- custom-node-list.json | 40 ++++++++++++++++++ extension-node-map.json | 65 ++++++++++++++++++++++++++++- node_db/dev/custom-node-list.json | 21 +++++++--- node_db/new/custom-node-list.json | 60 ++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 65 ++++++++++++++++++++++++++++- 5 files changed, 244 insertions(+), 7 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index fe52ecb8..c17de628 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1548,6 +1548,16 @@ "install_type": "git-clone", "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, + { + "author": "Extraltodeus", + "title": "Vector_Sculptor_ComfyUI", + "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", + "files": [ + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." + }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -6088,6 +6098,36 @@ "install_type": "git-clone", "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." }, + { + "author": "dmMaze", + "title": "Sketch2Manga", + "reference": "https://github.com/dmMaze/sketch2manga", + "files": [ + "https://github.com/dmMaze/sketch2manga" + ], + "install_type": "git-clone", + "description": "Apply screentone to line drawings or colored illustrations with diffusion models." + }, + { + "author": "olduvai-jp", + "title": "ComfyUI-HfLoader", + "reference": "https://github.com/olduvai-jp/ComfyUI-HfLoader", + "files": [ + "https://github.com/olduvai-jp/ComfyUI-HfLoader" + ], + "install_type": "git-clone", + "description": "Nodes:Lora Loader From HF" + }, + { + "author": "AiMiDi", + "title": "ComfyUI-HfLoader", + "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", + "files": [ + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" + }, diff --git a/extension-node-map.json b/extension-node-map.json index f91191e6..863bb700 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -116,6 +116,7 @@ [ "GPT4VCaptioner", "Image Load with Metadata", + "SAMIN String Attribute Selector", "Samin Counter", "Samin Load Image Batch" ], @@ -281,6 +282,18 @@ "title_aux": "ComfyUI Nodes for External Tooling" } ], + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ + [ + "Add Tag", + "Clear Tag", + "Load Images Pair Batch", + "Merge Tag", + "Save Images Pair" + ], + { + "title_aux": "ComfyUI-HfLoader" + } + ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", @@ -881,6 +894,14 @@ "title_aux": "LoadLoraWithTags" } ], + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [ + [ + "CLIP Vector Sculptor text encode" + ], + { + "title_aux": "Vector_Sculptor_ComfyUI" + } + ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -4265,7 +4286,8 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarCustomNoise", - "SonarGuidanceConfig" + "SonarGuidanceConfig", + "SonarPowerNoise" ], { "title_aux": "ComfyUI-sonar" @@ -4609,6 +4631,14 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chaojie/ComfyUI-DragAnything": [ + [ + "DragAnythingRun" + ], + { + "title_aux": "ComfyUI-DragAnything" + } + ], "https://github.com/chaojie/ComfyUI-DragNUWA": [ [ "BrushMotion", @@ -4763,6 +4793,18 @@ "title_aux": "ComfyUI-RAFT" } ], + "https://github.com/chaojie/ComfyUI-Trajectory": [ + [ + "Trajectory_Canvas_Tab" + ], + { + "author": "Lerc", + "description": "This extension provides a full page image editor with mask support. There are two nodes, one to receive images from the editor and one to send images to the editor.", + "nickname": "Canvas Tab", + "title": "Canvas Tab", + "title_aux": "ComfyUI-Trajectory" + } + ], "https://github.com/chaojie/ComfyUI-dust3r": [ [ "Dust3rLoader", @@ -5585,6 +5627,15 @@ "title_aux": "a-person-mask-generator" } ], + "https://github.com/dmMaze/sketch2manga": [ + [ + "BlendScreentone", + "EmptyLatentImageAdvanced" + ], + { + "title_aux": "Sketch2Manga" + } + ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -6684,6 +6735,7 @@ "InjectNoiseToLatent", "InsertImageBatchByIndexes", "Intrinsic_lora_sampling", + "LoadResAdapterNormalization", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -6701,6 +6753,7 @@ "SplitBboxes", "StableZero123_BatchSchedule", "StringConstant", + "Superprompt", "VRAM_Debug", "WidgetToString" ], @@ -6712,6 +6765,7 @@ [ "ColorizeDepthmap", "MarigoldDepthEstimation", + "MarigoldDepthEstimationVideo", "RemapDepth", "SaveImageOpenEXR" ], @@ -7588,6 +7642,7 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", + "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", "FloatMultiplier", @@ -7818,6 +7873,14 @@ "title_aux": "ntdviet/comfyui-ext" } ], + "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ + [ + "Lora Loader From HF" + ], + { + "title_aux": "ComfyUI-HfLoader" + } + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index cf48a532..78196db1 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,15 +9,26 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { - "author": "chaojie", - "title": "ComfyUI-Trajectory", - "reference": "https://github.com/chaojie/ComfyUI-Trajectory", + "author": "cubiq", + "title": "Comfy Dungeon [WIP]", + "reference": "https://github.com/cubiq/Comfy_Dungeon", "files": [ - "https://github.com/chaojie/ComfyUI-Trajectory" + "https://github.com/cubiq/Comfy_Dungeon" ], "install_type": "git-clone", - "description": "Nodes:Edit Trajectory In Another Tab" + "description": "Build D&D Character Portraits with ComfyUI.\nIMPORTANT: At the moment this is mostly a tech demo to show how to build a web app on top of ComfyUI. The code is very messy and the application doesn't guaratee consistent results." + }, + { + "author": "dfl", + "title": "comfyui-stylegan", + "reference": "https://github.com/dfl/comfyui-stylegan", + "files": [ + "https://github.com/dfl/comfyui-stylegan" + ], + "install_type": "git-clone", + "description": "Generator for StyleGAN 3" }, { "author": "christian-byrne", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0d1a3276..beeaa100 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,66 @@ }, + { + "author": "dmMaze", + "title": "Sketch2Manga", + "reference": "https://github.com/dmMaze/sketch2manga", + "files": [ + "https://github.com/dmMaze/sketch2manga" + ], + "install_type": "git-clone", + "description": "Apply screentone to line drawings or colored illustrations with diffusion models." + }, + { + "author": "chaojie", + "title": "ComfyUI-DragAnything", + "reference": "https://github.com/chaojie/ComfyUI-DragAnything", + "files": [ + "https://github.com/chaojie/ComfyUI-DragAnything" + ], + "install_type": "git-clone", + "description": "DragAnything" + }, + { + "author": "chaojie", + "title": "ComfyUI-Trajectory", + "reference": "https://github.com/chaojie/ComfyUI-Trajectory", + "files": [ + "https://github.com/chaojie/ComfyUI-Trajectory" + ], + "install_type": "git-clone", + "description": "ComfyUI Trajectory" + }, + { + "author": "Extraltodeus", + "title": "Vector_Sculptor_ComfyUI", + "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", + "files": [ + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." + }, + { + "author": "olduvai-jp", + "title": "ComfyUI-HfLoader", + "reference": "https://github.com/olduvai-jp/ComfyUI-HfLoader", + "files": [ + "https://github.com/olduvai-jp/ComfyUI-HfLoader" + ], + "install_type": "git-clone", + "description": "Nodes:Lora Loader From HF" + }, + { + "author": "AiMiDi", + "title": "ComfyUI-HfLoader", + "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", + "files": [ + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" + }, { "author": "vsevolod-oparin", "title": "Kandinsky 2.2 ComfyUI Plugin", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f91191e6..863bb700 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -116,6 +116,7 @@ [ "GPT4VCaptioner", "Image Load with Metadata", + "SAMIN String Attribute Selector", "Samin Counter", "Samin Load Image Batch" ], @@ -281,6 +282,18 @@ "title_aux": "ComfyUI Nodes for External Tooling" } ], + "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ + [ + "Add Tag", + "Clear Tag", + "Load Images Pair Batch", + "Merge Tag", + "Save Images Pair" + ], + { + "title_aux": "ComfyUI-HfLoader" + } + ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", @@ -881,6 +894,14 @@ "title_aux": "LoadLoraWithTags" } ], + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [ + [ + "CLIP Vector Sculptor text encode" + ], + { + "title_aux": "Vector_Sculptor_ComfyUI" + } + ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -4265,7 +4286,8 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarCustomNoise", - "SonarGuidanceConfig" + "SonarGuidanceConfig", + "SonarPowerNoise" ], { "title_aux": "ComfyUI-sonar" @@ -4609,6 +4631,14 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chaojie/ComfyUI-DragAnything": [ + [ + "DragAnythingRun" + ], + { + "title_aux": "ComfyUI-DragAnything" + } + ], "https://github.com/chaojie/ComfyUI-DragNUWA": [ [ "BrushMotion", @@ -4763,6 +4793,18 @@ "title_aux": "ComfyUI-RAFT" } ], + "https://github.com/chaojie/ComfyUI-Trajectory": [ + [ + "Trajectory_Canvas_Tab" + ], + { + "author": "Lerc", + "description": "This extension provides a full page image editor with mask support. There are two nodes, one to receive images from the editor and one to send images to the editor.", + "nickname": "Canvas Tab", + "title": "Canvas Tab", + "title_aux": "ComfyUI-Trajectory" + } + ], "https://github.com/chaojie/ComfyUI-dust3r": [ [ "Dust3rLoader", @@ -5585,6 +5627,15 @@ "title_aux": "a-person-mask-generator" } ], + "https://github.com/dmMaze/sketch2manga": [ + [ + "BlendScreentone", + "EmptyLatentImageAdvanced" + ], + { + "title_aux": "Sketch2Manga" + } + ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -6684,6 +6735,7 @@ "InjectNoiseToLatent", "InsertImageBatchByIndexes", "Intrinsic_lora_sampling", + "LoadResAdapterNormalization", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", @@ -6701,6 +6753,7 @@ "SplitBboxes", "StableZero123_BatchSchedule", "StringConstant", + "Superprompt", "VRAM_Debug", "WidgetToString" ], @@ -6712,6 +6765,7 @@ [ "ColorizeDepthmap", "MarigoldDepthEstimation", + "MarigoldDepthEstimationVideo", "RemapDepth", "SaveImageOpenEXR" ], @@ -7588,6 +7642,7 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", + "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", "FloatMultiplier", @@ -7818,6 +7873,14 @@ "title_aux": "ntdviet/comfyui-ext" } ], + "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ + [ + "Lora Loader From HF" + ], + { + "title_aux": "ComfyUI-HfLoader" + } + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", From e3effbf9326fdea79cb656cacafa75c7e5e2259e Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 15 Mar 2024 13:22:50 +0900 Subject: [PATCH 46/76] update DB --- node_db/dev/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 78196db1..e50ce0cd 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ExponentialML", + "title": "comfyui-ComfyUI_VisualStylePrompting [WIP]", + "reference": "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting", + "files": [ + "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting" + ], + "install_type": "git-clone", + "description": "ComfyUI Version of '[a/Visual Style Prompting with Swapping Self-Attention](https://github.com/naver-ai/Visual-Style-Prompting)'" + }, { "author": "cubiq", "title": "Comfy Dungeon [WIP]", From ec2e6474232d77f7361f3c52af4338887c4876c9 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 15 Mar 2024 15:35:29 +0900 Subject: [PATCH 47/76] update script --- scripts/install-comfyui-venv-win.bat | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/scripts/install-comfyui-venv-win.bat b/scripts/install-comfyui-venv-win.bat index 6bb0e836..f953d4b4 100755 --- a/scripts/install-comfyui-venv-win.bat +++ b/scripts/install-comfyui-venv-win.bat @@ -8,13 +8,10 @@ python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers cd .. -echo "cd ComfyUI" >> run_gpu.sh -echo "call venv/Scripts/activate" >> run_gpu.sh -echo "python main.py" >> run_gpu.sh -chmod +x run_gpu.sh +echo "cd ComfyUI" >> run_gpu.bat +echo "call venv/Scripts/activate" >> run_gpu.bat +echo "python main.py" >> run_gpu.bat -echo "#!/bin/bash" > run_cpu.sh -echo "cd ComfyUI" >> run_cpu.sh -echo "call venv/Scripts/activate" >> run_cpu.sh -echo "python main.py --cpu" >> run_cpu.sh -chmod +x run_cpu.sh +echo "cd ComfyUI" >> run_cpu.bat +echo "call venv/Scripts/activate" >> run_cpu.bat +echo "python main.py --cpu" >> run_cpu.bat From b7e57b9b9d553162a8cd58970722a4e5cc7d75d1 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 15 Mar 2024 15:39:51 +0900 Subject: [PATCH 48/76] update script --- scripts/install-comfyui-venv-linux.sh | 2 +- scripts/install-comfyui-venv-win.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-comfyui-venv-linux.sh b/scripts/install-comfyui-venv-linux.sh index be473dc6..7b53e851 100755 --- a/scripts/install-comfyui-venv-linux.sh +++ b/scripts/install-comfyui-venv-linux.sh @@ -4,9 +4,9 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv source venv/bin/activate +pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt -python -m pip install torchvision cd .. echo "#!/bin/bash" > run_gpu.sh echo "cd ComfyUI" >> run_gpu.sh diff --git a/scripts/install-comfyui-venv-win.bat b/scripts/install-comfyui-venv-win.bat index f953d4b4..98111110 100755 --- a/scripts/install-comfyui-venv-win.bat +++ b/scripts/install-comfyui-venv-win.bat @@ -4,9 +4,9 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv call venv/Scripts/activate +pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt -python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers cd .. echo "cd ComfyUI" >> run_gpu.bat echo "call venv/Scripts/activate" >> run_gpu.bat From bb440a4d2d705a6bfb8c0c1ba923abf0dacc373c Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 15 Mar 2024 16:08:29 +0900 Subject: [PATCH 49/76] fix: invalid detection of failed import - reflect changed ComfyUI log system https://github.com/ltdrdata/ComfyUI-Manager/issues/480 --- __init__.py | 2 +- prestartup_script.py | 23 ++++++----------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/__init__.py b/__init__.py index a6de5bed..0b783db5 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 10] +version = [2, 10, 1] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") diff --git a/prestartup_script.py b/prestartup_script.py index b7e13f42..a335f3d0 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -173,11 +173,9 @@ try: write_stderr = wrapper_stderr pat_tqdm = r'\d+%.*\[(.*?)\]' - pat_import_fail = r'seconds \(IMPORT FAILED\):' - pat_custom_node = r'[/\\]custom_nodes[/\\](.*)$' + pat_import_fail = r'seconds \(IMPORT FAILED\):.*[/\\]custom_nodes[/\\](.*)$' is_start_mode = True - is_import_fail_mode = False class ComfyUIManagerLogger: def __init__(self, is_stdout): @@ -197,26 +195,17 @@ try: def write(self, message): global is_start_mode - global is_import_fail_mode if any(f(message) for f in message_collapses): return if is_start_mode: - if is_import_fail_mode: - match = re.search(pat_custom_node, message) - if match: - import_failed_extensions.add(match.group(1)) - is_import_fail_mode = False - else: - match = re.search(pat_import_fail, message) - if match: - is_import_fail_mode = True - else: - is_import_fail_mode = False + match = re.search(pat_import_fail, message) + if match: + import_failed_extensions.add(match.group(1)) - if 'Starting server' in message: - is_start_mode = False + if 'Starting server' in message: + is_start_mode = False if not self.is_stdout: match = re.search(pat_tqdm, message) From 4fdd8e256b55934d75c4c10babf8831b72bd0131 Mon Sep 17 00:00:00 2001 From: Shadetail Date: Fri, 15 Mar 2024 10:58:08 +0100 Subject: [PATCH 50/76] Update custom-node-list.json Changed Eagleshadow Nodes install_type to git-clone --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a4b373ba..f0089bf2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6444,7 +6444,7 @@ "files": [ "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" ], - "install_type": "copy", + "install_type": "git-clone", "description": "Custom nodes for ComfyUI by Eagleshadow." } ] From 35d20521d9616f80b74bd8ab0cbd6ccbbd24e185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=AD=9F=E6=98=86?= <865240848@qq.com> Date: Sat, 16 Mar 2024 14:33:58 +0800 Subject: [PATCH 51/76] text node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c17de628..31123bb7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6496,6 +6496,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "MarkoCa1", + "title": "ComfyUI_Text", + "reference": "https://github.com/MarkoCa1/ComfyUI-Text", + "files": [ + "https://github.com/MarkoCa1/ComfyUI-Text" + ], + "install_type": "git-clone", + "description": "Text." } ] } From e8093115092fe571682b315ca9a139ebbf97904a Mon Sep 17 00:00:00 2001 From: madtunebk <128463309+madtunebk@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:23:23 +0200 Subject: [PATCH 52/76] 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 c17de628..1e395b5e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6496,6 +6496,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Cornea Valentin", + "title": "ControlNet Auxiliar", + "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", + "files": [ + "https://github.com/madtunebk/ComfyUI-ControlnetAux" + ], + "install_type": "git-clone", + "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." } ] } From 154cc14ea31ef117bf95a8d34bc7269220c70529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20R=C3=B6ssler?= <78089013+ForeignGods@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:21:26 +0100 Subject: [PATCH 53/76] Update custom-node-list.json --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index c17de628..0fd3aeb8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6128,7 +6128,16 @@ "install_type": "git-clone", "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" }, - + { + "author": "ForeignGods", + "title": "ComfyUI-Mana-Nodes", + "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", + "files": [ + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" + ], + "install_type": "git-clone", + "description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file" + }, From ae592a1e6986a24f6c369562e4342b554ae372ce Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 11:46:00 +0900 Subject: [PATCH 54/76] update DB --- custom-node-list.json | 22 +++++++++++----------- node_db/dev/custom-node-list.json | 10 ---------- node_db/new/custom-node-list.json | 22 +++++++++++++++++++++- 3 files changed, 32 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9730789e..12003fe8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6120,7 +6120,7 @@ }, { "author": "AiMiDi", - "title": "ComfyUI-HfLoader", + "title": "ComfyUI-Aimidi-nodes", "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", "files": [ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" @@ -6138,6 +6138,16 @@ "install_type": "git-clone", "description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file" }, + { + "author": "Cornea Valentin", + "title": "ControlNet Auxiliar", + "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", + "files": [ + "https://github.com/madtunebk/ComfyUI-ControlnetAux" + ], + "install_type": "git-clone", + "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." + }, @@ -6505,16 +6515,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Cornea Valentin", - "title": "ControlNet Auxiliar", - "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", - "files": [ - "https://github.com/madtunebk/ComfyUI-ControlnetAux" - ], - "install_type": "git-clone", - "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e50ce0cd..e0b697c7 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -160,16 +160,6 @@ "install_type": "git-clone", "description": "This extension provides additional API" }, - { - "author": "ForeignGods", - "title": "ComfyUI-Mana-Nodes", - "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", - "files": [ - "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:font2img" - }, { "author": "Extraltodeus", "title": "Conditioning-token-experiments-for-ComfyUI", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index beeaa100..67735164 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "ForeignGods", + "title": "ComfyUI-Mana-Nodes", + "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", + "files": [ + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" + ], + "install_type": "git-clone", + "description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file" + }, + { + "author": "Cornea Valentin", + "title": "ControlNet Auxiliar", + "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", + "files": [ + "https://github.com/madtunebk/ComfyUI-ControlnetAux" + ], + "install_type": "git-clone", + "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." + }, { "author": "dmMaze", "title": "Sketch2Manga", @@ -62,7 +82,7 @@ }, { "author": "AiMiDi", - "title": "ComfyUI-HfLoader", + "title": "ComfyUI-Aimidi-nodes", "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", "files": [ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" From 8f2d950224bcce5f0113bf8e2c2b63e34fcccc08 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 11:47:40 +0900 Subject: [PATCH 55/76] update DB fix typo: https://github.com/ltdrdata/ComfyUI-Manager/issues/490 --- custom-node-list.json | 20 ++++++++++---------- node_db/new/custom-node-list.json | 10 ++++++++++ scripts/install-comfyui-venv-linux.sh | 2 +- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d0e63647..08b4bf3d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6148,6 +6148,16 @@ "install_type": "git-clone", "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." }, + { + "author": "MarkoCa1", + "title": "ComfyUI_Text", + "reference": "https://github.com/MarkoCa1/ComfyUI-Text", + "files": [ + "https://github.com/MarkoCa1/ComfyUI-Text" + ], + "install_type": "git-clone", + "description": "Text." + }, @@ -6515,16 +6525,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "MarkoCa1", - "title": "ComfyUI_Text", - "reference": "https://github.com/MarkoCa1/ComfyUI-Text", - "files": [ - "https://github.com/MarkoCa1/ComfyUI-Text" - ], - "install_type": "git-clone", - "description": "Text." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 67735164..a7e76b6d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -30,6 +30,16 @@ "install_type": "git-clone", "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." }, + { + "author": "MarkoCa1", + "title": "ComfyUI_Text", + "reference": "https://github.com/MarkoCa1/ComfyUI-Text", + "files": [ + "https://github.com/MarkoCa1/ComfyUI-Text" + ], + "install_type": "git-clone", + "description": "Text." + }, { "author": "dmMaze", "title": "Sketch2Manga", diff --git a/scripts/install-comfyui-venv-linux.sh b/scripts/install-comfyui-venv-linux.sh index 7b53e851..fecf3d5b 100755 --- a/scripts/install-comfyui-venv-linux.sh +++ b/scripts/install-comfyui-venv-linux.sh @@ -4,7 +4,7 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv source venv/bin/activate -pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 +python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt cd .. From d0dcbf38242a47a61b40c4d9089f34fba14cbae0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 12:05:36 +0900 Subject: [PATCH 56/76] update DB --- extension-node-map.json | 50 +++++++++++++++------ node_db/dev/custom-node-list.json | 60 ++++++++++++++++++++++++++ node_db/new/extension-node-map.json | 50 +++++++++++++++------ node_db/tutorial/custom-node-list.json | 10 +++++ 4 files changed, 146 insertions(+), 24 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 863bb700..6a1dc7cb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -240,6 +240,7 @@ "ImageScaleToSide-badger", "IntToString-badger", "SegmentToMaskByPoint-badger", + "StringListToOneLine-badger", "StringToFizz-badger", "TextListToString-badger", "ToPixel-badger", @@ -291,7 +292,7 @@ "Save Images Pair" ], { - "title_aux": "ComfyUI-HfLoader" + "title_aux": "ComfyUI-Aimidi-nodes" } ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ @@ -686,6 +687,7 @@ "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", + "PrimerePreviewImage", "PrimerePrompt", "PrimerePromptOrganizer", "PrimerePromptSwitch", @@ -826,7 +828,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1122,6 +1124,19 @@ "title_aux": "tiled_ksampler" } ], + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": [ + [ + "audio2video", + "font2img", + "speech2text", + "string2file", + "text2speech", + "video2audio" + ], + { + "title_aux": "ComfyUI-Mana-Nodes" + } + ], "https://github.com/Franck-Demongin/NX_PromptStyler": [ [ "NX_PromptStyler" @@ -1221,12 +1236,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" @@ -1918,6 +1931,17 @@ "title_aux": "ComfyI2I" } ], + "https://github.com/MarkoCa1/ComfyUI-Text": [ + [ + "CombinationText", + "PlaceholderText", + "ReplaceText", + "ShowText" + ], + { + "title_aux": "ComfyUI_Text" + } + ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -4669,6 +4693,8 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ [ "DynamiCrafter Simple", + "DynamiCrafterInterp Simple", + "DynamiCrafterInterpLoader", "DynamiCrafterLoader" ], { @@ -5198,6 +5224,7 @@ "SD_4XUpscale_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", + "SamplerDPMAdaptative", "SamplerDPMPP_2M_SDE", "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", @@ -6140,6 +6167,7 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", + "ImageToMultipleOf", "SDXLAspectRatio" ], { @@ -6203,6 +6231,7 @@ "PromptGenerateAPI", "SaveAudioNode", "SimpleText", + "StructuredOutput", "Suggester", "UformGen2QwenNode", "ViewText" @@ -6711,7 +6740,6 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", - "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -6740,7 +6768,6 @@ "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", - "ReferenceOnlySimple3", "RemapMaskRange", "ReplaceImagesInBatch", "ResizeMask", @@ -7656,6 +7683,7 @@ "PngColorMasksToStringList", "PngRectanglesToMask", "PngRectanglesToMaskList", + "RandomLayouts", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", @@ -8618,7 +8646,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", - "ColorMatch", + "ColorMatchImage", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -9427,6 +9455,7 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", + "easy imageRemBg", "easy imageRemoveBG", "easy imageSave", "easy imageScaleDown", @@ -9623,9 +9652,6 @@ "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/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e0b697c7..661fe778 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,66 @@ }, + { + "author": "SadaleNet", + "title": "ComfyUI Port for Google's Prompt-to-Prompt", + "reference": "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt", + "files": [ + "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt" + ], + "install_type": "git-clone", + "description": "This is a PoC port of [a/Google's Prompt-to-Prompt](https://github.com/google/prompt-to-prompt/) to ComfyUI. It isn't feature complete. But it's good enough for evaluating if prompt-to-prompt is of any good." + }, + { + "author": "MushroomFleet", + "title": "DJZ-Nodes", + "reference": "https://github.com/MushroomFleet/DJZ-Nodes", + "files": [ + "https://github.com/MushroomFleet/DJZ-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Aspect Size. Drift Johnsons Custom nodes for ComfyUI" + }, + { + "author": "birnam", + "title": "Gen Data Tester", + "reference": "https://github.com/birnam/ComfyUI-GenData-Pack", + "files": [ + "https://github.com/birnam/ComfyUI-GenData-Pack" + ], + "install_type": "git-clone", + "description": "This answers the itch for being able to easily paste CivitAI.com generated data (or other simple metadata) into Comfy in a way that makes it easy to test with multiple checkpoints." + }, + { + "author": "stavsap", + "title": "ComfyUI Ollama [WIP]", + "reference": "https://github.com/stavsap/ComfyUI-React-SDK", + "files": [ + "https://github.com/stavsap/ComfyUI-React-SDK" + ], + "install_type": "git-clone", + "description": "This project is for building React application as an overlay upon ComfyUI.\nProviding and ability to provide desired UI with ComfyUI API and workflows.\nInspired by: [a/https://github.com/cubiq/Comfy_Dungeon](https://github.com/cubiq/Comfy_Dungeon)" + }, + { + "author": "chaojie", + "title": "ComfyUI DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "ComfyUI [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" + }, + { + "author": "kijai", + "title": "DynamiCrafter wrapper nodes for ComfyUI [WIP]", + "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" + ], + "install_type": "git-clone", + "description": "\n[a/DynamiCrafter](https://doubiiu.github.io/projects/DynamiCrafter/): Animating Open-domain Images with Video Diffusion Prior" + }, { "author": "ExponentialML", "title": "comfyui-ComfyUI_VisualStylePrompting [WIP]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 863bb700..6a1dc7cb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -240,6 +240,7 @@ "ImageScaleToSide-badger", "IntToString-badger", "SegmentToMaskByPoint-badger", + "StringListToOneLine-badger", "StringToFizz-badger", "TextListToString-badger", "ToPixel-badger", @@ -291,7 +292,7 @@ "Save Images Pair" ], { - "title_aux": "ComfyUI-HfLoader" + "title_aux": "ComfyUI-Aimidi-nodes" } ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ @@ -686,6 +687,7 @@ "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", + "PrimerePreviewImage", "PrimerePrompt", "PrimerePromptOrganizer", "PrimerePromptSwitch", @@ -826,7 +828,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1122,6 +1124,19 @@ "title_aux": "tiled_ksampler" } ], + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": [ + [ + "audio2video", + "font2img", + "speech2text", + "string2file", + "text2speech", + "video2audio" + ], + { + "title_aux": "ComfyUI-Mana-Nodes" + } + ], "https://github.com/Franck-Demongin/NX_PromptStyler": [ [ "NX_PromptStyler" @@ -1221,12 +1236,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" @@ -1918,6 +1931,17 @@ "title_aux": "ComfyI2I" } ], + "https://github.com/MarkoCa1/ComfyUI-Text": [ + [ + "CombinationText", + "PlaceholderText", + "ReplaceText", + "ShowText" + ], + { + "title_aux": "ComfyUI_Text" + } + ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -4669,6 +4693,8 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ [ "DynamiCrafter Simple", + "DynamiCrafterInterp Simple", + "DynamiCrafterInterpLoader", "DynamiCrafterLoader" ], { @@ -5198,6 +5224,7 @@ "SD_4XUpscale_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", + "SamplerDPMAdaptative", "SamplerDPMPP_2M_SDE", "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", @@ -6140,6 +6167,7 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", + "ImageToMultipleOf", "SDXLAspectRatio" ], { @@ -6203,6 +6231,7 @@ "PromptGenerateAPI", "SaveAudioNode", "SimpleText", + "StructuredOutput", "Suggester", "UformGen2QwenNode", "ViewText" @@ -6711,7 +6740,6 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", - "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -6740,7 +6768,6 @@ "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", - "ReferenceOnlySimple3", "RemapMaskRange", "ReplaceImagesInBatch", "ResizeMask", @@ -7656,6 +7683,7 @@ "PngColorMasksToStringList", "PngRectanglesToMask", "PngRectanglesToMaskList", + "RandomLayouts", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", @@ -8618,7 +8646,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", - "ColorMatch", + "ColorMatchImage", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -9427,6 +9455,7 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", + "easy imageRemBg", "easy imageRemoveBG", "easy imageSave", "easy imageScaleDown", @@ -9623,9 +9652,6 @@ "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/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index e332c589..cc822d84 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -149,6 +149,16 @@ ], "install_type": "git-clone", "description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function." + }, + { + "author": "MokkaBoss1", + "title": "Woman_in_a_dress", + "reference": "https://github.com/MokkaBoss1/Woman_in_a_dress", + "files": [ + "https://github.com/MokkaBoss1/Woman_in_a_dress/raw/main/Woman_In_A_Dress.py" + ], + "install_type": "git-clone", + "description": "Nodes:Woman_in_a_dress" } ] } \ No newline at end of file From bcaba78dd7fd94ea2483d8634d3418dc56dda9f5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 12:32:32 +0900 Subject: [PATCH 57/76] fix: ComfyUI update - robust patch https://github.com/ltdrdata/ComfyUI-Manager/issues/489 --- __init__.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 0b783db5..ab8d62f8 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 10, 1] +version = [2, 10, 2] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") @@ -1712,7 +1712,11 @@ async def update_comfyui(request): current_branch = repo.active_branch branch_name = current_branch.name - remote_name = current_branch.tracking_branch().remote_name + if current_branch.tracking_branch() is None: + print(f"[ComfyUI-Manager] There is no tracking branch ({current_branch})") + remote_name = 'origin' + else: + remote_name = current_branch.tracking_branch().remote_name remote = repo.remote(name=remote_name) try: From 02c90bd59c89523a431bc72d8f7bc78c2a4b7854 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:18:51 +0200 Subject: [PATCH 58/76] Add ComfyUI-SUPIR nodes Wrapper nodes to use SUPIR upscaling process in ComfyUI --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 08b4bf3d..29e0d30d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6525,6 +6525,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kijai", + "title": "ComfyUI-SUPIR", + "reference": "https://github.com/kijai/ComfyUI-SUPIR", + "files": [ + "https://github.com/kijai/ComfyUI-SUPIR" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" } ] } From 5e8063e1bb98e7e044d52743e3b0ee89f814555f Mon Sep 17 00:00:00 2001 From: Shadetail Date: Sun, 17 Mar 2024 13:45:27 +0100 Subject: [PATCH 59/76] Update custom-node-list.json Changed the files entry for Eagleshadow Nodes to point to repo url instead of file url. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f0089bf2..1ae176db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6442,7 +6442,7 @@ "title": "Eagleshadow Custom Nodes", "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", "files": [ - "https://raw.githubusercontent.com/Shadetail/ComfyUI_Eagleshadow/main/eagleshadow_nodes.py" + "https://github.com/Shadetail/ComfyUI_Eagleshadow" ], "install_type": "git-clone", "description": "Custom nodes for ComfyUI by Eagleshadow." From 71fcbe93e6bc68a3850b97c116e93035694e80a5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 21:59:46 +0900 Subject: [PATCH 60/76] update DB --- custom-node-list.json | 20 ++++++++++---------- node_db/dev/custom-node-list.json | 10 ---------- node_db/new/custom-node-list.json | 11 ++++++++++- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 29e0d30d..3ea30201 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2399,6 +2399,16 @@ "install_type": "git-clone", "description": "Moondream image to text query node with batch support" }, + { + "author": "kijai", + "title": "ComfyUI-SUPIR", + "reference": "https://github.com/kijai/ComfyUI-SUPIR", + "files": [ + "https://github.com/kijai/ComfyUI-SUPIR" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -6525,16 +6535,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "kijai", - "title": "ComfyUI-SUPIR", - "reference": "https://github.com/kijai/ComfyUI-SUPIR", - "files": [ - "https://github.com/kijai/ComfyUI-SUPIR" - ], - "install_type": "git-clone", - "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 661fe778..5b4e918a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -230,16 +230,6 @@ "install_type": "git-clone", "description": "I made these nodes for experimenting so it's far from perfect but at least it is entertaining!\nIt uses cosine similarities or smallest euclidean distances to find the closest tokens." }, - { - "author": "kijai", - "title": "ComfyUI SUPIR upscaler wrapper node [WIP]", - "reference": "https://github.com/kijai/ComfyUI-SUPIR", - "files": [ - "https://github.com/kijai/ComfyUI-SUPIR" - ], - "install_type": "git-clone", - "description": "ComfyUI [a/SUPIR](https://github.com/Fanghua-Yu/SUPIR) upscaler wrapper node" - }, { "author": "logtd", "title": "ComfyUI-FLATTEN", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a7e76b6d..f2f12721 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": "kijai", + "title": "ComfyUI-SUPIR", + "reference": "https://github.com/kijai/ComfyUI-SUPIR", + "files": [ + "https://github.com/kijai/ComfyUI-SUPIR" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" + }, { "author": "ForeignGods", "title": "ComfyUI-Mana-Nodes", From 983998e73761c5d0dc9224627acb9af0bea4032f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Mar 2024 22:04:38 +0900 Subject: [PATCH 61/76] update DB --- custom-node-list.json | 30 ++++++------------ extension-node-map.json | 48 +++++++++++++++++++++++------ node_db/dev/custom-node-list.json | 10 ++++++ node_db/new/custom-node-list.json | 21 +++++++------ node_db/new/extension-node-map.json | 48 +++++++++++++++++++++++------ 5 files changed, 109 insertions(+), 48 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 79ee7f39..e0974440 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1548,16 +1548,6 @@ "install_type": "git-clone", "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." }, - { - "author": "Extraltodeus", - "title": "Vector_Sculptor_ComfyUI", - "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", - "files": [ - "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." - }, { "author": "JPS", "title": "JPS Custom Nodes for ComfyUI", @@ -6168,6 +6158,16 @@ "install_type": "git-clone", "description": "Text." }, + { + "author": "Shadetail", + "title": "Eagleshadow Custom Nodes", + "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", + "files": [ + "https://github.com/Shadetail/ComfyUI_Eagleshadow" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI by Eagleshadow." + }, @@ -6535,16 +6535,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Shadetail", - "title": "Eagleshadow Custom Nodes", - "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", - "files": [ - "https://github.com/Shadetail/ComfyUI_Eagleshadow" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI by Eagleshadow." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 6a1dc7cb..4b5216bf 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -896,14 +896,6 @@ "title_aux": "LoadLoraWithTags" } ], - "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [ - [ - "CLIP Vector Sculptor text encode" - ], - { - "title_aux": "Vector_Sculptor_ComfyUI" - } - ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -2538,6 +2530,23 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ + [ + "Batch 12 Images", + "Fix Checkpoint Name", + "ImageLinearGammaCompositeMasked", + "KSampler Same Noise", + "MaskGlow", + "OffsetImage", + "Round Float to String", + "SaveImageToFolder", + "Select ControlNet", + "Simple Load Image Batch" + ], + { + "title_aux": "Eagleshadow Custom Nodes" + } + ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -3463,12 +3472,14 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ + "ImageColorPalette", "ImageFlipper", "ImagePixelPalette", "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", "PaintTiles", + "PaintTilesV2", "RandomInt", "SaveTensor", "ShowValue", @@ -4917,6 +4928,7 @@ "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", + "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", @@ -6800,6 +6812,21 @@ "title_aux": "Marigold depth estimation in ComfyUI" } ], + "https://github.com/kijai/ComfyUI-SUPIR": [ + [ + "SUPIR_Upscale", + "SUPIR_conditioner", + "SUPIR_decode", + "SUPIR_encode", + "SUPIR_first_stage", + "SUPIR_model_loader", + "SUPIR_sample", + "SUPIR_tiles" + ], + { + "title_aux": "ComfyUI-SUPIR" + } + ], "https://github.com/kijai/ComfyUI-SVD": [ [ "SVDimg2vid" @@ -9723,8 +9750,11 @@ "Image2TextWithTags", "LoadImage2TextModel", "LoadText2PromptModel", + "ShowText|fofo", "Text2GPTPrompt", - "Text2Prompt" + "Text2Prompt", + "TextBox|fofo", + "Translate2Chinese|fofo" ], { "title_aux": "Comfyui_image2prompt" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 5b4e918a..056a6766 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Extraltodeus", + "title": "Vector_Sculptor_ComfyUI [WIP]", + "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", + "files": [ + "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." + }, { "author": "SadaleNet", "title": "ComfyUI Port for Google's Prompt-to-Prompt", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f2f12721..73b18ecc 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,7 @@ "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": "kijai", "title": "ComfyUI-SUPIR", @@ -19,6 +20,16 @@ "install_type": "git-clone", "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" }, + { + "author": "Shadetail", + "title": "Eagleshadow Custom Nodes", + "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", + "files": [ + "https://github.com/Shadetail/ComfyUI_Eagleshadow" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI by Eagleshadow." + }, { "author": "ForeignGods", "title": "ComfyUI-Mana-Nodes", @@ -79,16 +90,6 @@ "install_type": "git-clone", "description": "ComfyUI Trajectory" }, - { - "author": "Extraltodeus", - "title": "Vector_Sculptor_ComfyUI", - "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", - "files": [ - "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." - }, { "author": "olduvai-jp", "title": "ComfyUI-HfLoader", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6a1dc7cb..4b5216bf 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -896,14 +896,6 @@ "title_aux": "LoadLoraWithTags" } ], - "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [ - [ - "CLIP Vector Sculptor text encode" - ], - { - "title_aux": "Vector_Sculptor_ComfyUI" - } - ], "https://github.com/Extraltodeus/noise_latent_perlinpinpin": [ [ "NoisyLatentPerlin" @@ -2538,6 +2530,23 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ + [ + "Batch 12 Images", + "Fix Checkpoint Name", + "ImageLinearGammaCompositeMasked", + "KSampler Same Noise", + "MaskGlow", + "OffsetImage", + "Round Float to String", + "SaveImageToFolder", + "Select ControlNet", + "Simple Load Image Batch" + ], + { + "title_aux": "Eagleshadow Custom Nodes" + } + ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -3463,12 +3472,14 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ + "ImageColorPalette", "ImageFlipper", "ImagePixelPalette", "ImageRotator", "ImageSizeClassifer", "ImageSizeCombiner", "PaintTiles", + "PaintTilesV2", "RandomInt", "SaveTensor", "ShowValue", @@ -4917,6 +4928,7 @@ "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", + "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", "LayerUtility: SimpleTextImage", @@ -6800,6 +6812,21 @@ "title_aux": "Marigold depth estimation in ComfyUI" } ], + "https://github.com/kijai/ComfyUI-SUPIR": [ + [ + "SUPIR_Upscale", + "SUPIR_conditioner", + "SUPIR_decode", + "SUPIR_encode", + "SUPIR_first_stage", + "SUPIR_model_loader", + "SUPIR_sample", + "SUPIR_tiles" + ], + { + "title_aux": "ComfyUI-SUPIR" + } + ], "https://github.com/kijai/ComfyUI-SVD": [ [ "SVDimg2vid" @@ -9723,8 +9750,11 @@ "Image2TextWithTags", "LoadImage2TextModel", "LoadText2PromptModel", + "ShowText|fofo", "Text2GPTPrompt", - "Text2Prompt" + "Text2Prompt", + "TextBox|fofo", + "Translate2Chinese|fofo" ], { "title_aux": "Comfyui_image2prompt" From 85a1d43c6045249d0e2a8d378e3cb9ba6f5e1000 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:00:46 +0200 Subject: [PATCH 62/76] Add DynamiCrafterWrapper node and models --- custom-node-list.json | 10 ++++++++++ model-list.json | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e0974440..149df958 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2399,6 +2399,16 @@ "install_type": "git-clone", "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" }, + { + "author": "kijai", + "title": "ComfyUI-DynamiCrafterWrapper", + "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI" + }, { "author": "hhhzzyang", "title": "Comfyui-Lama", diff --git a/model-list.json b/model-list.json index f61e643a..b0056c2d 100644 --- a/model-list.json +++ b/model-list.json @@ -2329,6 +2329,26 @@ "reference": "https://github.com/ChaoningZhang/MobileSAM/", "filename": "mobile_sam.pt", "url": "https://github.com/ChaoningZhang/MobileSAM/blob/master/weights/mobile_sam.pt" + }, + { + "name": "DynamiCrafter 1024 bf16 safetensors", + "type": "checkpoints", + "base": "DynamiCrafter", + "save_path": "checkpoints/dynamicrafter", + "description": "DynamiCrafter image2video model 1024x575", + "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", + "filename": "dynamicrafter_1024_v1_bf16.safetensors", + "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_1024_v1_bf16.safetensors" + }, + { + "name": "DynamiCrafter 512 interpolation bf16 safetensors", + "type": "checkpoints", + "base": "DynamiCrafter", + "save_path": "checkpoints/dynamicrafter", + "description": "DynamiCrafter image2video interpolation model 512", + "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", + "filename": "dynamicrafter_512_interp_v1_bf16.safetensors", + "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_512_interp_v1_bf16.safetensors" } ] } From 92c57f5b657a5143e241aa9737b9312201886fce Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 18 Mar 2024 14:59:36 +0900 Subject: [PATCH 63/76] update DB --- extension-node-map.json | 27 ++++++++++++++++++++++++--- node_db/dev/custom-node-list.json | 10 ---------- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 27 ++++++++++++++++++++++++--- 4 files changed, 58 insertions(+), 16 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 4b5216bf..c67319c7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -828,7 +828,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1228,10 +1228,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" @@ -1550,13 +1552,16 @@ "ADE_AnimateDiffUnload", "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", + "ADE_ApplyAnimateLCMI2VModel", "ADE_BatchedContextOptions", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", + "ADE_InjectI2VIntoAnimateDiffModel", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", "ADE_LoadAnimateDiffModel", + "ADE_LoadAnimateLCMI2VModel", "ADE_LoopedUniformContextOptions", "ADE_LoopedUniformViewOptions", "ADE_MaskedLoadLora", @@ -1574,6 +1579,7 @@ "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", "ADE_StandardUniformViewOptions", + "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", "AnimateDiffLoaderV1", @@ -2306,6 +2312,7 @@ "LatentAddTransform", "LatentInterpolateTransform", "LatentMirror", + "LatentNormalize", "LatentShift", "MirrorTransform", "MultiplyTransform", @@ -6724,6 +6731,16 @@ "title_aux": "ComfyUI-DDColor" } ], + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": [ + [ + "DynamiCrafterBatchInterpolation", + "DynamiCrafterI2V", + "DynamiCrafterModelLoader" + ], + { + "title_aux": "ComfyUI-DynamiCrafterWrapper" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -7711,6 +7728,7 @@ "PngRectanglesToMask", "PngRectanglesToMaskList", "RandomLayouts", + "SeedGenerator", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", @@ -9679,6 +9697,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/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 056a6766..361da05b 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -70,16 +70,6 @@ "install_type": "git-clone", "description": "ComfyUI [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" }, - { - "author": "kijai", - "title": "DynamiCrafter wrapper nodes for ComfyUI [WIP]", - "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", - "files": [ - "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" - ], - "install_type": "git-clone", - "description": "\n[a/DynamiCrafter](https://doubiiu.github.io/projects/DynamiCrafter/): Animating Open-domain Images with Video Diffusion Prior" - }, { "author": "ExponentialML", "title": "comfyui-ComfyUI_VisualStylePrompting [WIP]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 73b18ecc..90f5f0ef 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "kijai", + "title": "ComfyUI-DynamiCrafterWrapper", + "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", + "files": [ + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" + ], + "install_type": "git-clone", + "description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI" + }, { "author": "kijai", "title": "ComfyUI-SUPIR", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4b5216bf..c67319c7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -828,7 +828,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8SerialPrompter", + "title": "cr8ApplySerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1228,10 +1228,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" @@ -1550,13 +1552,16 @@ "ADE_AnimateDiffUnload", "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", + "ADE_ApplyAnimateLCMI2VModel", "ADE_BatchedContextOptions", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", + "ADE_InjectI2VIntoAnimateDiffModel", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", "ADE_LoadAnimateDiffModel", + "ADE_LoadAnimateLCMI2VModel", "ADE_LoopedUniformContextOptions", "ADE_LoopedUniformViewOptions", "ADE_MaskedLoadLora", @@ -1574,6 +1579,7 @@ "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", "ADE_StandardUniformViewOptions", + "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", "AnimateDiffLoaderV1", @@ -2306,6 +2312,7 @@ "LatentAddTransform", "LatentInterpolateTransform", "LatentMirror", + "LatentNormalize", "LatentShift", "MirrorTransform", "MultiplyTransform", @@ -6724,6 +6731,16 @@ "title_aux": "ComfyUI-DDColor" } ], + "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": [ + [ + "DynamiCrafterBatchInterpolation", + "DynamiCrafterI2V", + "DynamiCrafterModelLoader" + ], + { + "title_aux": "ComfyUI-DynamiCrafterWrapper" + } + ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -7711,6 +7728,7 @@ "PngRectanglesToMask", "PngRectanglesToMaskList", "RandomLayouts", + "SeedGenerator", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", @@ -9679,6 +9697,9 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", + "Image From S3", + "Image From URL", + "Image To S3", "Prompt Regex Remove", "Prompt Template" ], From a07b969206f293dda661153673089a1af605d797 Mon Sep 17 00:00:00 2001 From: Aleksander Majda Date: Mon, 18 Mar 2024 17:13:49 +0100 Subject: [PATCH 64/76] 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 65/76] 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 66/76] 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 67/76] 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 68/76] 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 69/76] 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 70/76] 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 71/76] 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 72/76] 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 73/76] 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 74/76] 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 75/76] 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 76/76] 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" ], {