update DB

This commit is contained in:
Dr.Lt.Data 2024-05-24 22:57:13 +09:00
parent 17020f778c
commit d8280b4632
6 changed files with 93 additions and 14 deletions

View File

@ -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)."
},

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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",

View File

@ -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",