From daefb0f1203cefb90da45b81aa7e0bf7d76acf66 Mon Sep 17 00:00:00 2001 From: Vaishnav V Nair <47637361+vaishnav-vn@users.noreply.github.com> Date: Tue, 22 Jul 2025 03:52:18 +0530 Subject: [PATCH] Update custom-node-list.json (#2018) first custom node --- node_db/dev/custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 1587ec69..15b51b0c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "vaishnav-vn", + "title": "va1", + "name": "Pad Image by Aspect", + "reference": "https://github.com/vaishnav-vn/va1", + "files": [ + "https://github.com/vaishnav-vn/va1" + ], + "install_type": "git-clone", + "description": "repo has Custon node designed to expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control — engineered for outpainting, compositional layout, and creative canvas expansion. " + }, { "author": "boricuapab", "title": "ComfyUI-Bori-KontextPresets [WIP]", @@ -7251,4 +7262,4 @@ "description": "This extension provides the capability to use ComfyUI Workflow as a component and the ability to use the Image Refiner functionality based on components. NOTE: This is an experimental extension feature with no consideration for backward compatibility and can be highly unstable." } ] -} \ No newline at end of file +}