diff --git a/custom-node-list.json b/custom-node-list.json index 7d0c52ff..58dafb63 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8864,14 +8864,14 @@ }, { "author": "githubYiheng", - "title": "comfyui_median_filter", - "id": "median-filter", - "reference": "https://github.com/githubYiheng/comfyui_median_filter", + "title": "comfyui_kmeans_filter", + "id": "kmeans-filter", + "reference": "https://github.com/githubYiheng/comfyui_kmeans_filter", "files": [ - "https://github.com/githubYiheng/comfyui_median_filter" + "https://github.com/githubYiheng/comfyui_kmeans_filter" ], "install_type": "git-clone", - "description": "Nodes:Apply Median Filter" + "description": "Nodes:Apply Kmeans Filter" }, { "author": "githubYiheng", @@ -9653,6 +9653,16 @@ "install_type": "copy", "description": "Nodes:color2RGB" }, + { + "author": "archifancy", + "title": "Image-vector-for-ComfyUI", + "reference": "https://github.com/archifancy/Image-vector-for-ComfyUI", + "files": [ + "https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py" + ], + "install_type": "copy", + "description": "Nodes:AIvector. A wrapped comfyui node for converting pixels to vectors using Vtracer. Check it out here: [a/https://github.com/visioncortex/vtracer](https://github.com/visioncortex/vtracer)." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 538dd45b..ba878169 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5406,6 +5406,14 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py": [ + [ + "AIvector" + ], + { + "title_aux": "Image-vector-for-ComfyUI" + } + ], "https://github.com/asagi4/ComfyUI-CADS": [ [ "CADS" @@ -6589,6 +6597,7 @@ "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: RmBgUltra V2", + "LayerMask: SegformerB2ClothesUltra", "LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", @@ -7195,7 +7204,9 @@ "FaceAlign", "FaceAnalysisModels", "FaceBoundingBox", - "FaceEmbedDistance" + "FaceEmbedDistance", + "FaceSegmentation", + "FaceWarp" ], { "title_aux": "Face Analysis for ComfyUI" @@ -7283,6 +7294,7 @@ "ImageFromBatch+", "ImageListToBatch+", "ImagePosterize+", + "ImageRandomTransform+", "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", @@ -8495,12 +8507,12 @@ "title_aux": "ComfyUI_GetFileNameFromURL" } ], - "https://github.com/githubYiheng/comfyui_median_filter": [ + "https://github.com/githubYiheng/comfyui_kmeans_filter": [ [ - "ImageMedianFilter" + "ImageKmeansFilter" ], { - "title_aux": "comfyui_median_filter" + "title_aux": "comfyui_kmeans_filter" } ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ @@ -8767,6 +8779,7 @@ "LLM_api_loader", "LLM_local", "LLM_local_loader", + "LLavaLoader", "VAEDecode_party", "accuweather_tool", "api_tool", @@ -10183,7 +10196,9 @@ "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", + "SDBaseVerNumber", "SamAutoMaskSEGS", + "ShowBoolean", "ShowFloat", "ShowInt", "ShowNumber", @@ -11433,11 +11448,13 @@ "BMAB Alpha Composit", "BMAB Basic", "BMAB Blend", + "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", + "BMAB Crop", "BMAB Detail Anything", "BMAB Detect And Mask", "BMAB Detection Crop", diff --git a/github-stats.json b/github-stats.json index 15807faf..7907f96d 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2003,6 +2003,10 @@ "stars": 0, "last_update": "2024-05-23 01:19:47" }, + "https://github.com/githubYiheng/comfyui_kmeans_filter": { + "stars": 0, + "last_update": "2024-05-24 10:55:10" + }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-05-23 01:19:58" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index fed49af0..578a1dae 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,7 +10,28 @@ }, - + { + "author": "githubYiheng", + "title": "comfyui_median_filter", + "id": "median-filter", + "reference": "https://github.com/githubYiheng/comfyui_median_filter", + "files": [ + "https://github.com/githubYiheng/comfyui_median_filter" + ], + "install_type": "git-clone", + "description": "Nodes:Apply Median Filter. [w/This has been updated to be equivalent to the comfyui_kmeans_filter node. Mistake?]" + }, + { + "author": "nat-chan", + "title": "comfyui-eval [UNSAFE]", + "id": "evalnode", + "reference": "https://github.com/nat-chan/comfyui-eval", + "files": [ + "https://github.com/nat-chan/comfyui-eval" + ], + "install_type": "git-clone", + "description": "Nodes:EvalNode [w/Please do not use the node that executes arbitrary code and outputs in any type, as it is dangerous.]" + }, { "author": "haofanwang", "title": "ComfyUI-InstantStyle", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e28483fc..fd8dd396 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,16 @@ + { + "author": "archifancy", + "title": "Image-vector-for-ComfyUI", + "reference": "https://github.com/archifancy/Image-vector-for-ComfyUI", + "files": [ + "https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py" + ], + "install_type": "copy", + "description": "Nodes:AIvector. A wrapped comfyui node for converting pixels to vectors using Vtracer. Check it out here: [a/https://github.com/visioncortex/vtracer](https://github.com/visioncortex/vtracer)." + }, { "author": "muzi12888", "title": "m9-prompts-comfyui", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 538dd45b..ba878169 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5406,6 +5406,14 @@ "title_aux": "antrobots ComfyUI Nodepack" } ], + "https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py": [ + [ + "AIvector" + ], + { + "title_aux": "Image-vector-for-ComfyUI" + } + ], "https://github.com/asagi4/ComfyUI-CADS": [ [ "CADS" @@ -6589,6 +6597,7 @@ "LayerMask: PixelSpread", "LayerMask: RemBgUltra", "LayerMask: RmBgUltra V2", + "LayerMask: SegformerB2ClothesUltra", "LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra V2", "LayerMask: Shadow & Highlight Mask", @@ -7195,7 +7204,9 @@ "FaceAlign", "FaceAnalysisModels", "FaceBoundingBox", - "FaceEmbedDistance" + "FaceEmbedDistance", + "FaceSegmentation", + "FaceWarp" ], { "title_aux": "Face Analysis for ComfyUI" @@ -7283,6 +7294,7 @@ "ImageFromBatch+", "ImageListToBatch+", "ImagePosterize+", + "ImageRandomTransform+", "ImageRemoveBackground+", "ImageResize+", "ImageSeamCarving+", @@ -8495,12 +8507,12 @@ "title_aux": "ComfyUI_GetFileNameFromURL" } ], - "https://github.com/githubYiheng/comfyui_median_filter": [ + "https://github.com/githubYiheng/comfyui_kmeans_filter": [ [ - "ImageMedianFilter" + "ImageKmeansFilter" ], { - "title_aux": "comfyui_median_filter" + "title_aux": "comfyui_kmeans_filter" } ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ @@ -8767,6 +8779,7 @@ "LLM_api_loader", "LLM_local", "LLM_local_loader", + "LLavaLoader", "VAEDecode_party", "accuweather_tool", "api_tool", @@ -10183,7 +10196,9 @@ "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", + "SDBaseVerNumber", "SamAutoMaskSEGS", + "ShowBoolean", "ShowFloat", "ShowInt", "ShowNumber", @@ -11433,11 +11448,13 @@ "BMAB Alpha Composit", "BMAB Basic", "BMAB Blend", + "BMAB Clip Text Encoder SDXL", "BMAB Conditioning To Bind", "BMAB Context", "BMAB ControlNet", "BMAB ControlNet IPAdapter", "BMAB ControlNet Openpose", + "BMAB Crop", "BMAB Detail Anything", "BMAB Detect And Mask", "BMAB Detection Crop",