From 26dc378b882789ce09dc96dfe65534bfc4d01723 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 22 May 2023 17:25:54 +0900 Subject: [PATCH] update DB --- alter-list.json | 15 ++- custom-node-list.json | 248 +++++++++++++++++++++++++----------------- 2 files changed, 159 insertions(+), 104 deletions(-) diff --git a/alter-list.json b/alter-list.json index 56f0ba48..c83bd43e 100644 --- a/alter-list.json +++ b/alter-list.json @@ -10,11 +10,6 @@ "tags":"Dynamic Thresholding, DT, CFG", "description": "Increasing the CFG prevents the degradation of color accuracy." }, - { - "id":"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py", - "tags":"Dynamic Thresholding, DT, CFG", - "description": "Increasing the CFG prevents the degradation of color accuracy." - }, { "id":"https://github.com/ltdrdata/ComfyUI-Impact-Pack", "tags":"ddetailer, adetailer, ddsd, DD, loopback scaler", @@ -74,6 +69,16 @@ "id":"https://github.com/asd417/tomeSD_for_Comfy/raw/main/tomeloader.py", "tags":"tomesd", "description": "This extension is a ComfyUI wrapper for 'tomesd' that improves generation speed through token merging." + }, + { + "id":"https://github.com/ssitu/ComfyUI_UltimateSDUpscale", + "tags":"upscaler, Ultimate SD Upscale", + "description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A. Uses the same script used in the A1111 extension to hopefully replicate images generated using the A1111 webui." + }, + { + "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." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index a63857c5..613b3868 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -210,16 +210,6 @@ "install_type": "git-clone", "description": "This tool provides a viewer node that allows for checking multiple outputs in a grid, similar to the X/Y Plot extension." }, - { - "author": "xXAdonesXx", - "title": "NodeGPT", - "reference": "https://github.com/xXAdonesXx/NodeGPT", - "files": [ - "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py" - ], - "install_type": "copy", - "description": "ComfyUI Extension Nodes for Automated Text Generation." - }, { "author": "diontimmer", "title": "ComfyUI-Vextra-Nodes", @@ -310,16 +300,6 @@ "install_type": "git-clone", "description": "Auto-MBW for ComfyUI loosely based on sdweb-auto-MBW. Nodes: auto merge block weighted" }, - { - "author": "asd417", - "title": "CheckpointTomeLoader", - "reference": "https://github.com/asd417/tomeSD_for_Comfy", - "files": [ - "https://github.com/asd417/tomeSD_for_Comfy/raw/main/tomeloader.py" - ], - "install_type": "copy", - "description": "tomeSD(https://github.com/dbolya/tomesd) applied to ComfyUI stable diffusion UI using custom node" - }, { "author": "city96", "title": "ComfyUI_NetDist", @@ -382,13 +362,13 @@ }, { "author": "AlekPet", - "title": "TranslateCLIPTextEncode", - "reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node", + "title": "AlekPet/ComfyUI_Custom_Nodes_AlekPet", + "reference": "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet", "files": [ - "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node/raw/main/translate_clip_text_encode_node.py" + "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet" ], - "install_type": "copy", - "description": "Custom node for ComfyUI, translate promt from other languages into english" + "install_type": "git-clone", + "description": "Nodes: PoseNode, TranslateCLIPTextEncodeNode" }, { "author": "pythongosssss", @@ -400,79 +380,6 @@ "install_type": "git-clone", "description": "A ComfyUI extension allowing the interrogation of booru tags from images." }, - { - "author": "pythongosssss", - "title": "ComfyUI-Custom-Scripts", - "reference": "https://github.com/pythongosssss/ComfyUI-Custom-Scripts", - "js_path": "ComfyUI-Custom-Scripts", - "files": [ - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/anime-segmentation/anime_segmentation.py", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/auto-arrange-graph/graphArrange.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/export-workflow-svg/exportAsSvg.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/image-feed/imageFeed.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/latent-upscale-by/latent_upscale_by.py", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lock-nodes-and-groups/locking.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/node-finder/nodeFinder.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lora-subfolders/loraSubfolders.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/preset-text/presetText.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/quick-nodes/quickNodes.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/showText.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/show_text.py", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/touch-support/touchEvents.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/widget-defaults/widgetDefaults.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/index.js", - "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/workflows.py" - ], - "install_type": "copy", - "description": "This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, WD14 Tagger" - }, - { - "author": "ailex000", - "title": "Image Gallery", - "reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node", - "js_path": "image-gallery", - "files": [ - "https://github.com/ailex000/ComfyUI-Extensions/raw/main/image-gallery/imageGallery.js" - ], - "install_type": "copy", - "description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." - }, - { - "author": "rock-land", - "title": "graphNavigator", - "reference": "https://github.com/rock-land/graphNavigator", - "js_path": "graphNavigator", - "files": [ - "https://github.com/rock-land/graphNavigator/raw/main/graphNavigator/graphNavigator.js" - ], - "install_type": "copy", - "description": "ComfyUI Web Extension for saving views and navigating graphs." - }, - { - "author": "diffus3", - "title": "diffus3/ComfyUI-extensions", - "reference": "https://github.com/diffus3/ComfyUI-extensions", - "js_path": "diffus3", - "files": [ - "https://github.com/diffus3/ComfyUI-extensions/raw/main/multiReroute/multireroute.js", - "https://github.com/diffus3/ComfyUI-extensions/raw/main/setget/setget.js", - "https://github.com/diffus3/ComfyUI-extensions/raw/main/subgraph/subgraph.js" - ], - "install_type": "copy", - "description": "Extensions: subgraph, setget, multiReroute" - }, - { - "author": "m957ymj75urz", - "title": "m957ymj75urz/ComfyUI-Custom-Nodes", - "reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", - "js_path": "m957ymj75urz", - "files": [ - "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/clip-text-encode-split/clip_text_encode_split.py", - "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/colors/colors.js" - ], - "install_type": "copy", - "description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" - }, { "author": "strimmlarn", "title": "ComfyUI_Strimmlarns_aesthetic_score", @@ -502,7 +409,150 @@ "https://github.com/Jordach/comfy-plasma" ], "install_type": "git-clone", - "description": "A simple plasma noise generator for ComfyUI." + "description": "Nodes: Plasma Noise, Random Noise, Greyscale Noise, Pink Noise, Brown Noise, Plasma KSampler" + }, + { + "author": "bvhari", + "title": "ImageProcessing", + "reference": "https://github.com/bvhari/ComfyUI_ImageProcessing", + "files": [ + "https://github.com/bvhari/ComfyUI_ImageProcessing" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to apply various image processing techniques." + }, + { + "author": "bvhari", + "title": "LatentToRGB", + "reference": "https://github.com/bvhari/ComfyUI_LatentToRGB", + "files": [ + "https://github.com/bvhari/ComfyUI_LatentToRGB" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node to convert latent to RGB." + }, + { + "author": "ssitu", + "title": "UltimateSDUpscale", + "reference": "https://github.com/ssitu/ComfyUI_UltimateSDUpscale", + "files": [ + "https://github.com/ssitu/ComfyUI_UltimateSDUpscale" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A." + }, + { + "author": "pythongosssss", + "title": "ComfyUI-Custom-Scripts", + "reference": "https://github.com/pythongosssss/ComfyUI-Custom-Scripts", + "js_path": "ComfyUI-Custom-Scripts", + "files": [ + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/anime-segmentation/anime_segmentation.py", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/auto-arrange-graph/graphArrange.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/export-workflow-svg/exportAsSvg.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/image-feed/imageFeed.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/latent-upscale-by/latent_upscale_by.py", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lock-nodes-and-groups/locking.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/node-finder/nodeFinder.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/lora-subfolders/loraSubfolders.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/preset-text/presetText.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/quick-nodes/quickNodes.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/showText.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/show-text/show_text.py", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/touch-support/touchEvents.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/widget-defaults/widgetDefaults.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/index.js", + "https://github.com/pythongosssss/ComfyUI-Custom-Scripts/raw/main/workflows/workflows.py" + ], + "install_type": "copy", + "description": "This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, WD14 Tagger" + }, + { + "author": "xXAdonesXx", + "title": "NodeGPT", + "reference": "https://github.com/xXAdonesXx/NodeGPT", + "files": [ + "https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py" + ], + "install_type": "copy", + "description": "ComfyUI Extension Nodes for Automated Text Generation." + }, + { + "author": "asd417", + "title": "CheckpointTomeLoader", + "reference": "https://github.com/asd417/tomeSD_for_Comfy", + "files": [ + "https://github.com/asd417/tomeSD_for_Comfy/raw/main/tomeloader.py" + ], + "install_type": "copy", + "description": "tomeSD(https://github.com/dbolya/tomesd) applied to ComfyUI stable diffusion UI using custom node" + }, + { + "author": "ailex000", + "title": "Image Gallery", + "reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node", + "js_path": "image-gallery", + "files": [ + "https://github.com/ailex000/ComfyUI-Extensions/raw/main/image-gallery/imageGallery.js" + ], + "install_type": "copy", + "description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." + }, + { + "author": "rock-land", + "title": "graphNavigator", + "reference": "https://github.com/rock-land/graphNavigator", + "js_path": "graphNavigator", + "files": [ + "https://github.com/rock-land/graphNavigator/raw/main/graphNavigator/graphNavigator.js" + ], + "install_type": "copy", + "description": "ComfyUI Web Extension for saving views and navigating graphs." + }, + { + "author": "diffus3", + "title": "diffus3/ComfyUI-extensions", + "reference": "https://github.com/diffus3/ComfyUI-extensions", + "js_path": "diffus3", + "files": [ + "https://github.com/diffus3/ComfyUI-extensions/raw/main/multiReroute/multireroute.js", + "https://github.com/diffus3/ComfyUI-extensions/raw/main/setget/setget.js" + ], + "install_type": "copy", + "description": "Extensions: subgraph, setget, multiReroute" + }, + { + "author": "m957ymj75urz", + "title": "m957ymj75urz/ComfyUI-Custom-Nodes", + "reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", + "js_path": "m957ymj75urz", + "files": [ + "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/clip-text-encode-split/clip_text_encode_split.py", + "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/colors/colors.js" + ], + "install_type": "copy", + "description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" + }, + { + "author": "Bikecicle", + "title": "Waveform Extensions", + "reference": "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions", + "files": [ + "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py", + "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_VariationUtils.py" + ], + "install_type": "copy", + "description": "Some additional audio utilites for use on top of Sample Diffusion ComfyUI Extension" + }, + { + "author": "dawangraoming", + "title": "KSampler GPU", + "reference": "https://github.com/dawangraoming/ComfyUI_ksampler_gpu", + "files": [ + "https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py" + ], + "install_type": "copy", + "description": "KSampler is provided, based on GPU random noise" }, { "author": "theally",