From e64e23017c91c626d150d9b887cf51eadc2fdbca Mon Sep 17 00:00:00 2001 From: Yuvraj Seegolam Date: Thu, 15 Feb 2024 19:35:12 +0400 Subject: [PATCH 1/4] Add ComfyUI-Pronodes --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b..5d68fb3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5531,6 +5531,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + } ] } From af13cd6eb8f75ebf526d6749887687a8b90b211b Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:33:01 +0900 Subject: [PATCH 2/4] update DB --- custom-node-list.json | 2 ++ extension-node-map.json | 15 +++++++++++++++ node_db/new/extension-node-map.json | 15 +++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b..9d177f9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4381,6 +4381,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-3D-Pack" ], + "nodename_pattern": "^[Comfy3D]", "install_type": "git-clone", "description": "An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)\nNOTE: Pre-built python wheels can be download from [a/https://github.com/remsky/ComfyUI3D-Assorted-Wheels](https://github.com/remsky/ComfyUI3D-Assorted-Wheels)" }, @@ -4391,6 +4392,7 @@ "files": [ "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved" ], + "nodename_pattern": "^[AnimateAnyone]", "install_type": "git-clone", "description": "Improved AnimateAnyone implementation that allows you to use the opse image sequence and reference image to generate stylized video.\nThe current goal of this project is to achieve desired pose2video result with 1+FPS on GPUs that are equal to or better than RTX 3080!🚀\n[w/The torch environment may be compromised due to version issues as some torch-related packages are being reinstalled.]" }, diff --git a/extension-node-map.json b/extension-node-map.json index b4881b5..fa14ffa 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index b4881b5..fa14ffa 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1655,6 +1655,20 @@ "title_aux": "ComfyUI Slothful Attention" } ], + "https://github.com/MrForExample/ComfyUI-3D-Pack": [ + [], + { + "nodename_pattern": "^[Comfy3D]", + "title_aux": "ComfyUI-3D-Pack" + } + ], + "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": [ + [], + { + "nodename_pattern": "^[AnimateAnyone]", + "title_aux": "ComfyUI-AnimateAnyone-Evolved" + } + ], "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [ [ "LatentTravel" @@ -4209,6 +4223,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", From 01d3bd61a21253895c968dd16d5ef112f5f10f34 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:47:16 +0900 Subject: [PATCH 3/4] update DB --- custom-node-list.json | 23 ++++++++--------- extension-node-map.json | 8 ++++++ node_db/new/custom-node-list.json | 40 ++++++++--------------------- node_db/new/extension-node-map.json | 8 ++++++ 4 files changed, 37 insertions(+), 42 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e28514f..4f24f0b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5216,7 +5216,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." }, - + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + }, { @@ -5533,16 +5542,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "yuvraj108c", - "title": "ComfyUI-Pronodes", - "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", - "files": [ - "https://github.com/yuvraj108c/ComfyUI-Pronodes" - ], - "install_type": "git-clone", - "description": "A collection of nice utility nodes for ComfyUI" - } + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index fa14ffa..113301b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8260,6 +8260,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ + [ + "LoadYoutubeVideo" + ], + { + "title_aux": "ComfyUI-Pronodes" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4034898..33fce64 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Pronodes", + "reference": "https://github.com/yuvraj108c/ComfyUI-Pronodes", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Pronodes" + ], + "install_type": "git-clone", + "description": "A collection of nice utility nodes for ComfyUI" + }, { "author": "pkpkTech", "title": "ComfyUI-SaveQueues", @@ -689,36 +699,6 @@ ], "install_type": "git-clone", "description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects." - }, - { - "author": "pkpkTech", - "title": "ComfyUI-ngrok", - "reference": "https://github.com/pkpkTech/ComfyUI-ngrok", - "files": [ - "https://github.com/pkpkTech/ComfyUI-ngrok" - ], - "install_type": "git-clone", - "description": "Use ngrok to allow external access to ComfyUI.\nNOTE: Need to manually modify a token inside the __init__.py file." - }, - { - "author": "Daniel Lewis", - "title": "ComfyUI-TTS", - "reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS", - "files": [ - "https://github.com/daniel-lewis-ab/ComfyUI-TTS" - ], - "install_type": "git-clone", - "description": "Text To Speech (TTS) for ComfyUI" - }, - { - "author": "thecooltechguy", - "title": "ComfyUI-ComfyWorkflows", - "reference": "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows", - "files": [ - "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows" - ], - "install_type": "git-clone", - "description": "The best way to run, share, & discover thousands of ComfyUI workflows." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fa14ffa..113301b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -8260,6 +8260,14 @@ "title_aux": "tdxh_node_comfyui" } ], + "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ + [ + "LoadYoutubeVideo" + ], + { + "title_aux": "ComfyUI-Pronodes" + } + ], "https://github.com/yuvraj108c/ComfyUI-Whisper": [ [ "Add Subtitles To Background", From 11d624f7c40cc44ca1388ec422a060339b377dcf Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Fri, 16 Feb 2024 09:56:17 +0900 Subject: [PATCH 4/4] update DB --- custom-node-list.json | 13 ++++++++++-- extension-node-map.json | 10 ++++++++- node_db/new/custom-node-list.json | 32 ++++++++++------------------- node_db/new/extension-node-map.json | 10 ++++++++- 4 files changed, 40 insertions(+), 25 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4f24f0b..ed6e506 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2319,7 +2319,7 @@ }, { "author": "kijai", - "title": "ComfyUI-DiffusersStableCascade", + "title": "ComfyUI StableCascade using diffusers", "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", "files": [ "https://github.com/kijai/ComfyUI-DiffusersStableCascade" @@ -5226,7 +5226,16 @@ "install_type": "git-clone", "description": "A collection of nice utility nodes for ComfyUI" }, - + { + "author": "ccvv804", + "title": "ComfyUI StableCascade using diffusers for Low VRAM", + "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", + "files": [ + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" + ], + "install_type": "git-clone", + "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index 113301b..490f227 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4040,6 +4040,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -5710,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [ diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 33fce64..4df27db 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "ccvv804", + "title": "ComfyUI StableCascade using diffusers for Low VRAM", + "reference": "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM", + "files": [ + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM" + ], + "install_type": "git-clone", + "description": "Works with RTX 4070ti 12GB.\nSimple quick wrapper for [a/https://huggingface.co/stabilityai/stable-cascade](https://huggingface.co/stabilityai/stable-cascade)\nComfy is going to implement this properly soon, this repo is just for quick testing for the impatient!" + }, { "author": "yuvraj108c", "title": "ComfyUI-Pronodes", @@ -42,7 +52,7 @@ }, { "author": "kijai", - "title": "ComfyUI-DiffusersStableCascade", + "title": "ComfyUI StableCascade using diffusers", "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", "files": [ "https://github.com/kijai/ComfyUI-DiffusersStableCascade" @@ -679,26 +689,6 @@ ], "install_type": "git-clone", "description": "Unofficial implementation of [a/InstantID](https://github.com/InstantID/InstantID) for ComfyUI" - }, - { - "author": "FlyingFireCo", - "title": "tiled_ksampler", - "reference": "https://github.com/FlyingFireCo/tiled_ksampler", - "files": [ - "https://github.com/FlyingFireCo/tiled_ksampler" - ], - "install_type": "git-clone", - "description": "Nodes:Tiled KSampler, Asymmetric Tiled KSampler, Circular VAEDecode." - }, - { - "author": "abdozmantar", - "title": "InstaSwap Face Swap Node for ComfyUI", - "reference": "https://github.com/abdozmantar/ComfyUI-InstaSwap", - "files": [ - "https://github.com/abdozmantar/ComfyUI-InstaSwap" - ], - "install_type": "git-clone", - "description": "Fastest Face Swap Extension Node for ComfyUI, Single node and FastTrack: Lightning-Speed Facial Transformation for your projects." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 113301b..490f227 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4040,6 +4040,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/ccvv804/ComfyUI-DiffusersStableCascade-LowVRAM": [ + [ + "DiffusersStableCascade" + ], + { + "title_aux": "ComfyUI StableCascade using diffusers for Low VRAM" + } + ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -5710,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [