From 033c40268072213b18d81aa78bd7fb7d08def8a8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 5 Jun 2023 10:43:03 +0900 Subject: [PATCH] update DB --- alter-list.json | 5 +++++ custom-node-list.json | 10 ++++++++++ extension-node-map.json | 10 ++++++++++ 3 files changed, 25 insertions(+) diff --git a/alter-list.json b/alter-list.json index f137462..1b69e29 100644 --- a/alter-list.json +++ b/alter-list.json @@ -79,6 +79,11 @@ "id":"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py", "tags":"random, noise", "description": "A1111 provides KSampler that uses GPU-based random noise. This extension offers KSampler utilizing GPU-based random noise." + }, + { + "id":"https://github.com/space-nuko/nui-suite", + "tags":"prompt, dynamic prompt", + "description": "This extension provides nodes with the functionality of dynamic prompts." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 9937533..5e4c9fc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -475,6 +475,16 @@ "install_type": "git-clone", "description": "A port of the openpose-editor extension for stable-diffusion-webui. NOTE: Requires this ComfyUI patch to work correctly" }, + { + "author": "space-nuko", + "title": "nui suite", + "reference": "https://github.com/space-nuko/nui-suite", + "files": [ + "https://github.com/space-nuko/nui-suite" + ], + "install_type": "git-clone", + "description": "NODES: Dynamic Prompts Text Encode, Feeling Lucky Text Encode, Output String" + }, { "author": "Nourepide", "title": "Allor Plugin", diff --git a/extension-node-map.json b/extension-node-map.json index f610cfc..4b039d3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -158,6 +158,7 @@ "ColorPreprocessor", "FakeScribblePreprocessor", "HEDPreprocessor", + "InpaintPreprocessor", "LeReS-DepthMapPreprocessor", "LineArtPreprocessor", "M-LSDPreprocessor", @@ -213,6 +214,7 @@ "XY Plot" ], "https://github.com/Nourepide/ComfyUI-Allore": [ + "AlphaChanelAsMask", "AlphaChanelByMask", "AlphaChanelRestore", "ClipClamp", @@ -329,6 +331,7 @@ "Image Perlin Power Fractal", "Image Pixelate", "Image Power Noise", + "Image Rembg (Remove Background)", "Image Remove Background (Alpha)", "Image Remove Color", "Image Resize", @@ -364,6 +367,8 @@ "Mask Arbitrary Region", "Mask Batch to Mask", "Mask Ceiling Region", + "Mask Crop Dominant Region", + "Mask Crop Minority Region", "Mask Dilate Region", "Mask Dominant Region", "Mask Erode Region", @@ -665,6 +670,11 @@ "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": [ "Nui.OpenPoseEditor" ], + "https://github.com/space-nuko/nui-suite": [ + "Nui.DynamicPromptsTextGen", + "Nui.FeelingLuckyTextGen", + "Nui.OutputString" + ], "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": [ "UltimateSDUpscale" ],