From 128bdc3167bf26d4c31328e3da98f2b267bc4426 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Thu, 6 Mar 2025 18:03:55 +0800 Subject: [PATCH] Add ComfyUI-Image-Position-Blend to custom node list This adds my custom node for image position blending to the ComfyUI Manager list. --- custom-node-list.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0492aa50..de6a8125 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,18 @@ { "custom_nodes": [ + + { + "author": "S4MUEL404", + "title": "Image Position Blend", + "id": "ComfyUI-Image-Position-Blend", + "reference": "https://github.com/S4MUEL-404/ComfyUI-Image-Position-Blend/", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-Image-Position-Blend/" + ], + "install_type": "git-clone", + "description": "A custom node for conveniently adjusting the overlay position of two images." + }, + { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",