diff --git a/custom-node-list.json b/custom-node-list.json index 84daf0b..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" @@ -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.]" }, @@ -5214,8 +5216,26 @@ "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" + }, + { + "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 b4881b5..490f227 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" @@ -4026,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" @@ -4209,6 +4231,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -5695,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [ @@ -8245,6 +8268,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..4df27db 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "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", + "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", @@ -32,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" @@ -669,56 +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." - }, - { - "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 b4881b5..490f227 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" @@ -4026,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" @@ -4209,6 +4231,7 @@ "LayerMask: MaskBoxDetect", "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", + "LayerMask: MaskEdgeUltraDetail", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -5695,7 +5718,7 @@ "DiffusersStableCascade" ], { - "title_aux": "ComfyUI-DiffusersStableCascade" + "title_aux": "ComfyUI StableCascade using diffusers" } ], "https://github.com/kijai/ComfyUI-KJNodes": [ @@ -8245,6 +8268,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",