From 4e01e70ef5bd2e6841c176b5b19f934facc2cbf4 Mon Sep 17 00:00:00 2001 From: NyaamZ <43065065+NyaamZ@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:04:46 +0900 Subject: [PATCH] add Efficiency Nodes ED and ComfyUI ImageGallery ED (#1063) * add add * Update custom-node-list.json * Add files via upload * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f5b9990a..33d200a2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14898,6 +14898,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "NyaamZ", + "title": "Efficiency Nodes ExtendeD", + "id": "efficiency-ed", + "reference": "https://github.com/NyaamZ/efficiency-nodes-ED", + "files": [ + "https://github.com/NyaamZ/efficiency-nodes-ED" + ], + "install_type": "git-clone", + "description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]" + }, + { + "author": "NyaamZ", + "title": "ComfyUI ImageGallery ExtendeD", + "id": "image-gallery-ed", + "reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED", + "files": [ + "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED" + ], + "install_type": "git-clone", + "description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images." } ] }