diff --git a/custom-node-list.json b/custom-node-list.json index afc740bb..8e5fb310 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4734,6 +4734,36 @@ "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": "HaydenReeve", + "title": "ComfyUI Better Strings", + "reference": "https://github.com/HaydenReeve/ComfyUI-Better-Strings", + "files": [ + "https://github.com/HaydenReeve/ComfyUI-Better-Strings" + ], + "install_type": "git-clone", + "description": "Strings should be easy, and simple. This extension aims to provide a set of nodes that make working with strings in ComfyUI a little bit easier." + }, + { + "author": "StartHua", + "title": "ComfyUI_Seg_VITON", + "reference": "https://github.com/StartHua/ComfyUI_Seg_VITON", + "files": [ + "https://github.com/StartHua/ComfyUI_Seg_VITON" + ], + "install_type": "git-clone", + "description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Through this extension, you can virtually try on clothes on a target person's image." + }, + { + "author": "shadowcz007", + "title": "comfyui-ultralytics-yolo", + "reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo", + "files": [ + "https://github.com/shadowcz007/comfyui-ultralytics-yolo" + ], + "install_type": "git-clone", + "description": "Nodes:Detect By Label." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 298377be..0d94007b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -944,6 +944,14 @@ "title_aux": "ComfyUI Floodgate" } ], + "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ + [ + "BetterString" + ], + { + "title_aux": "ComfyUI Better Strings" + } + ], "https://github.com/HebelHuber/comfyui-enhanced-save-node": [ [ "EnhancedSaveNode" @@ -1231,6 +1239,7 @@ ], "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [ [ + "VHS_BatchManager", "VHS_DuplicateImages", "VHS_DuplicateLatents", "VHS_DuplicateMasks", @@ -2041,6 +2050,17 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StartHua/ComfyUI_Seg_VITON": [ + [ + "segformer_agnostic", + "segformer_clothes", + "segformer_remove_bg", + "stabel_vition" + ], + { + "title_aux": "ComfyUI_Seg_VITON" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -2338,6 +2358,7 @@ [ "tri3d-atr-parse", "tri3d-atr-parse-batch", + "tri3d-clipdrop-bgremove-api", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", @@ -3041,6 +3062,7 @@ [ "abyz22_FirstNonNull", "abyz22_FromBasicPipe_v2", + "abyz22_Frompipe", "abyz22_ImpactWildcardEncode", "abyz22_ImpactWildcardEncode_GetPrompt", "abyz22_Ksampler", @@ -3048,11 +3070,13 @@ "abyz22_SaveImage", "abyz22_SetQueue", "abyz22_ToBasicPipe", + "abyz22_Topipe", "abyz22_blend_onecolor", "abyz22_blendimages", "abyz22_bypass", "abyz22_drawmask", "abyz22_lamaPreprocessor", + "abyz22_makecircles", "abyz22_setimageinfo", "abyz22_smallhead" ], @@ -3868,6 +3892,13 @@ ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ + "LayerColor: Brightness & Contrast", + "LayerColor: Gamma", + "LayerColor: HSV", + "LayerColor: LAB", + "LayerColor: LUT Apply", + "LayerColor: RGB", + "LayerColor: YUV", "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", @@ -3894,6 +3925,8 @@ "LayerUtility: GradientImage", "LayerUtility: ImageBlend", "LayerUtility: ImageBlendAdvance", + "LayerUtility: ImageChannelMerge", + "LayerUtility: ImageChannelSplit", "LayerUtility: ImageOpacity", "LayerUtility: PrintInfo", "LayerUtility: XY to Percent" @@ -4608,6 +4641,8 @@ "IMG_padder", "IMG_scaler", "IMG_unpadder", + "LatentTypeConversion", + "SaveImageAdvanced", "VAEDecode_to_folder" ], { @@ -5593,6 +5628,7 @@ "ImpactControlNetApplyAdvancedSEGS", "ImpactControlNetApplySEGS", "ImpactControlNetClearSEGS", + "ImpactConvertDataType", "ImpactDecomposeSEGS", "ImpactDilateMask", "ImpactDilateMaskInSEGS", @@ -5604,6 +5640,7 @@ "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", + "ImpactIfNone", "ImpactImageBatchToImageList", "ImpactImageInfo", "ImpactInt", @@ -6563,6 +6600,14 @@ "title_aux": "comfyui-mixlab-nodes" } ], + "https://github.com/shadowcz007/comfyui-ultralytics-yolo": [ + [ + "DetectByLabel" + ], + { + "title_aux": "comfyui-ultralytics-yolo" + } + ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 92a66397..16b6cf61 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,37 @@ }, + + { + "author": "shadowcz007", + "title": "comfyui-ultralytics-yolo", + "reference": "https://github.com/shadowcz007/comfyui-ultralytics-yolo", + "files": [ + "https://github.com/shadowcz007/comfyui-ultralytics-yolo" + ], + "install_type": "git-clone", + "description": "Nodes:Detect By Label." + }, + { + "author": "StartHua", + "title": "ComfyUI_Seg_VITON", + "reference": "https://github.com/StartHua/ComfyUI_Seg_VITON", + "files": [ + "https://github.com/StartHua/ComfyUI_Seg_VITON" + ], + "install_type": "git-clone", + "description": "Nodes:segformer_clothes, segformer_agnostic, segformer_remove_bg, stabel_vition. Through this extension, you can virtually try on clothes on a target person's image." + }, + { + "author": "HaydenReeve", + "title": "ComfyUI Better Strings", + "reference": "https://github.com/HaydenReeve/ComfyUI-Better-Strings", + "files": [ + "https://github.com/HaydenReeve/ComfyUI-Better-Strings" + ], + "install_type": "git-clone", + "description": "Strings should be easy, and simple. This extension aims to provide a set of nodes that make working with strings in ComfyUI a little bit easier." + }, { "author": "Loewen-Hob", "title": "Rembg Background Removal Node for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 298377be..0d94007b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -944,6 +944,14 @@ "title_aux": "ComfyUI Floodgate" } ], + "https://github.com/HaydenReeve/ComfyUI-Better-Strings": [ + [ + "BetterString" + ], + { + "title_aux": "ComfyUI Better Strings" + } + ], "https://github.com/HebelHuber/comfyui-enhanced-save-node": [ [ "EnhancedSaveNode" @@ -1231,6 +1239,7 @@ ], "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [ [ + "VHS_BatchManager", "VHS_DuplicateImages", "VHS_DuplicateLatents", "VHS_DuplicateMasks", @@ -2041,6 +2050,17 @@ "title_aux": "stability-ComfyUI-nodes" } ], + "https://github.com/StartHua/ComfyUI_Seg_VITON": [ + [ + "segformer_agnostic", + "segformer_clothes", + "segformer_remove_bg", + "stabel_vition" + ], + { + "title_aux": "ComfyUI_Seg_VITON" + } + ], "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 8 Channel In", @@ -2338,6 +2358,7 @@ [ "tri3d-atr-parse", "tri3d-atr-parse-batch", + "tri3d-clipdrop-bgremove-api", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", @@ -3041,6 +3062,7 @@ [ "abyz22_FirstNonNull", "abyz22_FromBasicPipe_v2", + "abyz22_Frompipe", "abyz22_ImpactWildcardEncode", "abyz22_ImpactWildcardEncode_GetPrompt", "abyz22_Ksampler", @@ -3048,11 +3070,13 @@ "abyz22_SaveImage", "abyz22_SetQueue", "abyz22_ToBasicPipe", + "abyz22_Topipe", "abyz22_blend_onecolor", "abyz22_blendimages", "abyz22_bypass", "abyz22_drawmask", "abyz22_lamaPreprocessor", + "abyz22_makecircles", "abyz22_setimageinfo", "abyz22_smallhead" ], @@ -3868,6 +3892,13 @@ ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ + "LayerColor: Brightness & Contrast", + "LayerColor: Gamma", + "LayerColor: HSV", + "LayerColor: LAB", + "LayerColor: LUT Apply", + "LayerColor: RGB", + "LayerColor: YUV", "LayerFilter: ChannelShake", "LayerFilter: GaussianBlur", "LayerFilter: MotionBlur", @@ -3894,6 +3925,8 @@ "LayerUtility: GradientImage", "LayerUtility: ImageBlend", "LayerUtility: ImageBlendAdvance", + "LayerUtility: ImageChannelMerge", + "LayerUtility: ImageChannelSplit", "LayerUtility: ImageOpacity", "LayerUtility: PrintInfo", "LayerUtility: XY to Percent" @@ -4608,6 +4641,8 @@ "IMG_padder", "IMG_scaler", "IMG_unpadder", + "LatentTypeConversion", + "SaveImageAdvanced", "VAEDecode_to_folder" ], { @@ -5593,6 +5628,7 @@ "ImpactControlNetApplyAdvancedSEGS", "ImpactControlNetApplySEGS", "ImpactControlNetClearSEGS", + "ImpactConvertDataType", "ImpactDecomposeSEGS", "ImpactDilateMask", "ImpactDilateMaskInSEGS", @@ -5604,6 +5640,7 @@ "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", + "ImpactIfNone", "ImpactImageBatchToImageList", "ImpactImageInfo", "ImpactInt", @@ -6563,6 +6600,14 @@ "title_aux": "comfyui-mixlab-nodes" } ], + "https://github.com/shadowcz007/comfyui-ultralytics-yolo": [ + [ + "DetectByLabel" + ], + { + "title_aux": "comfyui-ultralytics-yolo" + } + ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus",