Add ZoeyTool to custom node list

This commit is contained in:
liangzoey 2025-09-23 22:35:00 +08:00
parent 16800c3fa0
commit 34877fd06b

View File

@ -21,7 +21,7 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node pack offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.\nNOTE: To use the UltralyticsDetectorProvider, you must install the 'ComfyUI Impact Subpack' separately.", "description": "This node pack offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.\nNOTE: To use the UltralyticsDetectorProvider, you must install the 'ComfyUI Impact Subpack' separately.",
"preemptions":["SAMLoader"] "preemptions": [ "SAMLoader" ]
}, },
{ {
"author": "Dr.Lt.Data", "author": "Dr.Lt.Data",
@ -132,7 +132,7 @@
"files": [ "files": [
"https://github.com/Fannovel16/comfyui_controlnet_aux" "https://github.com/Fannovel16/comfyui_controlnet_aux"
], ],
"preemptions":[ "preemptions": [
"AIO_Preprocessor", "AIO_Preprocessor",
"AnimalPosePreprocessor", "AnimalPosePreprocessor",
"AnimeFace_SemSegPreprocessor", "AnimeFace_SemSegPreprocessor",
@ -181,7 +181,8 @@
"UniFormer-SemSegPreprocessor", "UniFormer-SemSegPreprocessor",
"Unimatch_OptFlowPreprocessor", "Unimatch_OptFlowPreprocessor",
"Zoe-DepthMapPreprocessor", "Zoe-DepthMapPreprocessor",
"Zoe_DepthAnythingPreprocessor"], "Zoe_DepthAnythingPreprocessor"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Plug-and-play ComfyUI node sets for making ControlNet hint images." "description": "Plug-and-play ComfyUI node sets for making ControlNet hint images."
}, },
@ -592,7 +593,7 @@
"files": [ "files": [
"https://github.com/city96/SD-Latent-Upscaler" "https://github.com/city96/SD-Latent-Upscaler"
], ],
"pip": ["huggingface-hub"], "pip": [ "huggingface-hub" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Upscaling stable diffusion latents using a small neural network." "description": "Upscaling stable diffusion latents using a small neural network."
}, },
@ -604,7 +605,7 @@
"files": [ "files": [
"https://github.com/city96/ComfyUI_DiT" "https://github.com/city96/ComfyUI_DiT"
], ],
"pip": ["huggingface-hub"], "pip": [ "huggingface-hub" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]" "description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]"
}, },
@ -638,7 +639,7 @@
"files": [ "files": [
"https://github.com/city96/ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
], ],
"preemptions":[ "preemptions": [
"CLIPLoaderGGUF", "CLIPLoaderGGUF",
"DualCLIPLoaderGGUF", "DualCLIPLoaderGGUF",
"TripleCLIPLoaderGGUF", "TripleCLIPLoaderGGUF",
@ -1194,7 +1195,7 @@
"IPAdapterWeightsFromStrategy", "IPAdapterWeightsFromStrategy",
"PrepImageForClipVision" "PrepImageForClipVision"
], ],
"pip": ["insightface"], "pip": [ "insightface" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy." "description": "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy."
}, },
@ -1390,7 +1391,7 @@
"files": [ "files": [
"https://github.com/andersxa/comfyui-PromptAttention" "https://github.com/andersxa/comfyui-PromptAttention"
], ],
"pip": ["scikit-learn", "matplotlib"], "pip": [ "scikit-learn", "matplotlib" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt." "description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt."
}, },
@ -1398,7 +1399,7 @@
"author": "ArtVentureX", "author": "ArtVentureX",
"title": "AnimateDiff", "title": "AnimateDiff",
"reference": "https://github.com/SipherAGI/comfyui-animatediff", "reference": "https://github.com/SipherAGI/comfyui-animatediff",
"pip": ["flash_attn"], "pip": [ "flash_attn" ],
"files": [ "files": [
"https://github.com/SipherAGI/comfyui-animatediff" "https://github.com/SipherAGI/comfyui-animatediff"
], ],
@ -2410,7 +2411,7 @@
"https://github.com/Ttl/ComfyUi_NNLatentUpscale" "https://github.com/Ttl/ComfyUi_NNLatentUpscale"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"preemptions": ["NNLatentUpscale"], "preemptions": [ "NNLatentUpscale" ],
"description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding." "description": "Nodes:NNLatentUpscale, A custom ComfyUI node designed for rapid latent upscaling using a compact neural network, eliminating the need for VAE-based decoding and encoding."
}, },
{ {
@ -2462,7 +2463,7 @@
"title": "comfy_PoP", "title": "comfy_PoP",
"id": "pop", "id": "pop",
"reference": "https://github.com/picturesonpictures/comfy_PoP", "reference": "https://github.com/picturesonpictures/comfy_PoP",
"files": ["https://github.com/picturesonpictures/comfy_PoP"], "files": [ "https://github.com/picturesonpictures/comfy_PoP" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node." "description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node."
}, },
@ -3072,7 +3073,7 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-Florence2" "https://github.com/kijai/ComfyUI-Florence2"
], ],
"preemptions":[ "preemptions": [
"DownloadAndLoadFlorence2Lora", "DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model", "DownloadAndLoadFlorence2Model",
"Florence2ModelLoader", "Florence2ModelLoader",
@ -3144,7 +3145,7 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-segment-anything-2" "https://github.com/kijai/ComfyUI-segment-anything-2"
], ],
"preemptions":[ "preemptions": [
"DownloadAndLoadSAM2Model", "DownloadAndLoadSAM2Model",
"Florence2toCoordinates", "Florence2toCoordinates",
"Sam2AutoSegmentation", "Sam2AutoSegmentation",
@ -4759,9 +4760,9 @@
"author": "vanillacode314", "author": "vanillacode314",
"title": "Simple Wildcard", "title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI", "reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"], "files": [ "https://github.com/vanillacode314/SimpleWildcardsComfyUI" ],
"install_type": "git-clone", "install_type": "git-clone",
"pip": ["pipe"], "pip": [ "pipe" ],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node." "description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
}, },
{ {
@ -4901,7 +4902,7 @@
"files": [ "files": [
"https://github.com/ningxiaoxiao/comfyui-NDI" "https://github.com/ningxiaoxiao/comfyui-NDI"
], ],
"pip": ["ndi-python"], "pip": [ "ndi-python" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams." "description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams."
}, },
@ -5809,7 +5810,7 @@
"title": "ComfyUI-Paint-by-Example", "title": "ComfyUI-Paint-by-Example",
"id": "paint-by-example", "id": "paint-by-example",
"reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example", "reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
"pip": ["diffusers"], "pip": [ "diffusers" ],
"files": [ "files": [
"https://github.com/Kangkang625/ComfyUI-paint-by-example" "https://github.com/Kangkang625/ComfyUI-paint-by-example"
], ],
@ -6737,7 +6738,7 @@
"files": [ "files": [
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock" "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock"
], ],
"pip": ["boto3"], "pip": [ "boto3" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline." "description": "Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. This repo is the ComfyUI nodes for Bedrock service. You could invoke the foundation model in your ComfyUI pipeline."
}, },
@ -9573,7 +9574,7 @@
"title": "ComfyUI-RGT", "title": "ComfyUI-RGT",
"id": "rgt", "id": "rgt",
"reference": "https://github.com/viperyl/ComfyUI-RGT", "reference": "https://github.com/viperyl/ComfyUI-RGT",
"pip": ["loguru"], "pip": [ "loguru" ],
"files": [ "files": [
"https://github.com/viperyl/ComfyUI-RGT" "https://github.com/viperyl/ComfyUI-RGT"
], ],
@ -11709,7 +11710,7 @@
"files": [ "files": [
"https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ" "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ"
], ],
"pip": ["git+https://github.com/IST-DASLab/marlin"], "pip": [ "git+https://github.com/IST-DASLab/marlin" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Quantization tools are from [a/https://github.com/casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ) and [a/https://github.com/IST-DASLab/marlin](https://github.com/IST-DASLab/marlin)\nOnly applicable to graphics cards with sm_80 and above (30 series and above)\nNeed to install marlin dependencies first" "description": "Quantization tools are from [a/https://github.com/casper-hansen/AutoAWQ](https://github.com/casper-hansen/AutoAWQ) and [a/https://github.com/IST-DASLab/marlin](https://github.com/IST-DASLab/marlin)\nOnly applicable to graphics cards with sm_80 and above (30 series and above)\nNeed to install marlin dependencies first"
}, },
@ -16130,8 +16131,7 @@
"title": "ControlAltAI Nodes", "title": "ControlAltAI Nodes",
"id": "controlaltai", "id": "controlaltai",
"reference": "https://github.com/gseth/ControlAltAI-Nodes", "reference": "https://github.com/gseth/ControlAltAI-Nodes",
"files": "files": [
[
"https://github.com/gseth/ControlAltAI-Nodes" "https://github.com/gseth/ControlAltAI-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
@ -17271,7 +17271,7 @@
"files": [ "files": [
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform" "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform"
], ],
"pip": ["zhipuai-platform-video"], "pip": [ "zhipuai-platform-video" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation." "description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation."
}, },
@ -17677,7 +17677,7 @@
"files": [ "files": [
"https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy" "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy"
], ],
"tags": ["inpaint", "crop", "image"], "tags": [ "inpaint", "crop", "image" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions." "description": "InpaintEasy is a set of optimized local repainting (Inpaint) nodes that provide a simpler and more powerful local repainting workflow. It makes local repainting work easier and more efficient with intelligent cropping and merging functions."
}, },
@ -17700,7 +17700,7 @@
"files": [ "files": [
"https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt" "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt"
], ],
"tags": ["Flux", "redux", "prompt"], "tags": [ "Flux", "redux", "prompt" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models." "description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models."
}, },
@ -18737,7 +18737,7 @@
"files": [ "files": [
"https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS" "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS"
], ],
"pip": ["numpy<2"], "pip": [ "numpy<2" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise." "description": "The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise."
}, },
@ -21359,7 +21359,7 @@
"files": [ "files": [
"https://github.com/ciga2011/ComfyUI-MarkItDown" "https://github.com/ciga2011/ComfyUI-MarkItDown"
], ],
"pip": ["markitdown", "openai"], "pip": [ "markitdown", "openai" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node pack helps to convert various files to Markdown. It supports pdf, pptx, xlsx, docx, html and image files." "description": "This node pack helps to convert various files to Markdown. It supports pdf, pptx, xlsx, docx, html and image files."
}, },
@ -21414,7 +21414,7 @@
"files": [ "files": [
"https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node" "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node"
], ],
"pip": ["groq"], "pip": [ "groq" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This node utilizes the Groq.com API to enhance prompts. (Place API key and main system prompt in the groq_config.json)" "description": "This node utilizes the Groq.com API to enhance prompts. (Place API key and main system prompt in the groq_config.json)"
}, },
@ -21962,7 +21962,7 @@
"files": [ "files": [
"https://github.com/calcuis/gguf" "https://github.com/calcuis/gguf"
], ],
"preemptions":[ "preemptions": [
"LoaderGGUF", "LoaderGGUF",
"ClipLoaderGGUF", "ClipLoaderGGUF",
"DualClipLoaderGGUF", "DualClipLoaderGGUF",
@ -22459,7 +22459,7 @@
"description": "A custom node for ComfyUI that generates creative and detailed prompts using OpenAI's GPT models." "description": "A custom node for ComfyUI that generates creative and detailed prompts using OpenAI's GPT models."
}, },
{ {
"author" : "ngosset", "author": "ngosset",
"title": "ImageSimilarity", "title": "ImageSimilarity",
"id": "imageSimilarity", "id": "imageSimilarity",
"reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity", "reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity",
@ -22480,7 +22480,7 @@
"description": "The plug-in is designed to automatically save the association between the LoRA model and Trigger words to a Local JSON file so that when the LoRA model is loaded, the associated trigger words can be automatically loaded via the node 'LoRA Trigger Local' without manual input." "description": "The plug-in is designed to automatically save the association between the LoRA model and Trigger words to a Local JSON file so that when the LoRA model is loaded, the associated trigger words can be automatically loaded via the node 'LoRA Trigger Local' without manual input."
}, },
{ {
"author" : "strand1", "author": "strand1",
"title": "ComfyUI-Autogen", "title": "ComfyUI-Autogen",
"reference": "https://github.com/strand1/ComfyUI-Autogen", "reference": "https://github.com/strand1/ComfyUI-Autogen",
"files": [ "files": [
@ -23126,7 +23126,7 @@
], ],
"description": "Node for compositing multiple images with interactive preview and layer management", "description": "Node for compositing multiple images with interactive preview and layer management",
"install_type": "git-clone", "install_type": "git-clone",
"tags": ["image", "composite", "layer", "blend", "transform"] "tags": [ "image", "composite", "layer", "blend", "transform" ]
}, },
{ {
"author": "zentrocdot", "author": "zentrocdot",
@ -26545,7 +26545,7 @@
"https://github.com/Irsalistic/comfyui-dam-object-extractor" "https://github.com/Irsalistic/comfyui-dam-object-extractor"
], ],
"description": "A ComfyUI node that uses NVIDIA's DAM model to identify objects in masked regions", "description": "A ComfyUI node that uses NVIDIA's DAM model to identify objects in masked regions",
"tags": ["object recognition", "vision", "image analysis"], "tags": [ "object recognition", "vision", "image analysis" ],
"install_type": "git-clone" "install_type": "git-clone"
}, },
{ {
@ -29002,8 +29002,8 @@
"https://github.com/casterpollux/MiniMax-bmo" "https://github.com/casterpollux/MiniMax-bmo"
], ],
"nodename_pattern": "MiniMax.*BMO|BMO.*MiniMax", "nodename_pattern": "MiniMax.*BMO|BMO.*MiniMax",
"pip": ["segment-anything"], "pip": [ "segment-anything" ],
"tags": ["video", "inpainting", "object-removal", "suite", "professional", "BMO"], "tags": [ "video", "inpainting", "object-removal", "suite", "professional", "BMO" ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Professional video object removal suite using MiniMax optimization. Includes BMO-enhanced nodes with VAE normalization, temporal preservation, and 6-step inference. Complete video inpainting solution for ComfyUI." "description": "Professional video object removal suite using MiniMax optimization. Includes BMO-enhanced nodes with VAE normalization, temporal preservation, and 6-step inference. Complete video inpainting solution for ComfyUI."
}, },
@ -30282,8 +30282,8 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.", "description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
"nodename_pattern": "StFist", "nodename_pattern": "StFist",
"pip": ["GPUtil>=1.4.0"], "pip": [ "GPUtil>=1.4.0" ],
"tags": ["vram", "gpu", "optimizer", "monitoring"] "tags": [ "vram", "gpu", "optimizer", "monitoring" ]
}, },
{ {
"author": "blird", "author": "blird",
@ -30624,7 +30624,7 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.", "description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.",
"tags": ["image", "resize", "aspect-ratio", "markdown", "utils"] "tags": [ "image", "resize", "aspect-ratio", "markdown", "utils" ]
}, },
{ {
"author": "jenn", "author": "jenn",
@ -31465,7 +31465,7 @@
"https://github.com/marco-zanella/ComfyUI-BooleanExpression" "https://github.com/marco-zanella/ComfyUI-BooleanExpression"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"tags": ["boolean", "logic", "comparison"], "tags": [ "boolean", "logic", "comparison" ],
"description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI."
}, },
{ {
@ -31709,7 +31709,7 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI video processing nodes with workflow metadata support", "description": "ComfyUI video processing nodes with workflow metadata support",
"pip": ["mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0"] "pip": [ "mediapipe>=0.10.0", "opencv-python>=4.8.0", "scipy>=1.10.0", "color-matcher>=0.3.0" ]
}, },
{ {
"author": "Dehypnotic", "author": "Dehypnotic",
@ -31982,7 +31982,7 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI wrapper for Microsoft VibeVoice TTS model. Supports single speaker, multi-speaker, and text file loading", "description": "ComfyUI wrapper for Microsoft VibeVoice TTS model. Supports single speaker, multi-speaker, and text file loading",
"pip": ["torch>=2.0.0", "torchaudio>=2.0.0", "numpy>=1.20.0", "transformers>=4.44.0", "librosa>=0.9.0", "soundfile>=0.12.0"] "pip": [ "torch>=2.0.0", "torchaudio>=2.0.0", "numpy>=1.20.0", "transformers>=4.44.0", "librosa>=0.9.0", "soundfile>=0.12.0" ]
}, },
{ {
"author": "mikheys", "author": "mikheys",
@ -32303,7 +32303,7 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.", "description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.",
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] "tags": [ "xy-plot", "lora", "efficiency-nodes", "utility" ]
}, },
{ {
"author": "Shellishack", "author": "Shellishack",
@ -33615,4 +33615,27 @@
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
} }
] ]
}
,
{
"title": "ZoeyTool",
"description": "多功能图像/视频处理及提示词生成工具包",
"author": "liangzoey",
"link": "https://github.com/liangzoey/comfyui-ZoeyTool",
"requirements": [],
"files": [
"https://github.com/liangzoey/comfyui-ZoeyTool.git"
],
"tags": [
"image-editing",
"video-processing",
"prompt-generation",
"tool"
],
"keywords": [
"Zoey",
"Tool",
"Image Edit",
"Batch Process"
]
} }