diff --git a/custom-node-list.json b/custom-node-list.json index 344edd2..b48c5f5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2716,7 +2716,7 @@ "https://github.com/LonicaMewinsky/ComfyUI-RawSaver" ], "install_type": "git-clone", - "description": "Nodes:SaveTifImage" + "description": "Nodes:SaveTifImage. ComfyUI custom node for purpose of saving image as uint16 tif file." }, { "author": "jojkaart", @@ -2758,6 +2758,16 @@ "install_type": "git-clone", "description": "For now a single node that checks a folder and returns a padded string depending on the .png files in it. An exaple is you have a folder with 3 .png files in it and you have set the padding to 4 it will give you a string '0003'" }, + { + "author": "ansonkao", + "title": "comfyui-geometry", + "reference": "https://github.com/ansonkao/comfyui-geometry", + "files": [ + "https://github.com/ansonkao/comfyui-geometry" + ], + "install_type": "git-clone", + "description": "Nodes: Mask to Centroid, Mask to Eigenvector. A small collection of custom nodes for use with ComfyUI, for geometry calculations" + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index 27a3878..02d0f6a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1472,10 +1472,14 @@ "tri3d-atr-parse-batch", "tri3d-extract-hand", "tri3d-extract-parts-batch", + "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-fuzzification", + "tri3d-interaction-canny", "tri3d-position-hands", - "tri3d-position-parts-batch" + "tri3d-position-parts-batch", + "tri3d-skin-feathered-padded-mask", + "tri3d-swap-pixels" ], { "title_aux": "tri3d-comfyui-nodes" @@ -3049,6 +3053,7 @@ "ConditioningSetMaskAndCombine5", "CreateAudioMask", "CreateFadeMask", + "CreateFadeMaskAdvanced", "CreateFluidMask", "CreateGradientMask", "CreateMagicMask", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 874f559..8933a6c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -58,7 +58,7 @@ "https://github.com/dnl13/ComfyUI-dnl13-seg" ], "install_type": "git-clone", - "description": "Nodes: Automatic Segmentation (dnl13), RGB (dnl13)" + "description": "After discovering @storyicon implementation here of Segment Anything, I realized its potential as a powerful tool for ComfyUI if implemented correctly. I delved into the SAM and Dino models. The following is my own adaptation of sam_hq for ComfyUI." }, { "author": "phineas-pta", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b7a79db..cf5dca3 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "ansonkao", + "title": "comfyui-geometry", + "reference": "https://github.com/ansonkao/comfyui-geometry", + "files": [ + "https://github.com/ansonkao/comfyui-geometry" + ], + "install_type": "git-clone", + "description": "Nodes: Mask to Centroid, Mask to Eigenvector. A small collection of custom nodes for use with ComfyUI, for geometry calculations" + }, { "author": "GTSuya-Studio", "title": "ComfyUI-GTSuya-Nodes", @@ -28,7 +38,7 @@ "https://github.com/LonicaMewinsky/ComfyUI-RawSaver" ], "install_type": "git-clone", - "description": "Nodes:SaveTifImage." + "description": "Nodes:SaveTifImage. ComfyUI custom node for purpose of saving image as uint16 tif file." }, { "author": "natto-maki", @@ -771,117 +781,6 @@ ], "install_type": "git-clone", "description": "Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes." - }, - { - "author": "yolanother", - "title": "Image to Text Node", - "reference": "https://github.com/yolanother/DTAIImageToTextNode", - "files": [ - "https://github.com/yolanother/DTAIImageToTextNode" - ], - "install_type": "git-clone", - "description": "Nodes: Image URL to Text, Image to Text." - }, - { - "author": "yolanother", - "title": "Comfy UI Online Loaders", - "reference": "https://github.com/yolanother/DTAIComfyLoaders", - "files": [ - "https://github.com/yolanother/DTAIComfyLoaders" - ], - "install_type": "git-clone", - "description": "Nodes: Submit Image (Parameters), Submit Image. A collection of loaders that use a shared common online data source rather than relying on the files to be present locally." - }, - { - "author": "yolanother", - "title": "Comfy AI DoubTech.ai Image Sumission Node", - "reference": "https://github.com/yolanother/DTAIComfyImageSubmit", - "files": [ - "https://github.com/yolanother/DTAIComfyImageSubmit" - ], - "install_type": "git-clone", - "description": "A ComfyAI submit node to upload images to DoubTech.ai" - }, - { - "author": "yolanother", - "title": "Comfy UI QR Codes", - "reference": "https://github.com/yolanother/DTAIComfyQRCodes", - "files": [ - "https://github.com/yolanother/DTAIComfyQRCodes" - ], - "install_type": "git-clone", - "description": "This extension introduces QR code nodes for the Comfy UI stable diffusion client. NOTE: ComfyUI qrcode extension required." - }, - { - "author": "yolanother", - "title": "Variables for Comfy UI", - "reference": "https://github.com/yolanother/DTAIComfyVariables", - "files": [ - "https://github.com/yolanother/DTAIComfyVariables" - ], - "install_type": "git-clone", - "description": "Nodes: String, Int, Float, Short String, CLIP Text Encode (With Variables), String Format, Short String Format. This extension introduces quality of life improvements by providing variable nodes and shared global variables." - }, - { - "author": "kijai", - "title": "KJNodes for ComfyUI", - "reference": "https://github.com/kijai/ComfyUI-KJNodes", - "files": [ - "https://github.com/kijai/ComfyUI-KJNodes" - ], - "install_type": "git-clone", - "description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." - }, - { - "author": "WASasquatch", - "title": "ASTERR", - "reference": "https://github.com/WASasquatch/ASTERR", - "files": [ - "https://github.com/WASasquatch/ASTERR" - ], - "install_type": "git-clone", - "description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI.

Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.

" - }, - { - "author": "Zuellni", - "title": "ComfyUI PickScore Nodes", - "reference": "https://github.com/Zuellni/ComfyUI-PickScore-Nodes", - "files": [ - "https://github.com/Zuellni/ComfyUI-PickScore-Nodes" - ], - "install_type": "git-clone", - "description": "Image scoring nodes for ComfyUI using PickScore with a batch of images to predict which ones fit a given prompt the best." - }, - { - "author": "chrisgoringe", - "title": "Use Everywhere (UE Nodes)", - "reference": "https://github.com/chrisgoringe/cg-use-everywhere", - "files": [ - "https://github.com/chrisgoringe/cg-use-everywhere" - ], - "install_type": "git-clone", - "nodename_pattern": "^(UE\\? |UE )", - "description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti." - }, - { - "author": "azazeal04", - "title": "ComfyUI-Styles", - "reference": "https://github.com/azazeal04/ComfyUI-Styles", - "files": [ - "https://github.com/azazeal04/ComfyUI-Styles" - ], - "install_type": "git-clone", - "description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations." - }, - { - "author": "city96", - "title": "ComfyUI_ColorMod", - "reference": "https://github.com/city96/ComfyUI_ColorMod", - "files": [ - "https://github.com/city96/ComfyUI_ColorMod" - ], - "install_type": "git-clone", - "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." - } + } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 27a3878..02d0f6a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1472,10 +1472,14 @@ "tri3d-atr-parse-batch", "tri3d-extract-hand", "tri3d-extract-parts-batch", + "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", "tri3d-fuzzification", + "tri3d-interaction-canny", "tri3d-position-hands", - "tri3d-position-parts-batch" + "tri3d-position-parts-batch", + "tri3d-skin-feathered-padded-mask", + "tri3d-swap-pixels" ], { "title_aux": "tri3d-comfyui-nodes" @@ -3049,6 +3053,7 @@ "ConditioningSetMaskAndCombine5", "CreateAudioMask", "CreateFadeMask", + "CreateFadeMaskAdvanced", "CreateFluidMask", "CreateGradientMask", "CreateMagicMask",