diff --git a/__init__.py b/__init__.py index ab8d62f8..21554290 100644 --- a/__init__.py +++ b/__init__.py @@ -29,7 +29,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 10, 2] +version = [2, 8, 3] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") @@ -39,22 +39,6 @@ comfy_ui_hash = "-" cache_lock = threading.Lock() -def is_blacklisted(name): - name = name.strip() - - pattern = r'([^<>!=]+)([<>!=]=?)' - match = re.search(pattern, name) - - if match: - name = match.group(1) - - if name in cm_global.pip_downgrade_blacklist: - if match is None or match.group(2) in ['<=', '==', '<']: - return True - - return False - - def handle_stream(stream, prefix): stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace') for msg in stream: @@ -194,7 +178,6 @@ def write_config(): 'component_policy': get_config()['component_policy'], 'double_click_policy': get_config()['double_click_policy'], 'windows_selector_event_loop_policy': get_config()['windows_selector_event_loop_policy'], - 'model_download_by_agent': get_config()['model_download_by_agent'] } with open(config_path, 'w') as configfile: config.write(configfile) @@ -218,7 +201,6 @@ def read_config(): 'component_policy': default_conf['component_policy'] if 'component_policy' in default_conf else 'workflow', 'double_click_policy': default_conf['double_click_policy'] if 'double_click_policy' in default_conf else 'copy-all', 'windows_selector_event_loop_policy': default_conf['windows_selector_event_loop_policy'] if 'windows_selector_event_loop_policy' in default_conf else False, - 'model_download_by_agent': default_conf['model_download_by_agent'] if 'model_download_by_agent' in default_conf else False, } except Exception: @@ -233,8 +215,7 @@ def read_config(): 'default_ui': 'none', 'component_policy': 'workflow', 'double_click_policy': 'copy-all', - 'windows_selector_event_loop_policy': False, - 'model_download_by_agent': False, + 'windows_selector_event_loop_policy': False } @@ -302,12 +283,6 @@ def try_install_script(url, repo_path, install_cmd): return True else: - if len(install_cmd) == 5 and install_cmd[2:4] == ['pip', 'install']: - if is_blacklisted(install_cmd[4]): - print(f"[ComfyUI-Manager] skip black listed pip installation: '{install_cmd[4]}'") - return True - - print(f"\n## ComfyUI-Manager: EXECUTE => {install_cmd}") code = run_script(install_cmd, cwd=repo_path) @@ -547,17 +522,16 @@ def git_pull(path): else: repo = git.Repo(path) + print(f"path={path} / repo.is_dirty: {repo.is_dirty()}") + if repo.is_dirty(): repo.git.stash() if repo.head.is_detached: switch_to_default_branch(repo) - current_branch = repo.active_branch - remote_name = current_branch.tracking_branch().remote_name - remote = repo.remote(name=remote_name) - - remote.pull() + origin = repo.remote(name='origin') + origin.pull() repo.git.submodule('update', '--init', '--recursive') repo.close() @@ -1712,11 +1686,7 @@ async def update_comfyui(request): current_branch = repo.active_branch branch_name = current_branch.name - if current_branch.tracking_branch() is None: - print(f"[ComfyUI-Manager] There is no tracking branch ({current_branch})") - remote_name = 'origin' - else: - remote_name = current_branch.tracking_branch().remote_name + remote_name = current_branch.tracking_branch().remote_name remote = repo.remote(name=remote_name) try: @@ -1785,7 +1755,8 @@ async def install_model(request): print(f"Install model '{json_data['name']}' into '{model_path}'") model_url = json_data['url'] - if not get_config()['model_download_by_agent'] and (model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de')): + + if model_url.startswith('https://github.com') or model_url.startswith('https://huggingface.co') or model_url.startswith('https://heibox.uni-heidelberg.de'): model_dir = get_model_dir(json_data) download_url(model_url, model_dir, filename=json_data['filename']) diff --git a/custom-node-list.json b/custom-node-list.json index 04eb8440..d928c361 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -59,56 +59,6 @@ "files": [ "https://github.com/Fannovel16/comfyui_controlnet_aux" ], - "preemptions":[ - "AIO_Preprocessor", - "AnimalPosePreprocessor", - "AnimeFace_SemSegPreprocessor", - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "DSINE-NormalMapPreprocessor", - "DWPreprocessor", - "DensePosePreprocessor", - "DepthAnythingPreprocessor", - "DiffusionEdge_Preprocessor", - "FacialPartColoringFromPoseKps", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "HintImageEnchance", - "ImageGenResolutionFromImage", - "ImageGenResolutionFromLatent", - "ImageIntensityDetector", - "ImageLuminanceDetector", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "LineartStandardPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime_LineArt_Preprocessor", - "MaskOptFlow", - "MediaPipe-FaceMeshPreprocessor", - "MeshGraphormer-DepthMapPreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "PixelPerfectResolution", - "SAMPreprocessor", - "SavePoseKpsAsJsonFile", - "ScribblePreprocessor", - "Scribble_XDoG_Preprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TEEDPreprocessor", - "TilePreprocessor", - "UniFormer-SemSegPreprocessor", - "Unimatch_OptFlowPreprocessor", - "Zoe-DepthMapPreprocessor", - "Zoe_DepthAnythingPreprocessor"], "install_type": "git-clone", "description": "This is a rework of comfyui_controlnet_preprocessors based on ControlNet auxiliary models by 🤗. I think the old repo isn't good enough to maintain. All old workflow will still be work with this repo but the version option won't do anything. Almost all v1 preprocessors are replaced by v1.1 except those doesn't appear in v1.1. [w/NOTE: Please refrain from using the controlnet preprocessor alongside this installation, as it may lead to conflicts and prevent proper recognition.]" }, @@ -347,17 +297,6 @@ "install_type": "git-clone", "description": "Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes." }, - { - "author": "SaltAI", - "title": "SaltAI-Open-Resources", - "reference": "https://github.com/get-salt-AI/SaltAI", - "pip": ["numba"], - "files": [ - "https://github.com/get-salt-AI/SaltAI" - ], - "install_type": "git-clone", - "description": "This repository is a collection of open-source nodes and workflows for ComfyUI, a dev tool that allows users to create node-based workflows often powered by various AI models to do pretty much anything.\nOur mission is to seamlessly connect people and organizations with the world’s foremost AI innovations, anywhere, anytime. Our vision is to foster a flourishing AI ecosystem where the world’s best developers can build and share their work, thereby redefining how software is made, pushing innovation forward, and ensuring as many people as possible can benefit from the positive promise of AI technologies.\nWe believe that ComfyUI is a powerful tool that can help us achieve our mission and vision, by enabling anyone to explore the possibilities and limitations of AI models in a visual and interactive way, without coding if desired.\nWe hope that by sharing our nodes and workflows, we can inspire and empower more people to create amazing AI-powered content with ComfyUI." - }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -723,6 +662,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A." }, + { + "author": "ssitu", + "title": "NestedNodeBuilder", + "reference": "https://github.com/ssitu/ComfyUI_NestedNodeBuilder", + "files": [ + "https://github.com/ssitu/ComfyUI_NestedNodeBuilder" + ], + "install_type": "git-clone", + "description": "This extension provides the ability to combine multiple nodes into a single node." + }, { "author": "ssitu", "title": "Restart Sampling", @@ -874,16 +823,6 @@ "install_type": "git-clone", "description": "An 'opinionated' Wave Function Collapse implementation with a set of nodes for comfyui" }, - { - "author": "bmad4ever", - "title": "comfyui_quilting", - "reference": "https://github.com/bmad4ever/comfyui_quilting", - "files": [ - "https://github.com/bmad4ever/comfyui_quilting" - ], - "install_type": "git-clone", - "description": "image and latent quilting nodes for comfyui" - }, { "author": "FizzleDorf", "title": "FizzNodes", @@ -1669,16 +1608,6 @@ "install_type": "git-clone", "description": "Improve the interactive experience of using ComfyUI, such as making the loading of ComfyUI models more intuitive and making it easier to create model thumbnails" }, - { - "author": "AIGODLIKE", - "title": "ComfyUI-CUP", - "reference": "https://github.com/AIGODLIKE/ComfyUI-CUP", - "files": [ - "https://github.com/AIGODLIKE/ComfyUI-CUP" - ], - "install_type": "git-clone", - "description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon." - }, { "author": "syllebra", "title": "BilboX's ComfyUI Custom Nodes", @@ -1769,26 +1698,6 @@ "install_type": "git-clone", "description": "This extension node is intended for the use of LCM conversion for SSD-1B-anime. It does not guarantee operation with the original LCM (as it cannot load weights in the current version). To take advantage of fast generation with LCM, a node for using TAESD as a decoder is also provided. This is inspired by ComfyUI-OtherVAEs." }, - { - "author": "laksjdjf", - "title": "LoRTnoC-ComfyUI", - "reference": "https://github.com/laksjdjf/LoRTnoC-ComfyUI", - "files": [ - "https://github.com/laksjdjf/LoRTnoC-ComfyUI" - ], - "install_type": "git-clone", - "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" - }, - { - "author": "laksjdjf", - "title": "Batch-Condition-ComfyUI", - "reference": "https://github.com/laksjdjf/Batch-Condition-ComfyUI", - "files": [ - "https://github.com/laksjdjf/Batch-Condition-ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String" - }, { "author": "alsritter", "title": "asymmetric-tiling-comfyui", @@ -2449,26 +2358,6 @@ "install_type": "git-clone", "description": "Moondream image to text query node with batch support" }, - { - "author": "kijai", - "title": "ComfyUI-SUPIR", - "reference": "https://github.com/kijai/ComfyUI-SUPIR", - "files": [ - "https://github.com/kijai/ComfyUI-SUPIR" - ], - "install_type": "git-clone", - "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" - }, - { - "author": "kijai", - "title": "ComfyUI-DynamiCrafterWrapper", - "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", - "files": [ - "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" - ], - "install_type": "git-clone", - "description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI" - }, { "author": "hhhzzyang", "title": "Comfyui-Lama", @@ -2659,16 +2548,6 @@ "install_type": "git-clone", "description": "Nodes:Word Cloud, Load Text File" }, - { - "author": "chflame163", - "title": "ComfyUI Layer Style", - "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", - "files": [ - "https://github.com/chflame163/ComfyUI_LayerStyle" - ], - "install_type": "git-clone", - "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." - }, { "author": "drustan-hawk", "title": "primitive-types", @@ -3272,16 +3151,6 @@ "install_type": "git-clone", "description": "Nodes:YouTube Video Loader. Custom ComfyUI Nodes for video generation" }, - { - "author": "ZHO-ZHO-ZHO", - "title": "APISR IN COMFYUI", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of APISR for ComfyUI, both image and video" - }, { "author": "ZHO-ZHO-ZHO", "title": "ComfyUI-Text_Image-Composite [WIP]", @@ -3382,26 +3251,6 @@ "install_type": "git-clone", "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-PixArt-alpha-Diffusers", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI" - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-BRIA_AI-RMBG", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." - }, { "author": "kenjiqq", "title": "qq-nodes-comfyui", @@ -4378,10 +4227,10 @@ }, { "author": "Ryuukeisyou", - "title": "comfyui_io_helpers", - "reference": "https://github.com/Ryuukeisyou/comfyui_io_helpers", + "title": "comfyui_image_io_helpers", + "reference": "https://github.com/Ryuukeisyou/comfyui_image_io_helpers", "files": [ - "https://github.com/Ryuukeisyou/comfyui_io_helpers" + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers" ], "install_type": "git-clone", "description": "Nodes:ImageLoadFromBase64, ImageLoadByPath, ImageLoadAsMaskByPath, ImageSaveToPath, ImageSaveAsBase64." @@ -4396,26 +4245,6 @@ "install_type": "git-clone", "description": "This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI." }, - { - "author": "flowtyone", - "title": "ComfyUI-Flowty-TripoSR", - "reference": "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR", - "files": [ - "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR" - ], - "install_type": "git-clone", - "description": "This is a custom node that lets you use TripoSR right from ComfyUI.\n[a/TripoSR](https://github.com/VAST-AI-Research/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, collaboratively developed by Tripo AI and Stability AI. (TL;DR it creates a 3d model from an image.)" - }, - { - "author": "flowtyone", - "title": "ComfyUI-Flowty-CRM", - "reference": "https://github.com/flowtyone/ComfyUI-Flowty-CRM", - "files": [ - "https://github.com/flowtyone/ComfyUI-Flowty-CRM" - ], - "install_type": "git-clone", - "description": "This is a custom node that lets you use Convolutional Reconstruction Models right from ComfyUI.\n[a/CRM](https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/) is a high-fidelity feed-forward single image-to-3D generative model." - }, { "author": "massao000", "title": "ComfyUI_aspect_ratios", @@ -4456,36 +4285,6 @@ "install_type": "git-clone", "description": "Nodes:3D Pose Editor" }, - { - "author": "chaojie", - "title": "ComfyUI-Open-Sora", - "reference": "https://github.com/chaojie/ComfyUI-Open-Sora", - "files": [ - "https://github.com/chaojie/ComfyUI-Open-Sora" - ], - "install_type": "git-clone", - "description": "ComfyUI Open Sora" - }, - { - "author": "chaojie", - "title": "ComfyUI-Trajectory", - "reference": "https://github.com/chaojie/ComfyUI-Trajectory", - "files": [ - "https://github.com/chaojie/ComfyUI-Trajectory" - ], - "install_type": "git-clone", - "description": "ComfyUI Trajectory" - }, - { - "author": "chaojie", - "title": "ComfyUI-dust3r", - "reference": "https://github.com/chaojie/ComfyUI-dust3r", - "files": [ - "https://github.com/chaojie/ComfyUI-dust3r" - ], - "install_type": "git-clone", - "description": "ComfyUI dust3r" - }, { "author": "chaojie", "title": "ComfyUI-Gemma", @@ -4556,16 +4355,6 @@ "install_type": "git-clone", "description": "Nodes: Download the weights of MotionCtrl-SVD [a/motionctrl_svd.ckpt](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl_svd.ckpt) and put it to ComfyUI/models/checkpoints" }, - { - "author": "chaojie", - "title": "ComfyUI-DragAnything", - "reference": "https://github.com/chaojie/ComfyUI-DragAnything", - "files": [ - "https://github.com/chaojie/ComfyUI-DragAnything" - ], - "install_type": "git-clone", - "description": "DragAnything" - }, { "author": "chaojie", "title": "ComfyUI-DragNUWA", @@ -4938,6 +4727,16 @@ "install_type": "git-clone", "description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)." }, + { + "author": "chflame163", + "title": "ComfyUI Layer Style", + "reference": "https://github.com/chflame163/ComfyUI_LayerStyle", + "files": [ + "https://github.com/chflame163/ComfyUI_LayerStyle" + ], + "install_type": "git-clone", + "description": "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress." + }, { "author": "dave-palt", "title": "comfyui_DSP_imagehelpers", @@ -5058,6 +4857,16 @@ "install_type": "git-clone", "description": "Custom node for ComfyUI that makes parts of the image transparent (face, background...)" }, + { + "author": "Abdullah Ozmantar", + "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": "A quick and easy ComfyUI custom nodes for ultra-quality, lightning-speed face swapping of humans." + }, { "author": "FlyingFireCo", "title": "tiled_ksampler", @@ -5098,26 +4907,6 @@ "install_type": "git-clone", "description": "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction" }, - { - "author": "gokayfem", - "title": "ComfyUI-Dream-Interpreter", - "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", - "files": [ - "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" - ], - "install_type": "git-clone", - "description": "Tell your dream and it interprets it and puts you inside your dream" - }, - { - "author": "gokayfem", - "title": "ComfyUI-Depth-Visualization", - "reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization", - "files": [ - "https://github.com/gokayfem/ComfyUI-Depth-Visualization" - ], - "install_type": "git-clone", - "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" - }, { "author": "Hiero207", "title": "ComfyUI-Hiero-Nodes", @@ -5268,16 +5057,6 @@ "install_type": "git-clone", "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" }, - { - "author": "StartHua", - "title": "ComfyUI_OOTDiffusion_CXH", - "reference": "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH", - "files": [ - "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH" - ], - "install_type": "git-clone", - "description": "Nodes:Ood_hd_CXH, Ood_hd_CXH. [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion)" - }, { "author": "ricklove", "title": "comfyui-ricklove", @@ -5328,16 +5107,6 @@ "install_type": "git-clone", "description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos." }, - { - "author": "Chan-0312", - "title": "ComfyUI-EasyDeforum", - "reference": "https://github.com/Chan-0312/ComfyUI-EasyDeforum", - "files": [ - "https://github.com/Chan-0312/ComfyUI-EasyDeforum" - ], - "install_type": "git-clone", - "description": "Nodes:Easy2DDeforum (Chan)" - }, { "author": "trumanwong", "title": "ComfyUI-NSFW-Detection", @@ -5388,16 +5157,6 @@ "install_type": "git-clone", "description": "Clip text encoder with BREAK formatting like A1111 (uses conditioning concat)" }, - { - "author": "dfl", - "title": "ComfyUI-TCD-scheduler", - "reference": "https://github.com/dfl/comfyui-tcd-scheduler", - "files": [ - "https://github.com/dfl/comfyui-tcd-scheduler" - ], - "install_type": "git-clone", - "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" - }, { "author": "MarkoCa1", "title": "ComfyUI_Segment_Mask", @@ -5898,409 +5657,6 @@ "install_type": "git-clone", "description": "Nodes:Webcam Capture" }, - { - "author": "huchenlei", - "title": "ComfyUI-layerdiffuse (layerdiffusion)", - "reference": "https://github.com/huchenlei/ComfyUI-layerdiffuse", - "files": [ - "https://github.com/huchenlei/ComfyUI-layerdiffuse" - ], - "install_type": "git-clone", - "description": "ComfyUI implementation of [a/LayerDiffusion](https://github.com/layerdiffusion/LayerDiffusion)." - }, - { - "author": "nathannlu", - "title": "ComfyUI Pets", - "reference": "https://github.com/nathannlu/ComfyUI-Pets", - "files": [ - "https://github.com/nathannlu/ComfyUI-Pets" - ], - "install_type": "git-clone", - "description": "Play with your pet while your workflow generates!" - }, - { - "author": "nathannlu", - "title": "Comfy Cloud", - "reference": "https://github.com/nathannlu/ComfyUI-Cloud", - "files": [ - "https://github.com/nathannlu/ComfyUI-Cloud" - ], - "install_type": "git-clone", - "description": "Run your workflow using cloud GPU resources, from your local ComfyUI.\nNOTE:After you first install the plugin...\nThe first time you click 'generate', you will be prompted to log into your account.Subsequent generations after the first is faster (the first run it takes a while to process your workflow). Once those two steps have been completed, you will be able to seamlessly generate your workflow on the cloud!" - }, - { - "author": "11dogzi", - "title": "Comfyui-ergouzi-Nodes", - "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", - "files": [ - "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" - ], - "install_type": "git-clone", - "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" - }, - { - "author": "BXYMartin", - "title": "Comfyui-ergouzi-Nodes", - "reference": "https://github.com/BXYMartin/ComfyUI-InstantIDUtils", - "files": [ - "https://github.com/BXYMartin/ComfyUI-InstantIDUtils" - ], - "install_type": "git-clone", - "description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL" - }, - { - "author": "cdb-boop", - "title": "comfyui-image-round", - "reference": "https://github.com/cdb-boop/comfyui-image-round", - "files": [ - "https://github.com/cdb-boop/comfyui-image-round" - ], - "install_type": "git-clone", - "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." - }, - { - "author": "cdb-boop", - "title": "ComfyUI Bringing Old Photos Back to Life", - "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", - "files": [ - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" - ], - "install_type": "git-clone", - "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." - }, - { - "author": "atmaranto", - "title": "SaveAsScript", - "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", - "files": [ - "https://github.com/atmaranto/ComfyUI-SaveAsScript" - ], - "install_type": "git-clone", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." - }, - { - "author": "meshmesh-io", - "title": "mm-comfyui-megamask", - "reference": "https://github.com/meshmesh-io/mm-comfyui-megamask", - "files": [ - "https://github.com/meshmesh-io/mm-comfyui-megamask" - ], - "install_type": "git-clone", - "description": "Nodes:ColorListMaskToImage, FlattenAndCombineMaskImages" - }, - { - "author": "meshmesh-io", - "title": "mm-comfyui-loopback", - "reference": "https://github.com/meshmesh-io/mm-comfyui-loopback", - "files": [ - "https://github.com/meshmesh-io/mm-comfyui-loopback" - ], - "install_type": "git-clone", - "description": "Nodes:Loop, LoopStart, LoopEnd, LoopStart_SEGIMAGE, LoopEnd_SEGIMAGE" - }, - { - "author": "meshmesh-io", - "title": "ComfyUI-MeshMesh", - "reference": "https://github.com/meshmesh-io/ComfyUI-MeshMesh", - "files": [ - "https://github.com/meshmesh-io/ComfyUI-MeshMesh" - ], - "install_type": "git-clone", - "description": "Nodes:Masks to Colored Masks, Color Picker" - }, - { - "author": "CozyMantis", - "title": "Cozy Human Parser", - "reference": "https://github.com/cozymantis/human-parser-comfyui-node", - "files": [ - "https://github.com/cozymantis/human-parser-comfyui-node" - ], - "install_type": "git-clone", - "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." - }, - { - "author": "CozyMantis", - "title": "Cozy Reference Pose Generator", - "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", - "files": [ - "https://github.com/cozymantis/pose-generator-comfyui-node" - ], - "install_type": "git-clone", - "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." - }, - { - "author": "CozyMantis", - "title": "Cozy Utils", - "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", - "files": [ - "https://github.com/cozymantis/cozy-utils-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." - }, - { - "author": "vivax3794", - "title": "ComfyUI-Vivax-Nodes", - "reference": "https://github.com/vivax3794/ComfyUI-Vivax-Nodes", - "files": [ - "https://github.com/vivax3794/ComfyUI-Vivax-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Inspect, Any String, Model From URL" - }, - { - "author": "victorchall", - "title": "Comfyui Webcam capture node", - "reference": "https://github.com/victorchall/comfyui_webcamcapture", - "files": [ - "https://github.com/victorchall/comfyui_webcamcapture" - ], - "install_type": "git-clone", - "description": "This node captures images one at a time from your webcam when you click generate.\nThis is particular useful for img2img or controlnet workflows.\nNOTE:This node will take over your webcam, so if you have another program using it, you may need to close that program first. Likewise, you may need to close Comfyui or close the workflow to release the webcam." - }, - { - "author": "ljleb", - "title": "comfy-mecha", - "reference": "https://github.com/ljleb/comfy-mecha", - "files": [ - "https://github.com/ljleb/comfy-mecha" - ], - "install_type": "git-clone", - "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe" - }, - { - "author": "diSty", - "title": "ComfyUI Frame Maker", - "reference": "https://github.com/diStyApps/ComfyUI_FrameMaker", - "files": [ - "https://github.com/diStyApps/ComfyUI_FrameMaker" - ], - "install_type": "git-clone", - "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." - }, - { - "author": "hackkhai", - "title": "ComfyUI-Image-Matting", - "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", - "files": [ - "https://github.com/hackkhai/ComfyUI-Image-Matting" - ], - "install_type": "git-clone", - "description": "This node improves the quality of the image mask. more suitable for image composite matting" - }, - { - "author": "Pos13", - "title": "Cyclist", - "reference": "https://github.com/Pos13/comfyui-cyclist", - "files": [ - "https://github.com/Pos13/comfyui-cyclist" - ], - "install_type": "git-clone", - "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." - }, - { - "author": "ExponentialML", - "title": "ComfyUI_ModelScopeT2V", - "reference": "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V", - "files": [ - "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V" - ], - "install_type": "git-clone", - "description": "Allows native usage of ModelScope based Text To Video Models in ComfyUI" - }, - { - "author": "angeloshredder", - "title": "StableCascadeResizer", - "reference": "https://github.com/angeloshredder/StableCascadeResizer", - "files": [ - "https://github.com/angeloshredder/StableCascadeResizer" - ], - "install_type": "git-clone", - "description": "Nodes:Cascade_Resizer" - }, - { - "author": "stavsap", - "title": "ComfyUI Ollama", - "reference": "https://github.com/stavsap/comfyui-ollama", - "files": [ - "https://github.com/stavsap/comfyui-ollama" - ], - "install_type": "git-clone", - "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily." - }, - { - "author": "dchatel", - "title": "comfyui_facetools", - "reference": "https://github.com/dchatel/comfyui_facetools", - "files": [ - "https://github.com/dchatel/comfyui_facetools" - ], - "install_type": "git-clone", - "description": "These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options." - }, - { - "author": "ggpid", - "title": "idpark_custom_node", - "reference": "https://github.com/ggpid/idpark_custom_node", - "files": [ - "https://github.com/ggpid/idpark_custom_node" - ], - "install_type": "git-clone", - "description": "Nodes:Load Image from S3, Save Image to S3, Generate SAM, Generate FastSAM, Cut by Mask fixed" - }, - { - "author": "prodogape", - "title": "Comfyui-Minio", - "reference": "https://github.com/prodogape/ComfyUI-Minio", - "files": [ - "https://github.com/prodogape/ComfyUI-Minio" - ], - "install_type": "git-clone", - "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." - }, - { - "author": "kingzcheung", - "title": "ComfyUI_kkTranslator_nodes", - "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", - "files": [ - "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" - ], - "install_type": "git-clone", - "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" - }, - { - "author": "vsevolod-oparin", - "title": "Kandinsky 2.2 ComfyUI Plugin", - "reference": "https://github.com/vsevolod-oparin/comfyui-kandinsky22", - "files": [ - "https://github.com/vsevolod-oparin/comfyui-kandinsky22" - ], - "install_type": "git-clone", - "description": "Nodes provide an options to combine prior and decoder models of Kandinsky 2.2." - }, - { - "author": "Xyem", - "title": "Xycuno Oobabooga", - "reference": "https://github.com/Xyem/Xycuno-Oobabooga", - "files": [ - "https://github.com/Xyem/Xycuno-Oobabooga" - ], - "install_type": "git-clone", - "description": "Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an [a/Oobabooga](https://github.com/oobabooga/text-generation-webui) instance to assist in creating prompt texts." - }, - { - "author": "shi3z", - "title": "ComfyUI_Memeplex_DALLE", - "reference": "https://github.com/shi3z/ComfyUI_Memeplex_DALLE", - "files": [ - "https://github.com/shi3z/ComfyUI_Memeplex_DALLE" - ], - "install_type": "git-clone", - "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." - }, - { - "author": "if-ai", - "title": "ComfyUI-IF_AI_tools", - "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", - "files": [ - "https://github.com/if-ai/ComfyUI-IF_AI_tools" - ], - "install_type": "git-clone", - "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." - }, - { - "author": "dmMaze", - "title": "Sketch2Manga", - "reference": "https://github.com/dmMaze/sketch2manga", - "files": [ - "https://github.com/dmMaze/sketch2manga" - ], - "install_type": "git-clone", - "description": "Apply screentone to line drawings or colored illustrations with diffusion models." - }, - { - "author": "olduvai-jp", - "title": "ComfyUI-HfLoader", - "reference": "https://github.com/olduvai-jp/ComfyUI-HfLoader", - "files": [ - "https://github.com/olduvai-jp/ComfyUI-HfLoader" - ], - "install_type": "git-clone", - "description": "Nodes:Lora Loader From HF" - }, - { - "author": "AiMiDi", - "title": "ComfyUI-Aimidi-nodes", - "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", - "files": [ - "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" - }, - { - "author": "ForeignGods", - "title": "ComfyUI-Mana-Nodes", - "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", - "files": [ - "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" - ], - "install_type": "git-clone", - "description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file" - }, - { - "author": "Cornea Valentin", - "title": "ControlNet Auxiliar", - "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", - "files": [ - "https://github.com/madtunebk/ComfyUI-ControlnetAux" - ], - "install_type": "git-clone", - "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." - }, - { - "author": "MarkoCa1", - "title": "ComfyUI_Text", - "reference": "https://github.com/MarkoCa1/ComfyUI-Text", - "files": [ - "https://github.com/MarkoCa1/ComfyUI-Text" - ], - "install_type": "git-clone", - "description": "Text." - }, - { - "author": "Shadetail", - "title": "Eagleshadow Custom Nodes", - "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", - "files": [ - "https://github.com/Shadetail/ComfyUI_Eagleshadow" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI by Eagleshadow." - }, - { - "author": "Big Idea Technology", - "title": "Image Text Overlay Node for ComfyUI", - "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", - "files": [ - "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" - ], - "install_type": "git-clone", - "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." - }, - { - "author": "ArdeniusAI", - "title": "CPlus_Ardenius ComfyUI Control Box", - "reference": "https://github.com/ArdeniusAI/CPlus_Ardenius", - "files": [ - "https://github.com/ArdeniusAI/CPlus_Ardenius" - ], - "install_type": "git-clone", - "description": "1 node to have control over your workflow." - }, - - - @@ -6600,27 +5956,6 @@ "install_type": "copy", "description": "Nodes:BrevImage. ComfyUI Load Image From URL" }, - { - "author": "IsItDanOrAi", - "title": "ComfyUI-Stereopsis", - "reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis", - "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py", - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Side-By-Side.py" - ], - "install_type": "copy", - "description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." - }, - { - "author": "jw782cn", - "title": "ComfyUI-Catcat", - "reference": "https://github.com/jw782cn/ComfyUI-Catcat", - "files": [ - "https://github.com/jw782cn/ComfyUI-Catcat" - ], - "install_type": "copy", - "description": "Extension to show random cat GIFs while queueing prompt." - }, { "author": "theally", diff --git a/extension-node-map.json b/extension-node-map.json index 21bce673..e764bed0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -38,60 +38,6 @@ "title_aux": "ComfyUI-GPT2P" } ], - "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [ - [ - "EG-YSZT-ZT", - "EG_CPSYTJ", - "EG_FX_BDAPI", - "EG_HT_YSTZ", - "EG_JF_ZZSC", - "EG_JXFZ_node", - "EG_K_LATENT", - "EG_RY_HT", - "EG_SCQY_BHDQY", - "EG_SCQY_QBQY", - "EG_SCQY_SXQY", - "EG_SJ", - "EG_SJPJ_Node", - "EG_SS_RYZH", - "EG_SZ_JDYS", - "EG_TC_Node", - "EG_TSCDS_CJ", - "EG_TSCDS_DG", - "EG_TSCDS_FG", - "EG_TSCDS_JT", - "EG_TSCDS_QT", - "EG_TSCDS_RW", - "EG_TSCDS_WP", - "EG_TSCDS_ZL", - "EG_TSCMB_GL", - "EG_TXZZ_ZH", - "EG_TX_CCHQ", - "EG_TX_CJPJ", - "EG_TX_JZRY", - "EG_TX_LJ", - "EG_TX_LJBC", - "EG_TX_SFBLS", - "EG_TX_WHLJ", - "EG_WB_KSH", - "EG_WXZ_QH", - "EG_XZ_QH", - "EG_YSQY_BBLLD", - "EG_YSQY_BLLD", - "EG_ZY_WBK", - "EG_ZZHBCJ", - "EG_ZZKZ_HT_node", - "EG_ZZ_BSYH", - "EG_ZZ_BYYH", - "EG_ZZ_HSYH", - "EG_ZZ_SSKZ", - "ER_JBCH", - "ER_TX_ZZCJ" - ], - { - "title_aux": "Comfyui-ergouzi-Nodes" - } - ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -114,11 +60,7 @@ ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ - "GPT4VCaptioner", - "Image Load with Metadata", - "SAMIN String Attribute Selector", - "Samin Counter", - "Samin Load Image Batch" + "GPT4VCaptioner" ], { "title_aux": "ComfyUI-GPT4V-Image-Captioner" @@ -167,40 +109,6 @@ "title_aux": "ComfyUI-Static-Primitives" } ], - "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ - [ - "LoadMarianMTCheckPoint", - "PromptBaiduFanyiToText", - "PromptTranslateToText" - ], - { - "title_aux": "ComfyUI_kkTranslator_nodes" - } - ], - "https://github.com/AIGODLIKE/ComfyUI-CUP": [ - [ - "Mask", - "OpenPose", - "OpenPoseCanny", - "OpenPoseDepth", - "OpenPoseFace", - "OpenPoseFull", - "OpenPoseFullExtraLimb", - "OpenPoseHand", - "OpenPoseKeyPose", - "OpenPoseLineart", - "OpenPoseMediaPipeFace", - "\u5b58\u50a8", - "\u5bfc\u5165", - "\u622a\u56fe", - "\u6750\u8d28\u56fe", - "\u8f93\u5165\u56fe\u50cf", - "\u9884\u89c8" - ], - { - "title_aux": "ComfyUI-CUP" - } - ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -264,10 +172,8 @@ "ImageScaleToSide-badger", "IntToString-badger", "SegmentToMaskByPoint-badger", - "StringListToOneLine-badger", "StringToFizz-badger", "TextListToString-badger", - "ToPixel-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -284,7 +190,6 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", - "INPAINT_DenoiseToCompositingMask", "INPAINT_InpaintWithModel", "INPAINT_LoadFooocusInpaint", "INPAINT_LoadInpaintModel", @@ -308,24 +213,11 @@ "title_aux": "ComfyUI Nodes for External Tooling" } ], - "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ - [ - "Add Tag", - "Clear Tag", - "Load Images Pair Batch", - "Merge Tag", - "Save Images Pair" - ], - { - "title_aux": "ComfyUI-Aimidi-nodes" - } - ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", - "Apply Yolov8 Model Seg", - "Load Yolov8 Model", - "Load Yolov8 Model From Path" + "Apply Yolov8 Model One Label", + "Load Yolov8 Model" ], { "title_aux": "Comfyui-Yolov8-JSON" @@ -393,18 +285,6 @@ "title_aux": "SpliceTools" } ], - "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ - [ - "ListOfImages", - "MultiControlNetConverter", - "NHWC2NCHWTensor", - "NHWCTensor2PIL", - "PIL2NHWCTensor" - ], - { - "title_aux": "Comfyui-ergouzi-Nodes" - } - ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -462,7 +342,6 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ - "ComfyDeployWebscoketImageInput", "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", @@ -485,7 +364,7 @@ "Image Text Overlay" ], { - "title_aux": "Image Text Overlay Node for ComfyUI" + "title_aux": "ImageTextOverlay Node for ComfyUI" } ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ @@ -616,14 +495,6 @@ "title_aux": "ComfyUIInvisibleWatermark" } ], - "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ - [ - "Easy2DDeforum" - ], - { - "title_aux": "ComfyUI-EasyDeforum" - } - ], "https://github.com/Chan-0312/ComfyUI-IPAnimate": [ [ "IPAdapterAnimate" @@ -658,14 +529,11 @@ "SamplerCustomModelMixtureDuo", "SamplerCustomNoise", "SamplerCustomNoiseDuo", - "SamplerDPMPP_3M_SDE_DynETA", "SamplerDPMPP_DualSDE_Momentumized", "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", - "SamplerSupreme", - "SamplerTTM", - "SimpleExponentialScheduler" + "SamplerTTM" ], { "title_aux": "ComfyUI Extra Samplers" @@ -705,15 +573,12 @@ "PrimereLycorisKeywordMerger", "PrimereLycorisStackMerger", "PrimereMetaCollector", - "PrimereMetaDistributor", - "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", - "PrimerePreviewImage", "PrimerePrompt", "PrimerePromptOrganizer", "PrimerePromptSwitch", @@ -854,7 +719,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -898,14 +763,6 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], - "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ - [ - "ModelScopeT2VLoader" - ], - { - "title_aux": "ComfyUI_ModelScopeT2V" - } - ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG" @@ -1017,7 +874,6 @@ "BinaryPreprocessor", "CannyEdgePreprocessor", "ColorPreprocessor", - "DSINE-NormalMapPreprocessor", "DWPreprocessor", "DensePosePreprocessor", "DepthAnythingPreprocessor", @@ -1061,57 +917,6 @@ ], { "author": "tstandley", - "preemptions": [ - "AIO_Preprocessor", - "AnimalPosePreprocessor", - "AnimeFace_SemSegPreprocessor", - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "DSINE-NormalMapPreprocessor", - "DWPreprocessor", - "DensePosePreprocessor", - "DepthAnythingPreprocessor", - "DiffusionEdge_Preprocessor", - "FacialPartColoringFromPoseKps", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "HintImageEnchance", - "ImageGenResolutionFromImage", - "ImageGenResolutionFromLatent", - "ImageIntensityDetector", - "ImageLuminanceDetector", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "LineartStandardPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime_LineArt_Preprocessor", - "MaskOptFlow", - "MediaPipe-FaceMeshPreprocessor", - "MeshGraphormer-DepthMapPreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "PixelPerfectResolution", - "SAMPreprocessor", - "SavePoseKpsAsJsonFile", - "ScribblePreprocessor", - "Scribble_XDoG_Preprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TEEDPreprocessor", - "TilePreprocessor", - "UniFormer-SemSegPreprocessor", - "Unimatch_OptFlowPreprocessor", - "Zoe-DepthMapPreprocessor", - "Zoe_DepthAnythingPreprocessor" - ], "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1193,19 +998,6 @@ "title_aux": "tiled_ksampler" } ], - "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": [ - [ - "audio2video", - "font2img", - "speech2text", - "string2file", - "text2speech", - "video2audio" - ], - { - "title_aux": "ComfyUI-Mana-Nodes" - } - ], "https://github.com/Franck-Demongin/NX_PromptStyler": [ [ "NX_PromptStyler" @@ -1305,12 +1097,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1605,12 +1395,6 @@ "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", - "ADE_AdjustWeightAllAdd", - "ADE_AdjustWeightAllMult", - "ADE_AdjustWeightIndivAdd", - "ADE_AdjustWeightIndivAttnAdd", - "ADE_AdjustWeightIndivAttnMult", - "ADE_AdjustWeightIndivMult", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -1627,16 +1411,13 @@ "ADE_AnimateDiffUnload", "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", - "ADE_ApplyAnimateLCMI2VModel", "ADE_BatchedContextOptions", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", - "ADE_InjectI2VIntoAnimateDiffModel", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", "ADE_LoadAnimateDiffModel", - "ADE_LoadAnimateLCMI2VModel", "ADE_LoopedUniformContextOptions", "ADE_LoopedUniformViewOptions", "ADE_MaskedLoadLora", @@ -1654,7 +1435,6 @@ "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", "ADE_StandardUniformViewOptions", - "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", "AnimateDiffLoaderV1", @@ -1823,66 +1603,9 @@ ], "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ [ - "AIO_Preprocessor", - "AnimalPosePreprocessor", - "AnimeFace_SemSegPreprocessor", - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "DWPreprocessor", - "DensePosePreprocessor", - "DepthAnythingPreprocessor", - "DiffusionEdge_Preprocessor", - "FacialPartColoringFromPoseKps", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "HintImageEnchance", - "ImageGenResolutionFromImage", - "ImageGenResolutionFromLatent", - "ImageIntensityDetector", - "ImageLuminanceDetector", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "LineartStandardPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime_LineArt_Preprocessor", - "MaskOptFlow", - "MediaPipe-FaceMeshPreprocessor", - "MeshGraphormer-DepthMapPreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "ModelMergeBlockNumber", - "ModelMergeSDXL", - "ModelMergeSDXLDetailedTransformers", - "ModelMergeSDXLTransformers", - "ModelSamplerTonemapNoiseTest", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "PixelPerfectResolution", - "PromptExpansion", - "ReferenceOnlySimple", - "RescaleClassifierFreeGuidanceTest", - "SAMPreprocessor", - "SavePoseKpsAsJsonFile", - "ScribblePreprocessor", - "Scribble_XDoG_Preprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TEEDPreprocessor", - "TilePreprocessor", - "TonemapNoiseWithRescaleCFG", - "UniFormer-SemSegPreprocessor", - "Unimatch_OptFlowPreprocessor", - "Zoe-DepthMapPreprocessor", - "Zoe_DepthAnythingPreprocessor" + "Inference_Core_PromptExpansion" ], { - "author": "tstandley", "title_aux": "ComfyUI Nodes for Inference.Core" } ], @@ -1976,7 +1699,6 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ - "Generate Negative Prompt_mne", "Save Text File_mne" ], { @@ -2004,17 +1726,6 @@ "title_aux": "ComfyI2I" } ], - "https://github.com/MarkoCa1/ComfyUI-Text": [ - [ - "CombinationText", - "PlaceholderText", - "ReplaceText", - "ShowText" - ], - { - "title_aux": "ComfyUI_Text" - } - ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -2241,7 +1952,6 @@ "Integer Variable [n-suite]", "Llava Clip Loader [n-suite]", "LoadFramesFromFolder [n-suite]", - "LoadImageFromFolder [n-suite]", "LoadVideo [n-suite]", "SaveVideo [n-suite]", "SetMetadataForSaveVideo [n-suite]", @@ -2255,18 +1965,15 @@ [ "Apply CLAHE", "Cached Image Load From URL", - "CalcMaskBound", "Crop Center wigh SEGS", "Crop Center with SEGS", "Dilate Mask for Each Face", "GW Number Formatting", - "Grid Image from batch (OFF)", "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", "Paste Face Segment to Image", "Query Gender and Age", - "RandomSeedfromList", "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", @@ -2324,38 +2031,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/Pos13/comfyui-cyclist": [ - [ - "CyclistCompare", - "CyclistMathFloat", - "CyclistMathInt", - "CyclistTimer", - "CyclistTimerStop", - "CyclistTypeCast", - "Interrupt", - "MemorizeConditioning", - "MemorizeFloat", - "MemorizeInt", - "MemorizeString", - "OverrideImage", - "OverrideLatent", - "OverrideModel", - "RecallConditioning", - "RecallFloat", - "RecallInt", - "RecallString", - "ReloadImage", - "ReloadLatent", - "ReloadModel" - ], - { - "author": "Pos13", - "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles.", - "nickname": "comfyui-cyclist", - "title": "Cyclist", - "title_aux": "Cyclist" - } - ], "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": [ [ "Bool Binary Operation", @@ -2385,24 +2060,9 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "LatentAddTransform", - "LatentInterpolateTransform", + "KSamplerMirroring", "LatentMirror", - "LatentNormalize", - "LatentShift", - "MirrorTransform", - "MultiplyTransform", - "OffsetCombine", - "OneTimeLatentAddTransform", - "OneTimeLatentInterpolateTransform", - "OneTimeMirrorTransform", - "OneTimeMultiplyTransform", - "OneTimeShiftTransform", - "ShiftTransform", - "TSamplerWithTransform", - "TransformOffset", - "TransformSampler", - "TransformsCombine" + "LatentShift" ], { "title_aux": "Advanced Latent Control" @@ -2440,17 +2100,16 @@ "title_aux": "comfyui_face_parsing" } ], - "https://github.com/Ryuukeisyou/comfyui_io_helpers": [ + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ [ - "ImageLoadAsMaskByPath(IOHelpers)", - "ImageLoadByPath(IOHelpers)", - "ImageLoadFromBase64(IOHelpers)", - "ImageSaveAsBase64(IOHelpers)", - "ImageSaveToPath(IOHelpers)", - "TypeConversion(IOHelpers)" + "ImageLoadAsMaskByPath(ImageIOHelpers)", + "ImageLoadByPath(ImageIOHelpers)", + "ImageLoadFromBase64(ImageIOHelpers)", + "ImageSaveAsBase64(ImageIOHelpers)", + "ImageSaveToPath(ImageIOHelpers)" ], { - "title_aux": "comfyui_io_helpers" + "title_aux": "comfyui_image_io_helpers" } ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ @@ -2613,23 +2272,6 @@ "title_aux": "SDXL_sizing" } ], - "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ - [ - "Batch 12 Images", - "Fix Checkpoint Name", - "ImageLinearGammaCompositeMasked", - "KSampler Same Noise", - "MaskGlow", - "OffsetImage", - "Round Float to String", - "SaveImageToFolder", - "Select ControlNet", - "Simple Load Image Batch" - ], - { - "title_aux": "Eagleshadow Custom Nodes" - } - ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -2702,14 +2344,6 @@ "title_aux": "stability-ComfyUI-nodes" } ], - "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ - [ - "Ood_CXH" - ], - { - "title_aux": "ComfyUI_OOTDiffusion_CXH" - } - ], "https://github.com/StartHua/ComfyUI_Seg_VITON": [ [ "segformer_agnostic", @@ -3032,13 +2666,11 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ - "main_scaled_paste", "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", - "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", @@ -3051,8 +2683,6 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", - "tri3d-luminosity-match", - "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", "tri3d-position-hands", @@ -3061,7 +2691,6 @@ "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", - "tri3d-scaled-paste", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -3227,8 +2856,7 @@ "0246.ScriptPile", "0246.ScriptRule", "0246.Stringify", - "0246.Switch", - "0246.Tag" + "0246.Switch" ], { "author": "Trung0246", @@ -3558,20 +3186,9 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ - "ImageColorPalette", - "ImageFlipper", - "ImagePixelPalette", - "ImageRGBPicker", - "ImageRGBSwapper", - "ImageRotator", "ImageSizeClassifer", - "ImageSizeCombiner", - "PaintTiles", - "PaintTilesV2", "RandomInt", - "SaveTensor", - "ShowValue", - "Tiles" + "ShowValue" ], { "title_aux": "comfyui-xin-nodes" @@ -3613,14 +3230,6 @@ "title_aux": "Deforum Nodes" } ], - "https://github.com/Xyem/Xycuno-Oobabooga": [ - [ - "Oobabooga" - ], - { - "title_aux": "Xycuno Oobabooga" - } - ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "canvas-util-cal-size", @@ -3684,16 +3293,6 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ - [ - "APISR_Lterative_Zho", - "APISR_ModelLoader_Zho", - "APISR_Zho" - ], - { - "title_aux": "APISR IN COMFYUI" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -3707,15 +3306,6 @@ "title_aux": "ComfyUI-ArtGallery" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": [ - [ - "BRIA_RMBG_ModelLoader_Zho", - "BRIA_RMBG_Zho" - ], - { - "title_aux": "ComfyUI-BRIA_AI-RMBG" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [ [ "ConcatText_Zho", @@ -3761,16 +3351,6 @@ "title_aux": "ComfyUI PhotoMaker (ZHO)" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": [ - [ - "PA_BaseModelLoader_fromhub_Zho", - "PA_Generation_Zho", - "PA_Styler_Zho" - ], - { - "title_aux": "ComfyUI-PixArt-alpha-Diffusers" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3893,6 +3473,16 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/abdozmantar/ComfyUI-InstaSwap": [ + [ + "InstaSwapFaceSwap", + "InstaSwapLoadFaceModel", + "InstaSwapSaveFaceModel" + ], + { + "title_aux": "InstaSwap Face Swap Node for ComfyUI" + } + ], "https://github.com/abyz22/image_control": [ [ "abyz22_Convertpipe", @@ -3968,7 +3558,6 @@ "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", "Apply Instagram Filter", - "Binary INT Switch", "Brightness_Contrast_Ally", "Flatten Colors", "Gaussian Blur_Ally", @@ -4171,14 +3760,6 @@ "title_aux": "CLIP Directional Prompt Attention" } ], - "https://github.com/angeloshredder/StableCascadeResizer": [ - [ - "CascadeResize" - ], - { - "title_aux": "StableCascadeResizer" - } - ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -4221,7 +3802,6 @@ [ "MUForceCacheClear", "MUJinjaRender", - "MUReplaceModelWeights", "MUSimpleWildcard" ], { @@ -4306,7 +3886,6 @@ "Batch Load Images", "Batch Resize Image for SDXL", "Checkpoint Loader Simple Mikey", - "CheckpointHash", "CinematicLook", "Empty Latent Ratio Custom SDXL", "Empty Latent Ratio Select SDXL", @@ -4331,7 +3910,6 @@ "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", "MikeySamplerTiledAdvancedBaseOnly", - "MosaicExpandImage", "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", @@ -4342,9 +3920,6 @@ "Range Integer", "Ratio Advanced", "Resize Image for SDXL", - "SRFloatPromptInput", - "SRIntPromptInput", - "SRStringPromptInput", "Save Image If True", "Save Image With Prompt Data", "Save Images Mikey", @@ -4428,8 +4003,7 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarCustomNoise", - "SonarGuidanceConfig", - "SonarPowerNoise" + "SonarGuidanceConfig" ], { "title_aux": "ComfyUI-sonar" @@ -4584,15 +4158,6 @@ "title_aux": "Lists Cartesian Product" } ], - "https://github.com/bmad4ever/comfyui_quilting": [ - [ - "ImageQuilting_Bmad", - "LatentQuilting_Bmad" - ], - { - "title_aux": "comfyui_quilting" - } - ], "https://github.com/bmad4ever/comfyui_wfc_like": [ [ "WFC_CustomTemperature_Bmad", @@ -4719,34 +4284,6 @@ "title_aux": "Image loader with subfolders" } ], - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": [ - [ - "BOPBTL_BlendFaces", - "BOPBTL_DetectEnhanceBlendFaces", - "BOPBTL_DetectFaces", - "BOPBTL_EnhanceFaces", - "BOPBTL_EnhanceFacesAdvanced", - "BOPBTL_LoadFaceDetectorModel", - "BOPBTL_LoadFaceEnhancerModel", - "BOPBTL_LoadRestoreOldPhotosModel", - "BOPBTL_LoadScratchMaskModel", - "BOPBTL_RestoreOldPhotos", - "BOPBTL_ScratchMask" - ], - { - "title_aux": "ComfyUI Bringing Old Photos Back to Life" - } - ], - "https://github.com/cdb-boop/comfyui-image-round": [ - [ - "ComfyUI_Image_Round__ImageCropAdvanced", - "ComfyUI_Image_Round__ImageRound", - "ComfyUI_Image_Round__ImageRoundAdvanced" - ], - { - "title_aux": "comfyui-image-round" - } - ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4773,21 +4310,6 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], - "https://github.com/chaojie/ComfyUI-DragAnything": [ - [ - "DragAnythingLoader", - "DragAnythingPipelineRun", - "DragAnythingPipelineRunRandom", - "DragAnythingRun", - "DragAnythingRunRandom", - "LoadText", - "SaveText", - "VHS_FILENAMES_STRING" - ], - { - "title_aux": "ComfyUI-DragAnything" - } - ], "https://github.com/chaojie/ComfyUI-DragNUWA": [ [ "BrushMotion", @@ -4818,8 +4340,6 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ [ "DynamiCrafter Simple", - "DynamiCrafterInterp Simple", - "DynamiCrafterInterpLoader", "DynamiCrafterLoader" ], { @@ -4901,16 +4421,6 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], - "https://github.com/chaojie/ComfyUI-Open-Sora": [ - [ - "OpenSoraLoader", - "OpenSoraRun", - "OpenSoraSampler" - ], - { - "title_aux": "ComfyUI-Open-Sora" - } - ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ "Panda3dAmbientLight", @@ -4954,31 +4464,9 @@ "title_aux": "ComfyUI-RAFT" } ], - "https://github.com/chaojie/ComfyUI-Trajectory": [ - [ - "Trajectory_Canvas_Tab" - ], - { - "author": "Lerc", - "description": "This extension provides a full page image editor with mask support. There are two nodes, one to receive images from the editor and one to send images to the editor.", - "nickname": "Canvas Tab", - "title": "Canvas Tab", - "title_aux": "ComfyUI-Trajectory" - } - ], - "https://github.com/chaojie/ComfyUI-dust3r": [ - [ - "Dust3rLoader", - "Dust3rRun" - ], - { - "title_aux": "ComfyUI-dust3r" - } - ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", - "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: Exposure", "LayerColor: Gamma", @@ -5002,7 +4490,6 @@ "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", - "LayerMask: MaskEdgeUltraDetail V2", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -5010,13 +4497,9 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: PersonMaskUltra", - "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", - "LayerMask: RmBgUltra V2", "LayerMask: SegmentAnythingUltra", - "LayerMask: SegmentAnythingUltra V2", - "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5028,7 +4511,6 @@ "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", "LayerUtility: CropByMask", - "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -5040,7 +4522,6 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", - "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", "LayerUtility: ImageRemoveAlpha", @@ -5053,12 +4534,9 @@ "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", - "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", - "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", - "LayerUtility: TextJoin", "LayerUtility: XY to Percent" ], { @@ -5247,9 +4725,7 @@ [ "BasicScheduler", "CLIPLoader", - "CLIPMergeAdd", "CLIPMergeSimple", - "CLIPMergeSubtract", "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", @@ -5276,7 +4752,6 @@ "ControlNetLoader", "CropMask", "DiffControlNetLoader", - "DifferentialDiffusion", "DiffusersLoader", "DualCLIPLoader", "EmptyImage", @@ -5345,7 +4820,6 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "ModelSamplingStableCascade", - "Morphology", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -5360,15 +4834,10 @@ "RescaleCFG", "SDTurboScheduler", "SD_4XUpscale_Conditioning", - "SV3D_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", - "SamplerDPMAdaptative", "SamplerDPMPP_2M_SDE", - "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", - "SamplerEulerAncestral", - "SamplerLMS", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5381,12 +4850,10 @@ "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", "StableCascade_StageC_VAEEncode", - "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", "StyleModelLoader", - "ThresholdMask", "TomePatchModel", "UNETLoader", "UpscaleModelLoader", @@ -5399,7 +4866,6 @@ "VAESave", "VPScheduler", "VideoLinearCFGGuidance", - "VideoTriangleCFGGuidance", "unCLIPCheckpointLoader", "unCLIPConditioning" ], @@ -5451,33 +4917,6 @@ "title_aux": "ComfyQR-scanning-nodes" } ], - "https://github.com/cozymantis/cozy-utils-comfyui-nodes": [ - [ - "Cozy Sampler Options" - ], - { - "title_aux": "Cozy Utils" - } - ], - "https://github.com/cozymantis/human-parser-comfyui-node": [ - [ - "Cozy Human Parser ATR", - "Cozy Human Parser LIP", - "Cozy Human Parser Pascal" - ], - { - "title_aux": "Cozy Human Parser" - } - ], - "https://github.com/cozymantis/pose-generator-comfyui-node": [ - [ - "Cozy Pose Body Reference", - "Cozy Pose Face Reference" - ], - { - "title_aux": "Cozy Reference Pose Generator" - } - ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5629,9 +5068,7 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", - "DarkFaceIndexGenerator", "DarkFaceIndexShuffle", - "DarkFolders", "DarkLoRALoader", "DarkPrompt" ], @@ -5676,21 +5113,6 @@ "title_aux": "DZ-FaceDetailer" } ], - "https://github.com/dchatel/comfyui_facetools": [ - [ - "AlignFaces", - "CropFaces", - "DetectFaces", - "FaceDetails", - "GenderFaceFilter", - "MergeWarps", - "OrderedFaceFilter", - "WarpFacesBack" - ], - { - "title_aux": "comfyui_facetools" - } - ], "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", @@ -5725,24 +5147,6 @@ "title_aux": "comfyui-clip-with-break" } ], - "https://github.com/dfl/comfyui-tcd-scheduler": [ - [ - "SamplerTCD", - "TCDScheduler" - ], - { - "title_aux": "ComfyUI-TCD-scheduler" - } - ], - "https://github.com/diStyApps/ComfyUI_FrameMaker": [ - [ - "FrameMaker", - "FrameMakerBatch" - ], - { - "title_aux": "ComfyUI Frame Maker" - } - ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5794,15 +5198,6 @@ "title_aux": "a-person-mask-generator" } ], - "https://github.com/dmMaze/sketch2manga": [ - [ - "BlendScreentone", - "EmptyLatentImageAdvanced" - ], - { - "title_aux": "Sketch2Manga" - } - ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -5939,20 +5334,19 @@ "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "CLIP_Interrogator", - "ConvertToGrayscale", "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", "Eden_Float", "Eden_Int", "Eden_String", + "Filepicker", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", "LatentTypeConversion", - "LoadRandomImage", "SaveImageAdvanced", "VAEDecode_to_folder" ], @@ -6076,7 +5470,6 @@ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ "FL_ImageCaptionSaver", - "FL_ImageDimensionDisplay", "FL_ImageRandomizer" ], { @@ -6116,21 +5509,6 @@ "title_aux": "comfyui-prompt-composer" } ], - "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ - [ - "CCMSampler", - "CRMModelLoader", - "CRMModeler", - "CRMModelerCuda", - "CRMPoseSampler", - "CRMPoserConfig", - "CRMPreprocessForPoser", - "CRMViewer" - ], - { - "title_aux": "ComfyUI-Flowty-CRM" - } - ], "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": [ [ "LDSRModelLoader", @@ -6141,16 +5519,6 @@ "title_aux": "ComfyUI-Flowty-LDSR" } ], - "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": [ - [ - "TripoSRModelLoader", - "TripoSRSampler", - "TripoSRViewer" - ], - { - "title_aux": "ComfyUI-Flowty-TripoSR" - } - ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS", @@ -6223,75 +5591,6 @@ "title_aux": "ComfyUI_GMIC" } ], - "https://github.com/get-salt-AI/SaltAI": [ - [ - "LLMChat", - "LLMChatEngine", - "LLMChatMessageConcat", - "LLMChatMessages", - "LLMChatMessagesAdv", - "LLMComplete", - "LLMDirectoryReader", - "LLMHtmlComposer", - "LLMHtmlRepair", - "LLMJSONQueryEngine", - "LLMJsonComposer", - "LLMJsonRepair", - "LLMMarkdownComposer", - "LLMMarkdownRepair", - "LLMNotionReader", - "LLMPostProcessDocuments", - "LLMQueryEngine", - "LLMQueryEngineAdv", - "LLMRegexCreator", - "LLMRegexRepair", - "LLMRssReaderNode", - "LLMSemanticSplitterNodeParser", - "LLMSentenceSplitterNodeCreator", - "LLMServiceContextAdv", - "LLMServiceContextDefault", - "LLMSimpleWebPageReader", - "LLMSummaryIndex", - "LLMTrafilaturaWebReader", - "LLMTreeIndex", - "LLMVectorStoreIndex", - "LLMYamlComposer", - "LLMYamlRepair", - "OPAC", - "OPAC2Floats", - "OPACList2ExecList", - "OPACListVariance", - "OPACPerlinSettings", - "OPACTransformImages", - "OPCSLayerExtractor", - "OPCScheduler", - "OpenAIModel", - "ParallaxMotion", - "SAIPrimitiveConverter", - "SAIStringRegexSearchMatch", - "SAIStringRegexSearchReplace", - "SaltAIStableVideoDiffusion", - "SaltInfo", - "SaltInput", - "SaltOutput", - "ScheduledImageAdjust" - ], - { - "title_aux": "SaltAI-Open-Resources" - } - ], - "https://github.com/ggpid/idpark_custom_node": [ - [ - "CutByMaskFixed", - "FastSAMGenerator", - "LoadImageS3", - "SAMGenerator", - "SaveImageS3" - ], - { - "title_aux": "idpark_custom_node" - } - ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -6310,7 +5609,6 @@ ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ [ - "AdvPromptEnhancer", "DalleImage", "Enhancer", "ImgTextSwitch", @@ -6325,7 +5623,6 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", - "ImageToMultipleOf", "SDXLAspectRatio" ], { @@ -6348,26 +5645,9 @@ "title_aux": "ComfyUI Substring" } ], - "https://github.com/gokayfem/ComfyUI-Depth-Visualization": [ - [ - "DepthViewer" - ], - { - "title_aux": "ComfyUI-Depth-Visualization" - } - ], - "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ - [ - "DreamViewer" - ], - { - "title_aux": "ComfyUI-Dream-Interpreter" - } - ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", - "ChatMusician", "CreativeArtPromptGenerator", "Internlm", "Joytag", @@ -6384,12 +5664,9 @@ "LlavaClipLoader", "MCLLaVAModel", "MoonDream", - "Moondream2model", "PlayMusic", "PromptGenerateAPI", - "SaveAudioNode", "SimpleText", - "StructuredOutput", "Suggester", "UformGen2QwenNode", "ViewText" @@ -6416,16 +5693,6 @@ "title_aux": "y.k.'s ComfyUI node suite" } ], - "https://github.com/hackkhai/ComfyUI-Image-Matting": [ - [ - "ApplyMatting", - "CreateTrimap", - "MattingModelLoader" - ], - { - "title_aux": "ComfyUI-Image-Matting" - } - ], "https://github.com/hhhzzyang/Comfyui_Lama": [ [ "LamaApply", @@ -6478,21 +5745,6 @@ "title_aux": "ComfyUI-ModelDownloader" } ], - "https://github.com/huchenlei/ComfyUI-layerdiffuse": [ - [ - "LayeredDiffusionApply", - "LayeredDiffusionCondApply", - "LayeredDiffusionCondJointApply", - "LayeredDiffusionDecode", - "LayeredDiffusionDecodeRGBA", - "LayeredDiffusionDecodeSplit", - "LayeredDiffusionDiffApply", - "LayeredDiffusionJointApply" - ], - { - "title_aux": "ComfyUI-layerdiffuse (layerdiffusion)" - } - ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -6551,18 +5803,6 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], - "https://github.com/if-ai/ComfyUI-IF_AI_tools": [ - [ - "IF_DisplayText", - "IF_ImagePrompt", - "IF_PromptMkr", - "IF_SaveText", - "IF_saveText" - ], - { - "title_aux": "ComfyUI-IF_AI_tools" - } - ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -6870,16 +6110,6 @@ "title_aux": "ComfyUI-DDColor" } ], - "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": [ - [ - "DynamiCrafterBatchInterpolation", - "DynamiCrafterI2V", - "DynamiCrafterModelLoader" - ], - { - "title_aux": "ComfyUI-DynamiCrafterWrapper" - } - ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -6908,6 +6138,7 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", + "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -6931,17 +6162,16 @@ "InjectNoiseToLatent", "InsertImageBatchByIndexes", "Intrinsic_lora_sampling", - "LoadResAdapterNormalization", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", + "ReferenceOnlySimple3", "RemapMaskRange", "ReplaceImagesInBatch", "ResizeMask", "ReverseImageBatch", "RoundMask", - "SV3D_BatchSchedule", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "SomethingToString", @@ -6949,7 +6179,6 @@ "SplitBboxes", "StableZero123_BatchSchedule", "StringConstant", - "Superprompt", "VRAM_Debug", "WidgetToString" ], @@ -6961,7 +6190,6 @@ [ "ColorizeDepthmap", "MarigoldDepthEstimation", - "MarigoldDepthEstimationVideo", "RemapDepth", "SaveImageOpenEXR" ], @@ -6969,21 +6197,6 @@ "title_aux": "Marigold depth estimation in ComfyUI" } ], - "https://github.com/kijai/ComfyUI-SUPIR": [ - [ - "SUPIR_Upscale", - "SUPIR_conditioner", - "SUPIR_decode", - "SUPIR_encode", - "SUPIR_first_stage", - "SUPIR_model_loader", - "SUPIR_sample", - "SUPIR_tiles" - ], - { - "title_aux": "ComfyUI-SUPIR" - } - ], "https://github.com/kijai/ComfyUI-SVD": [ [ "SVDimg2vid" @@ -6994,8 +6207,7 @@ ], "https://github.com/kijai/ComfyUI-moondream": [ [ - "MoondreamQuery", - "MoondreamQueryCaptions" + "MoondreamQuery" ], { "title_aux": "ComfyUI-moondream" @@ -7040,13 +6252,7 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ - "Filter", - "PresentString", - "SingleString", - "SizeSelector", - "concat", - "concat_klinter", - "whitelist" + "concat_klinter" ], { "title_aux": "Klinter_nodes" @@ -7122,16 +6328,6 @@ "title_aux": "abg-comfyui" } ], - "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ - [ - "Batch String", - "CLIP Text Encode (Batch)", - "String Input" - ], - { - "title_aux": "Batch-Condition-ComfyUI" - } - ], "https://github.com/laksjdjf/LCMSampler-ComfyUI": [ [ "SamplerLCM", @@ -7152,14 +6348,6 @@ "title_aux": "LoRA-Merger-ComfyUI" } ], - "https://github.com/laksjdjf/LoRTnoC-ComfyUI": [ - [ - "LortnocLoader" - ], - { - "title_aux": "LoRTnoC-ComfyUI" - } - ], "https://github.com/laksjdjf/attention-couple-ComfyUI": [ [ "Attention couple" @@ -7188,11 +6376,7 @@ ], "https://github.com/leoleelxh/ComfyUI-LLMs": [ [ - "\ud83d\uddbc\ufe0f LLMs_Vison_Ali", - "\ud83d\uddbc\ufe0f LLMs_Vison_GLM4", - "\ud83d\uddbc\ufe0f LLMs_Vison_Gemini", - "\ud83d\ude00 LLMs_Chat", - "\ud83d\ude00 LLMs_Chat_GLM4_Only" + "\ud83d\udc35 ComfyUI-LLMs" ], { "title_aux": "ComfyUI-LLMs" @@ -7210,42 +6394,19 @@ "title_aux": "simple wildcard for ComfyUI" } ], - "https://github.com/ljleb/comfy-mecha": [ - [ - "Blocks Mecha Hyper", - "Custom Code Mecha Recipe", - "Mecha Merger", - "Model Mecha Recipe" - ], - { - "title_aux": "comfy-mecha" - } - ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", "Base64ToMask", - "ColorPicker", - "GetImageBatchSize", "ImageToBase64", "ImageToBase64Advanced", - "InsightFaceBBOXDetect", - "IntToList", - "IntToNumber", - "JoinList", - "ListMerge", "LoadImageFromURL", "LoadImageToBase64", "LoadMaskFromURL", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", - "SamAutoMaskSEGS", - "ShowFloat", - "ShowInt", - "ShowNumber", - "ShowString", - "StringToList" + "SamAutoMaskSEGS" ], { "title_aux": "comfyui-easyapi-nodes" @@ -7371,8 +6532,6 @@ "ImpactEdit_SEG_ELT", "ImpactFloat", "ImpactFrom_SEG_ELT", - "ImpactFrom_SEG_ELT_bbox", - "ImpactFrom_SEG_ELT_crop_region", "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", @@ -7470,8 +6629,6 @@ "SEGSRangeFilterDetailerHookProvider", "SEGSSwitch", "SEGSToImageList", - "SEGSUpscaler", - "SEGSUpscalerPipe", "SegmDetectorCombined", "SegmDetectorCombined_v2", "SegmDetectorForEach", @@ -7517,7 +6674,6 @@ "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", - "ChangeLatentBatchSize //Inspire", "CheckpointLoaderSimpleShared //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "ConcatConditioningsWithMultiplier //Inspire", @@ -7794,36 +6950,6 @@ "title_aux": "MTB Nodes" } ], - "https://github.com/meshmesh-io/ComfyUI-MeshMesh": [ - [ - "ColorPicker", - "MasksToColoredMasks" - ], - { - "title_aux": "ComfyUI-MeshMesh" - } - ], - "https://github.com/meshmesh-io/mm-comfyui-loopback": [ - [ - "Loop", - "LoopEnd", - "LoopEnd_SEGIMAGE", - "LoopStart", - "LoopStart_SEGIMAGE" - ], - { - "title_aux": "mm-comfyui-loopback" - } - ], - "https://github.com/meshmesh-io/mm-comfyui-megamask": [ - [ - "ColorListMaskToImage", - "FlattenAndCombineMaskImages" - ], - { - "title_aux": "mm-comfyui-megamask" - } - ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -7853,14 +6979,12 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", "FloatMultiplier", "FourBooleanTrigger", "FourFloats", "IntMultiplier", - "LogicNot", "NumeralToString", "PngColorMasksToMaskList", "PngColorMasksToRGB", @@ -7868,16 +6992,12 @@ "PngColorMasksToStringList", "PngRectanglesToMask", "PngRectanglesToMaskList", - "RandomLayouts", - "SeedGenerator", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", "StepsAndCfg", "StepsAndCfgAndWH", "TextBox", - "TextCombinerSix", - "TextCombinerTwo", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", "TwoFloats" @@ -8087,14 +7207,6 @@ "title_aux": "ntdviet/comfyui-ext" } ], - "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ - [ - "Lora Loader From HF" - ], - { - "title_aux": "ComfyUI-HfLoader" - } - ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", @@ -8256,16 +7368,6 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], - "https://github.com/prodogape/ComfyUI-Minio": [ - [ - "Load Image From Minio", - "Save Image To Minio", - "Set Minio Config" - ], - { - "title_aux": "Comfyui-Minio" - } - ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -8507,7 +7609,6 @@ [ "3DImage", "AppInfo", - "ApplyVisualStylePrompting_", "AreaToMask", "CenterImage", "CharacterInText", @@ -8535,7 +7636,6 @@ "LoadImagesFromPath", "LoadImagesFromURL", "LoraNames_", - "LoraPrompt", "MergeLayers", "MirroredImage", "MultiplicationNode", @@ -8548,7 +7648,6 @@ "RandomPrompt", "ResizeImageMixlab", "SamplerNames_", - "SaveImageAndMetadata_", "SaveImageToLocal", "ScreenShare", "Seed_", @@ -8559,16 +7658,12 @@ "SpeechSynthesis", "SplitImage", "SplitLongMask", - "StyleAlignedBatchAlign_", - "StyleAlignedReferenceSampler_", - "StyleAlignedSampleReferenceLatents_", "SvgImage", "SwitchByIndex", "TESTNODE_", "TESTNODE_TOKEN", "TextImage", "TextInput_", - "TextSplitByDelimiter", "TextToNumber", "TransparentImage", "VAEDecodeConsistencyDecoder", @@ -8586,19 +7681,6 @@ "title_aux": "comfyui-ultralytics-yolo" } ], - "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [ - [ - "DallERender", - "GPT", - "MemeplexCustomSDXLRender", - "MemeplexRender", - "TextInput", - "TextSend" - ], - { - "title_aux": "ComfyUI_Memeplex_DALLE" - } - ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus", @@ -8837,7 +7919,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", - "ColorMatchImage", + "ColorMatch", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -8927,7 +8009,6 @@ [ "KRestartSampler", "KRestartSamplerAdv", - "KRestartSamplerCustom", "KRestartSamplerSimple" ], { @@ -8943,15 +8024,6 @@ "title_aux": "ComfyUI roop" } ], - "https://github.com/stavsap/comfyui-ollama": [ - [ - "OllamaGenerate", - "OllamaVision" - ], - { - "title_aux": "ComfyUI Ollama" - } - ], "https://github.com/storyicon/comfyui_segment_anything": [ [ "GroundingDinoModelLoader (segment anything)", @@ -9322,14 +8394,6 @@ "title_aux": "Simple Wildcard" } ], - "https://github.com/victorchall/comfyui_webcamcapture": [ - [ - "WebcamCapture" - ], - { - "title_aux": "Comfyui Webcam capture node" - } - ], "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [ [ "ChatGptPrompt" @@ -9346,39 +8410,6 @@ "title_aux": "comfyui-psd2png" } ], - "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ - [ - "Any String", - "Chunk Up", - "Get Chunk", - "Inspect", - "Join Chunks", - "Model From URL" - ], - { - "title_aux": "ComfyUI-Vivax-Nodes" - } - ], - "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ - [ - "comfy-kandinsky22-decoder-loader", - "comfy-kandinsky22-hint-combiner", - "comfy-kandinsky22-image-encoder", - "comfy-kandinsky22-img-latents", - "comfy-kandinsky22-latents", - "comfy-kandinsky22-movq-decoder", - "comfy-kandinsky22-positive-text-encoder", - "comfy-kandinsky22-prior-averaging-2", - "comfy-kandinsky22-prior-averaging-3", - "comfy-kandinsky22-prior-averaging-4", - "comfy-kandinsky22-prior-loader", - "comfy-kandinsky22-text-encoder", - "comfy-kandinsky22-unet-decoder" - ], - { - "title_aux": "Kandinsky 2.2 ComfyUI Plugin" - } - ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -9647,7 +8678,6 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", - "easy imageRemBg", "easy imageRemoveBG", "easy imageSave", "easy imageScaleDown", @@ -9656,26 +8686,20 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", - "easy imageSplitList", "easy imageSwitch", "easy imageToMask", - "easy instantIDApply", - "easy instantIDApplyADV", "easy int", "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", - "easy kSamplerLayerDiffusion", "easy kSamplerSDTurbo", "easy kSamplerTiled", "easy latentCompositeMaskedWithCond", "easy latentNoisy", "easy loraStack", "easy negative", - "easy pipeBatchIndex", - "easy pipeEdit", "easy pipeIn", "easy pipeOut", "easy pipeToBasicPipe", @@ -9687,9 +8711,6 @@ "easy preSamplingAdvanced", "easy preSamplingCascade", "easy preSamplingDynamicCFG", - "easy preSamplingLayerDiffusion", - "easy preSamplingLayerDiffusionADDTL", - "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -9699,7 +8720,6 @@ "easy showAnything", "easy showLoaderSettingsNames", "easy showSpentTime", - "easy showTensorShape", "easy string", "easy stylesSelector", "easy svdLoader", @@ -9810,9 +8830,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideoNode", - "PreviewVHSAudioNode", - "VHSFilenamesToPath" + "LoadYoutubeVideoNode" ], { "title_aux": "ComfyUI-Pronodes" @@ -9821,7 +8839,6 @@ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ "DepthAnythingTrtNode", - "TTSCapcutNode", "UpscaleVideoTrtNode" ], { @@ -9844,9 +8861,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], @@ -9914,16 +8928,8 @@ ], "https://github.com/zhongpei/Comfyui_image2prompt": [ [ - "CLIP PromptConditioning|fofo", "Image2Text", - "Image2TextWithTags", - "LoadImage2TextModel", - "LoadText2PromptModel", - "ShowText|fofo", - "Text2GPTPrompt", - "Text2Prompt", - "TextBox|fofo", - "Translate2Chinese|fofo" + "LoadImage2TextModel" ], { "title_aux": "Comfyui_image2prompt" diff --git a/model-list.json b/model-list.json index b0056c2d..46f8acd2 100644 --- a/model-list.json +++ b/model-list.json @@ -585,6 +585,16 @@ "filename": "AOM3A3_orangemixs.safetensors", "url": "https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3A3_orangemixs.safetensors" }, + { + "name": "Anything v3 (fp16; pruned)", + "type": "checkpoints", + "base": "SD1.5", + "save_path": "default", + "description": "Anything v3 (anime style)", + "reference": "https://huggingface.co/Linaqruf/anything-v3.0", + "filename": "anything-v3-fp16-pruned.safetensors", + "url": "https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp16-pruned.safetensors" + }, { "name": "Waifu Diffusion 1.5 Beta3 (fp16)", "type": "checkpoints", @@ -815,116 +825,6 @@ "filename": "t2iadapter_style_sd14v1.pth", "url": "https://huggingface.co/TencentARC/T2I-Adapter/resolve/main/models/t2iadapter_style_sd14v1.pth" }, - { - "name": "T2I-Adapter XL (lineart) FP16", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for lineart", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", - "filename": "t2i-adapter-lineart-sdxl-1.0.fp16.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "T2I-Adapter XL (canny) FP16", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for canny", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", - "filename": "t2i-adapter-canny-sdxl-1.0.fp16.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "T2I-Adapter XL (depth-zoe) FP16", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for depth-zoe", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", - "filename": "t2i-adapter-depth-zoe-sdxl-1.0.fp16.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "T2I-Adapter XL (depth-midas) FP16", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for depth-midas", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", - "filename": "t2i-adapter-depth-midas-sdxl-1.0.fp16.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "T2I-Adapter XL (sketch) FP16", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for sketch", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", - "filename": "t2i-adapter-sketch-sdxl-1.0.fp16.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0/resolve/main/diffusion_pytorch_model.fp16.safetensors" - }, - { - "name": "T2I-Adapter XL (lineart)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for lineart", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0", - "filename": "t2i-adapter-lineart-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - { - "name": "T2I-Adapter XL (canny)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for canny", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0", - "filename": "t2i-adapter-canny-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-canny-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - { - "name": "T2I-Adapter XL (depth-zoe)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for depth-zoe", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0", - "filename": "t2i-adapter-depth-zoe-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - { - "name": "T2I-Adapter XL (depth-midas)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for depth-midas", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0", - "filename": "t2i-adapter-depth-midas-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-depth-midas-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - { - "name": "T2I-Adapter XL (sketch)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for sketch", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0", - "filename": "t2i-adapter-sketch-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-sketch-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, - { - "name": "T2I-Adapter XL (openpose)", - "type": "T2I-Adapter", - "base": "SDXL 1.0", - "save_path": "default", - "description": "ControlNet T2I-Adapter XL for openpose", - "reference": "https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0", - "filename": "t2i-adapter-openpose-sdxl-1.0.safetensors", - "url": "https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0/resolve/main/diffusion_pytorch_model.safetensors" - }, { "name": "CiaraRowles/TemporalNet2", "type": "controlnet", @@ -2269,86 +2169,6 @@ "reference": "https://github.com/cubiq/ComfyUI_IPAdapter_plus?tab=readme-ov-file#faceid", "filename": "w600k_r50.onnx", "url": "https://huggingface.co/public-data/insightface/resolve/main/models/buffalo_l/w600k_r50.onnx" - }, - { - "name": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", - "type": "BLIP_MODEL", - "base": "blip_model", - "save_path": "blip", - "description": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", - "reference": "https://github.com/salesforce/BLIP", - "filename": "model_base_capfilt_large.pth", - "url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth" - }, - { - "name": "GroundingDINO SwinT OGC - Model", - "type": "GroundingDINO", - "base": "DINO", - "save_path": "groundingdino", - "description": "GroundingDINO SwinT OGC Model", - "reference": "https://huggingface.co/ShilongLiu/GroundingDINO", - "filename": "groundingdino_swint_ogc.pth", - "url": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth" - }, - { - "name": "GroundingDINO SwinT OGC - CFG File", - "type": "GroundingDINO", - "base": "DINO", - "save_path": "groundingdino", - "description": "GroundingDINO SwinT OGC CFG File", - "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", - "filename": "GroundingDINO_SwinT_OGC.cfg.py", - "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" - }, - { - "name": "ViT-H SAM model", - "type": "sam", - "base": "SAM", - "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-H)", - "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", - "filename": "sam_vit_h_4b8939.pth", - "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth" - }, - { - "name": "ViT-L SAM model", - "type": "sam", - "base": "SAM", - "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-L)", - "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", - "filename": "sam_vit_l_0b3195.pth", - "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth" - }, - { - "name": "MobileSAM", - "type": "sam", - "base": "SAM", - "save_path": "sams", - "description": "MobileSAM", - "reference": "https://github.com/ChaoningZhang/MobileSAM/", - "filename": "mobile_sam.pt", - "url": "https://github.com/ChaoningZhang/MobileSAM/blob/master/weights/mobile_sam.pt" - }, - { - "name": "DynamiCrafter 1024 bf16 safetensors", - "type": "checkpoints", - "base": "DynamiCrafter", - "save_path": "checkpoints/dynamicrafter", - "description": "DynamiCrafter image2video model 1024x575", - "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", - "filename": "dynamicrafter_1024_v1_bf16.safetensors", - "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_1024_v1_bf16.safetensors" - }, - { - "name": "DynamiCrafter 512 interpolation bf16 safetensors", - "type": "checkpoints", - "base": "DynamiCrafter", - "save_path": "checkpoints/dynamicrafter", - "description": "DynamiCrafter image2video interpolation model 512", - "reference": "https://huggingface.co/Kijai/DynamiCrafter_pruned/", - "filename": "dynamicrafter_512_interp_v1_bf16.safetensors", - "url": "https://huggingface.co/Kijai/DynamiCrafter_pruned/resolve/main/dynamicrafter_512_interp_v1_bf16.safetensors" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 05383aea..5b0bef8f 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -10,176 +10,6 @@ }, - { - "author": "Extraltodeus", - "title": "Vector_Sculptor_ComfyUI [WIP]", - "reference": "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI", - "files": [ - "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:CLIP Vector Sculptor text encode.\nNOTE:1 means disabled / normal text encode." - }, - { - "author": "SadaleNet", - "title": "ComfyUI Port for Google's Prompt-to-Prompt", - "reference": "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt", - "files": [ - "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt" - ], - "install_type": "git-clone", - "description": "This is a PoC port of [a/Google's Prompt-to-Prompt](https://github.com/google/prompt-to-prompt/) to ComfyUI. It isn't feature complete. But it's good enough for evaluating if prompt-to-prompt is of any good." - }, - { - "author": "MushroomFleet", - "title": "DJZ-Nodes", - "reference": "https://github.com/MushroomFleet/DJZ-Nodes", - "files": [ - "https://github.com/MushroomFleet/DJZ-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Aspect Size. Drift Johnsons Custom nodes for ComfyUI" - }, - { - "author": "birnam", - "title": "Gen Data Tester", - "reference": "https://github.com/birnam/ComfyUI-GenData-Pack", - "files": [ - "https://github.com/birnam/ComfyUI-GenData-Pack" - ], - "install_type": "git-clone", - "description": "This answers the itch for being able to easily paste CivitAI.com generated data (or other simple metadata) into Comfy in a way that makes it easy to test with multiple checkpoints." - }, - { - "author": "stavsap", - "title": "ComfyUI Ollama [WIP]", - "reference": "https://github.com/stavsap/ComfyUI-React-SDK", - "files": [ - "https://github.com/stavsap/ComfyUI-React-SDK" - ], - "install_type": "git-clone", - "description": "This project is for building React application as an overlay upon ComfyUI.\nProviding and ability to provide desired UI with ComfyUI API and workflows.\nInspired by: [a/https://github.com/cubiq/Comfy_Dungeon](https://github.com/cubiq/Comfy_Dungeon)" - }, - { - "author": "chaojie", - "title": "ComfyUI DynamiCrafter", - "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", - "files": [ - "https://github.com/chaojie/ComfyUI-DynamiCrafter" - ], - "install_type": "git-clone", - "description": "ComfyUI [a/DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter)" - }, - { - "author": "ExponentialML", - "title": "comfyui-ComfyUI_VisualStylePrompting [WIP]", - "reference": "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting", - "files": [ - "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting" - ], - "install_type": "git-clone", - "description": "ComfyUI Version of '[a/Visual Style Prompting with Swapping Self-Attention](https://github.com/naver-ai/Visual-Style-Prompting)'" - }, - { - "author": "cubiq", - "title": "Comfy Dungeon [WIP]", - "reference": "https://github.com/cubiq/Comfy_Dungeon", - "files": [ - "https://github.com/cubiq/Comfy_Dungeon" - ], - "install_type": "git-clone", - "description": "Build D&D Character Portraits with ComfyUI.\nIMPORTANT: At the moment this is mostly a tech demo to show how to build a web app on top of ComfyUI. The code is very messy and the application doesn't guaratee consistent results." - }, - { - "author": "dfl", - "title": "comfyui-stylegan", - "reference": "https://github.com/dfl/comfyui-stylegan", - "files": [ - "https://github.com/dfl/comfyui-stylegan" - ], - "install_type": "git-clone", - "description": "Generator for StyleGAN 3" - }, - { - "author": "christian-byrne", - "title": "elimination-nodes", - "reference": "https://github.com/christian-byrne/elimination-nodes", - "files": [ - "https://github.com/christian-byrne/elimination-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Paste Cutout on Base Image" - }, - { - "author": "A719689614", - "title": "ComfyUI_AC_FUNV8Beta1", - "reference": "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1", - "files": [ - "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1" - ], - "install_type": "git-clone", - "description": "Nodes:AC_Super_Controlnet/Checkpoint/Loras/Lora&LCM/KSampler/UpKSampler/SaveImage/PreviewImage/CKPT&LCM/CLIPEN/EmptLatent, AC_FUN_SUPER_LARGE, AC_Super_Come_Ckpt, AC_Super_Come_Lora" - }, - { - "author": "houdinii", - "title": "comfy-magick [WIP]", - "reference": "https://github.com/houdinii/comfy-magick", - "files": [ - "https://github.com/houdinii/comfy-magick" - ], - "install_type": "git-clone", - "description": "This is a way to implement ImageMagick functionality in ComfyUI, which is generally PIL (pillow) based. I'm not sure the best way to handle this, as batch images make it a lot more complex, but the general idea will be two nodes to translate the IMAGE type, a torch.tensor of shape [batch, height, width, channels], or [1, 600, 800, 3] for a single 800x600 image, into/from a wand Image object." - }, - { - "author": "tjorbogarden", - "title": "my-useful-comfyui-custom-nodes", - "reference": "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes", - "files": [ - "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:My-Image Sizer, KSamplerSDXLAdvanced." - }, - { - "author": "DeTK", - "title": "ComfyUI Node Switcher", - "reference": "https://github.com/DeTK/ComfyUI-Switch", - "files": [ - "https://github.com/DeTK/ComfyUI-Switch" - ], - "install_type": "git-clone", - "description": "Nodes:NodeSwitch." - }, - { - "author": "GrindHouse66", - "title": "GH Tools for ComfyUI", - "reference": "https://github.com/GrindHouse66/ComfyUI-GH_Tools", - "files": [ - "https://github.com/GrindHouse66/ComfyUI-GH_Tools" - ], - "install_type": "git-clone", - "description": "Nodes:GH Tools Image Sizer, GH Tools Simple Scale. Simple quality of life Tools for ComfyUI. Basically, If it makes my life easier, it will be here. The list will grow over time." - }, - { - "author": "sdfxai", - "title": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration", - "reference": "https://github.com/sdfxai/SDFXBridgeForComfyUI", - "files": [ - "https://github.com/sdfxai/SDFXBridgeForComfyUI" - ], - "install_type": "git-clone", - "description": "SDFXBridgeForComfyUI is a custom node designed for seamless integration between ComfyUI and the SDFX solution. This custom node allows users to make ComfyUI compatible with SDFX when running the ComfyUI instance on their local machines." - }, - { - "author": "Beinsezii", - "title": "comfyui-amd-go-fast", - "reference": "https://github.com/Beinsezii/comfyui-amd-go-fast", - "files": [ - "https://github.com/Beinsezii/comfyui-amd-go-fast" - ], - "install_type": "git-clone", - "description": "See details: [a/link](https://github.com/Beinsezii/comfyui-amd-go-fast?tab=readme-ov-file)" - }, { "author": "SeedV", "title": "ComfyUI-SeedV-Nodes [UNSAFE]", @@ -220,6 +50,16 @@ "install_type": "git-clone", "description": "This extension provides additional API" }, + { + "author": "ForeignGods", + "title": "ComfyUI-Mana-Nodes", + "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", + "files": [ + "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:font2img" + }, { "author": "Extraltodeus", "title": "Conditioning-token-experiments-for-ComfyUI", @@ -230,6 +70,16 @@ "install_type": "git-clone", "description": "I made these nodes for experimenting so it's far from perfect but at least it is entertaining!\nIt uses cosine similarities or smallest euclidean distances to find the closest tokens." }, + { + "author": "kijai", + "title": "ComfyUI SUPIR upscaler wrapper node [WIP]", + "reference": "https://github.com/kijai/ComfyUI-SUPIR", + "files": [ + "https://github.com/kijai/ComfyUI-SUPIR" + ], + "install_type": "git-clone", + "description": "ComfyUI [a/SUPIR](https://github.com/Fanghua-Yu/SUPIR) upscaler wrapper node" + }, { "author": "logtd", "title": "ComfyUI-FLATTEN", @@ -320,6 +170,16 @@ "install_type": "git-clone", "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)].\b[w/This extension includes a large number of nodes imported from the existing custom nodes, increasing the likelihood of conflicts.]" }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-BRIA_AI-RMBG", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" + ], + "install_type": "git-clone", + "description": "Unofficial [a/BRIA Background Removal v1.4](https://huggingface.co/briaai/RMBG-1.4) of BRIA RMBG Model for ComfyUI" + }, { "author": "stutya", "title": "ComfyUI-Terminal [UNSAFE]", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 5d7979c3..a5671a20 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,16 +10,6 @@ }, - { - "author": "ssitu", - "title": "NestedNodeBuilder [DEPRECATED]", - "reference": "https://github.com/ssitu/ComfyUI_NestedNodeBuilder", - "files": [ - "https://github.com/ssitu/ComfyUI_NestedNodeBuilder" - ], - "install_type": "git-clone", - "description": "This extension provides the ability to combine multiple nodes into a single node.\nNOTE:An identical feature now exists in ComfyUI. Additionally, this extension is largely broken with the recent versions of the codebase, so please use the built-in feature for group nodes." - }, { "author": "ccvv804", "title": "ComfyUI StableCascade using diffusers for Low VRAM [DEPRECATED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 32b431d2..ac762fee 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,648 +9,7 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel.\nMaking LoRA has never been easier!" }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-BRIA_AI-RMBG", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of BRIA RMBG Model for ComfyUI." - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "APISR IN COMFYUI", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of APISR for ComfyUI, both image and video" - }, - { - "author": "chaojie", - "title": "ComfyUI-Open-Sora", - "reference": "https://github.com/chaojie/ComfyUI-Open-Sora", - "files": [ - "https://github.com/chaojie/ComfyUI-Open-Sora" - ], - "install_type": "git-clone", - "description": "ComfyUI Open Sora" - }, - { - "author": "AIGODLIKE", - "title": "ComfyUI-CUP", - "reference": "https://github.com/AIGODLIKE/ComfyUI-CUP", - "files": [ - "https://github.com/AIGODLIKE/ComfyUI-CUP" - ], - "install_type": "git-clone", - "description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon." - }, - { - "author": "flowtyone", - "title": "ComfyUI-Flowty-CRM", - "reference": "https://github.com/flowtyone/ComfyUI-Flowty-CRM", - "files": [ - "https://github.com/flowtyone/ComfyUI-Flowty-CRM" - ], - "install_type": "git-clone", - "description": "This is a custom node that lets you use Convolutional Reconstruction Models right from ComfyUI.\n[a/CRM](https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/) is a high-fidelity feed-forward single image-to-3D generative model." - }, - { - "author": "Big Idea Technology", - "title": "Image Text Overlay Node for ComfyUI", - "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", - "files": [ - "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" - ], - "install_type": "git-clone", - "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." - }, - { - "author": "ArdeniusAI", - "title": "CPlus_Ardenius ComfyUI Control Box", - "reference": "https://github.com/ArdeniusAI/CPlus_Ardenius", - "files": [ - "https://github.com/ArdeniusAI/CPlus_Ardenius" - ], - "install_type": "git-clone", - "description": "1 node to have control over your workflow." - }, - { - "author": "kijai", - "title": "ComfyUI-DynamiCrafterWrapper", - "reference": "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper", - "files": [ - "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper" - ], - "install_type": "git-clone", - "description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI" - }, - { - "author": "kijai", - "title": "ComfyUI-SUPIR", - "reference": "https://github.com/kijai/ComfyUI-SUPIR", - "files": [ - "https://github.com/kijai/ComfyUI-SUPIR" - ], - "install_type": "git-clone", - "description": "Wrapper nodes to use SUPIR upscaling process in ComfyUI" - }, - { - "author": "Shadetail", - "title": "Eagleshadow Custom Nodes", - "reference": "https://github.com/Shadetail/ComfyUI_Eagleshadow", - "files": [ - "https://github.com/Shadetail/ComfyUI_Eagleshadow" - ], - "install_type": "git-clone", - "description": "Custom nodes for ComfyUI by Eagleshadow." - }, - { - "author": "ForeignGods", - "title": "ComfyUI-Mana-Nodes", - "reference": "https://github.com/ForeignGods/ComfyUI-Mana-Nodes", - "files": [ - "https://github.com/ForeignGods/ComfyUI-Mana-Nodes" - ], - "install_type": "git-clone", - "description": "Font/Text Animation + Speech to Text Transcription\nNodes:font2img, speech2text, video2audio, audio2video, string2file" - }, - { - "author": "Cornea Valentin", - "title": "ControlNet Auxiliar", - "reference": "https://github.com/madtunebk/ComfyUI-ControlnetAux", - "files": [ - "https://github.com/madtunebk/ComfyUI-ControlnetAux" - ], - "install_type": "git-clone", - "description": "This ComfyUI custom node, named ControlNet Auxiliar, is designed to provide auxiliary functionalities for image processing tasks. It is particularly useful for various image manipulation and enhancement operations. The node is integrated with functionalities for converting images between different formats and applying various image processing techniques." - }, - { - "author": "MarkoCa1", - "title": "ComfyUI_Text", - "reference": "https://github.com/MarkoCa1/ComfyUI-Text", - "files": [ - "https://github.com/MarkoCa1/ComfyUI-Text" - ], - "install_type": "git-clone", - "description": "Text." - }, - { - "author": "dmMaze", - "title": "Sketch2Manga", - "reference": "https://github.com/dmMaze/sketch2manga", - "files": [ - "https://github.com/dmMaze/sketch2manga" - ], - "install_type": "git-clone", - "description": "Apply screentone to line drawings or colored illustrations with diffusion models." - }, - { - "author": "chaojie", - "title": "ComfyUI-DragAnything", - "reference": "https://github.com/chaojie/ComfyUI-DragAnything", - "files": [ - "https://github.com/chaojie/ComfyUI-DragAnything" - ], - "install_type": "git-clone", - "description": "DragAnything" - }, - { - "author": "chaojie", - "title": "ComfyUI-Trajectory", - "reference": "https://github.com/chaojie/ComfyUI-Trajectory", - "files": [ - "https://github.com/chaojie/ComfyUI-Trajectory" - ], - "install_type": "git-clone", - "description": "ComfyUI Trajectory" - }, - { - "author": "olduvai-jp", - "title": "ComfyUI-HfLoader", - "reference": "https://github.com/olduvai-jp/ComfyUI-HfLoader", - "files": [ - "https://github.com/olduvai-jp/ComfyUI-HfLoader" - ], - "install_type": "git-clone", - "description": "Nodes:Lora Loader From HF" - }, - { - "author": "AiMiDi", - "title": "ComfyUI-Aimidi-nodes", - "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", - "files": [ - "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" - }, - { - "author": "vsevolod-oparin", - "title": "Kandinsky 2.2 ComfyUI Plugin", - "reference": "https://github.com/vsevolod-oparin/comfyui-kandinsky22", - "files": [ - "https://github.com/vsevolod-oparin/comfyui-kandinsky22" - ], - "install_type": "git-clone", - "description": "Nodes provide an options to combine prior and decoder models of Kandinsky 2.2." - }, - { - "author": "Xyem", - "title": "Xycuno Oobabooga", - "reference": "https://github.com/Xyem/Xycuno-Oobabooga", - "files": [ - "https://github.com/Xyem/Xycuno-Oobabooga" - ], - "install_type": "git-clone", - "description": "Xycuno Oobabooga provides custom nodes for ComfyUI, for sending requests to an [a/Oobabooga](https://github.com/oobabooga/text-generation-webui) instance to assist in creating prompt texts." - }, - { - "author": "CozyMantis", - "title": "Cozy Reference Pose Generator", - "reference": "https://github.com/cozymantis/pose-generator-comfyui-node", - "files": [ - "https://github.com/cozymantis/pose-generator-comfyui-node" - ], - "install_type": "git-clone", - "description": "Generate OpenPose face/body reference poses in ComfyUI with ease. Made with 💚 by the CozyMantis squad." - }, - { - "author": "CozyMantis", - "title": "Cozy Utils", - "reference": "https://github.com/cozymantis/cozy-utils-comfyui-nodes", - "files": [ - "https://github.com/cozymantis/cozy-utils-comfyui-nodes" - ], - "install_type": "git-clone", - "description": "Various cozy nodes, made with 💚 by the CozyMantis squad." - }, - { - "author": "Chan-0312", - "title": "ComfyUI-EasyDeforum", - "reference": "https://github.com/Chan-0312/ComfyUI-EasyDeforum", - "files": [ - "https://github.com/Chan-0312/ComfyUI-EasyDeforum" - ], - "install_type": "git-clone", - "description": "Nodes:Easy2DDeforum (Chan)" - }, - { - "author": "if-ai", - "title": "ComfyUI-IF_AI_tools", - "reference": "https://github.com/if-ai/ComfyUI-IF_AI_tools", - "files": [ - "https://github.com/if-ai/ComfyUI-IF_AI_tools" - ], - "install_type": "git-clone", - "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." - }, - { - "author": "shi3z", - "title": "ComfyUI_Memeplex_DALLE", - "reference": "https://github.com/shi3z/ComfyUI_Memeplex_DALLE", - "files": [ - "https://github.com/shi3z/ComfyUI_Memeplex_DALLE" - ], - "install_type": "git-clone", - "description": "You can use memeplex and DALL-E thru ComfyUI. You need API keys." - }, - { - "author": "cdb-boop", - "title": "ComfyUI Bringing Old Photos Back to Life", - "reference": "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life", - "files": [ - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life" - ], - "install_type": "git-clone", - "description": "Enhance old or low-quality images in ComfyUI. Optional features include automatic scratch removal and face enhancement. Based on Microsoft's Bringing-Old-Photos-Back-to-Life. Requires installing models, so see instructions here: https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life." - }, - { - "author": "kingzcheung", - "title": "ComfyUI_kkTranslator_nodes", - "reference": "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes", - "files": [ - "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes" - ], - "install_type": "git-clone", - "description": "These nodes are mainly used to translate prompt words from other languages into English. PromptTranslateToText implements prompt word translation based on Helsinki NLP translation model.It doesn't require internet connection。" - }, - { - "author": "gokayfem", - "title": "ComfyUI-Depth-Visualization", - "reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization", - "files": [ - "https://github.com/gokayfem/ComfyUI-Depth-Visualization" - ], - "install_type": "git-clone", - "description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI" - }, - { - "author": "dchatel", - "title": "comfyui_facetools", - "reference": "https://github.com/dchatel/comfyui_facetools", - "files": [ - "https://github.com/dchatel/comfyui_facetools" - ], - "install_type": "git-clone", - "description": "These custom nodes provide a rotation aware face extraction, paste back, and various face related masking options." - }, - { - "author": "Extraltodeus", - "title": "PerpPrompt-for-ComfyUI", - "reference": "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI", - "files": [ - "https://github.com/Extraltodeus/PerpPrompt-for-ComfyUI" - ], - "install_type": "git-clone", - "description": "This nodes gather similar vectors and uses them either enhance the conditioning or make it more precise and enhance the prompt following. It is a cleaned up and simplified version of [a/Conditioning-token-experiments-for-ComfyUI](https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI) with the method that works the most." - }, - { - "author": "laksjdjf", - "title": "Batch-Condition-ComfyUI", - "reference": "https://github.com/laksjdjf/Batch-Condition-ComfyUI", - "files": [ - "https://github.com/laksjdjf/Batch-Condition-ComfyUI" - ], - "install_type": "git-clone", - "description": "Nodes:CLIP Text Encode (Batch), String Input, Batch String" - }, - { - "author": "stavsap", - "title": "ComfyUI Ollama", - "reference": "https://github.com/stavsap/comfyui-ollama", - "files": [ - "https://github.com/stavsap/comfyui-ollama" - ], - "install_type": "git-clone", - "description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily." - }, - { - "author": "gokayfem", - "title": "ComfyUI-Dream-Interpreter", - "reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter", - "files": [ - "https://github.com/gokayfem/ComfyUI-Dream-Interpreter" - ], - "install_type": "git-clone", - "description": "Tell your dream and it interprets it and puts you inside your dream" - }, - { - "author": "prodogape", - "title": "Comfyui-Minio", - "reference": "https://github.com/prodogape/ComfyUI-Minio", - "files": [ - "https://github.com/prodogape/ComfyUI-Minio" - ], - "install_type": "git-clone", - "description": "This plugin is mainly based on Minio, implementing the ability to read images from Minio, save images, facilitating expansion and connection across multiple machines." - }, - { - "author": "ggpid", - "title": "idpark_custom_node", - "reference": "https://github.com/ggpid/idpark_custom_node", - "files": [ - "https://github.com/ggpid/idpark_custom_node" - ], - "install_type": "git-clone", - "description": "Nodes:Load Image from S3, Save Image to S3, Generate SAM, Generate FastSAM, Cut by Mask fixed" - }, - { - "author": "ExponentialML", - "title": "ComfyUI_ModelScopeT2V", - "reference": "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V", - "files": [ - "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V" - ], - "install_type": "git-clone", - "description": "Allows native usage of ModelScope based Text To Video Models in ComfyUI" - }, - { - "author": "Pos13", - "title": "Cyclist", - "reference": "https://github.com/Pos13/comfyui-cyclist", - "files": [ - "https://github.com/Pos13/comfyui-cyclist" - ], - "install_type": "git-clone", - "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles." - }, - { - "author": "hackkhai", - "title": "ComfyUI-Image-Matting", - "reference": "https://github.com/hackkhai/ComfyUI-Image-Matting", - "files": [ - "https://github.com/hackkhai/ComfyUI-Image-Matting" - ], - "install_type": "git-clone", - "description": "This node improves the quality of the image mask. more suitable for image composite matting" - }, - { - "author": "diSty", - "title": "ComfyUI Frame Maker", - "reference": "https://github.com/diStyApps/ComfyUI_FrameMaker", - "files": [ - "https://github.com/diStyApps/ComfyUI_FrameMaker" - ], - "install_type": "git-clone", - "description": "This node creates a sequence of frames by moving and scaling a subject image over a background image." - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-PixArt-alpha-Diffusers", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/PixArt-alpha-Diffusers](https://github.com/PixArt-alpha/PixArt-alpha) for ComfyUI" - }, - { - "author": "angeloshredder", - "title": "StableCascadeResizer", - "reference": "https://github.com/angeloshredder/StableCascadeResizer", - "files": [ - "https://github.com/angeloshredder/StableCascadeResizer" - ], - "install_type": "git-clone", - "description": "Nodes:Cascade_Resizer" - }, - { - "author": "meshmesh-io", - "title": "ComfyUI-MeshMesh", - "reference": "https://github.com/meshmesh-io/ComfyUI-MeshMesh", - "files": [ - "https://github.com/meshmesh-io/ComfyUI-MeshMesh" - ], - "install_type": "git-clone", - "description": "Nodes:Masks to Colored Masks, Color Picker" - }, - { - "author": "laksjdjf", - "title": "LoRTnoC-ComfyUI", - "reference": "https://github.com/laksjdjf/LoRTnoC-ComfyUI", - "files": [ - "https://github.com/laksjdjf/LoRTnoC-ComfyUI" - ], - "install_type": "git-clone", - "description": "This is a repository for using LoRTnoC (LoRA with hint block of ControlNet) on ComfyUI.\nNOTE:Please place the model file in the same location as controlnet. (Is this too arbitrary?)" - }, - { - "author": "victorchall", - "title": "Comfyui Webcam capture node", - "reference": "https://github.com/victorchall/comfyui_webcamcapture", - "files": [ - "https://github.com/victorchall/comfyui_webcamcapture" - ], - "install_type": "git-clone", - "description": "This node captures images one at a time from your webcam when you click generate.\nThis is particular useful for img2img or controlnet workflows.\nNOTE:This node will take over your webcam, so if you have another program using it, you may need to close that program first. Likewise, you may need to close Comfyui or close the workflow to release the webcam." - }, - { - "author": "dfl", - "title": "ComfyUI-TCD-scheduler", - "reference": "https://github.com/dfl/comfyui-tcd-scheduler", - "files": [ - "https://github.com/dfl/comfyui-tcd-scheduler" - ], - "install_type": "git-clone", - "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" - }, - { - "author": "CozyMantis", - "title": "Cozy Human Parser", - "reference": "https://github.com/cozymantis/human-parser-comfyui-node", - "files": [ - "https://github.com/cozymantis/human-parser-comfyui-node" - ], - "install_type": "git-clone", - "description": "A ComfyUI node to automatically extract masks for body regions and clothing/fashion items. Made with 💚 by the CozyMantis squad." - }, - { - "author": "atmaranto", - "title": "SaveAsScript", - "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", - "files": [ - "https://github.com/atmaranto/ComfyUI-SaveAsScript" - ], - "install_type": "git-clone", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." - }, - { - "author": "jw782cn", - "title": "ComfyUI-Catcat", - "reference": "https://github.com/jw782cn/ComfyUI-Catcat", - "files": [ - "https://github.com/jw782cn/ComfyUI-Catcat" - ], - "install_type": "copy", - "description": "Extension to show random cat GIFs while queueing prompt." - }, - { - "author": "ljleb", - "title": "comfy-mecha", - "reference": "https://github.com/ljleb/comfy-mecha", - "files": [ - "https://github.com/ljleb/comfy-mecha" - ], - "install_type": "git-clone", - "description": "Nodes:Blocks Mecha Hyper, Mecha Merger, Model Mecha Recipe, Custom Code Mecha Recipe" - }, - { - "author": "vivax3794", - "title": "ComfyUI-Vivax-Nodes", - "reference": "https://github.com/vivax3794/ComfyUI-Vivax-Nodes", - "files": [ - "https://github.com/vivax3794/ComfyUI-Vivax-Nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Inspect, Any String, Model From URL" - }, - { - "author": "meshmesh-io", - "title": "mm-comfyui-megamask", - "reference": "https://github.com/meshmesh-io/mm-comfyui-megamask", - "files": [ - "https://github.com/meshmesh-io/mm-comfyui-megamask" - ], - "install_type": "git-clone", - "description": "Nodes:ColorListMaskToImage, FlattenAndCombineMaskImages" - }, - { - "author": "meshmesh-io", - "title": "mm-comfyui-loopback", - "reference": "https://github.com/meshmesh-io/mm-comfyui-loopback", - "files": [ - "https://github.com/meshmesh-io/mm-comfyui-loopback" - ], - "install_type": "git-clone", - "description": "Nodes:Loop, LoopStart, LoopEnd, LoopStart_SEGIMAGE, LoopEnd_SEGIMAGE" - }, - { - "author": "flowtyone", - "title": "ComfyUI-Flowty-TripoSR", - "reference": "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR", - "files": [ - "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR" - ], - "install_type": "git-clone", - "description": "This is a custom node that lets you use TripoSR right from ComfyUI.\n[a/TripoSR](https://github.com/VAST-AI-Research/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, collaboratively developed by Tripo AI and Stability AI. (TL;DR it creates a 3d model from an image.)" - }, - { - "author": "chaojie", - "title": "ComfyUI-dust3r", - "reference": "https://github.com/chaojie/ComfyUI-dust3r", - "files": [ - "https://github.com/chaojie/ComfyUI-dust3r" - ], - "install_type": "git-clone", - "description": "ComfyUI dust3r" - }, - { - "author": "cdb-boop", - "title": "comfyui-image-round", - "reference": "https://github.com/cdb-boop/comfyui-image-round", - "files": [ - "https://github.com/cdb-boop/comfyui-image-round" - ], - "install_type": "git-clone", - "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." - }, - { - "author": "SaltAI", - "title": "SaltAI-Open-Resources", - "reference": "https://github.com/get-salt-AI/SaltAI", - "pip": ["numba"], - "files": [ - "https://github.com/get-salt-AI/SaltAI" - ], - "install_type": "git-clone", - "description": "This repository is a collection of open-source nodes and workflows for ComfyUI, a dev tool that allows users to create node-based workflows often powered by various AI models to do pretty much anything.\nOur mission is to seamlessly connect people and organizations with the world’s foremost AI innovations, anywhere, anytime. Our vision is to foster a flourishing AI ecosystem where the world’s best developers can build and share their work, thereby redefining how software is made, pushing innovation forward, and ensuring as many people as possible can benefit from the positive promise of AI technologies.\nWe believe that ComfyUI is a powerful tool that can help us achieve our mission and vision, by enabling anyone to explore the possibilities and limitations of AI models in a visual and interactive way, without coding if desired.\nWe hope that by sharing our nodes and workflows, we can inspire and empower more people to create amazing AI-powered content with ComfyUI." - }, - { - "author": "BXYMartin", - "title": "Comfyui-ergouzi-Nodes", - "reference": "https://github.com/BXYMartin/ComfyUI-InstantIDUtils", - "files": [ - "https://github.com/BXYMartin/ComfyUI-InstantIDUtils" - ], - "install_type": "git-clone", - "description": "Nodes:Multi-ControlNet Converter, List of Images, Convert PIL to Tensor (NHWC), Convert Tensor (NHWC) to (NCHW), Convert Tensor (NHWC) to PIL" - }, - { - "author": "IsItDanOrAi", - "title": "ComfyUI-Stereopsis", - "reference": "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis", - "files": [ - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Frame%20Delay.py", - "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis/raw/main/Dan%20Side-By-Side.py" - ], - "install_type": "copy", - "description": "Nodes:Side By Side, Frame Delay.\nThis initiative represents a solo venture dedicated to integrating a stereopsis effect within ComfyUI (Stable Diffusion). Presently, the project is focused on the refinement of node categorization within a unified framework, as it is in the early stages of development. However, it has achieved functionality in a fundamental capacity. By processing a video through the Side-by-Side (SBS) node and applying Frame Delay to one of the inputs, it facilitates the creation of a stereopsis effect. This effect is compatible with any Virtual Reality headset that supports SBS video playback, offering a practical application in immersive media experiences." - }, - { - "author": "huchenlei", - "title": "ComfyUI-layerdiffusion", - "reference": "https://github.com/huchenlei/ComfyUI-layerdiffusion", - "files": [ - "https://github.com/huchenlei/ComfyUI-layerdiffusion" - ], - "install_type": "git-clone", - "description": "ComfyUI implementation of [a/LayerDiffusion](https://github.com/layerdiffusion/LayerDiffusion)." - }, - { - "author": "bmad4ever", - "title": "comfyui_quilting", - "reference": "https://github.com/bmad4ever/comfyui_quilting", - "files": [ - "https://github.com/bmad4ever/comfyui_quilting" - ], - "install_type": "git-clone", - "description": "image and latent quilting nodes for comfyui" - }, - { - "author": "11dogzi", - "title": "Comfyui-ergouzi-Nodes", - "reference": "https://github.com/11dogzi/Comfyui-ergouzi-Nodes", - "files": [ - "https://github.com/11dogzi/Comfyui-ergouzi-Nodes" - ], - "install_type": "git-clone", - "description": "This is a node group kit that covers multiple nodes such as local refinement, tag management, random prompt words, text processing, image processing, mask processing, etc" - }, - { - "author": "nathannlu", - "title": "Comfy Cloud", - "reference": "https://github.com/nathannlu/ComfyUI-Cloud", - "files": [ - "https://github.com/nathannlu/ComfyUI-Cloud" - ], - "install_type": "git-clone", - "description": "Run your workflow using cloud GPU resources, from your local ComfyUI.\nNOTE:After you first install the plugin...\nThe first time you click 'generate', you will be prompted to log into your account.Subsequent generations after the first is faster (the first run it takes a while to process your workflow). Once those two steps have been completed, you will be able to seamlessly generate your workflow on the cloud!" - }, - { - "author": "nathannlu", - "title": "ComfyUI Pets", - "reference": "https://github.com/nathannlu/ComfyUI-Pets", - "files": [ - "https://github.com/nathannlu/ComfyUI-Pets" - ], - "install_type": "git-clone", - "description": "Play with your pet while your workflow generates!" - }, - { - "author": "StartHua", - "title": "ComfyUI_OOTDiffusion_CXH", - "reference": "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH", - "files": [ - "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH" - ], - "install_type": "git-clone", - "description": "Nodes:Ood_hd_CXH, Ood_hd_CXH. [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion)" - }, + { "author": "uetuluk", "title": "comfyui-webcam-node", @@ -690,6 +49,667 @@ ], "install_type": "git-clone", "description": "Nodes:GPT4V-Image-Captioner" + }, + { + "author": "longgui0318", + "title": "comfyui-llm-assistant", + "reference": "https://github.com/longgui0318/comfyui-llm-assistant", + "files": [ + "https://github.com/longgui0318/comfyui-llm-assistant" + ], + "install_type": "git-clone", + "description": "Nodes:Generate Stable Diffsution Prompt With LLM, Translate Text With LLM, Chat With LLM" + }, + { + "author": "Alysondao", + "title": "Comfyui-Yolov8-JSON", + "reference": "https://github.com/Alysondao/Comfyui-Yolov8-JSON", + "files": [ + "https://github.com/Alysondao/Comfyui-Yolov8-JSON" + ], + "install_type": "git-clone", + "description": "This node is mainly based on the Yolov8 model for object detection, and it outputs related images, masks, and JSON information." + }, + { + "author": "holchan", + "title": "ComfyUI-ModelDownloader", + "reference": "https://github.com/holchan/ComfyUI-ModelDownloader", + "files": [ + "https://github.com/holchan/ComfyUI-ModelDownloader" + ], + "install_type": "git-clone", + "description": "A ComfyUI node to download models(Checkpoints and LoRA) from external links and act as an output standalone node." + }, + { + "author": "munkyfoot", + "title": "ComfyUI-TextOverlay", + "reference": "https://github.com/Munkyfoot/ComfyUI-TextOverlay", + "files": [ + "https://github.com/Munkyfoot/ComfyUI-TextOverlay" + ], + "install_type": "git-clone", + "description": "This extension provides a node that allows you to overlay text on an image or a batch of images with support for custom fonts and styles." + }, + { + "author": "Chan-0312", + "title": "ComfyUI-Prompt-Preview", + "reference": "https://github.com/Chan-0312/ComfyUI-Prompt-Preview", + "files": [ + "https://github.com/Chan-0312/ComfyUI-Prompt-Preview" + ], + "install_type": "git-clone", + "description": "Welcome to ComfyUI Prompt Preview, where you can visualize the styles from [sdxl_prompt_styler](https://github.com/twri/sdxl_prompt_styler)." + }, + { + "author": "CC-BryanOttho", + "title": "ComfyUI_API_Manager", + "reference": "https://github.com/CC-BryanOttho/ComfyUI_API_Manager", + "files": [ + "https://github.com/CC-BryanOttho/ComfyUI_API_Manager" + ], + "install_type": "git-clone", + "description": "This package provides three custom nodes designed to streamline workflows involving API requests, dynamic text manipulation based on API responses, and image posting to APIs. These nodes are particularly useful for automating interactions with APIs, enhancing text-based workflows with dynamic data, and facilitating image uploads." + }, + { + "author": "underclockeddev", + "title": "BrevImage", + "reference": "https://github.com/bkunbargi/BrevImage", + "files": [ + "https://github.com/bkunbargi/BrevImage/raw/main/BrevLoadImage.py" + ], + "install_type": "copy", + "description": "Nodes:BrevImage. ComfyUI Load Image From URL" + }, + { + "author": "qwixiwp", + "title": "queuetools", + "reference": "https://github.com/qwixiwp/queuetools", + "files": [ + "https://github.com/qwixiwp/queuetools" + ], + "install_type": "git-clone", + "description": "Nodes:load images (queue tools). tools made for queueing in comfyUI" + }, + { + "author": "kijai", + "title": "ComfyUI-moondream", + "reference": "https://github.com/kijai/ComfyUI-moondream", + "files": [ + "https://github.com/kijai/ComfyUI-moondream" + ], + "install_type": "git-clone", + "description": "Moondream image to text query node with batch support" + }, + { + "author": "guill", + "title": "abracadabra-comfyui", + "reference": "https://github.com/guill/abracadabra-comfyui", + "files": [ + "https://github.com/guill/abracadabra-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes:Abracadabra Summary, Abracadabra" + }, + { + "author": "XINZHANG-ops", + "title": "comfyui-xin-nodes", + "reference": "https://github.com/XINZHANG-ops/comfyui-xin-nodes", + "files": [ + "https://github.com/XINZHANG-ops/comfyui-xin-nodes" + ], + "install_type": "git-clone", + "description": "Nodes:ImageSizeClassifer, RandomInt, ShowValue" + }, + { + "author": "cerspense", + "title": "cspnodes", + "reference": "https://github.com/cerspense/ComfyUI_cspnodes", + "files": [ + "https://github.com/cerspense/ComfyUI_cspnodes" + ], + "install_type": "git-clone", + "description": "Nodes:Image Dir Iterator, Modelscopet2v, Modelscopev2v." + }, + { + "author": "kuschanow", + "title": "Advanced Latent Control", + "reference": "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control", + "files": [ + "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control" + ], + "install_type": "git-clone", + "description": "This custom node helps to transform latent in different ways." + }, + { + "author": "hiforce", + "title": "Comfyui HiFORCE Plugin", + "reference": "https://github.com/hiforce/comfyui-hiforce-plugin", + "files": [ + "https://github.com/hiforce/comfyui-hiforce-plugin" + ], + "install_type": "git-clone", + "description": "Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.\nNOTE:You should install [a/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack). Many optimizations are built upon the foundation of ComfyUI-Impact-Pack." + }, + { + "author": "hughescr", + "title": "OpenPose Keypoint Extractor", + "reference": "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor", + "files": [ + "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor" + ], + "install_type": "git-clone", + "description": "This is a single node which can take the POSE_KEYPOINT output from the OpenPose extractor node, parse it, and return x,y,width,height bounding boxes around any elements of the OpenPose skeleton" + }, + { + "author": "bmad4ever", + "title": "comfyui_wfc_like", + "reference": "https://github.com/bmad4ever/comfyui_wfc_like", + "files": [ + "https://github.com/bmad4ever/comfyui_wfc_like" + ], + "install_type": "git-clone", + "description": "An 'opinionated' Wave Function Collapse implementation with a set of nodes for comfyui" + }, + { + "author": "jkrauss82", + "title": "ULTools for ComfyUI", + "reference": "https://github.com/jkrauss82/ultools-comfyui", + "files": [ + "https://github.com/jkrauss82/ultools-comfyui" + ], + "install_type": "git-clone", + "description": "Nodes:SaveImgAdv, CLIPTextEncodeWithStats. Collection of tools supporting txt2img generation in ComfyUI and other tasks." + }, + { + "author": "leoleelxh", + "title": "ComfyUI-LLMs", + "reference": "https://github.com/leoleelxh/ComfyUI-LLMs", + "files": [ + "https://github.com/leoleelxh/ComfyUI-LLMs" + ], + "install_type": "git-clone", + "description": "A minimalist node that calls LLMs, combined with one API, can call all language models, including local models." + }, + { + "author": "nkchocoai", + "title": "ComfyUI-Dart", + "reference": "https://github.com/nkchocoai/ComfyUI-Dart", + "files": [ + "https://github.com/nkchocoai/ComfyUI-Dart" + ], + "install_type": "git-clone", + "description": "Add nodes that generates danbooru tags by [a/Dart(Danbooru Tags Transformer)](https://huggingface.co/p1atdev/dart-v1-sft)." + }, + { + "author": "chaojie", + "title": "ComfyUI-Gemma", + "reference": "https://github.com/chaojie/ComfyUI-Gemma", + "files": [ + "https://github.com/chaojie/ComfyUI-Gemma" + ], + "install_type": "git-clone", + "description": "ComfyUI Gemma" + }, + { + "author": "TheBill2001", + "title": "comfyui-upscale-by-model", + "reference": "https://github.com/TheBill2001/comfyui-upscale-by-model", + "files": [ + "https://github.com/TheBill2001/comfyui-upscale-by-model" + ], + "install_type": "git-clone", + "description": "This custom node allow upscaling an image by a factor using a model." + }, + { + "author": "czcz1024", + "title": "Comfyui-FaceCompare", + "reference": "https://github.com/czcz1024/Comfyui-FaceCompare", + "files": [ + "https://github.com/czcz1024/Comfyui-FaceCompare" + ], + "install_type": "git-clone", + "description": "Nodes:FaceCompare" + }, + { + "author": "AuroBit", + "title": "ComfyUI OOTDiffusion", + "reference": "https://github.com/AuroBit/ComfyUI-OOTDiffusion", + "files": [ + "https://github.com/AuroBit/ComfyUI-OOTDiffusion" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." + }, + { + "author": "logtd", + "title": "Tracking Nodes for Videos", + "reference": "https://github.com/logtd/ComfyUI-TrackingNodes", + "files": [ + "https://github.com/logtd/ComfyUI-TrackingNodes" + ], + "install_type": "git-clone", + "description": "A set of nodes to track objects through videos using YOLO and other processors." + }, + { + "author": "Big-Idea-Technology", + "title": "ImageTextOverlay Node for ComfyUI", + "reference": "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay", + "files": [ + "https://github.com/Big-Idea-Technology/ComfyUI_Image_Text_Overlay" + ], + "install_type": "git-clone", + "description": "ImageTextOverlay is a customizable Node for ComfyUI that allows users to easily add text overlays to images within their ComfyUI projects. This Node leverages Python Imaging Library (PIL) and PyTorch to dynamically render text on images, supporting a wide range of customization options including font size, alignment, color, and padding." + }, + { + "author": "logtd", + "title": "InstanceDiffusion Nodes", + "reference": "https://github.com/logtd/ComfyUI-InstanceDiffusion", + "files": [ + "https://github.com/logtd/ComfyUI-InstanceDiffusion" + ], + "install_type": "git-clone", + "description": "A set of nodes to perform multi-object prompting with InstanceDiffusion" + }, + { + "author": "Guillaume-Fgt", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio", + "files": [ + "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio" + ], + "install_type": "git-clone", + "description": "A custom node to create empty latents for Stable Cascade.\nfeatures: width and height incrementation of 64 by default, possibility to lock the aspect ratio, switch width/height at execution" + }, + { + "author": "Ludobico", + "title": "ComfyUI-ScenarioPrompt", + "reference": "https://github.com/Ludobico/ComfyUI-ScenarioPrompt", + "files": [ + "https://github.com/Ludobico/ComfyUI-ScenarioPrompt" + ], + "install_type": "git-clone", + "description": "ScenarioPrompt is a custom node that helps you understand what you're prompting for each property as you build your prompts" + }, + { + "author": "Klinter", + "title": "Klinter_nodes", + "reference": "https://github.com/klinter007/klinter_nodes", + "files": [ + "https://github.com/klinter007/klinter_nodes" + ], + "install_type": "git-clone", + "description": "Concat_strings atm - celebrating first_node" + }, + { + "author": "LykosAI", + "title": "ComfyUI Nodes for Inference.Core", + "reference": "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes", + "files": [ + "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes" + ], + "install_type": "git-clone", + "description": "Primary Nodes for Inference.Core and Stability Matrix. With a focus on not impacting startup performance and using fully qualified Node names." + }, + { + "author": "cubiq", + "title": "Face Analysis for ComfyUI", + "reference": "https://github.com/cubiq/ComfyUI_FaceAnalysis", + "files": [ + "https://github.com/cubiq/ComfyUI_FaceAnalysis" + ], + "install_type": "git-clone", + "description": "This extension uses [a/DLib](http://dlib.net/) to calculate the Euclidean and Cosine distance between two faces.\nNOTE: Install the Shape Predictor, Face Recognition model from the Install models menu." + }, + { + "author": "1038lab", + "title": "ComfyUI-GPT2P", + "reference": "https://github.com/1038lab/ComfyUI-GPT2P", + "files": [ + "https://github.com/1038lab/ComfyUI-GPT2P" + ], + "install_type": "git-clone", + "description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt" + }, + { + "author": "mirabarukaso", + "title": "ComfyUI_Mira", + "reference": "https://github.com/mirabarukaso/ComfyUI_Mira", + "files": [ + "https://github.com/mirabarukaso/ComfyUI_Mira" + ], + "install_type": "git-clone", + "description": "Nodes:Integer Multiplier, Float Multiplier, Convert Numeral to String, Create Canvas Advanced, Create Canvas, Create PNG Mask, Color Mask to HEX String, Color Mask to INT RGB, Color Masks to List" + }, + { + "author": "yytdfc", + "title": "Amazon Bedrock nodes for for ComfyUI", + "reference": "https://github.com/yytdfc/ComfyUI-Bedrock", + "files": [ + "https://github.com/yytdfc/ComfyUI-Bedrock" + ], + "install_type": "git-clone", + "description": "This extension provides fundation models nodes from Amazon Bedrock, including Claude (v1, v2.0, v2.1), SDXL." + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI YoloWorld-EfficientSAM", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [a/YOLO-World + EfficientSAM](https://huggingface.co/spaces/SkalskiP/YOLO-World) & [a/YOLO-World](https://github.com/AILab-CVC/YOLO-World) for ComfyUI\nNOTE: Install the efficient_sam model from the Install models menu.\n[w/When installing or updating this custom node, many installation packages may be downgraded due to the installation of requirements.]" + }, + { + "author": "nkchocoai", + "title": "ComfyUI-SaveImageWithMetaData", + "reference": "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData", + "files": [ + "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData" + ], + "install_type": "git-clone", + "description": "Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.\nSince the values are extracted dynamically, values output by various extension nodes can be added to metadata." + }, + { + "author": "yuvraj108c", + "title": "ComfyUI-Vsgan", + "reference": "https://github.com/yuvraj108c/ComfyUI-Vsgan", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Vsgan" + ], + "install_type": "git-clone", + "description": "Nodes:Upscale Video Tensorrt" + }, + { + "author": "Kijai", + "title": "Animatediff MotionLoRA Trainer", + "reference": "https://github.com/kijai/ComfyUI-ADMotionDirector", + "files": [ + "https://github.com/kijai/ComfyUI-ADMotionDirector" + ], + "install_type": "git-clone", + "description": "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." + }, + { + "author": "GavChap", + "title": "ComfyUI-CascadeResolutions", + "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", + "files": [ + "https://github.com/GavChap/ComfyUI-CascadeResolutions" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade Resolutions" + }, + { + "author": "blepping", + "title": "ComfyUI-sonar", + "reference": "https://github.com/blepping/ComfyUI-sonar", + "files": [ + "https://github.com/blepping/ComfyUI-sonar" + ], + "install_type": "git-clone", + "description": "A janky implementation of Sonar sampling (momentum-based sampling) for ComfyUI." + }, + { + "author": "StartHua", + "title": "comfyui_segformer_b2_clothes", + "reference": "https://github.com/StartHua/Comfyui_segformer_b2_clothes", + "files": [ + "https://github.com/StartHua/Comfyui_segformer_b2_clothes" + ], + "install_type": "git-clone", + "description": "SegFormer model fine-tuned on ATR dataset for clothes segmentation but can also be used for human segmentation!\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/mattmdjaga/segformer_b2_clothes](https://huggingface.co/mattmdjaga/segformer_b2_clothes)" + }, + { + "author": "AshMartian", + "title": "Dir Gir", + "reference": "https://github.com/AshMartian/ComfyUI-DirGir", + "files": [ + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." + }, + { + "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", + "reference": "https://github.com/pkpkTech/ComfyUI-SaveQueues", + "files": [ + "https://github.com/pkpkTech/ComfyUI-SaveQueues" + ], + "install_type": "git-clone", + "description": "Add a button to the menu to save and load the running queue and the pending queues.\nThis is intended to be used when you want to exit ComfyUI with queues still remaining." + }, + { + "author": "jordoh", + "title": "ComfyUI Deepface", + "reference": "https://github.com/jordoh/ComfyUI-Deepface", + "files": [ + "https://github.com/jordoh/ComfyUI-Deepface" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes wrapping the [a/deepface](https://github.com/serengil/deepface) library." + }, + { + "author": "kijai", + "title": "ComfyUI StableCascade using diffusers", + "reference": "https://github.com/kijai/ComfyUI-DiffusersStableCascade", + "files": [ + "https://github.com/kijai/ComfyUI-DiffusersStableCascade" + ], + "install_type": "git-clone", + "description": "Simple 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": "Extraltodeus", + "title": "ComfyUI-AutomaticCFG", + "reference": "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG", + "files": [ + "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG" + ], + "install_type": "git-clone", + "description": "My own version 'from scratch' of a self-rescaling CFG. It isn't much but it's honest work.\nTLDR: set your CFG at 8 to try it. No burned images and artifacts anymore. CFG is also a bit more sensitive because it's a proportion around 8. Low scale like 4 also gives really nice results since your CFG is not the CFG anymore. Also in general even with relatively low settings it seems to improve the quality." + }, + { + "author": "Mamaaaamooooo", + "title": "Batch Rembg for ComfyUI", + "reference": "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes", + "files": [ + "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes" + ], + "install_type": "git-clone", + "description": "Remove background of plural images." + }, + { + "author": "ShmuelRonen", + "title": "ComfyUI-SVDResizer", + "reference": "https://github.com/ShmuelRonen/ComfyUI-SVDResizer", + "files": [ + "https://github.com/ShmuelRonen/ComfyUI-SVDResizer" + ], + "install_type": "git-clone", + "description": "SVDResizer is a helper for resizing the source image, according to the sizes enabled in Stable Video Diffusion. The rationale behind the possibility of changing the size of the image in steps between the ranges of 576 and 1024, is the use of the greatest common denominator of these two numbers which is 64. SVD is lenient with resizing that adheres to this rule, so the chance of coherent video that is not the standard size of 576X1024 is greater. It is advisable to keep the value 1024 constant and play with the second size to maintain the stability of the result." + }, + { + "author": "xiaoxiaodesha", + "title": "hd-nodes-comfyui", + "reference": "https://github.com/xiaoxiaodesha/hd_node", + "files": [ + "https://github.com/xiaoxiaodesha/hd_node" + ], + "install_type": "git-clone", + "description": "Nodes:Combine HDMasks, Cover HDMasks, HD FaceIndex, HD SmoothEdge, HD GetMaskArea, HD Image Levels, HD Ultimate SD Upscale" + }, + { + "author": "StartHua", + "title": "Comfyui_joytag", + "reference": "https://github.com/StartHua/Comfyui_joytag", + "files": [ + "https://github.com/StartHua/Comfyui_joytag" + ], + "install_type": "git-clone", + "description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)" + }, + { + "author": "redhottensors", + "title": "ComfyUI-Prediction", + "reference": "https://github.com/redhottensors/ComfyUI-Prediction", + "files": [ + "https://github.com/redhottensors/ComfyUI-Prediction" + ], + "install_type": "git-clone", + "description": "Fully customizable Classifier Free Guidance for ComfyUI." + }, + { + "author": "nkchocoai", + "title": "ComfyUI-TextOnSegs", + "reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs", + "files": [ + "https://github.com/nkchocoai/ComfyUI-TextOnSegs" + ], + "install_type": "git-clone", + "description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack." + }, + { + "author": "cubiq", + "title": "ComfyUI InstantID (Native Support)", + "reference": "https://github.com/cubiq/ComfyUI_InstantID", + "files": [ + "https://github.com/cubiq/ComfyUI_InstantID" + ], + "install_type": "git-clone", + "description": "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." + }, + { + "author": "Franck-Demongin", + "title": "NX_PromptStyler", + "reference": "https://github.com/Franck-Demongin/NX_PromptStyler", + "files": [ + "https://github.com/Franck-Demongin/NX_PromptStyler" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." + }, + { + "author": "Billius-AI", + "title": "ComfyUI-Path-Helper", + "reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper", + "files": [ + "https://github.com/Billius-AI/ComfyUI-Path-Helper" + ], + "install_type": "git-clone", + "description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath" + }, + { + "author": "mbrostami", + "title": "ComfyUI-HF", + "reference": "https://github.com/mbrostami/ComfyUI-HF", + "files": [ + "https://github.com/mbrostami/ComfyUI-HF" + ], + "install_type": "git-clone", + "description": "ComfyUI Node to work with Hugging Face repositories" + }, + { + "author": "digitaljohn", + "title": "ComfyUI-ProPost", + "reference": "https://github.com/digitaljohn/comfyui-propost", + "files": [ + "https://github.com/digitaljohn/comfyui-propost" + ], + "install_type": "git-clone", + "description": "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." + }, + { + "author": "deforum", + "title": "Deforum Nodes", + "reference": "https://github.com/XmYx/deforum-comfy-nodes", + "files": [ + "https://github.com/XmYx/deforum-comfy-nodes" + ], + "install_type": "git-clone", + "description": "Official Deforum animation pipeline tools that provide a unique way to create frame-by-frame generative motion art." + }, + { + "author": "adbrasi", + "title": "ComfyUI-TrashNodes-DownloadHuggingface", + "reference": "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface", + "files": [ + "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface" + ], + "install_type": "git-clone", + "description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment." + }, + { + "author": "DonBaronFactory", + "title": "ComfyUI-Cre8it-Nodes", + "reference": "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes", + "files": [ + "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes" + ], + "install_type": "git-clone", + "description": "Nodes:CRE8IT Serial Prompter, CRE8IT Apply Serial Prompter, CRE8IT Image Sizer. A few simple nodes to facilitate working wiht ComfyUI Workflows" + }, + { + "author": "dezi-ai", + "title": "ComfyUI Animate LCM", + "reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM", + "files": [ + "https://github.com/dezi-ai/ComfyUI-AnimateLCM" + ], + "install_type": "git-clone", + "description": "ComfyUI implementation for [a/AnimateLCM](https://animatelcm.github.io/) [[a/paper](https://arxiv.org/abs/2402.00769)]." + }, + { + "author": "kadirnar", + "title": "ComfyUI-Transformers", + "reference": "https://github.com/kadirnar/ComfyUI-Transformers", + "files": [ + "https://github.com/kadirnar/ComfyUI-Transformers" + ], + "install_type": "git-clone", + "description": "ComfyUI-Transformers is a cutting-edge project combining the power of computer vision and natural language processing to create intuitive and user-friendly interfaces. Our goal is to make technology more accessible and engaging." + }, + { + "author": "chaojie", + "title": "ComfyUI-DynamiCrafter", + "reference": "https://github.com/chaojie/ComfyUI-DynamiCrafter", + "files": [ + "https://github.com/chaojie/ComfyUI-DynamiCrafter" + ], + "install_type": "git-clone", + "description": "Better Dynamic, Higher Resolution, and Stronger Coherence!" + }, + { + "author": "bilal-arikan", + "title": "ComfyUI_TextAssets", + "reference": "https://github.com/bilal-arikan/ComfyUI_TextAssets", + "files": [ + "https://github.com/bilal-arikan/ComfyUI_TextAssets" + ], + "install_type": "git-clone", + "description": "With this node you can upload text files to input folder from your local computer." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 21bce673..e764bed0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -38,60 +38,6 @@ "title_aux": "ComfyUI-GPT2P" } ], - "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": [ - [ - "EG-YSZT-ZT", - "EG_CPSYTJ", - "EG_FX_BDAPI", - "EG_HT_YSTZ", - "EG_JF_ZZSC", - "EG_JXFZ_node", - "EG_K_LATENT", - "EG_RY_HT", - "EG_SCQY_BHDQY", - "EG_SCQY_QBQY", - "EG_SCQY_SXQY", - "EG_SJ", - "EG_SJPJ_Node", - "EG_SS_RYZH", - "EG_SZ_JDYS", - "EG_TC_Node", - "EG_TSCDS_CJ", - "EG_TSCDS_DG", - "EG_TSCDS_FG", - "EG_TSCDS_JT", - "EG_TSCDS_QT", - "EG_TSCDS_RW", - "EG_TSCDS_WP", - "EG_TSCDS_ZL", - "EG_TSCMB_GL", - "EG_TXZZ_ZH", - "EG_TX_CCHQ", - "EG_TX_CJPJ", - "EG_TX_JZRY", - "EG_TX_LJ", - "EG_TX_LJBC", - "EG_TX_SFBLS", - "EG_TX_WHLJ", - "EG_WB_KSH", - "EG_WXZ_QH", - "EG_XZ_QH", - "EG_YSQY_BBLLD", - "EG_YSQY_BLLD", - "EG_ZY_WBK", - "EG_ZZHBCJ", - "EG_ZZKZ_HT_node", - "EG_ZZ_BSYH", - "EG_ZZ_BYYH", - "EG_ZZ_HSYH", - "EG_ZZ_SSKZ", - "ER_JBCH", - "ER_TX_ZZCJ" - ], - { - "title_aux": "Comfyui-ergouzi-Nodes" - } - ], "https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [ [ "LoadPILImages", @@ -114,11 +60,7 @@ ], "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": [ [ - "GPT4VCaptioner", - "Image Load with Metadata", - "SAMIN String Attribute Selector", - "Samin Counter", - "Samin Load Image Batch" + "GPT4VCaptioner" ], { "title_aux": "ComfyUI-GPT4V-Image-Captioner" @@ -167,40 +109,6 @@ "title_aux": "ComfyUI-Static-Primitives" } ], - "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ - [ - "LoadMarianMTCheckPoint", - "PromptBaiduFanyiToText", - "PromptTranslateToText" - ], - { - "title_aux": "ComfyUI_kkTranslator_nodes" - } - ], - "https://github.com/AIGODLIKE/ComfyUI-CUP": [ - [ - "Mask", - "OpenPose", - "OpenPoseCanny", - "OpenPoseDepth", - "OpenPoseFace", - "OpenPoseFull", - "OpenPoseFullExtraLimb", - "OpenPoseHand", - "OpenPoseKeyPose", - "OpenPoseLineart", - "OpenPoseMediaPipeFace", - "\u5b58\u50a8", - "\u5bfc\u5165", - "\u622a\u56fe", - "\u6750\u8d28\u56fe", - "\u8f93\u5165\u56fe\u50cf", - "\u9884\u89c8" - ], - { - "title_aux": "ComfyUI-CUP" - } - ], "https://github.com/AInseven/ComfyUI-fastblend": [ [ "FillDarkMask", @@ -264,10 +172,8 @@ "ImageScaleToSide-badger", "IntToString-badger", "SegmentToMaskByPoint-badger", - "StringListToOneLine-badger", "StringToFizz-badger", "TextListToString-badger", - "ToPixel-badger", "TrimTransparentEdges-badger", "VideoCutFromDir-badger", "VideoToFrame-badger", @@ -284,7 +190,6 @@ "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", - "INPAINT_DenoiseToCompositingMask", "INPAINT_InpaintWithModel", "INPAINT_LoadFooocusInpaint", "INPAINT_LoadInpaintModel", @@ -308,24 +213,11 @@ "title_aux": "ComfyUI Nodes for External Tooling" } ], - "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": [ - [ - "Add Tag", - "Clear Tag", - "Load Images Pair Batch", - "Merge Tag", - "Save Images Pair" - ], - { - "title_aux": "ComfyUI-Aimidi-nodes" - } - ], "https://github.com/Alysondao/Comfyui-Yolov8-JSON": [ [ "Apply Yolov8 Model", - "Apply Yolov8 Model Seg", - "Load Yolov8 Model", - "Load Yolov8 Model From Path" + "Apply Yolov8 Model One Label", + "Load Yolov8 Model" ], { "title_aux": "Comfyui-Yolov8-JSON" @@ -393,18 +285,6 @@ "title_aux": "SpliceTools" } ], - "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": [ - [ - "ListOfImages", - "MultiControlNetConverter", - "NHWC2NCHWTensor", - "NHWCTensor2PIL", - "PIL2NHWCTensor" - ], - { - "title_aux": "Comfyui-ergouzi-Nodes" - } - ], "https://github.com/BadCafeCode/masquerade-nodes-comfyui": [ [ "Blur", @@ -462,7 +342,6 @@ ], "https://github.com/BennyKok/comfyui-deploy": [ [ - "ComfyDeployWebscoketImageInput", "ComfyDeployWebscoketImageOutput", "ComfyUIDeployExternalCheckpoint", "ComfyUIDeployExternalImage", @@ -485,7 +364,7 @@ "Image Text Overlay" ], { - "title_aux": "Image Text Overlay Node for ComfyUI" + "title_aux": "ImageTextOverlay Node for ComfyUI" } ], "https://github.com/Bikecicle/ComfyUI-Waveform-Extensions/raw/main/EXT_AudioManipulation.py": [ @@ -616,14 +495,6 @@ "title_aux": "ComfyUIInvisibleWatermark" } ], - "https://github.com/Chan-0312/ComfyUI-EasyDeforum": [ - [ - "Easy2DDeforum" - ], - { - "title_aux": "ComfyUI-EasyDeforum" - } - ], "https://github.com/Chan-0312/ComfyUI-IPAnimate": [ [ "IPAdapterAnimate" @@ -658,14 +529,11 @@ "SamplerCustomModelMixtureDuo", "SamplerCustomNoise", "SamplerCustomNoiseDuo", - "SamplerDPMPP_3M_SDE_DynETA", "SamplerDPMPP_DualSDE_Momentumized", "SamplerEulerAncestralDancing_Experimental", "SamplerLCMCustom", "SamplerRES_Momentumized", - "SamplerSupreme", - "SamplerTTM", - "SimpleExponentialScheduler" + "SamplerTTM" ], { "title_aux": "ComfyUI Extra Samplers" @@ -705,15 +573,12 @@ "PrimereLycorisKeywordMerger", "PrimereLycorisStackMerger", "PrimereMetaCollector", - "PrimereMetaDistributor", - "PrimereMetaHandler", "PrimereMetaRead", "PrimereMetaSave", "PrimereMidjourneyStyles", "PrimereModelConceptSelector", "PrimereModelKeyword", "PrimereNetworkTagLoader", - "PrimerePreviewImage", "PrimerePrompt", "PrimerePromptOrganizer", "PrimerePromptSwitch", @@ -854,7 +719,7 @@ "author": "CRE8IT GmbH", "description": "This extension offers various nodes.", "nickname": "cre8Nodes", - "title": "cr8ApplySerialPrompter", + "title": "cr8SerialPrompter", "title_aux": "ComfyUI-Cre8it-Nodes" } ], @@ -898,14 +763,6 @@ "title_aux": "ComfyUI-post-processing-nodes" } ], - "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": [ - [ - "ModelScopeT2VLoader" - ], - { - "title_aux": "ComfyUI_ModelScopeT2V" - } - ], "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": [ [ "Automatic CFG" @@ -1017,7 +874,6 @@ "BinaryPreprocessor", "CannyEdgePreprocessor", "ColorPreprocessor", - "DSINE-NormalMapPreprocessor", "DWPreprocessor", "DensePosePreprocessor", "DepthAnythingPreprocessor", @@ -1061,57 +917,6 @@ ], { "author": "tstandley", - "preemptions": [ - "AIO_Preprocessor", - "AnimalPosePreprocessor", - "AnimeFace_SemSegPreprocessor", - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "DSINE-NormalMapPreprocessor", - "DWPreprocessor", - "DensePosePreprocessor", - "DepthAnythingPreprocessor", - "DiffusionEdge_Preprocessor", - "FacialPartColoringFromPoseKps", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "HintImageEnchance", - "ImageGenResolutionFromImage", - "ImageGenResolutionFromLatent", - "ImageIntensityDetector", - "ImageLuminanceDetector", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "LineartStandardPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime_LineArt_Preprocessor", - "MaskOptFlow", - "MediaPipe-FaceMeshPreprocessor", - "MeshGraphormer-DepthMapPreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "PixelPerfectResolution", - "SAMPreprocessor", - "SavePoseKpsAsJsonFile", - "ScribblePreprocessor", - "Scribble_XDoG_Preprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TEEDPreprocessor", - "TilePreprocessor", - "UniFormer-SemSegPreprocessor", - "Unimatch_OptFlowPreprocessor", - "Zoe-DepthMapPreprocessor", - "Zoe_DepthAnythingPreprocessor" - ], "title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors" } ], @@ -1193,19 +998,6 @@ "title_aux": "tiled_ksampler" } ], - "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": [ - [ - "audio2video", - "font2img", - "speech2text", - "string2file", - "text2speech", - "video2audio" - ], - { - "title_aux": "ComfyUI-Mana-Nodes" - } - ], "https://github.com/Franck-Demongin/NX_PromptStyler": [ [ "NX_PromptStyler" @@ -1305,12 +1097,10 @@ ], "https://github.com/Haoming02/comfyui-diffusion-cg": [ [ - "Hook Recenter", - "Hook Recenter XL", "Normalization", "NormalizationXL", - "Tensor Debug", - "Unhook Recenter" + "Recenter", + "Recenter XL" ], { "title_aux": "ComfyUI Diffusion Color Grading" @@ -1605,12 +1395,6 @@ "ADE_AdjustPEFullStretch", "ADE_AdjustPEManual", "ADE_AdjustPESweetspotStretch", - "ADE_AdjustWeightAllAdd", - "ADE_AdjustWeightAllMult", - "ADE_AdjustWeightIndivAdd", - "ADE_AdjustWeightIndivAttnAdd", - "ADE_AdjustWeightIndivAttnMult", - "ADE_AdjustWeightIndivMult", "ADE_AnimateDiffCombine", "ADE_AnimateDiffKeyframe", "ADE_AnimateDiffLoRALoader", @@ -1627,16 +1411,13 @@ "ADE_AnimateDiffUnload", "ADE_ApplyAnimateDiffModel", "ADE_ApplyAnimateDiffModelSimple", - "ADE_ApplyAnimateLCMI2VModel", "ADE_BatchedContextOptions", "ADE_CustomCFG", "ADE_CustomCFGKeyframe", "ADE_EmptyLatentImageLarge", - "ADE_InjectI2VIntoAnimateDiffModel", "ADE_IterationOptsDefault", "ADE_IterationOptsFreeInit", "ADE_LoadAnimateDiffModel", - "ADE_LoadAnimateLCMI2VModel", "ADE_LoopedUniformContextOptions", "ADE_LoopedUniformViewOptions", "ADE_MaskedLoadLora", @@ -1654,7 +1435,6 @@ "ADE_StandardStaticViewOptions", "ADE_StandardUniformContextOptions", "ADE_StandardUniformViewOptions", - "ADE_UpscaleAndVAEEncode", "ADE_UseEvolvedSampling", "ADE_ViewsOnlyContextOptions", "AnimateDiffLoaderV1", @@ -1823,66 +1603,9 @@ ], "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [ [ - "AIO_Preprocessor", - "AnimalPosePreprocessor", - "AnimeFace_SemSegPreprocessor", - "AnimeLineArtPreprocessor", - "BAE-NormalMapPreprocessor", - "BinaryPreprocessor", - "CannyEdgePreprocessor", - "ColorPreprocessor", - "DWPreprocessor", - "DensePosePreprocessor", - "DepthAnythingPreprocessor", - "DiffusionEdge_Preprocessor", - "FacialPartColoringFromPoseKps", - "FakeScribblePreprocessor", - "HEDPreprocessor", - "HintImageEnchance", - "ImageGenResolutionFromImage", - "ImageGenResolutionFromLatent", - "ImageIntensityDetector", - "ImageLuminanceDetector", - "InpaintPreprocessor", - "LeReS-DepthMapPreprocessor", - "LineArtPreprocessor", - "LineartStandardPreprocessor", - "M-LSDPreprocessor", - "Manga2Anime_LineArt_Preprocessor", - "MaskOptFlow", - "MediaPipe-FaceMeshPreprocessor", - "MeshGraphormer-DepthMapPreprocessor", - "MiDaS-DepthMapPreprocessor", - "MiDaS-NormalMapPreprocessor", - "ModelMergeBlockNumber", - "ModelMergeSDXL", - "ModelMergeSDXLDetailedTransformers", - "ModelMergeSDXLTransformers", - "ModelSamplerTonemapNoiseTest", - "OneFormer-ADE20K-SemSegPreprocessor", - "OneFormer-COCO-SemSegPreprocessor", - "OpenposePreprocessor", - "PiDiNetPreprocessor", - "PixelPerfectResolution", - "PromptExpansion", - "ReferenceOnlySimple", - "RescaleClassifierFreeGuidanceTest", - "SAMPreprocessor", - "SavePoseKpsAsJsonFile", - "ScribblePreprocessor", - "Scribble_XDoG_Preprocessor", - "SemSegPreprocessor", - "ShufflePreprocessor", - "TEEDPreprocessor", - "TilePreprocessor", - "TonemapNoiseWithRescaleCFG", - "UniFormer-SemSegPreprocessor", - "Unimatch_OptFlowPreprocessor", - "Zoe-DepthMapPreprocessor", - "Zoe_DepthAnythingPreprocessor" + "Inference_Core_PromptExpansion" ], { - "author": "tstandley", "title_aux": "ComfyUI Nodes for Inference.Core" } ], @@ -1976,7 +1699,6 @@ ], "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [ [ - "Generate Negative Prompt_mne", "Save Text File_mne" ], { @@ -2004,17 +1726,6 @@ "title_aux": "ComfyI2I" } ], - "https://github.com/MarkoCa1/ComfyUI-Text": [ - [ - "CombinationText", - "PlaceholderText", - "ReplaceText", - "ShowText" - ], - { - "title_aux": "ComfyUI_Text" - } - ], "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [ [ "AutomaticMask(segment anything)" @@ -2241,7 +1952,6 @@ "Integer Variable [n-suite]", "Llava Clip Loader [n-suite]", "LoadFramesFromFolder [n-suite]", - "LoadImageFromFolder [n-suite]", "LoadVideo [n-suite]", "SaveVideo [n-suite]", "SetMetadataForSaveVideo [n-suite]", @@ -2255,18 +1965,15 @@ [ "Apply CLAHE", "Cached Image Load From URL", - "CalcMaskBound", "Crop Center wigh SEGS", "Crop Center with SEGS", "Dilate Mask for Each Face", "GW Number Formatting", - "Grid Image from batch (OFF)", "Image Crop Fit", "Image Resize Fit", "OFF SEGS to Image", "Paste Face Segment to Image", "Query Gender and Age", - "RandomSeedfromList", "SEGS to Face Crop Data", "Safe Mask to Image", "VAE Encode For Inpaint V2", @@ -2324,38 +2031,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/Pos13/comfyui-cyclist": [ - [ - "CyclistCompare", - "CyclistMathFloat", - "CyclistMathInt", - "CyclistTimer", - "CyclistTimerStop", - "CyclistTypeCast", - "Interrupt", - "MemorizeConditioning", - "MemorizeFloat", - "MemorizeInt", - "MemorizeString", - "OverrideImage", - "OverrideLatent", - "OverrideModel", - "RecallConditioning", - "RecallFloat", - "RecallInt", - "RecallString", - "ReloadImage", - "ReloadLatent", - "ReloadModel" - ], - { - "author": "Pos13", - "description": "This extension provides tools to iterate generation results between runs. In general, it's for cycles.", - "nickname": "comfyui-cyclist", - "title": "Cyclist", - "title_aux": "Cyclist" - } - ], "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": [ [ "Bool Binary Operation", @@ -2385,24 +2060,9 @@ ], "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": [ [ - "LatentAddTransform", - "LatentInterpolateTransform", + "KSamplerMirroring", "LatentMirror", - "LatentNormalize", - "LatentShift", - "MirrorTransform", - "MultiplyTransform", - "OffsetCombine", - "OneTimeLatentAddTransform", - "OneTimeLatentInterpolateTransform", - "OneTimeMirrorTransform", - "OneTimeMultiplyTransform", - "OneTimeShiftTransform", - "ShiftTransform", - "TSamplerWithTransform", - "TransformOffset", - "TransformSampler", - "TransformsCombine" + "LatentShift" ], { "title_aux": "Advanced Latent Control" @@ -2440,17 +2100,16 @@ "title_aux": "comfyui_face_parsing" } ], - "https://github.com/Ryuukeisyou/comfyui_io_helpers": [ + "https://github.com/Ryuukeisyou/comfyui_image_io_helpers": [ [ - "ImageLoadAsMaskByPath(IOHelpers)", - "ImageLoadByPath(IOHelpers)", - "ImageLoadFromBase64(IOHelpers)", - "ImageSaveAsBase64(IOHelpers)", - "ImageSaveToPath(IOHelpers)", - "TypeConversion(IOHelpers)" + "ImageLoadAsMaskByPath(ImageIOHelpers)", + "ImageLoadByPath(ImageIOHelpers)", + "ImageLoadFromBase64(ImageIOHelpers)", + "ImageSaveAsBase64(ImageIOHelpers)", + "ImageSaveToPath(ImageIOHelpers)" ], { - "title_aux": "comfyui_io_helpers" + "title_aux": "comfyui_image_io_helpers" } ], "https://github.com/SLAPaper/ComfyUI-Image-Selector": [ @@ -2613,23 +2272,6 @@ "title_aux": "SDXL_sizing" } ], - "https://github.com/Shadetail/ComfyUI_Eagleshadow": [ - [ - "Batch 12 Images", - "Fix Checkpoint Name", - "ImageLinearGammaCompositeMasked", - "KSampler Same Noise", - "MaskGlow", - "OffsetImage", - "Round Float to String", - "SaveImageToFolder", - "Select ControlNet", - "Simple Load Image Batch" - ], - { - "title_aux": "Eagleshadow Custom Nodes" - } - ], "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ [ "SVDRsizer" @@ -2702,14 +2344,6 @@ "title_aux": "stability-ComfyUI-nodes" } ], - "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": [ - [ - "Ood_CXH" - ], - { - "title_aux": "ComfyUI_OOTDiffusion_CXH" - } - ], "https://github.com/StartHua/ComfyUI_Seg_VITON": [ [ "segformer_agnostic", @@ -3032,13 +2666,11 @@ ], "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ [ - "main_scaled_paste", "tri3d-HistogramEqualization", "tri3d-adjust-neck", "tri3d-atr-parse", "tri3d-atr-parse-batch", "tri3d-clipdrop-bgremove-api", - "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", "tri3d-extract-parts-batch", @@ -3051,8 +2683,6 @@ "tri3d-image-mask-box-2-image", "tri3d-interaction-canny", "tri3d-load-pose-json", - "tri3d-luminosity-match", - "tri3d-main_transparent_background", "tri3d-pose-adaption", "tri3d-pose-to-image", "tri3d-position-hands", @@ -3061,7 +2691,6 @@ "tri3d-recolor-mask-LAB_space", "tri3d-recolor-mask-LAB_space_manual", "tri3d-recolor-mask-RGB_space", - "tri3d-scaled-paste", "tri3d-skin-feathered-padded-mask", "tri3d-swap-pixels" ], @@ -3227,8 +2856,7 @@ "0246.ScriptPile", "0246.ScriptRule", "0246.Stringify", - "0246.Switch", - "0246.Tag" + "0246.Switch" ], { "author": "Trung0246", @@ -3558,20 +3186,9 @@ ], "https://github.com/XINZHANG-ops/comfyui-xin-nodes": [ [ - "ImageColorPalette", - "ImageFlipper", - "ImagePixelPalette", - "ImageRGBPicker", - "ImageRGBSwapper", - "ImageRotator", "ImageSizeClassifer", - "ImageSizeCombiner", - "PaintTiles", - "PaintTilesV2", "RandomInt", - "SaveTensor", - "ShowValue", - "Tiles" + "ShowValue" ], { "title_aux": "comfyui-xin-nodes" @@ -3613,14 +3230,6 @@ "title_aux": "Deforum Nodes" } ], - "https://github.com/Xyem/Xycuno-Oobabooga": [ - [ - "Oobabooga" - ], - { - "title_aux": "Xycuno Oobabooga" - } - ], "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ [ "canvas-util-cal-size", @@ -3684,16 +3293,6 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ - [ - "APISR_Lterative_Zho", - "APISR_ModelLoader_Zho", - "APISR_Zho" - ], - { - "title_aux": "APISR IN COMFYUI" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -3707,15 +3306,6 @@ "title_aux": "ComfyUI-ArtGallery" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": [ - [ - "BRIA_RMBG_ModelLoader_Zho", - "BRIA_RMBG_Zho" - ], - { - "title_aux": "ComfyUI-BRIA_AI-RMBG" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": [ [ "ConcatText_Zho", @@ -3761,16 +3351,6 @@ "title_aux": "ComfyUI PhotoMaker (ZHO)" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": [ - [ - "PA_BaseModelLoader_fromhub_Zho", - "PA_Generation_Zho", - "PA_Styler_Zho" - ], - { - "title_aux": "ComfyUI-PixArt-alpha-Diffusers" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": [ [ "QAlign_Zho" @@ -3893,6 +3473,16 @@ "title_aux": "ComfyUI-AudioScheduler" } ], + "https://github.com/abdozmantar/ComfyUI-InstaSwap": [ + [ + "InstaSwapFaceSwap", + "InstaSwapLoadFaceModel", + "InstaSwapSaveFaceModel" + ], + { + "title_aux": "InstaSwap Face Swap Node for ComfyUI" + } + ], "https://github.com/abyz22/image_control": [ [ "abyz22_Convertpipe", @@ -3968,7 +3558,6 @@ "Aegisflow VAE Pass", "Aegisflow controlnet preprocessor bus", "Apply Instagram Filter", - "Binary INT Switch", "Brightness_Contrast_Ally", "Flatten Colors", "Gaussian Blur_Ally", @@ -4171,14 +3760,6 @@ "title_aux": "CLIP Directional Prompt Attention" } ], - "https://github.com/angeloshredder/StableCascadeResizer": [ - [ - "CascadeResize" - ], - { - "title_aux": "StableCascadeResizer" - } - ], "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": [ [ "composite", @@ -4221,7 +3802,6 @@ [ "MUForceCacheClear", "MUJinjaRender", - "MUReplaceModelWeights", "MUSimpleWildcard" ], { @@ -4306,7 +3886,6 @@ "Batch Load Images", "Batch Resize Image for SDXL", "Checkpoint Loader Simple Mikey", - "CheckpointHash", "CinematicLook", "Empty Latent Ratio Custom SDXL", "Empty Latent Ratio Select SDXL", @@ -4331,7 +3910,6 @@ "Mikey Sampler Tiled Base Only", "MikeySamplerTiledAdvanced", "MikeySamplerTiledAdvancedBaseOnly", - "MosaicExpandImage", "OobaPrompt", "PresetRatioSelector", "Prompt With SDXL", @@ -4342,9 +3920,6 @@ "Range Integer", "Ratio Advanced", "Resize Image for SDXL", - "SRFloatPromptInput", - "SRIntPromptInput", - "SRStringPromptInput", "Save Image If True", "Save Image With Prompt Data", "Save Images Mikey", @@ -4428,8 +4003,7 @@ "SamplerSonarEuler", "SamplerSonarEulerA", "SonarCustomNoise", - "SonarGuidanceConfig", - "SonarPowerNoise" + "SonarGuidanceConfig" ], { "title_aux": "ComfyUI-sonar" @@ -4584,15 +4158,6 @@ "title_aux": "Lists Cartesian Product" } ], - "https://github.com/bmad4ever/comfyui_quilting": [ - [ - "ImageQuilting_Bmad", - "LatentQuilting_Bmad" - ], - { - "title_aux": "comfyui_quilting" - } - ], "https://github.com/bmad4ever/comfyui_wfc_like": [ [ "WFC_CustomTemperature_Bmad", @@ -4719,34 +4284,6 @@ "title_aux": "Image loader with subfolders" } ], - "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": [ - [ - "BOPBTL_BlendFaces", - "BOPBTL_DetectEnhanceBlendFaces", - "BOPBTL_DetectFaces", - "BOPBTL_EnhanceFaces", - "BOPBTL_EnhanceFacesAdvanced", - "BOPBTL_LoadFaceDetectorModel", - "BOPBTL_LoadFaceEnhancerModel", - "BOPBTL_LoadRestoreOldPhotosModel", - "BOPBTL_LoadScratchMaskModel", - "BOPBTL_RestoreOldPhotos", - "BOPBTL_ScratchMask" - ], - { - "title_aux": "ComfyUI Bringing Old Photos Back to Life" - } - ], - "https://github.com/cdb-boop/comfyui-image-round": [ - [ - "ComfyUI_Image_Round__ImageCropAdvanced", - "ComfyUI_Image_Round__ImageRound", - "ComfyUI_Image_Round__ImageRoundAdvanced" - ], - { - "title_aux": "comfyui-image-round" - } - ], "https://github.com/celsojr2013/comfyui_simpletools/raw/main/google_translator.py": [ [ "GoogleTranslator" @@ -4773,21 +4310,6 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], - "https://github.com/chaojie/ComfyUI-DragAnything": [ - [ - "DragAnythingLoader", - "DragAnythingPipelineRun", - "DragAnythingPipelineRunRandom", - "DragAnythingRun", - "DragAnythingRunRandom", - "LoadText", - "SaveText", - "VHS_FILENAMES_STRING" - ], - { - "title_aux": "ComfyUI-DragAnything" - } - ], "https://github.com/chaojie/ComfyUI-DragNUWA": [ [ "BrushMotion", @@ -4818,8 +4340,6 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": [ [ "DynamiCrafter Simple", - "DynamiCrafterInterp Simple", - "DynamiCrafterInterpLoader", "DynamiCrafterLoader" ], { @@ -4901,16 +4421,6 @@ "title_aux": "ComfyUI-MotionCtrl-SVD" } ], - "https://github.com/chaojie/ComfyUI-Open-Sora": [ - [ - "OpenSoraLoader", - "OpenSoraRun", - "OpenSoraSampler" - ], - { - "title_aux": "ComfyUI-Open-Sora" - } - ], "https://github.com/chaojie/ComfyUI-Panda3d": [ [ "Panda3dAmbientLight", @@ -4954,31 +4464,9 @@ "title_aux": "ComfyUI-RAFT" } ], - "https://github.com/chaojie/ComfyUI-Trajectory": [ - [ - "Trajectory_Canvas_Tab" - ], - { - "author": "Lerc", - "description": "This extension provides a full page image editor with mask support. There are two nodes, one to receive images from the editor and one to send images to the editor.", - "nickname": "Canvas Tab", - "title": "Canvas Tab", - "title_aux": "ComfyUI-Trajectory" - } - ], - "https://github.com/chaojie/ComfyUI-dust3r": [ - [ - "Dust3rLoader", - "Dust3rRun" - ], - { - "title_aux": "ComfyUI-dust3r" - } - ], "https://github.com/chflame163/ComfyUI_LayerStyle": [ [ "LayerColor: Brightness & Contrast", - "LayerColor: Color of Shadow & Highlight", "LayerColor: ColorAdapter", "LayerColor: Exposure", "LayerColor: Gamma", @@ -5002,7 +4490,6 @@ "LayerMask: MaskByDifferent", "LayerMask: MaskEdgeShrink", "LayerMask: MaskEdgeUltraDetail", - "LayerMask: MaskEdgeUltraDetail V2", "LayerMask: MaskGradient", "LayerMask: MaskGrow", "LayerMask: MaskInvert", @@ -5010,13 +4497,9 @@ "LayerMask: MaskPreview", "LayerMask: MaskStroke", "LayerMask: PersonMaskUltra", - "LayerMask: PersonMaskUltra V2", "LayerMask: PixelSpread", "LayerMask: RemBgUltra", - "LayerMask: RmBgUltra V2", "LayerMask: SegmentAnythingUltra", - "LayerMask: SegmentAnythingUltra V2", - "LayerMask: Shadow & Highlight Mask", "LayerStyle: ColorOverlay", "LayerStyle: DropShadow", "LayerStyle: GradientOverlay", @@ -5028,7 +4511,6 @@ "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", "LayerUtility: CropByMask", - "LayerUtility: CropByMask V2", "LayerUtility: ExtendCanvas", "LayerUtility: GetColorTone", "LayerUtility: GetImageSize", @@ -5040,7 +4522,6 @@ "LayerUtility: ImageChannelMerge", "LayerUtility: ImageChannelSplit", "LayerUtility: ImageCombineAlpha", - "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", "LayerUtility: ImageRemoveAlpha", @@ -5053,12 +4534,9 @@ "LayerUtility: LayerImageTransform", "LayerUtility: LayerMaskTransform", "LayerUtility: PrintInfo", - "LayerUtility: PromptEmbellish", "LayerUtility: PromptTagger", "LayerUtility: RestoreCropBox", - "LayerUtility: SimpleTextImage", "LayerUtility: TextImage", - "LayerUtility: TextJoin", "LayerUtility: XY to Percent" ], { @@ -5247,9 +4725,7 @@ [ "BasicScheduler", "CLIPLoader", - "CLIPMergeAdd", "CLIPMergeSimple", - "CLIPMergeSubtract", "CLIPSave", "CLIPSetLastLayer", "CLIPTextEncode", @@ -5276,7 +4752,6 @@ "ControlNetLoader", "CropMask", "DiffControlNetLoader", - "DifferentialDiffusion", "DiffusersLoader", "DualCLIPLoader", "EmptyImage", @@ -5345,7 +4820,6 @@ "ModelSamplingContinuousEDM", "ModelSamplingDiscrete", "ModelSamplingStableCascade", - "Morphology", "PatchModelAddDownscale", "PerpNeg", "PhotoMakerEncode", @@ -5360,15 +4834,10 @@ "RescaleCFG", "SDTurboScheduler", "SD_4XUpscale_Conditioning", - "SV3D_Conditioning", "SVD_img2vid_Conditioning", "SamplerCustom", - "SamplerDPMAdaptative", "SamplerDPMPP_2M_SDE", - "SamplerDPMPP_3M_SDE", "SamplerDPMPP_SDE", - "SamplerEulerAncestral", - "SamplerLMS", "SaveAnimatedPNG", "SaveAnimatedWEBP", "SaveImage", @@ -5381,12 +4850,10 @@ "StableCascade_EmptyLatentImage", "StableCascade_StageB_Conditioning", "StableCascade_StageC_VAEEncode", - "StableCascade_SuperResolutionControlnet", "StableZero123_Conditioning", "StableZero123_Conditioning_Batched", "StyleModelApply", "StyleModelLoader", - "ThresholdMask", "TomePatchModel", "UNETLoader", "UpscaleModelLoader", @@ -5399,7 +4866,6 @@ "VAESave", "VPScheduler", "VideoLinearCFGGuidance", - "VideoTriangleCFGGuidance", "unCLIPCheckpointLoader", "unCLIPConditioning" ], @@ -5451,33 +4917,6 @@ "title_aux": "ComfyQR-scanning-nodes" } ], - "https://github.com/cozymantis/cozy-utils-comfyui-nodes": [ - [ - "Cozy Sampler Options" - ], - { - "title_aux": "Cozy Utils" - } - ], - "https://github.com/cozymantis/human-parser-comfyui-node": [ - [ - "Cozy Human Parser ATR", - "Cozy Human Parser LIP", - "Cozy Human Parser Pascal" - ], - { - "title_aux": "Cozy Human Parser" - } - ], - "https://github.com/cozymantis/pose-generator-comfyui-node": [ - [ - "Cozy Pose Body Reference", - "Cozy Pose Face Reference" - ], - { - "title_aux": "Cozy Reference Pose Generator" - } - ], "https://github.com/cubiq/ComfyUI_FaceAnalysis": [ [ "FaceAnalysisModels", @@ -5629,9 +5068,7 @@ "https://github.com/darkpixel/darkprompts": [ [ "DarkCombine", - "DarkFaceIndexGenerator", "DarkFaceIndexShuffle", - "DarkFolders", "DarkLoRALoader", "DarkPrompt" ], @@ -5676,21 +5113,6 @@ "title_aux": "DZ-FaceDetailer" } ], - "https://github.com/dchatel/comfyui_facetools": [ - [ - "AlignFaces", - "CropFaces", - "DetectFaces", - "FaceDetails", - "GenderFaceFilter", - "MergeWarps", - "OrderedFaceFilter", - "WarpFacesBack" - ], - { - "title_aux": "comfyui_facetools" - } - ], "https://github.com/deroberon/StableZero123-comfyui": [ [ "SDZero ImageSplit", @@ -5725,24 +5147,6 @@ "title_aux": "comfyui-clip-with-break" } ], - "https://github.com/dfl/comfyui-tcd-scheduler": [ - [ - "SamplerTCD", - "TCDScheduler" - ], - { - "title_aux": "ComfyUI-TCD-scheduler" - } - ], - "https://github.com/diStyApps/ComfyUI_FrameMaker": [ - [ - "FrameMaker", - "FrameMakerBatch" - ], - { - "title_aux": "ComfyUI Frame Maker" - } - ], "https://github.com/digitaljohn/comfyui-propost": [ [ "ProPostApplyLUT", @@ -5794,15 +5198,6 @@ "title_aux": "a-person-mask-generator" } ], - "https://github.com/dmMaze/sketch2manga": [ - [ - "BlendScreentone", - "EmptyLatentImageAdvanced" - ], - { - "title_aux": "Sketch2Manga" - } - ], "https://github.com/dmarx/ComfyUI-AudioReactive": [ [ "OpAbs", @@ -5939,20 +5334,19 @@ "https://github.com/edenartlab/eden_comfy_pipelines": [ [ "CLIP_Interrogator", - "ConvertToGrayscale", "Eden_Bool", "Eden_Compare", "Eden_DebugPrint", "Eden_Float", "Eden_Int", "Eden_String", + "Filepicker", "IMG_blender", "IMG_padder", "IMG_scaler", "IMG_unpadder", "If ANY execute A else B", "LatentTypeConversion", - "LoadRandomImage", "SaveImageAdvanced", "VAEDecode_to_folder" ], @@ -6076,7 +5470,6 @@ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [ [ "FL_ImageCaptionSaver", - "FL_ImageDimensionDisplay", "FL_ImageRandomizer" ], { @@ -6116,21 +5509,6 @@ "title_aux": "comfyui-prompt-composer" } ], - "https://github.com/flowtyone/ComfyUI-Flowty-CRM": [ - [ - "CCMSampler", - "CRMModelLoader", - "CRMModeler", - "CRMModelerCuda", - "CRMPoseSampler", - "CRMPoserConfig", - "CRMPreprocessForPoser", - "CRMViewer" - ], - { - "title_aux": "ComfyUI-Flowty-CRM" - } - ], "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": [ [ "LDSRModelLoader", @@ -6141,16 +5519,6 @@ "title_aux": "ComfyUI-Flowty-LDSR" } ], - "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": [ - [ - "TripoSRModelLoader", - "TripoSRSampler", - "TripoSRViewer" - ], - { - "title_aux": "ComfyUI-Flowty-TripoSR" - } - ], "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": [ [ "BatchIndex_AS", @@ -6223,75 +5591,6 @@ "title_aux": "ComfyUI_GMIC" } ], - "https://github.com/get-salt-AI/SaltAI": [ - [ - "LLMChat", - "LLMChatEngine", - "LLMChatMessageConcat", - "LLMChatMessages", - "LLMChatMessagesAdv", - "LLMComplete", - "LLMDirectoryReader", - "LLMHtmlComposer", - "LLMHtmlRepair", - "LLMJSONQueryEngine", - "LLMJsonComposer", - "LLMJsonRepair", - "LLMMarkdownComposer", - "LLMMarkdownRepair", - "LLMNotionReader", - "LLMPostProcessDocuments", - "LLMQueryEngine", - "LLMQueryEngineAdv", - "LLMRegexCreator", - "LLMRegexRepair", - "LLMRssReaderNode", - "LLMSemanticSplitterNodeParser", - "LLMSentenceSplitterNodeCreator", - "LLMServiceContextAdv", - "LLMServiceContextDefault", - "LLMSimpleWebPageReader", - "LLMSummaryIndex", - "LLMTrafilaturaWebReader", - "LLMTreeIndex", - "LLMVectorStoreIndex", - "LLMYamlComposer", - "LLMYamlRepair", - "OPAC", - "OPAC2Floats", - "OPACList2ExecList", - "OPACListVariance", - "OPACPerlinSettings", - "OPACTransformImages", - "OPCSLayerExtractor", - "OPCScheduler", - "OpenAIModel", - "ParallaxMotion", - "SAIPrimitiveConverter", - "SAIStringRegexSearchMatch", - "SAIStringRegexSearchReplace", - "SaltAIStableVideoDiffusion", - "SaltInfo", - "SaltInput", - "SaltOutput", - "ScheduledImageAdjust" - ], - { - "title_aux": "SaltAI-Open-Resources" - } - ], - "https://github.com/ggpid/idpark_custom_node": [ - [ - "CutByMaskFixed", - "FastSAMGenerator", - "LoadImageS3", - "SAMGenerator", - "SaveImageS3" - ], - { - "title_aux": "idpark_custom_node" - } - ], "https://github.com/giriss/comfy-image-saver": [ [ "Cfg Literal", @@ -6310,7 +5609,6 @@ ], "https://github.com/glibsonoran/Plush-for-ComfyUI": [ [ - "AdvPromptEnhancer", "DalleImage", "Enhancer", "ImgTextSwitch", @@ -6325,7 +5623,6 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", - "ImageToMultipleOf", "SDXLAspectRatio" ], { @@ -6348,26 +5645,9 @@ "title_aux": "ComfyUI Substring" } ], - "https://github.com/gokayfem/ComfyUI-Depth-Visualization": [ - [ - "DepthViewer" - ], - { - "title_aux": "ComfyUI-Depth-Visualization" - } - ], - "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [ - [ - "DreamViewer" - ], - { - "title_aux": "ComfyUI-Dream-Interpreter" - } - ], "https://github.com/gokayfem/ComfyUI_VLM_nodes": [ [ "AudioLDM2Node", - "ChatMusician", "CreativeArtPromptGenerator", "Internlm", "Joytag", @@ -6384,12 +5664,9 @@ "LlavaClipLoader", "MCLLaVAModel", "MoonDream", - "Moondream2model", "PlayMusic", "PromptGenerateAPI", - "SaveAudioNode", "SimpleText", - "StructuredOutput", "Suggester", "UformGen2QwenNode", "ViewText" @@ -6416,16 +5693,6 @@ "title_aux": "y.k.'s ComfyUI node suite" } ], - "https://github.com/hackkhai/ComfyUI-Image-Matting": [ - [ - "ApplyMatting", - "CreateTrimap", - "MattingModelLoader" - ], - { - "title_aux": "ComfyUI-Image-Matting" - } - ], "https://github.com/hhhzzyang/Comfyui_Lama": [ [ "LamaApply", @@ -6478,21 +5745,6 @@ "title_aux": "ComfyUI-ModelDownloader" } ], - "https://github.com/huchenlei/ComfyUI-layerdiffuse": [ - [ - "LayeredDiffusionApply", - "LayeredDiffusionCondApply", - "LayeredDiffusionCondJointApply", - "LayeredDiffusionDecode", - "LayeredDiffusionDecodeRGBA", - "LayeredDiffusionDecodeSplit", - "LayeredDiffusionDiffApply", - "LayeredDiffusionJointApply" - ], - { - "title_aux": "ComfyUI-layerdiffuse (layerdiffusion)" - } - ], "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [ [ "Openpose Keypoint Extractor" @@ -6551,18 +5803,6 @@ "title_aux": "ComfyUI-Lora-Auto-Trigger-Words" } ], - "https://github.com/if-ai/ComfyUI-IF_AI_tools": [ - [ - "IF_DisplayText", - "IF_ImagePrompt", - "IF_PromptMkr", - "IF_SaveText", - "IF_saveText" - ], - { - "title_aux": "ComfyUI-IF_AI_tools" - } - ], "https://github.com/imb101/ComfyUI-FaceSwap": [ [ "FaceSwapNode" @@ -6870,16 +6110,6 @@ "title_aux": "ComfyUI-DDColor" } ], - "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": [ - [ - "DynamiCrafterBatchInterpolation", - "DynamiCrafterI2V", - "DynamiCrafterModelLoader" - ], - { - "title_aux": "ComfyUI-DynamiCrafterWrapper" - } - ], "https://github.com/kijai/ComfyUI-KJNodes": [ [ "AddLabel", @@ -6908,6 +6138,7 @@ "CreateVoronoiMask", "CrossFadeImages", "DummyLatentOut", + "EffnetEncode", "EmptyLatentImagePresets", "FilterZeroMasksAndCorrespondingImages", "FlipSigmasAdjusted", @@ -6931,17 +6162,16 @@ "InjectNoiseToLatent", "InsertImageBatchByIndexes", "Intrinsic_lora_sampling", - "LoadResAdapterNormalization", "NormalizeLatent", "NormalizedAmplitudeToMask", "OffsetMask", "OffsetMaskByNormalizedAmplitude", + "ReferenceOnlySimple3", "RemapMaskRange", "ReplaceImagesInBatch", "ResizeMask", "ReverseImageBatch", "RoundMask", - "SV3D_BatchSchedule", "SaveImageWithAlpha", "ScaleBatchPromptSchedule", "SomethingToString", @@ -6949,7 +6179,6 @@ "SplitBboxes", "StableZero123_BatchSchedule", "StringConstant", - "Superprompt", "VRAM_Debug", "WidgetToString" ], @@ -6961,7 +6190,6 @@ [ "ColorizeDepthmap", "MarigoldDepthEstimation", - "MarigoldDepthEstimationVideo", "RemapDepth", "SaveImageOpenEXR" ], @@ -6969,21 +6197,6 @@ "title_aux": "Marigold depth estimation in ComfyUI" } ], - "https://github.com/kijai/ComfyUI-SUPIR": [ - [ - "SUPIR_Upscale", - "SUPIR_conditioner", - "SUPIR_decode", - "SUPIR_encode", - "SUPIR_first_stage", - "SUPIR_model_loader", - "SUPIR_sample", - "SUPIR_tiles" - ], - { - "title_aux": "ComfyUI-SUPIR" - } - ], "https://github.com/kijai/ComfyUI-SVD": [ [ "SVDimg2vid" @@ -6994,8 +6207,7 @@ ], "https://github.com/kijai/ComfyUI-moondream": [ [ - "MoondreamQuery", - "MoondreamQueryCaptions" + "MoondreamQuery" ], { "title_aux": "ComfyUI-moondream" @@ -7040,13 +6252,7 @@ ], "https://github.com/klinter007/klinter_nodes": [ [ - "Filter", - "PresentString", - "SingleString", - "SizeSelector", - "concat", - "concat_klinter", - "whitelist" + "concat_klinter" ], { "title_aux": "Klinter_nodes" @@ -7122,16 +6328,6 @@ "title_aux": "abg-comfyui" } ], - "https://github.com/laksjdjf/Batch-Condition-ComfyUI": [ - [ - "Batch String", - "CLIP Text Encode (Batch)", - "String Input" - ], - { - "title_aux": "Batch-Condition-ComfyUI" - } - ], "https://github.com/laksjdjf/LCMSampler-ComfyUI": [ [ "SamplerLCM", @@ -7152,14 +6348,6 @@ "title_aux": "LoRA-Merger-ComfyUI" } ], - "https://github.com/laksjdjf/LoRTnoC-ComfyUI": [ - [ - "LortnocLoader" - ], - { - "title_aux": "LoRTnoC-ComfyUI" - } - ], "https://github.com/laksjdjf/attention-couple-ComfyUI": [ [ "Attention couple" @@ -7188,11 +6376,7 @@ ], "https://github.com/leoleelxh/ComfyUI-LLMs": [ [ - "\ud83d\uddbc\ufe0f LLMs_Vison_Ali", - "\ud83d\uddbc\ufe0f LLMs_Vison_GLM4", - "\ud83d\uddbc\ufe0f LLMs_Vison_Gemini", - "\ud83d\ude00 LLMs_Chat", - "\ud83d\ude00 LLMs_Chat_GLM4_Only" + "\ud83d\udc35 ComfyUI-LLMs" ], { "title_aux": "ComfyUI-LLMs" @@ -7210,42 +6394,19 @@ "title_aux": "simple wildcard for ComfyUI" } ], - "https://github.com/ljleb/comfy-mecha": [ - [ - "Blocks Mecha Hyper", - "Custom Code Mecha Recipe", - "Mecha Merger", - "Model Mecha Recipe" - ], - { - "title_aux": "comfy-mecha" - } - ], "https://github.com/lldacing/comfyui-easyapi-nodes": [ [ "Base64ToImage", "Base64ToMask", - "ColorPicker", - "GetImageBatchSize", "ImageToBase64", "ImageToBase64Advanced", - "InsightFaceBBOXDetect", - "IntToList", - "IntToNumber", - "JoinList", - "ListMerge", "LoadImageFromURL", "LoadImageToBase64", "LoadMaskFromURL", "MaskImageToBase64", "MaskToBase64", "MaskToBase64Image", - "SamAutoMaskSEGS", - "ShowFloat", - "ShowInt", - "ShowNumber", - "ShowString", - "StringToList" + "SamAutoMaskSEGS" ], { "title_aux": "comfyui-easyapi-nodes" @@ -7371,8 +6532,6 @@ "ImpactEdit_SEG_ELT", "ImpactFloat", "ImpactFrom_SEG_ELT", - "ImpactFrom_SEG_ELT_bbox", - "ImpactFrom_SEG_ELT_crop_region", "ImpactGaussianBlurMask", "ImpactGaussianBlurMaskInSEGS", "ImpactHFTransformersClassifierProvider", @@ -7470,8 +6629,6 @@ "SEGSRangeFilterDetailerHookProvider", "SEGSSwitch", "SEGSToImageList", - "SEGSUpscaler", - "SEGSUpscalerPipe", "SegmDetectorCombined", "SegmDetectorCombined_v2", "SegmDetectorForEach", @@ -7517,7 +6674,6 @@ "CacheBackendDataNumberKeyList //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "ChangeImageBatchSize //Inspire", - "ChangeLatentBatchSize //Inspire", "CheckpointLoaderSimpleShared //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "ConcatConditioningsWithMultiplier //Inspire", @@ -7794,36 +6950,6 @@ "title_aux": "MTB Nodes" } ], - "https://github.com/meshmesh-io/ComfyUI-MeshMesh": [ - [ - "ColorPicker", - "MasksToColoredMasks" - ], - { - "title_aux": "ComfyUI-MeshMesh" - } - ], - "https://github.com/meshmesh-io/mm-comfyui-loopback": [ - [ - "Loop", - "LoopEnd", - "LoopEnd_SEGIMAGE", - "LoopStart", - "LoopStart_SEGIMAGE" - ], - { - "title_aux": "mm-comfyui-loopback" - } - ], - "https://github.com/meshmesh-io/mm-comfyui-megamask": [ - [ - "ColorListMaskToImage", - "FlattenAndCombineMaskImages" - ], - { - "title_aux": "mm-comfyui-megamask" - } - ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ [ "InpaintMediapipe" @@ -7853,14 +6979,12 @@ "CanvasCreatorAdvanced", "CanvasCreatorBasic", "CanvasCreatorSimple", - "CreateMaskWithCanvas", "CreateRegionalPNGMask", "EightFloats", "FloatMultiplier", "FourBooleanTrigger", "FourFloats", "IntMultiplier", - "LogicNot", "NumeralToString", "PngColorMasksToMaskList", "PngColorMasksToRGB", @@ -7868,16 +6992,12 @@ "PngColorMasksToStringList", "PngRectanglesToMask", "PngRectanglesToMaskList", - "RandomLayouts", - "SeedGenerator", "SingleBooleanTrigger", "SixBooleanTrigger", "SixFloats", "StepsAndCfg", "StepsAndCfgAndWH", "TextBox", - "TextCombinerSix", - "TextCombinerTwo", "TextWithBooleanSwitchAndCommonTextInput", "TwoBooleanTrigger", "TwoFloats" @@ -8087,14 +7207,6 @@ "title_aux": "ntdviet/comfyui-ext" } ], - "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ - [ - "Lora Loader From HF" - ], - { - "title_aux": "ComfyUI-HfLoader" - } - ], "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": [ [ "CLIPStringEncode _O", @@ -8256,16 +7368,6 @@ "title_aux": "ComfyUI-TemporaryLoader" } ], - "https://github.com/prodogape/ComfyUI-Minio": [ - [ - "Load Image From Minio", - "Save Image To Minio", - "Set Minio Config" - ], - { - "title_aux": "Comfyui-Minio" - } - ], "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ [ "CheckpointLoader|pysssss", @@ -8507,7 +7609,6 @@ [ "3DImage", "AppInfo", - "ApplyVisualStylePrompting_", "AreaToMask", "CenterImage", "CharacterInText", @@ -8535,7 +7636,6 @@ "LoadImagesFromPath", "LoadImagesFromURL", "LoraNames_", - "LoraPrompt", "MergeLayers", "MirroredImage", "MultiplicationNode", @@ -8548,7 +7648,6 @@ "RandomPrompt", "ResizeImageMixlab", "SamplerNames_", - "SaveImageAndMetadata_", "SaveImageToLocal", "ScreenShare", "Seed_", @@ -8559,16 +7658,12 @@ "SpeechSynthesis", "SplitImage", "SplitLongMask", - "StyleAlignedBatchAlign_", - "StyleAlignedReferenceSampler_", - "StyleAlignedSampleReferenceLatents_", "SvgImage", "SwitchByIndex", "TESTNODE_", "TESTNODE_TOKEN", "TextImage", "TextInput_", - "TextSplitByDelimiter", "TextToNumber", "TransparentImage", "VAEDecodeConsistencyDecoder", @@ -8586,19 +7681,6 @@ "title_aux": "comfyui-ultralytics-yolo" } ], - "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": [ - [ - "DallERender", - "GPT", - "MemeplexCustomSDXLRender", - "MemeplexRender", - "TextInput", - "TextSend" - ], - { - "title_aux": "ComfyUI_Memeplex_DALLE" - } - ], "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": [ [ "PhotoMakerEncodePlus", @@ -8837,7 +7919,7 @@ "BlurImageFast", "BlurMaskFast", "ClampOutliers", - "ColorMatchImage", + "ColorMatch", "ConvertNormals", "DifferenceChecker", "DilateErodeMask", @@ -8927,7 +8009,6 @@ [ "KRestartSampler", "KRestartSamplerAdv", - "KRestartSamplerCustom", "KRestartSamplerSimple" ], { @@ -8943,15 +8024,6 @@ "title_aux": "ComfyUI roop" } ], - "https://github.com/stavsap/comfyui-ollama": [ - [ - "OllamaGenerate", - "OllamaVision" - ], - { - "title_aux": "ComfyUI Ollama" - } - ], "https://github.com/storyicon/comfyui_segment_anything": [ [ "GroundingDinoModelLoader (segment anything)", @@ -9322,14 +8394,6 @@ "title_aux": "Simple Wildcard" } ], - "https://github.com/victorchall/comfyui_webcamcapture": [ - [ - "WebcamCapture" - ], - { - "title_aux": "Comfyui Webcam capture node" - } - ], "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [ [ "ChatGptPrompt" @@ -9346,39 +8410,6 @@ "title_aux": "comfyui-psd2png" } ], - "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ - [ - "Any String", - "Chunk Up", - "Get Chunk", - "Inspect", - "Join Chunks", - "Model From URL" - ], - { - "title_aux": "ComfyUI-Vivax-Nodes" - } - ], - "https://github.com/vsevolod-oparin/comfyui-kandinsky22": [ - [ - "comfy-kandinsky22-decoder-loader", - "comfy-kandinsky22-hint-combiner", - "comfy-kandinsky22-image-encoder", - "comfy-kandinsky22-img-latents", - "comfy-kandinsky22-latents", - "comfy-kandinsky22-movq-decoder", - "comfy-kandinsky22-positive-text-encoder", - "comfy-kandinsky22-prior-averaging-2", - "comfy-kandinsky22-prior-averaging-3", - "comfy-kandinsky22-prior-averaging-4", - "comfy-kandinsky22-prior-loader", - "comfy-kandinsky22-text-encoder", - "comfy-kandinsky22-unet-decoder" - ], - { - "title_aux": "Kandinsky 2.2 ComfyUI Plugin" - } - ], "https://github.com/wallish77/wlsh_nodes": [ [ "Alternating KSampler (WLSH)", @@ -9647,7 +8678,6 @@ "easy if", "easy imageInsetCrop", "easy imagePixelPerfect", - "easy imageRemBg", "easy imageRemoveBG", "easy imageSave", "easy imageScaleDown", @@ -9656,26 +8686,20 @@ "easy imageSize", "easy imageSizeByLongerSide", "easy imageSizeBySide", - "easy imageSplitList", "easy imageSwitch", "easy imageToMask", - "easy instantIDApply", - "easy instantIDApplyADV", "easy int", "easy isSDXL", "easy joinImageBatch", "easy kSampler", "easy kSamplerDownscaleUnet", "easy kSamplerInpainting", - "easy kSamplerLayerDiffusion", "easy kSamplerSDTurbo", "easy kSamplerTiled", "easy latentCompositeMaskedWithCond", "easy latentNoisy", "easy loraStack", "easy negative", - "easy pipeBatchIndex", - "easy pipeEdit", "easy pipeIn", "easy pipeOut", "easy pipeToBasicPipe", @@ -9687,9 +8711,6 @@ "easy preSamplingAdvanced", "easy preSamplingCascade", "easy preSamplingDynamicCFG", - "easy preSamplingLayerDiffusion", - "easy preSamplingLayerDiffusionADDTL", - "easy preSamplingNoiseIn", "easy preSamplingSdTurbo", "easy promptList", "easy rangeFloat", @@ -9699,7 +8720,6 @@ "easy showAnything", "easy showLoaderSettingsNames", "easy showSpentTime", - "easy showTensorShape", "easy string", "easy stylesSelector", "easy svdLoader", @@ -9810,9 +8830,7 @@ ], "https://github.com/yuvraj108c/ComfyUI-Pronodes": [ [ - "LoadYoutubeVideoNode", - "PreviewVHSAudioNode", - "VHSFilenamesToPath" + "LoadYoutubeVideoNode" ], { "title_aux": "ComfyUI-Pronodes" @@ -9821,7 +8839,6 @@ "https://github.com/yuvraj108c/ComfyUI-Vsgan": [ [ "DepthAnythingTrtNode", - "TTSCapcutNode", "UpscaleVideoTrtNode" ], { @@ -9844,9 +8861,6 @@ "Bedrock - Claude", "Bedrock - SDXL", "Bedrock - Titan Image", - "Image From S3", - "Image From URL", - "Image To S3", "Prompt Regex Remove", "Prompt Template" ], @@ -9914,16 +8928,8 @@ ], "https://github.com/zhongpei/Comfyui_image2prompt": [ [ - "CLIP PromptConditioning|fofo", "Image2Text", - "Image2TextWithTags", - "LoadImage2TextModel", - "LoadText2PromptModel", - "ShowText|fofo", - "Text2GPTPrompt", - "Text2Prompt", - "TextBox|fofo", - "Translate2Chinese|fofo" + "LoadImage2TextModel" ], { "title_aux": "Comfyui_image2prompt" diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index cd25384c..2183b78d 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,35 +1,5 @@ { "models": [ - { - "name": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", - "type": "BLIP_MODEL", - "base": "blip_model", - "save_path": "blip", - "description": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L", - "reference": "https://github.com/salesforce/BLIP", - "filename": "model_base_capfilt_large.pth", - "url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth" - }, - { - "name": "GroundingDINO SwinT OGC - Model", - "type": "GroundingDINO", - "base": "DINO", - "save_path": "groundingdino", - "description": "GroundingDINO SwinT OGC Model", - "reference": "https://huggingface.co/ShilongLiu/GroundingDINO", - "filename": "groundingdino_swint_ogc.pth", - "url": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth" - }, - { - "name": "GroundingDINO SwinT OGC - CFG File", - "type": "GroundingDINO", - "base": "DINO", - "save_path": "groundingdino", - "description": "GroundingDINO SwinT OGC CFG File", - "reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py", - "filename": "GroundingDINO_SwinT_OGC.cfg.py", - "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py" - }, { "name": "SDXL Lightning LoRA (2step)", "type": "lora", @@ -692,6 +662,16 @@ "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid", "filename": "svd.safetensors", "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors" + }, + { + "name": "Stable Video Diffusion Image-to-Video (XT)", + "type": "checkpoints", + "base": "SVD", + "save_path": "checkpoints/SVD", + "description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.\nNOTE: 25 frames @ 576x1024 ", + "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt", + "filename": "svd_xt.safetensors", + "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors" } ] } diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index cc822d84..e332c589 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -149,16 +149,6 @@ ], "install_type": "git-clone", "description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function." - }, - { - "author": "MokkaBoss1", - "title": "Woman_in_a_dress", - "reference": "https://github.com/MokkaBoss1/Woman_in_a_dress", - "files": [ - "https://github.com/MokkaBoss1/Woman_in_a_dress/raw/main/Woman_In_A_Dress.py" - ], - "install_type": "git-clone", - "description": "Nodes:Woman_in_a_dress" } ] } \ No newline at end of file diff --git a/prestartup_script.py b/prestartup_script.py index a335f3d0..663c65eb 100644 --- a/prestartup_script.py +++ b/prestartup_script.py @@ -15,9 +15,6 @@ sys.path.append(glob_path) import cm_global -cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia'] - - def skip_pip_spam(x): return 'Requirement already satisfied:' in x @@ -173,9 +170,11 @@ try: write_stderr = wrapper_stderr pat_tqdm = r'\d+%.*\[(.*?)\]' - pat_import_fail = r'seconds \(IMPORT FAILED\):.*[/\\]custom_nodes[/\\](.*)$' + pat_import_fail = r'seconds \(IMPORT FAILED\):' + pat_custom_node = r'[/\\]custom_nodes[/\\](.*)$' is_start_mode = True + is_import_fail_mode = False class ComfyUIManagerLogger: def __init__(self, is_stdout): @@ -195,17 +194,26 @@ try: def write(self, message): global is_start_mode + global is_import_fail_mode if any(f(message) for f in message_collapses): return if is_start_mode: - match = re.search(pat_import_fail, message) - if match: - import_failed_extensions.add(match.group(1)) + if is_import_fail_mode: + match = re.search(pat_custom_node, message) + if match: + import_failed_extensions.add(match.group(1)) + is_import_fail_mode = False + else: + match = re.search(pat_import_fail, message) + if match: + is_import_fail_mode = True + else: + is_import_fail_mode = False - if 'Starting server' in message: - is_start_mode = False + if 'Starting server' in message: + is_start_mode = False if not self.is_stdout: match = re.search(pat_tqdm, message) @@ -342,12 +350,7 @@ def is_installed(name): if match: name = match.group(1) - - if name in cm_global.pip_downgrade_blacklist: - if match is None or match.group(2) in ['<=', '==', '<']: - print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'") - return True - + return name.lower() in get_installed_packages() diff --git a/scripts/install-comfyui-venv-linux.sh b/scripts/install-comfyui-venv-linux.sh index fecf3d5b..be473dc6 100755 --- a/scripts/install-comfyui-venv-linux.sh +++ b/scripts/install-comfyui-venv-linux.sh @@ -4,9 +4,9 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv source venv/bin/activate -python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt +python -m pip install torchvision cd .. echo "#!/bin/bash" > run_gpu.sh echo "cd ComfyUI" >> run_gpu.sh diff --git a/scripts/install-comfyui-venv-win.bat b/scripts/install-comfyui-venv-win.bat index 98111110..6bb0e836 100755 --- a/scripts/install-comfyui-venv-win.bat +++ b/scripts/install-comfyui-venv-win.bat @@ -4,14 +4,17 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager cd .. python -m venv venv call venv/Scripts/activate -pythoh -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 python -m pip install -r requirements.txt python -m pip install -r custom_nodes/ComfyUI-Manager/requirements.txt +python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers cd .. -echo "cd ComfyUI" >> run_gpu.bat -echo "call venv/Scripts/activate" >> run_gpu.bat -echo "python main.py" >> run_gpu.bat +echo "cd ComfyUI" >> run_gpu.sh +echo "call venv/Scripts/activate" >> run_gpu.sh +echo "python main.py" >> run_gpu.sh +chmod +x run_gpu.sh -echo "cd ComfyUI" >> run_cpu.bat -echo "call venv/Scripts/activate" >> run_cpu.bat -echo "python main.py --cpu" >> run_cpu.bat +echo "#!/bin/bash" > run_cpu.sh +echo "cd ComfyUI" >> run_cpu.sh +echo "call venv/Scripts/activate" >> run_cpu.sh +echo "python main.py --cpu" >> run_cpu.sh +chmod +x run_cpu.sh