mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-20 20:02:58 +08:00
add custom node notebook
This commit is contained in:
parent
00332ae444
commit
174ffb6603
@ -21,7 +21,9 @@
|
||||
],
|
||||
"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.",
|
||||
"preemptions":["SAMLoader"]
|
||||
"preemptions": [
|
||||
"SAMLoader"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Dr.Lt.Data",
|
||||
@ -181,7 +183,8 @@
|
||||
"UniFormer-SemSegPreprocessor",
|
||||
"Unimatch_OptFlowPreprocessor",
|
||||
"Zoe-DepthMapPreprocessor",
|
||||
"Zoe_DepthAnythingPreprocessor"],
|
||||
"Zoe_DepthAnythingPreprocessor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Plug-and-play ComfyUI node sets for making ControlNet hint images."
|
||||
},
|
||||
@ -591,7 +594,9 @@
|
||||
"files": [
|
||||
"https://github.com/city96/SD-Latent-Upscaler"
|
||||
],
|
||||
"pip": ["huggingface-hub"],
|
||||
"pip": [
|
||||
"huggingface-hub"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Upscaling stable diffusion latents using a small neural network."
|
||||
},
|
||||
@ -603,7 +608,9 @@
|
||||
"files": [
|
||||
"https://github.com/city96/ComfyUI_DiT"
|
||||
],
|
||||
"pip": ["huggingface-hub"],
|
||||
"pip": [
|
||||
"huggingface-hub"
|
||||
],
|
||||
"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.]"
|
||||
},
|
||||
@ -1193,7 +1200,9 @@
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"PrepImageForClipVision"
|
||||
],
|
||||
"pip": ["insightface"],
|
||||
"pip": [
|
||||
"insightface"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -1389,7 +1398,10 @@
|
||||
"files": [
|
||||
"https://github.com/andersxa/comfyui-PromptAttention"
|
||||
],
|
||||
"pip": ["scikit-learn", "matplotlib"],
|
||||
"pip": [
|
||||
"scikit-learn",
|
||||
"matplotlib"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -1397,7 +1409,9 @@
|
||||
"author": "ArtVentureX",
|
||||
"title": "AnimateDiff",
|
||||
"reference": "https://github.com/SipherAGI/comfyui-animatediff",
|
||||
"pip": ["flash_attn"],
|
||||
"pip": [
|
||||
"flash_attn"
|
||||
],
|
||||
"files": [
|
||||
"https://github.com/SipherAGI/comfyui-animatediff"
|
||||
],
|
||||
@ -2420,7 +2434,9 @@
|
||||
"https://github.com/Ttl/ComfyUi_NNLatentUpscale"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
{
|
||||
@ -2472,7 +2488,9 @@
|
||||
"title": "comfy_PoP",
|
||||
"id": "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",
|
||||
"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."
|
||||
},
|
||||
@ -4779,9 +4797,13 @@
|
||||
"author": "vanillacode314",
|
||||
"title": "Simple Wildcard",
|
||||
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
|
||||
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"],
|
||||
"files": [
|
||||
"https://github.com/vanillacode314/SimpleWildcardsComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"pip": ["pipe"],
|
||||
"pip": [
|
||||
"pipe"
|
||||
],
|
||||
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
|
||||
},
|
||||
{
|
||||
@ -4921,7 +4943,9 @@
|
||||
"files": [
|
||||
"https://github.com/ningxiaoxiao/comfyui-NDI"
|
||||
],
|
||||
"pip": ["ndi-python"],
|
||||
"pip": [
|
||||
"ndi-python"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -5879,7 +5903,9 @@
|
||||
"title": "ComfyUI-Paint-by-Example",
|
||||
"id": "paint-by-example",
|
||||
"reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
|
||||
"pip": ["diffusers"],
|
||||
"pip": [
|
||||
"diffusers"
|
||||
],
|
||||
"files": [
|
||||
"https://github.com/Kangkang625/ComfyUI-paint-by-example"
|
||||
],
|
||||
@ -6807,7 +6833,9 @@
|
||||
"files": [
|
||||
"https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock"
|
||||
],
|
||||
"pip": ["boto3"],
|
||||
"pip": [
|
||||
"boto3"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -9651,7 +9679,9 @@
|
||||
"title": "ComfyUI-RGT",
|
||||
"id": "rgt",
|
||||
"reference": "https://github.com/viperyl/ComfyUI-RGT",
|
||||
"pip": ["loguru"],
|
||||
"pip": [
|
||||
"loguru"
|
||||
],
|
||||
"files": [
|
||||
"https://github.com/viperyl/ComfyUI-RGT"
|
||||
],
|
||||
@ -10204,6 +10234,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load and apply B-LoRA models, currently B-LoRA models only works with SDXL (sdxl_base_1.0)."
|
||||
},
|
||||
{
|
||||
"author": "Sida Liu",
|
||||
"title": "ComfyUI-Notebook",
|
||||
"id": "notebook",
|
||||
"reference": "https://github.com/liusida/ComfyUI-Notebook",
|
||||
"files": [
|
||||
"https://github.com/liusida/ComfyUI-Notebook"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Jupyter-style custom node for executing Python code and plotting within ComfyUI workflows."
|
||||
},
|
||||
{
|
||||
"author": "jtydhr88",
|
||||
"title": "ComfyUI-Workflow-Encrypt",
|
||||
@ -11857,7 +11898,9 @@
|
||||
"files": [
|
||||
"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",
|
||||
"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"
|
||||
},
|
||||
@ -16387,8 +16430,7 @@
|
||||
"title": "ControlAltAI Nodes",
|
||||
"id": "controlaltai",
|
||||
"reference": "https://github.com/gseth/ControlAltAI-Nodes",
|
||||
"files":
|
||||
[
|
||||
"files": [
|
||||
"https://github.com/gseth/ControlAltAI-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
@ -17549,7 +17591,9 @@
|
||||
"files": [
|
||||
"https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform"
|
||||
],
|
||||
"pip": ["zhipuai-platform-video"],
|
||||
"pip": [
|
||||
"zhipuai-platform-video"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This platform extension provides ZhipuAI nodes, enabling you to configure a workflow for online video generation."
|
||||
},
|
||||
@ -17965,7 +18009,11 @@
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy"
|
||||
],
|
||||
"tags": ["inpaint", "crop", "image"],
|
||||
"tags": [
|
||||
"inpaint",
|
||||
"crop",
|
||||
"image"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -17988,7 +18036,11 @@
|
||||
"files": [
|
||||
"https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt"
|
||||
],
|
||||
"tags": ["Flux", "redux", "prompt"],
|
||||
"tags": [
|
||||
"Flux",
|
||||
"redux",
|
||||
"prompt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that provides fine-grained control over style transfer using Redux style models."
|
||||
},
|
||||
@ -19056,7 +19108,9 @@
|
||||
"files": [
|
||||
"https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS"
|
||||
],
|
||||
"pip": ["numpy<2"],
|
||||
"pip": [
|
||||
"numpy<2"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -21779,7 +21833,10 @@
|
||||
"files": [
|
||||
"https://github.com/ciga2011/ComfyUI-MarkItDown"
|
||||
],
|
||||
"pip": ["markitdown", "openai"],
|
||||
"pip": [
|
||||
"markitdown",
|
||||
"openai"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -21834,7 +21891,9 @@
|
||||
"files": [
|
||||
"https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node"
|
||||
],
|
||||
"pip": ["groq"],
|
||||
"pip": [
|
||||
"groq"
|
||||
],
|
||||
"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)"
|
||||
},
|
||||
@ -23575,7 +23634,13 @@
|
||||
],
|
||||
"description": "Node for compositing multiple images with interactive preview and layer management",
|
||||
"install_type": "git-clone",
|
||||
"tags": ["image", "composite", "layer", "blend", "transform"]
|
||||
"tags": [
|
||||
"image",
|
||||
"composite",
|
||||
"layer",
|
||||
"blend",
|
||||
"transform"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "zentrocdot",
|
||||
@ -27004,7 +27069,11 @@
|
||||
"https://github.com/Irsalistic/comfyui-dam-object-extractor"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
@ -29451,8 +29520,17 @@
|
||||
"https://github.com/casterpollux/MiniMax-bmo"
|
||||
],
|
||||
"nodename_pattern": "MiniMax.*BMO|BMO.*MiniMax",
|
||||
"pip": ["segment-anything"],
|
||||
"tags": ["video", "inpainting", "object-removal", "suite", "professional", "BMO"],
|
||||
"pip": [
|
||||
"segment-anything"
|
||||
],
|
||||
"tags": [
|
||||
"video",
|
||||
"inpainting",
|
||||
"object-removal",
|
||||
"suite",
|
||||
"professional",
|
||||
"BMO"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
@ -30812,8 +30890,15 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A comprehensive VRAM management tool for ComfyUI. Includes automatic cleanup and GPU monitoring.",
|
||||
"nodename_pattern": "StFist",
|
||||
"pip": ["GPUtil>=1.4.0"],
|
||||
"tags": ["vram", "gpu", "optimizer", "monitoring"]
|
||||
"pip": [
|
||||
"GPUtil>=1.4.0"
|
||||
],
|
||||
"tags": [
|
||||
"vram",
|
||||
"gpu",
|
||||
"optimizer",
|
||||
"monitoring"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "blird",
|
||||
@ -31175,7 +31260,13 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
@ -32036,7 +32127,11 @@
|
||||
"https://github.com/marco-zanella/ComfyUI-BooleanExpression"
|
||||
],
|
||||
"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."
|
||||
},
|
||||
{
|
||||
@ -32291,7 +32386,12 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
@ -32554,7 +32654,14 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
@ -32936,7 +33043,12 @@
|
||||
],
|
||||
"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`.",
|
||||
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"]
|
||||
"tags": [
|
||||
"xy-plot",
|
||||
"lora",
|
||||
"efficiency-nodes",
|
||||
"utility"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Shellishack",
|
||||
@ -33752,7 +33864,11 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Virtual Camera Output For ComfyUI. On Windows, it will use the OBS Virtual Camera driver. So make sure you have OBS installed. Then in your other webcam capable applications, such as Google Meet, Teams, Zoom and even OBS itself, you can connect to the OBS Virtual Camera option and see what you are outputting from ComfyUI.",
|
||||
"tags": ["virtual-camera", "obs", "webcam"]
|
||||
"tags": [
|
||||
"virtual-camera",
|
||||
"obs",
|
||||
"webcam"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Sean-Bradley",
|
||||
@ -33763,7 +33879,10 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. Best used when two images are very similar and you want to see the differences very closely. Search for the manager for image compare, or imagecompare.",
|
||||
"tags": ["image-compare", "imagecompare"]
|
||||
"tags": [
|
||||
"image-compare",
|
||||
"imagecompare"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Sean-Bradley",
|
||||
@ -33774,7 +33893,10 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A tool to reverse the frames of video type files (MP4, WebM, WebP, Animated GIF) using ComfyUI. It gets the image batch tensor and returns the same tensor, but flipped.",
|
||||
"tags": ["video-reverse", "image-batch-reverse"]
|
||||
"tags": [
|
||||
"video-reverse",
|
||||
"image-batch-reverse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Sean-Bradley",
|
||||
@ -34098,7 +34220,12 @@
|
||||
"https://github.com/kj863257/ComfyUI_RC_Image_Compositor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"tags": ["compositing", "layer", "blend modes", "photoshop-style"]
|
||||
"tags": [
|
||||
"compositing",
|
||||
"layer",
|
||||
"blend modes",
|
||||
"photoshop-style"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Verolelb",
|
||||
@ -34702,7 +34829,9 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced GRAG (Guided Region-Adaptive Guidance) implementation for ComfyUI. Features: Simple Controller (3 parameters) for beginners, Unified Controller (25+ parameters) for experts, Advanced Sampler with v2.2.1 contamination fix, Preset Manager with 54 curated presets, per-layer control, adaptive schedules, and multi-resolution support.",
|
||||
"pip": ["PyYAML>=6.0"]
|
||||
"pip": [
|
||||
"PyYAML>=6.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "pizurny",
|
||||
@ -35605,7 +35734,13 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Automatic image tagging using WD14 models with batch processing and GPU acceleration for ComfyUI",
|
||||
"category": "Image Processing",
|
||||
"tags": ["image", "tagging", "wd14", "batch", "gpu"],
|
||||
"tags": [
|
||||
"image",
|
||||
"tagging",
|
||||
"wd14",
|
||||
"batch",
|
||||
"gpu"
|
||||
],
|
||||
"pip": [
|
||||
"onnxruntime>=1.16.0",
|
||||
"numpy>=1.24.0",
|
||||
@ -36054,7 +36189,11 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds hotkeys (F8 / Ctrl+K) and a toolbar button to cycle node link styles (Spline / Linear / Straight).",
|
||||
"tags": ["ui", "hotkey", "canvas"]
|
||||
"tags": [
|
||||
"ui",
|
||||
"hotkey",
|
||||
"canvas"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "fllywaay",
|
||||
@ -36128,7 +36267,9 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom utility nodes for ComfyUI, providing a variety of practical mini-tools with multiple functions.",
|
||||
"tags": ["utility"]
|
||||
"tags": [
|
||||
"utility"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Owl-V",
|
||||
@ -36140,7 +36281,13 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI plug-in collection of basic translator, LLM translator and a series of LLM Service Connectors.",
|
||||
"tags": ["translation", "llm", "ai", "connector", "utility"]
|
||||
"tags": [
|
||||
"translation",
|
||||
"llm",
|
||||
"ai",
|
||||
"connector",
|
||||
"utility"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Cyrostar",
|
||||
@ -36162,7 +36309,12 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Prompt generator from CSV files with randomization and external text input.",
|
||||
"tags": ["prompt", "csv", "text", "random"]
|
||||
"tags": [
|
||||
"prompt",
|
||||
"csv",
|
||||
"text",
|
||||
"random"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "bulldog68",
|
||||
@ -36173,7 +36325,12 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced nodes for interaction with Olama (text, vision, image editing), with dynamic management of prompts via CSV.",
|
||||
"tags": ["prompt", "csv", "text", "random"]
|
||||
"tags": [
|
||||
"prompt",
|
||||
"csv",
|
||||
"text",
|
||||
"random"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "Usonaki",
|
||||
@ -36405,7 +36562,12 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An enhanced Wan2.2 Image-to-Video node specifically designed to fix the slow-motion issue in 4-step LoRAs (like lightx2v).",
|
||||
"tags": ["video", "image-to-video", "Wan2.2", "LoRA"]
|
||||
"tags": [
|
||||
"video",
|
||||
"image-to-video",
|
||||
"Wan2.2",
|
||||
"LoRA"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "princepainter",
|
||||
@ -36499,7 +36661,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI extension with several convenience nodes."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "AlexXia007",
|
||||
"title": "AIYang_TripleAPI",
|
||||
@ -36902,7 +37063,10 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Smart Image Saving Nodes - Offers intelligent folder management and image saving capabilities, supporting flexible folder hierarchy control, multiple metadata sources, various image formats, and metadata embedding. It includes two nodes: SmartFolderManager and SmartImageSaver.",
|
||||
"pip": ["Pillow", "piexif"],
|
||||
"pip": [
|
||||
"Pillow",
|
||||
"piexif"
|
||||
],
|
||||
"nodename_pattern": "Smart"
|
||||
},
|
||||
{
|
||||
@ -36975,7 +37139,11 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.",
|
||||
"tags": ["frontend", "shortcut", "utility"]
|
||||
"tags": [
|
||||
"frontend",
|
||||
"shortcut",
|
||||
"utility"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "akawana",
|
||||
@ -36986,7 +37154,11 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.",
|
||||
"tags": ["utility", "list", "batch"]
|
||||
"tags": [
|
||||
"utility",
|
||||
"list",
|
||||
"batch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"author": "lovisdotio",
|
||||
@ -37149,52 +37321,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that provides advanced transcription, alignment, and diarization capabilities using the WhisperX library."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user