From 99798314b808e3df578bd5b009d55d169696ad86 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Sun, 24 May 2026 18:37:08 +0200 Subject: [PATCH] Add ComfyUI-PixlStash to the custom node list * Loads images and metadata from a PixlStash database via the REST API. * Saves images and metadata back to the database via the REST API. * Stores tokens and URL in ComfyUI settings * Node: https://github.com/Pikselkroken/ComfyUI-PixlStash/ * PixlStash: https://github.com/Pikselkroken/pixlstash/ --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 594d71a7..cb63aeee 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52595,6 +52595,14 @@ ], "install_type": "git-clone", "description": "ComfyUI custom nodes for one-sample-per-run iteration across image, video, and text sources." + }, + { + "author": "Pikselkroken", + "title": "ComfyUI-PixlStash", + "reference": "https://github.com/Pikselkroken/ComfyUI-PixlStash", + "files": ["https://github.com/Pikselkroken/ComfyUI-PixlStash"], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for loading and saving images to a PixlStash vault." } ] }