From 7955e638db7d4a4b8bf7a614e724a2013b83dfd7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 23 Jul 2026 04:32:07 +0900 Subject: [PATCH] =?UTF-8?q?fix(custom-node-list):=20=C2=A74.3=20relocate?= =?UTF-8?q?=20#3091=20sni10/DWA=20entry=20out=20of=20header=20zone=20to=20?= =?UTF-8?q?array=20tail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom-node-list.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9ef85b28..f6ee7aa5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,15 +1,5 @@ { "custom_nodes": [ - { - "author": "sni10", - "title": "ComfyUI DeviantArt Sender", - "reference": "https://github.com/sni10/DWA", - "files": [ - "https://github.com/sni10/DWA" - ], - "install_type": "git-clone", - "description": "Automated workflow tool for scheduling and publishing AI artwork directly to DeviantArt with full mature content controls." - }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", @@ -60845,6 +60835,16 @@ ], "install_type": "git-clone", "description": "Mask Canvas Editor is a ComfyUI custom node that provides an interactive visual editor for positioning a background image behind a mask region." + }, + { + "author": "sni10", + "title": "ComfyUI DeviantArt Sender", + "reference": "https://github.com/sni10/DWA", + "files": [ + "https://github.com/sni10/DWA" + ], + "install_type": "git-clone", + "description": "Automated workflow tool for scheduling and publishing AI artwork directly to DeviantArt with full mature content controls." } ] }