diff --git a/custom-node-list.json b/custom-node-list.json index 29f737a..3a3314a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5457,6 +5457,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." }, + { + "author": "AuroBit", + "title": "ComfyUI-AnimateAnyone-reproduction", + "reference": "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction", + "files": [ + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that simply integrates the [a/animate-anyone-reproduction](https://github.com/bendanzzc/AnimateAnyone-reproduction) functionality." + }, { "author": "czcz1024", "title": "Comfyui-FaceCompare", @@ -5643,6 +5653,7 @@ + { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 1a88515..1e33584 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -265,6 +265,14 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": [ + [ + "AnimateAnyone" + ], + { + "title_aux": "ComfyUI-AnimateAnyone-reproduction" + } + ], "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ [ "LogSigmas", @@ -711,7 +719,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1089,12 +1097,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" @@ -4486,6 +4492,7 @@ "LayerUtility: ImageScaleRestore", "LayerUtility: ImageScaleRestore V2", "LayerUtility: ImageShift", + "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", @@ -5660,15 +5667,23 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": [ [ "HfBoolSwitchKSampleStatus", + "HfImageAutoExpansionSquare", + "HfImageToRGB", + "HfImageToRGBA", + "HfInitImageWithMaxSize", "HfIterativeLatentUpscale", + "HfLoadImageWithCropper", "HfLookbackSamplerLoader", "HfLoopback", + "HfResizeImage", "HfSampler", "HfSamplerLoader", "HfSamplerLoopback", + "HfSaveImage", "HfSwitchKSampleStatus", "HfTwoSamplersForMask", - "HfTwoStepSamplers" + "HfTwoStepSamplers", + "LoadImageFromURL" ], { "title_aux": "Comfyui HiFORCE Plugin" @@ -8794,9 +8809,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 aa67dc5..5b0bef8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "SeedV", + "title": "ComfyUI-SeedV-Nodes [UNSAFE]", + "reference": "https://github.com/SeedV/ComfyUI-SeedV-Nodes", + "files": [ + "https://github.com/SeedV/ComfyUI-SeedV-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:Script.\n[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]" + }, { "author": "mut-ex", "title": "ComfyUI GLIGEN GUI Node", diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index 3bd8ce0..ff14f0e 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "BlenderNeko", + "title": "Dr.Lt.Data/Advanced CLIP Text Encode (PR21)", + "reference": "https://github.com/ltdrdata/ComfyUI_ADV_CLIP_emb", + "files": [ + "https://github.com/ltdrdata/ComfyUI_ADV_CLIP_emb" + ], + "install_type": "git-clone", + "description": "[a/PR21](https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb/pull/21) is applied.\nmissing 'clip_layer' method fix." + }, { "author": "gameltb", "title": "comfyui-stablsr", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 382cebc..fb8dc49 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "AuroBit", + "title": "ComfyUI-AnimateAnyone-reproduction", + "reference": "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction", + "files": [ + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that simply integrates the [a/animate-anyone-reproduction](https://github.com/bendanzzc/AnimateAnyone-reproduction) functionality." + }, { "author": "maracman", "title": "ComfyUI-SubjectStyle-CSV", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1a88515..1e33584 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -265,6 +265,14 @@ "title_aux": "AnimateDiff" } ], + "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": [ + [ + "AnimateAnyone" + ], + { + "title_aux": "ComfyUI-AnimateAnyone-reproduction" + } + ], "https://github.com/AustinMroz/ComfyUI-SpliceTools": [ [ "LogSigmas", @@ -711,7 +719,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ImageSizer", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -1089,12 +1097,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" @@ -4486,6 +4492,7 @@ "LayerUtility: ImageScaleRestore", "LayerUtility: ImageScaleRestore V2", "LayerUtility: ImageShift", + "LayerUtility: LaMa", "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", @@ -5660,15 +5667,23 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": [ [ "HfBoolSwitchKSampleStatus", + "HfImageAutoExpansionSquare", + "HfImageToRGB", + "HfImageToRGBA", + "HfInitImageWithMaxSize", "HfIterativeLatentUpscale", + "HfLoadImageWithCropper", "HfLookbackSamplerLoader", "HfLoopback", + "HfResizeImage", "HfSampler", "HfSamplerLoader", "HfSamplerLoopback", + "HfSaveImage", "HfSwitchKSampleStatus", "HfTwoSamplersForMask", - "HfTwoStepSamplers" + "HfTwoStepSamplers", + "LoadImageFromURL" ], { "title_aux": "Comfyui HiFORCE Plugin" @@ -8794,9 +8809,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ],