From db081659fe9b37cc7aa33c7b676766a470a89000 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Wed, 17 Jan 2024 12:53:37 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 31 +++++++++++++++++++---------- extension-node-map.json | 16 ++++++++++++++- node_db/new/custom-node-list.json | 20 +++++++++++++++++++ node_db/new/extension-node-map.json | 16 ++++++++++++++- 4 files changed, 71 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 357efa8..521ac52 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4284,6 +4284,27 @@ "install_type": "git-clone", "description": "python and web UX improvements for ComfyUI.\n[w/'DynamicPrompts.js' and 'EditAttention.js' from the core, along with 'ImageFeed.js' and 'favicon.js' from the custom scripts of pythongosssss, are not compatible. Therefore, manual deletion of these files is required to use this web extension.]" }, + { + "author": "prozacgod", + "title": "ComfyUI Multi-Workspace", + "reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace", + "files": [ + "https://github.com/prozacgod/comfyui-pzc-multiworkspace" + ], + "install_type": "git-clone", + "description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI." + }, + { + "author": "Siberpone", + "title": "Lazy Pony Prompter", + "reference": "https://github.com/Siberpone/lazy-pony-prompter", + "files": [ + "https://github.com/Siberpone/lazy-pony-prompter" + ], + "install_type": "git-clone", + "description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)." + }, + @@ -4603,16 +4624,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "prozacgod", - "title": "ComfyUI Multi-Workspace", - "reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace", - "files": [ - "https://github.com/prozacgod/comfyui-pzc-multiworkspace" - ], - "install_type": "git-clone", - "description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 8714c4d..f66ed7a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1119,6 +1119,7 @@ "VHS_MergeImages", "VHS_MergeLatents", "VHS_MergeMasks", + "VHS_PruneOutputs", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", "VHS_SelectEveryNthMask", @@ -1794,6 +1795,19 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/Siberpone/lazy-pony-prompter": [ + [ + "LPP_Deleter", + "LPP_Derpibooru", + "LPP_E621", + "LPP_Loader_Derpibooru", + "LPP_Loader_E621", + "LPP_Saver" + ], + { + "title_aux": "Lazy Pony Prompter" + } + ], "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [ [ "Chatbox Overlay" @@ -2813,7 +2827,7 @@ "Aegisflow SDXL Tuple Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", - "Brightness & Contrast_Ally", + "Brightness_Contrast_Ally", "Gaussian Blur_Ally", "Image Flip_ally", "Placeholder Tuple", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 32be8b2..4db0979 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "prozacgod", + "title": "ComfyUI Multi-Workspace", + "reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace", + "files": [ + "https://github.com/prozacgod/comfyui-pzc-multiworkspace" + ], + "install_type": "git-clone", + "description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI." + }, + { + "author": "Siberpone", + "title": "Lazy Pony Prompter", + "reference": "https://github.com/Siberpone/lazy-pony-prompter", + "files": [ + "https://github.com/Siberpone/lazy-pony-prompter" + ], + "install_type": "git-clone", + "description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)." + }, { "author": "chaojie", "title": "ComfyUI-MotionCtrl-SVD", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8714c4d..f66ed7a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1119,6 +1119,7 @@ "VHS_MergeImages", "VHS_MergeLatents", "VHS_MergeMasks", + "VHS_PruneOutputs", "VHS_SelectEveryNthImage", "VHS_SelectEveryNthLatent", "VHS_SelectEveryNthMask", @@ -1794,6 +1795,19 @@ "title_aux": "SDXL_sizing" } ], + "https://github.com/Siberpone/lazy-pony-prompter": [ + [ + "LPP_Deleter", + "LPP_Derpibooru", + "LPP_E621", + "LPP_Loader_Derpibooru", + "LPP_Loader_E621", + "LPP_Saver" + ], + { + "title_aux": "Lazy Pony Prompter" + } + ], "https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [ [ "Chatbox Overlay" @@ -2813,7 +2827,7 @@ "Aegisflow SDXL Tuple Pass", "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", - "Brightness & Contrast_Ally", + "Brightness_Contrast_Ally", "Gaussian Blur_Ally", "Image Flip_ally", "Placeholder Tuple",