From 246c3ca6adfce4ce5b22b32e00b4fbaa14aeabd2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 17 Oct 2023 16:46:20 +0900 Subject: [PATCH] update DB --- __init__.py | 2 +- extension-node-map.json | 15 +++++++++++++-- node_db/dev/custom-node-list.json | 10 ---------- node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 15 +++++++++++++-- 5 files changed, 37 insertions(+), 15 deletions(-) diff --git a/__init__.py b/__init__.py index 7f0c958..2174daf 100644 --- a/__init__.py +++ b/__init__.py @@ -56,7 +56,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.35.1)") +print("### Loading: ComfyUI-Manager (V0.36)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" diff --git a/extension-node-map.json b/extension-node-map.json index 247c06c..733b81d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1709,11 +1709,13 @@ "AudioToAmplitudeGraph", "AudioToFFTs", "BatchAmplitudeSchedule", + "ClipAmplitude", "GateNormalizedAmplitude", "LoadAudio", "NormalizeAmplitude", "NormalizedAmplitudeToGraph", - "NormalizedAmplitudeToNumber" + "NormalizedAmplitudeToNumber", + "TransientAmplitudeBasic" ], { "title_aux": "ComfyUI-AudioScheduler" @@ -2115,7 +2117,8 @@ ], "https://github.com/chrisgoringe/cg-image-picker": [ [ - "Preview Chooser" + "Preview Chooser", + "Preview Chooser Fabric" ], { "title_aux": "Image chooser" @@ -3914,6 +3917,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/zer0TF/cute-comfy": [ + [ + "Cute.Placeholder" + ], + { + "title_aux": "Cute Comfy" + } + ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ [ "SDXLAspectRatio" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ff97a04..4a16da0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,15 +1,5 @@ { "custom_nodes": [ - { - "author": "zer0TF", - "title": "💜 Cute Comfy 💜", - "reference": "https://github.com/zer0TF/cute-comfy", - "files": [ - "https://github.com/zer0TF/cute-comfy" - ], - "install_type": "git-clone", - "description": "Nodes:RetainFace, FaceFusion, RatioMerge2Image, MaskMerge2Image, ReplaceBoxImg, ExpandMaskBox, FaceSkin, SkinRetouching, PortraitEnhancement, ..." - }, { "author": "Fannovel16", "title": "ComfyUI MotionDiff", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 0e24b69..6e3ea14 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "zer0TF", + "title": "Cute Comfy", + "reference": "https://github.com/zer0TF/cute-comfy", + "files": [ + "https://github.com/zer0TF/cute-comfy" + ], + "install_type": "git-clone", + "description": "Adds a configurable folder watcher that auto-converts Comfy metadata into a Civitai-friendly format for automatic resource tagging when you upload images. Oh, and it makes your UI awesome, too. 💜" + }, { "author": "xXAdonesXx", "title": "NodeGPT", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 247c06c..733b81d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1709,11 +1709,13 @@ "AudioToAmplitudeGraph", "AudioToFFTs", "BatchAmplitudeSchedule", + "ClipAmplitude", "GateNormalizedAmplitude", "LoadAudio", "NormalizeAmplitude", "NormalizedAmplitudeToGraph", - "NormalizedAmplitudeToNumber" + "NormalizedAmplitudeToNumber", + "TransientAmplitudeBasic" ], { "title_aux": "ComfyUI-AudioScheduler" @@ -2115,7 +2117,8 @@ ], "https://github.com/chrisgoringe/cg-image-picker": [ [ - "Preview Chooser" + "Preview Chooser", + "Preview Chooser Fabric" ], { "title_aux": "Image chooser" @@ -3914,6 +3917,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/zer0TF/cute-comfy": [ + [ + "Cute.Placeholder" + ], + { + "title_aux": "Cute Comfy" + } + ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ [ "SDXLAspectRatio"