mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-05 18:52:33 +08:00
Compare commits
12 Commits
c61f2410bc
...
e664ba37f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e664ba37f4 | ||
|
|
cd0b48de5a | ||
|
|
698ac53b0c | ||
|
|
2a126e0873 | ||
|
|
e3c9fea279 | ||
|
|
07a570d1f2 | ||
|
|
eec9d9c04f | ||
|
|
52564c3ad5 | ||
|
|
45ce612ac1 | ||
|
|
620d9fd387 | ||
|
|
e1c84570ea | ||
|
|
25d9f2aea1 |
@ -5265,6 +5265,7 @@
|
||||
{
|
||||
"author": "bruefire",
|
||||
"title": "ComfyUI Sequential Image Loader",
|
||||
"id": "comfyui-sq-imageloader",
|
||||
"reference": "https://github.com/bruefire/ComfyUI-SeqImageLoader",
|
||||
"files": [
|
||||
"https://github.com/bruefire/ComfyUI-SeqImageLoader"
|
||||
@ -23952,6 +23953,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Comfy UI node to prompt build for https://huggingface.co/cagliostrolab/animagine-xl-4.0 model"
|
||||
},
|
||||
{
|
||||
"author": "gmorks",
|
||||
"title": "ComfyUI-WatchPoint",
|
||||
"reference": "https://github.com/gmorks/ComfyUI-WatchPoint",
|
||||
"files": [
|
||||
"https://github.com/gmorks/ComfyUI-WatchPoint"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Multi-monitor preview with external window (zoom, pan, save), floating in-browser preview, and prompt monitoring. Features stable threading, customizable positioning, and Signal Scout for real-time prompt tracking."
|
||||
},
|
||||
{
|
||||
"author": "jinanlongen",
|
||||
"title": "ComfyUI Prompt Expander Node",
|
||||
@ -41734,6 +41745,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "AMD unified memory lip sync for ComfyUI. Native Wav2Lip inference with no subprocesses - finally works on Strix Halo, ROCm, and all AMD APUs. Features sync tuning, edge blending, and safe tensor casting for unified memory systems."
|
||||
},
|
||||
{
|
||||
"author": "bkpaine1",
|
||||
"title": "Halo-TeaCache",
|
||||
"id": "halo-teacache",
|
||||
"reference": "https://github.com/bkpaine1/Halo-TeaCache",
|
||||
"files": [
|
||||
"https://github.com/bkpaine1/Halo-TeaCache"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AMD Unified Memory TeaCache for LTX2 (LTXAV). Lean single-file caching for 48-layer dual-stream transformer. Caches both video and audio residuals. No CPU offload - designed for AMD APUs with unified memory. ~35% speedup on cached denoising steps."
|
||||
},
|
||||
{
|
||||
"author": "kianthos",
|
||||
"title": "Earthbound---All-in-one-ComfyUI-Node",
|
||||
@ -41902,7 +41924,39 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Fork of the official DF11 ComfyUI custom node that supports a wider variety of model architectures, and provides fixes for compatibility with recent ComfyUI versions. Also, LoRAs are supported for select model architectures."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "hetima",
|
||||
"title": "ComfyUI-SingleLinePicker",
|
||||
"id": "singlelinepicker",
|
||||
"reference": "https://github.com/hetima/ComfyUI-SingleLinePicker",
|
||||
"files": [
|
||||
"https://github.com/hetima/ComfyUI-SingleLinePicker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts."
|
||||
},
|
||||
{
|
||||
"author": "liewcc",
|
||||
"title": "ComfyUI-Qwen-Canvas",
|
||||
"reference": "https://github.com/liewcc/ComfyUI-Qwen-Canvas",
|
||||
"files": [
|
||||
"https://github.com/liewcc/ComfyUI-Qwen-Canvas"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enforces Qwen's training resolution buckets for precise Latent space generation."
|
||||
},
|
||||
{
|
||||
"author": "frankluise5220",
|
||||
"title": "LoraHelper Chat Nodes",
|
||||
"reference": "https://github.com/frankluise5220/ComfyUI-Lorahelper",
|
||||
"nodename_pattern": "UniversalGGUFLoader|UniversalAIChat|LH_History_Monitor",
|
||||
"files": [
|
||||
"https://github.com/frankluise5220/ComfyUI-Lorahelper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "LLM-based chat nodes for image description, tagging and prompt enhancement using GGUF models",
|
||||
"tags": ["llm", "vision", "prompt generation", "lora", "Qwen3"]
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -42302,6 +42356,17 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "NeoTech",
|
||||
"title": "Image Folder Picker",
|
||||
"id": "imagefolderpicker",
|
||||
"reference": "https://github.com/NeoTech/comfyui-imagefolderpicker",
|
||||
"files": [
|
||||
"https://github.com/NeoTech/comfyui-imagefolderpicker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a node to display an input folders images in a preview window. Making Img2Imgg workflows easier and navigationable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,5 +1,59 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "hetima",
|
||||
"title": "ComfyUI-SingleLinePicker",
|
||||
"id": "singlelinepicker",
|
||||
"reference": "https://github.com/hetima/ComfyUI-SingleLinePicker",
|
||||
"files": [
|
||||
"https://github.com/hetima/ComfyUI-SingleLinePicker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts."
|
||||
},
|
||||
{
|
||||
"author": "bkpaine1",
|
||||
"title": "Halo-TeaCache",
|
||||
"id": "halo-teacache",
|
||||
"reference": "https://github.com/bkpaine1/Halo-TeaCache",
|
||||
"files": [
|
||||
"https://github.com/bkpaine1/Halo-TeaCache"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "AMD Unified Memory TeaCache for LTX2 (LTXAV). Lean single-file caching for 48-layer dual-stream transformer. Caches both video and audio residuals. No CPU offload - designed for AMD APUs with unified memory. ~35% speedup on cached denoising steps."
|
||||
},
|
||||
{
|
||||
"author": "frankluise5220",
|
||||
"title": "LoraHelper Chat Nodes",
|
||||
"reference": "https://github.com/frankluise5220/ComfyUI-Lorahelper",
|
||||
"nodename_pattern": "UniversalGGUFLoader|UniversalAIChat|LH_History_Monitor",
|
||||
"files": [
|
||||
"https://github.com/frankluise5220/ComfyUI-Lorahelper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "LLM-based chat nodes for image description, tagging and prompt enhancement using GGUF models",
|
||||
"tags": ["llm", "vision", "prompt generation", "lora", "Qwen3"]
|
||||
},
|
||||
{
|
||||
"author": "gmorks",
|
||||
"title": "ComfyUI-WatchPoint",
|
||||
"reference": "https://github.com/gmorks/ComfyUI-WatchPoint",
|
||||
"files": [
|
||||
"https://github.com/gmorks/ComfyUI-WatchPoint"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Multi-monitor preview with external window (zoom, pan, save), floating in-browser preview, and prompt monitoring. Features stable threading, customizable positioning, and Signal Scout for real-time prompt tracking."
|
||||
},
|
||||
{
|
||||
"author": "liewcc",
|
||||
"title": "ComfyUI-Qwen-Canvas",
|
||||
"reference": "https://github.com/liewcc/ComfyUI-Qwen-Canvas",
|
||||
"files": [
|
||||
"https://github.com/liewcc/ComfyUI-Qwen-Canvas"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enforces Qwen's training resolution buckets for precise Latent space generation."
|
||||
},
|
||||
{
|
||||
"author": "FNGarvin",
|
||||
"title": "ComfyUI Auto Model Downloader",
|
||||
@ -687,46 +741,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced wildcard control with seed-based selection, LoRA stack support, and utilities.",
|
||||
"nickname": "Seed Wildcard"
|
||||
},
|
||||
{
|
||||
"author": "senhaicc",
|
||||
"title": "Comfyui-WL-MainImageDesign",
|
||||
"reference": "https://github.com/senhaicc/Comfyui-WL-MainImageDesign",
|
||||
"files": [
|
||||
"https://github.com/senhaicc/Comfyui-WL-MainImageDesign"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Professional e-commerce main image prompt generator for motorcycle equipment (helmets, riding gear, protective gear) with 9 design styles and 2 canvas ratios. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "0nikod",
|
||||
"title": "ComfyUI-Simple-Prompt",
|
||||
"reference": "https://github.com/0nikod/ComfyUI-Simple-Prompt",
|
||||
"files": [
|
||||
"https://github.com/0nikod/ComfyUI-Simple-Prompt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provide a simple interface to simplify prompt writing."
|
||||
},
|
||||
{
|
||||
"author": "Suzu008",
|
||||
"title": "ComfyUI-CryptIO",
|
||||
"reference": "https://github.com/Suzu008/ComfyUI-CryptIO",
|
||||
"files": [
|
||||
"https://github.com/Suzu008/ComfyUI-CryptIO"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "IRCSS",
|
||||
"title": "comfyUI-blender-wrapper",
|
||||
"reference": "https://github.com/IRCSS/comfyUI-blender-wrapper",
|
||||
"files": [
|
||||
"https://github.com/IRCSS/comfyUI-blender-wrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Blender Wrapper lets you call Blender in headless mode from ComfyUI (or any Python environment), run reusable pipeline stages stored inside files, and pass configs in/out via JSON. It's meant for tech-art / asset-pipeline tasks like cleanup, decimation, unwrap, baking, rigging, etc."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user