From 8612bb1dea58adefd0f8e9201ff9b433be7d3ea0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 7 Nov 2024 19:02:27 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 32 ++++++++++------------------ node_db/legacy/custom-node-list.json | 10 +++++++++ node_db/new/custom-node-list.json | 12 ++++++++++- 3 files changed, 32 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 505099bb..10e7317d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3850,16 +3850,6 @@ "install_type": "git-clone", "description": "This tool will turn entire workflows or parts of them into single integrated nodes. In a way, it is similar to the Node Templates functionality but hides the inner structure. This is useful if all you want is to reuse and quickly configure a bunch of nodes without caring how they are interconnected." }, - { - "author": "palant", - "title": "Extended Save Image for ComfyUI", - "reference": "https://github.com/palant/extended-saveimage-comfyui", - "files": [ - "https://github.com/palant/extended-saveimage-comfyui" - ], - "install_type": "git-clone", - "description": "This custom node is largely identical to the usual Save Image but allows saving images also in JPEG and WEBP formats, the latter with both lossless and lossy compression. Metadata is embedded in the images as usual, and the resulting images can be used to load a workflow." - }, { "author": "whmc76", "title": "ComfyUI-Openpose-Editor-Plus", @@ -16400,6 +16390,17 @@ "install_type": "git-clone", "description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters)." }, + { + "author": "basix", + "title": "Basix Image Filters", + "id": "basix_image_filters", + "reference": "https://github.com/maludwig/basix_image_filters", + "files": [ + "https://github.com/maludwig/basix_image_filters" + ], + "install_type": "git-clone", + "description": "A handful of image filters for ComfyUI (darken, lighten, levels, saturate, hue)" + }, @@ -16808,17 +16809,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "basix", - "title": "Basix Image Filters", - "id": "basix_image_filters", - "reference": "https://github.com/maludwig/basix_image_filters", - "files": [ - "https://github.com/maludwig/basix_image_filters" - ], - "install_type": "git-clone", - "description": "A handful of image filters for ComfyUI (darken, lighten, levels, saturate, hue)" } ] } diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index f14fccd8..b3ba3131 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "palant", + "title": "Extended Save Image for ComfyUI [DEPRECATED]", + "reference": "https://github.com/palant/extended-saveimage-comfyui", + "files": [ + "https://github.com/palant/extended-saveimage-comfyui" + ], + "install_type": "git-clone", + "description": "This custom node is largely identical to the usual Save Image but allows saving images also in JPEG and WEBP formats, the latter with both lossless and lossy compression. Metadata is embedded in the images as usual, and the resulting images can be used to load a workflow." + }, { "author": "1038lab", "title": "ComfyUI-GPT2P [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f4a2c33a..44a75c73 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,7 +11,17 @@ - + { + "author": "basix", + "title": "Basix Image Filters", + "id": "basix_image_filters", + "reference": "https://github.com/maludwig/basix_image_filters", + "files": [ + "https://github.com/maludwig/basix_image_filters" + ], + "install_type": "git-clone", + "description": "A handful of image filters for ComfyUI (darken, lighten, levels, saturate, hue)" + }, { "author": "recraft-ai", "title": "ComfyUI-RecraftAI",