From 1d825f5f4de901ea512661ff5be599fe2774f8fb Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 28 Aug 2023 15:37:39 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 12 +++++++++++- extension-node-map.json | 8 ++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 8 ++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 91f67e7..e793f31 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1300,7 +1300,7 @@ "https://github.com/laksjdjf/attention-couple-ComfyUI" ], "install_type": "git-clone", - "description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet. (a.k.a. regional prompt)" + "description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet." }, { "author": "alsritter", @@ -1730,6 +1730,16 @@ "install_type": "copy", "description": "Nodes: QRNG Node CSV. A node that takes in an array of random numbers from the ANU QRNG API and stores them locally for generating quantum random number noise_seeds in ComfyUI" }, + { + "author": "ntdviet", + "title": "ntdviet/comfyui-ext", + "reference": "https://github.com/ntdviet/comfyui-ext", + "files": [ + "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py" + ], + "install_type": "copy", + "description": "Nodes:LatentGarbageCollector. This ComfyUI custom node flushes the GPU cache and empty cuda interprocess memory. It's helpfull for low memory environment such as the free Google Colab, especially when the workflow VAE decode latents of the size above 1500x1500." + }, { "author": "theally", "title": "TheAlly's Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index a057244..0bd0b48 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2089,6 +2089,14 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [ + [ + "gcLatentTunnel" + ], + { + "title_aux": "ntdviet/comfyui-ext" + } + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index c064e89..2039a45 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "ntdviet", + "title": "ntdviet/comfyui-ext", + "reference": "https://github.com/ntdviet/comfyui-ext", + "files": [ + "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py" + ], + "install_type": "copy", + "description": "Nodes:LatentGarbageCollector. This ComfyUI custom node flushes the GPU cache and empty cuda interprocess memory. It's helpfull for low memory environment such as the free Google Colab, especially when the workflow VAE decode latents of the size above 1500x1500." + }, { "author": "laksjdjf", "title": "attention-couple-ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a057244..0bd0b48 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2089,6 +2089,14 @@ "title_aux": "comfyUI_Nodes_nicolai256" } ], + "https://github.com/ntdviet/comfyui-ext/raw/main/custom_nodes/gcLatentTunnel/gcLatentTunnel.py": [ + [ + "gcLatentTunnel" + ], + { + "title_aux": "ntdviet/comfyui-ext" + } + ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O",