diff --git a/custom-node-list.json b/custom-node-list.json index 83dcb833..d1a474d0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31376,6 +31376,17 @@ "install_type": "git-clone", "description": "A powerful ComfyUI custom node that performs object detection using YOLOv8 and outputs individual images for each detected object. Perfect for automatic mask generation, object isolation, and batch processing workflows." }, + { + "author": "Daxamur", + "title": "DaxNodes", + "reference": "https://civitai.com/user/Daxamur", + "files": [ + "https://github.com/Daxamur/DaxNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI video processing nodes with workflow metadata support", + "pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"] + }, @@ -31810,17 +31821,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Daxamur", - "title": "DaxNodes", - "reference": "https://civitai.com/user/Daxamur", - "files": [ - "https://github.com/Daxamur/DaxNodes" - ], - "install_type": "git-clone", - "description": "ComfyUI video processing nodes with workflow metadata support", - "pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"] } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1fb07d37..46c03d65 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -453,13 +453,13 @@ }, { "author": "KY-2000", - "title": "ComfyUI-Sampler-Scheduler-Loop", + "title": "comfyui-ksampler-tester-loop", "reference": "https://github.com/KY-2000/comfyui-ksampler-tester-loop", "files": [ "https://github.com/KY-2000/comfyui-ksampler-tester-loop" ], "install_type": "git-clone", - "description": "A comprehensive collection of custom nodes for ComfyUI that provides automatic looping functionality through samplers, schedulers, and various parameters. Perfect for batch testing, parameter optimization, and automated workflows." + "description": "Batch samplers, schedulers, cfg, shift and steps tester custom node, automatic looping functionality for Ksampler node" }, { "author": "xgfone", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c4c9d4bd..fe2b763a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "Daxamur", + "title": "DaxNodes", + "reference": "https://civitai.com/user/Daxamur", + "files": [ + "https://github.com/Daxamur/DaxNodes" + ], + "install_type": "git-clone", + "description": "ComfyUI video processing nodes with workflow metadata support", + "pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"] + }, { "author": "orion4d", "title": "ComfyUI_DAO_master", @@ -681,16 +692,6 @@ ], "install_type": "git-clone", "description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification" - }, - { - "author": "Windecay", - "title": "ComfyUI-SDupcaleTiledSize", - "reference": "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize", - "files": [ - "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize" - ], - "install_type": "git-clone", - "description": "Assist in determining reasonable input values for tiled_width/tiled_height in the UltimateSDUpscale node to improve efficiency." } ] }