feat: add Fast Group Link node with corrected repository URLs

This commit is contained in:
FinetunersAI 2024-12-11 15:41:02 +02:00
parent 7f63e753d4
commit 066ea60f2b

View File

@ -19,10 +19,14 @@
"files": [ "files": [
"https://github.com/ltdrdata/ComfyUI-Impact-Pack" "https://github.com/ltdrdata/ComfyUI-Impact-Pack"
], ],
"pip": ["ultralytics==8.3.40"], "pip": [
"ultralytics==8.3.40"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.", "description": "This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.",
"preemptions":["SAMLoader"] "preemptions": [
"SAMLoader"
]
}, },
{ {
"author": "Dr.Lt.Data", "author": "Dr.Lt.Data",
@ -88,7 +92,7 @@
"files": [ "files": [
"https://github.com/Fannovel16/comfyui_controlnet_aux" "https://github.com/Fannovel16/comfyui_controlnet_aux"
], ],
"preemptions":[ "preemptions": [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimalPosePreprocessor", "AnimalPosePreprocessor",
"AnimeFace_SemSegPreprocessor", "AnimeFace_SemSegPreprocessor",
@ -137,7 +141,8 @@
"UniFormer-SemSegPreprocessor", "UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor", "Unimatch_OptFlowPreprocessor",
"Zoe-DepthMapPreprocessor", "Zoe-DepthMapPreprocessor",
"Zoe_DepthAnythingPreprocessor"], "Zoe_DepthAnythingPreprocessor"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Plug-and-play ComfyUI node sets for making ControlNet hint images." "description": "Plug-and-play ComfyUI node sets for making ControlNet hint images."
}, },
@ -316,7 +321,9 @@
"title": "WAS Node Suite", "title": "WAS Node Suite",
"id": "was", "id": "was",
"reference": "https://github.com/WASasquatch/was-node-suite-comfyui", "reference": "https://github.com/WASasquatch/was-node-suite-comfyui",
"pip": ["numba"], "pip": [
"numba"
],
"files": [ "files": [
"https://github.com/WASasquatch/was-node-suite-comfyui" "https://github.com/WASasquatch/was-node-suite-comfyui"
], ],
@ -383,7 +390,9 @@
"title": "SaltAI-Open-Resources", "title": "SaltAI-Open-Resources",
"id": "saltai-open-resource", "id": "saltai-open-resource",
"reference": "https://github.com/get-salt-AI/SaltAI", "reference": "https://github.com/get-salt-AI/SaltAI",
"pip": ["numba"], "pip": [
"numba"
],
"files": [ "files": [
"https://github.com/get-salt-AI/SaltAI" "https://github.com/get-salt-AI/SaltAI"
], ],
@ -563,7 +572,9 @@
"files": [ "files": [
"https://github.com/city96/SD-Latent-Upscaler" "https://github.com/city96/SD-Latent-Upscaler"
], ],
"pip": ["huggingface-hub"], "pip": [
"huggingface-hub"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Upscaling stable diffusion latents using a small neural network." "description": "Upscaling stable diffusion latents using a small neural network."
}, },
@ -575,7 +586,9 @@
"files": [ "files": [
"https://github.com/city96/ComfyUI_DiT" "https://github.com/city96/ComfyUI_DiT"
], ],
"pip": ["huggingface-hub"], "pip": [
"huggingface-hub"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]" "description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]"
}, },
@ -1138,7 +1151,9 @@
"IPAdapterWeightsFromStrategy", "IPAdapterWeightsFromStrategy",
"PrepImageForClipVision" "PrepImageForClipVision"
], ],
"pip": ["insightface"], "pip": [
"insightface"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy." "description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy."
}, },
@ -1324,7 +1339,10 @@
"files": [ "files": [
"https://github.com/andersxa/comfyui-PromptAttention" "https://github.com/andersxa/comfyui-PromptAttention"
], ],
"pip": ["scikit-learn", "matplotlib"], "pip": [
"scikit-learn",
"matplotlib"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt." "description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt."
}, },
@ -1332,7 +1350,9 @@
"author": "ArtVentureX", "author": "ArtVentureX",
"title": "AnimateDiff", "title": "AnimateDiff",
"reference": "https://github.com/ArtVentureX/comfyui-animatediff", "reference": "https://github.com/ArtVentureX/comfyui-animatediff",
"pip": ["flash_attn"], "pip": [
"flash_attn"
],
"files": [ "files": [
"https://github.com/ArtVentureX/comfyui-animatediff" "https://github.com/ArtVentureX/comfyui-animatediff"
], ],
@ -2369,7 +2389,9 @@
"https://github.com/Ttl/ComfyUi_NNLatentUpscale" "https://github.com/Ttl/ComfyUi_NNLatentUpscale"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"preemptions": ["NNLatentUpscale"], "preemptions": [
"NNLatentUpscale"
],
"description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding." "description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding."
}, },
{ {
@ -2421,7 +2443,9 @@
"title": "comfy_PoP", "title": "comfy_PoP",
"id": "pop", "id": "pop",
"reference": "https://github.com/picturesonpictures/comfy_PoP", "reference": "https://github.com/picturesonpictures/comfy_PoP",
"files": ["https://github.com/picturesonpictures/comfy_PoP"], "files": [
"https://github.com/picturesonpictures/comfy_PoP"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node." "description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node."
}, },
@ -3023,7 +3047,7 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-Florence2" "https://github.com/kijai/ComfyUI-Florence2"
], ],
"preemptions":[ "preemptions": [
"DownloadAndLoadFlorence2Lora", "DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model", "DownloadAndLoadFlorence2Model",
"Florence2ModelLoader", "Florence2ModelLoader",
@ -3095,7 +3119,7 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-segment-anything-2" "https://github.com/kijai/ComfyUI-segment-anything-2"
], ],
"preemptions":[ "preemptions": [
"DownloadAndLoadSAM2Model", "DownloadAndLoadSAM2Model",
"Florence2toCoordinates", "Florence2toCoordinates",
"Sam2AutoSegmentation", "Sam2AutoSegmentation",
@ -4532,9 +4556,13 @@
"author": "vanillacode314", "author": "vanillacode314",
"title": "Simple Wildcard", "title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], "files": [
"https://github.com/vanillacode314/SimpleWildcardsComfyUI"
],
"install_type": "git-clone", "install_type": "git-clone",
"pip": ["pipe"], "pip": [
"pipe"
],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
}, },
{ {
@ -4674,7 +4702,9 @@
"files": [ "files": [
"https://github.com/ningxiaoxiao/comfyui-NDI" "https://github.com/ningxiaoxiao/comfyui-NDI"
], ],
"pip": ["ndi-python"], "pip": [
"ndi-python"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams." "description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams."
}, },
@ -5501,7 +5531,9 @@
"title": "ComfyUI-Paint-by-Example", "title": "ComfyUI-Paint-by-Example",
"id": "paint-by-example", "id": "paint-by-example",
"reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example", "reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
"pip": ["diffusers"], "pip": [
"diffusers"
],
"files": [ "files": [
"https://github.com/Kangkang625/ComfyUI-paint-by-example" "https://github.com/Kangkang625/ComfyUI-paint-by-example"
], ],
@ -6419,7 +6451,9 @@
"files": [ "files": [
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock" "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock"
], ],
"pip": ["boto3"], "pip": [
"boto3"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline."
}, },
@ -8614,7 +8648,9 @@
"title": "ComfyUI-RGT", "title": "ComfyUI-RGT",
"id": "rgt", "id": "rgt",
"reference": "https://github.com/viperyl/ComfyUI-RGT", "reference": "https://github.com/viperyl/ComfyUI-RGT",
"pip": ["loguru"], "pip": [
"loguru"
],
"files": [ "files": [
"https://github.com/viperyl/ComfyUI-RGT" "https://github.com/viperyl/ComfyUI-RGT"
], ],
@ -10428,7 +10464,9 @@
"files": [ "files": [
"https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ" "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ"
], ],
"pip": ["git+https://github.com/IST-DASLab/marlin"], "pip": [
"git+https://github.com/IST-DASLab/marlin"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Quantization tools are from [a/https://github.com/casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ) and [a/https://github.com/IST-DASLab/marlin](https://github.com/IST-DASLab/marlin)\nOnly applicable to graphics cards with sm_80 and above (30 series and above)\nNeed to install marlin dependencies first" "description": "Quantization tools are from [a/https://github.com/casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ) and [a/https://github.com/IST-DASLab/marlin](https://github.com/IST-DASLab/marlin)\nOnly applicable to graphics cards with sm_80 and above (30 series and above)\nNeed to install marlin dependencies first"
}, },
@ -14193,8 +14231,7 @@
"title": "ControlAltAI Nodes", "title": "ControlAltAI Nodes",
"id": "controlaltai", "id": "controlaltai",
"reference": "https://github.com/gseth/ControlAltAI-Nodes", "reference": "https://github.com/gseth/ControlAltAI-Nodes",
"files": "files": [
[
"https://github.com/gseth/ControlAltAI-Nodes" "https://github.com/gseth/ControlAltAI-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
@ -15203,7 +15240,9 @@
"files": [ "files": [
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform" "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform"
], ],
"pip": ["zhipuai-platform-video"], "pip": [
"zhipuai-platform-video"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation."
}, },
@ -15528,7 +15567,11 @@
"https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy" "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy"
], ],
"description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions.", "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions.",
"tags": ["inpaint", "crop", "image"], "tags": [
"inpaint",
"crop",
"image"
],
"install_type": "git-clone" "install_type": "git-clone"
}, },
{ {
@ -15551,7 +15594,11 @@
"https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt" "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt"
], ],
"description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models.", "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models.",
"tags": ["Flux", "redux", "prompt"], "tags": [
"Flux",
"redux",
"prompt"
],
"install_type": "git-clone" "install_type": "git-clone"
}, },
{ {
@ -16367,7 +16414,9 @@
"files": [ "files": [
"https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS" "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS"
], ],
"pip": ["numpy<2"], "pip": [
"numpy<2"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise." "description": "The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise."
}, },
@ -17811,67 +17860,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI-3D-Covert is a 3D File Format Conversion Extension based on 3dconvert.nsdt.cloud-API. It provides a node ConvertTo3DFormat currently available, is a powerful tool designed to streamline the conversion of 3D models between a wide array of file formats." "description": "ComfyUI-3D-Covert is a 3D File Format Conversion Extension based on 3dconvert.nsdt.cloud-API. It provides a node ConvertTo3DFormat currently available, is a powerful tool designed to streamline the conversion of 3D models between a wide array of file formats."
}, },
{ {
"author": "Ser-Hilary", "author": "Ser-Hilary",
"title": "SDXL_sizing", "title": "SDXL_sizing",
@ -18159,7 +18147,9 @@
"files": [ "files": [
"https://raw.githubusercontent.com/Limbicnation/ComfyUIDepthEstimation/main/depth_estimation_node.py" "https://raw.githubusercontent.com/Limbicnation/ComfyUIDepthEstimation/main/depth_estimation_node.py"
], ],
"pip": ["transformers"], "pip": [
"transformers"
],
"install_type": "copy", "install_type": "copy",
"description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository." "description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
}, },
@ -18224,10 +18214,6 @@
"install_type": "copy", "install_type": "copy",
"description": "Extremely inspired and forked from: [a/https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge)" "description": "Extremely inspired and forked from: [a/https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge)"
}, },
{ {
"author": "theally", "author": "theally",
"title": "TheAlly's Custom Nodes", "title": "TheAlly's Custom Nodes",
@ -18274,7 +18260,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "FinetunersAI",
"title": "Fast Group Link",
"id": "fast-group-link",
"reference": "https://github.com/FinetunersAI/comfyui-fast-group-link",
"files": [
"https://github.com/FinetunersAI/comfyui-fast-group-link"
],
"install_type": "git-clone",
"description": "Link and control ComfyUI groups with a simple ON/OFF toggle. Control multiple groups at once with an easy-to-use interface."
} }
] ]
} }