From e75b7938dea3d917f85cae38a45ee3dbcdbb18ae Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Tue, 30 Jan 2024 10:28:07 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++ extension-node-map.json | 38 ++++++++++++++++++++++++++--- node_db/dev/custom-node-list.json | 10 ++++++++ node_db/new/custom-node-list.json | 30 ++++++++--------------- node_db/new/extension-node-map.json | 38 ++++++++++++++++++++++++++--- 5 files changed, 98 insertions(+), 28 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 602e1f5b..afc740bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4724,6 +4724,16 @@ "install_type": "git-clone", "description": "Nodes:Image to Text, Loader Image to Text Model." }, + { + "author": "Loewen-Hob", + "title": "Rembg Background Removal Node for ComfyUI", + "reference": "https://github.com/Loewen-Hob/rembg-comfyui-node-better", + "files": [ + "https://github.com/Loewen-Hob/rembg-comfyui-node-better" + ], + "install_type": "git-clone", + "description": "This custom node is based on the [a/rembg-comfyui-node](https://github.com/Jcd1230/rembg-comfyui-node) but provides additional functionality to select ONNX models." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 0c32b4cf..298377be 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -51,19 +51,30 @@ ], "https://github.com/54rt1n/ComfyUI-DareMerge": [ [ + "DM_AdvancedDareModelMerger", + "DM_AdvancedModelMerger", + "DM_AttentionGradient", + "DM_BlockGradient", + "DM_BlockModelMerger", "DM_DareClipMerger", - "DM_DareModelMerger", + "DM_DareModelMergerBlock", + "DM_DareModelMergerElement", "DM_DareModelMergerMBW", + "DM_GradientEdit", + "DM_GradientOperations", + "DM_GradientReporting", + "DM_InjectNoise", "DM_LoRALoaderTags", "DM_LoRAReporting", + "DM_MBWGradient", "DM_MagnitudeMasker", "DM_MaskEdit", "DM_MaskOperations", "DM_MaskReporting", - "DM_MaskedModelMerger", "DM_ModelReporting", "DM_NormalizeModel", "DM_QuadMasker", + "DM_ShellGradient", "DM_SimpleMasker" ], { @@ -1330,6 +1341,14 @@ "title_aux": "ComfyUI-Diffusers" } ], + "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ + [ + "Image Remove Background (rembg)" + ], + { + "title_aux": "Rembg Background Removal Node for ComfyUI" + } + ], "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [ [ "BreakFrames", @@ -3747,11 +3766,13 @@ [ "BrushMotion", "CompositeMotionBrush", + "CompositeMotionBrushWithoutModel", "DragNUWA Run", "DragNUWA Run MotionBrush", "Get First Image", "Get Last Image", - "InstantMotionBrush", + "InstantCameraMotionBrush", + "InstantObjectMotionBrush", "Load CheckPoint DragNUWA", "Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow Directory", @@ -3850,11 +3871,13 @@ "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: SoftLight", "LayerMask: MaskBoxDetect", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", + "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", @@ -4854,7 +4877,8 @@ "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ "GlifConsistencyDecoder", - "GlifPatchConsistencyDecoderTiled" + "GlifPatchConsistencyDecoderTiled", + "SDXLAspectRatio" ], { "title_aux": "ComfyUI-GlifNodes" @@ -5257,6 +5281,7 @@ "GenerateNoise", "GetImageRangeFromBatch", "GetImagesFromBatchIndexed", + "GetLatentsFromBatchIndexed", "GrowMaskWithBlur", "INTConstant", "ImageBatchRepeatInterleaving", @@ -5282,6 +5307,7 @@ "SoundReactive", "SplitBboxes", "StableZero123_BatchSchedule", + "StringConstant", "VRAM_Debug", "WidgetToString" ], @@ -7434,7 +7460,9 @@ "easy XYInputs: Denoise", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", + "easy XYInputs: NegativeCondList", "easy XYInputs: PositiveCond", + "easy XYInputs: PositiveCondList", "easy XYInputs: PromptSR", "easy XYInputs: Sampler/Scheduler", "easy XYInputs: Seeds++ Batch", @@ -7466,6 +7494,7 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", + "easy imageSwitch", "easy imageToMask", "easy int", "easy joinImageBatch", @@ -7489,6 +7518,7 @@ "easy preSamplingAdvanced", "easy preSamplingDynamicCFG", "easy preSamplingSdTurbo", + "easy promptList", "easy rangeFloat", "easy rangeInt", "easy samLoaderPipe", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 4c31b919..3083fa29 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "17Retoucher", + "title": "ComfyUI_Fooocus", + "reference": "https://github.com/17Retoucher/ComfyUI_Fooocus", + "files": [ + "https://github.com/17Retoucher/ComfyUI_Fooocus" + ], + "install_type": "git-clone", + "description": "Custom nodes that help reproduce image generation in Fooocus." + }, { "author": "nkchocoai", "title": "ComfyUI-PromptUtilities", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3670bea2..92a66397 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "Loewen-Hob", + "title": "Rembg Background Removal Node for ComfyUI", + "reference": "https://github.com/Loewen-Hob/rembg-comfyui-node-better", + "files": [ + "https://github.com/Loewen-Hob/rembg-comfyui-node-better" + ], + "install_type": "git-clone", + "description": "This custom node is based on the [a/rembg-comfyui-node](https://github.com/Jcd1230/rembg-comfyui-node) but provides additional functionality to select ONNX models." + }, { "author": "mape", "title": "mape's ComfyUI Helpers", @@ -669,26 +679,6 @@ ], "install_type": "git-clone", "description": "This is a set of nodes to interact with llama-cpp-python" - }, - { - "author": "djbielejeski", - "title": "a-person-mask-generator", - "reference": "https://github.com/djbielejeski/a-person-mask-generator", - "files": [ - "https://github.com/djbielejeski/a-person-mask-generator" - ], - "install_type": "git-clone", - "description": "Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img" - }, - { - "author": "smagnetize", - "title": "kb-comfyui-nodes", - "reference": "https://github.com/smagnetize/kb-comfyui-nodes", - "files": [ - "https://github.com/smagnetize/kb-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Loades:SingleImageDataUrlLoader" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0c32b4cf..298377be 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -51,19 +51,30 @@ ], "https://github.com/54rt1n/ComfyUI-DareMerge": [ [ + "DM_AdvancedDareModelMerger", + "DM_AdvancedModelMerger", + "DM_AttentionGradient", + "DM_BlockGradient", + "DM_BlockModelMerger", "DM_DareClipMerger", - "DM_DareModelMerger", + "DM_DareModelMergerBlock", + "DM_DareModelMergerElement", "DM_DareModelMergerMBW", + "DM_GradientEdit", + "DM_GradientOperations", + "DM_GradientReporting", + "DM_InjectNoise", "DM_LoRALoaderTags", "DM_LoRAReporting", + "DM_MBWGradient", "DM_MagnitudeMasker", "DM_MaskEdit", "DM_MaskOperations", "DM_MaskReporting", - "DM_MaskedModelMerger", "DM_ModelReporting", "DM_NormalizeModel", "DM_QuadMasker", + "DM_ShellGradient", "DM_SimpleMasker" ], { @@ -1330,6 +1341,14 @@ "title_aux": "ComfyUI-Diffusers" } ], + "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ + [ + "Image Remove Background (rembg)" + ], + { + "title_aux": "Rembg Background Removal Node for ComfyUI" + } + ], "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [ [ "BreakFrames", @@ -3747,11 +3766,13 @@ [ "BrushMotion", "CompositeMotionBrush", + "CompositeMotionBrushWithoutModel", "DragNUWA Run", "DragNUWA Run MotionBrush", "Get First Image", "Get Last Image", - "InstantMotionBrush", + "InstantCameraMotionBrush", + "InstantObjectMotionBrush", "Load CheckPoint DragNUWA", "Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow Directory", @@ -3850,11 +3871,13 @@ "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", + "LayerFilter: SoftLight", "LayerMask: MaskBoxDetect", "LayerMask: MaskEdgeShrink", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", + "LayerMask: MaskMotionBlur", "LayerMask: MaskPreview", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", @@ -4854,7 +4877,8 @@ "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ "GlifConsistencyDecoder", - "GlifPatchConsistencyDecoderTiled" + "GlifPatchConsistencyDecoderTiled", + "SDXLAspectRatio" ], { "title_aux": "ComfyUI-GlifNodes" @@ -5257,6 +5281,7 @@ "GenerateNoise", "GetImageRangeFromBatch", "GetImagesFromBatchIndexed", + "GetLatentsFromBatchIndexed", "GrowMaskWithBlur", "INTConstant", "ImageBatchRepeatInterleaving", @@ -5282,6 +5307,7 @@ "SoundReactive", "SplitBboxes", "StableZero123_BatchSchedule", + "StringConstant", "VRAM_Debug", "WidgetToString" ], @@ -7434,7 +7460,9 @@ "easy XYInputs: Denoise", "easy XYInputs: ModelMergeBlocks", "easy XYInputs: NegativeCond", + "easy XYInputs: NegativeCondList", "easy XYInputs: PositiveCond", + "easy XYInputs: PositiveCondList", "easy XYInputs: PromptSR", "easy XYInputs: Sampler/Scheduler", "easy XYInputs: Seeds++ Batch", @@ -7466,6 +7494,7 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", + "easy imageSwitch", "easy imageToMask", "easy int", "easy joinImageBatch", @@ -7489,6 +7518,7 @@ "easy preSamplingAdvanced", "easy preSamplingDynamicCFG", "easy preSamplingSdTurbo", + "easy promptList", "easy rangeFloat", "easy rangeInt", "easy samLoaderPipe",