Instructions to use saik0s/comfy_backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use saik0s/comfy_backup with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="saik0s/comfy_backup", filename="ComfyUI/models/text_encoders/gemma-3-12b-it-q2_k.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use saik0s/comfy_backup with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf saik0s/comfy_backup:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf saik0s/comfy_backup:Q4_K_S
Use Docker
docker model run hf.co/saik0s/comfy_backup:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use saik0s/comfy_backup with Ollama:
ollama run hf.co/saik0s/comfy_backup:Q4_K_S
- Unsloth Studio
How to use saik0s/comfy_backup with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for saik0s/comfy_backup to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for saik0s/comfy_backup to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saik0s/comfy_backup to start chatting
- Pi
How to use saik0s/comfy_backup with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "saik0s/comfy_backup:Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use saik0s/comfy_backup with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default saik0s/comfy_backup:Q4_K_S
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use saik0s/comfy_backup with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "saik0s/comfy_backup:Q4_K_S" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use saik0s/comfy_backup with Docker Model Runner:
docker model run hf.co/saik0s/comfy_backup:Q4_K_S
- Lemonade
How to use saik0s/comfy_backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saik0s/comfy_backup:Q4_K_S
Run and chat with the model
lemonade run user.comfy_backup-Q4_K_S
List all available models
lemonade list
| { | |
| "custom_nodes": [ | |
| { | |
| "author": "shommey", | |
| "title": "LoRA Helpers", | |
| "reference": "https://github.com/shommey/comfyui-lora-helpers", | |
| "files": [ | |
| "https://github.com/shommey/comfyui-lora-helpers" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI nodes for LoRA training evaluation — XY grid sampling across checkpoints and prompts" | |
| }, | |
| { | |
| "author": "wochenlong", | |
| "title": "Anima Edit LoRA", | |
| "reference": "https://github.com/wochenlong/ComfyUI-Anima-Edit-LoRA", | |
| "files": [ | |
| "https://github.com/wochenlong/ComfyUI-Anima-Edit-LoRA" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Anima Edit ReferenceLatent compatibility patch for ComfyUI. Lets built-in ReferenceLatent workflows drive single or multiple Anima Edit reference latents." | |
| }, | |
| { | |
| "author": "Dragon7108", | |
| "title": "ComfyUI-QuickRatio", | |
| "reference": "https://github.com/Dragon7108/ComfyUI-QuickRatio", | |
| "files": [ | |
| "https://github.com/Dragon7108/ComfyUI-QuickRatio" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Aspect-ratio calculator node for ComfyUI — preset + custom ratios, base-resolution scaling, dimensions snapped to multiples of 8, with a live web preview." | |
| }, | |
| { | |
| "author": "sparknight", | |
| "title": "ComfyUI-ConditioningMultiplyAdvanced", | |
| "reference": "https://github.com/SparknightLLC/ComfyUI-ConditioningMultiplyAdvanced", | |
| "files": [ | |
| "https://github.com/SparknightLLC/ComfyUI-ConditioningMultiplyAdvanced" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Node for scheduling conditioning strength while preserving non-floating tensors such as token ids." | |
| }, | |
| { | |
| "author": "wiltodelta", | |
| "title": "Remove AI Watermarks", | |
| "reference": "https://github.com/wiltodelta/ComfyUI-remove-ai-watermarks", | |
| "files": [ | |
| "https://github.com/wiltodelta/ComfyUI-remove-ai-watermarks" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Remove visible and invisible AI watermarks (Gemini / Nano Banana, ChatGPT, Stable Diffusion) and erase regions, inside ComfyUI." | |
| }, | |
| { | |
| "author": "denyazzolin", | |
| "title": "comfyui-daz-tools", | |
| "id": "comfyui-daz-tools", | |
| "reference": "https://github.com/denyazzolin/comfyui-daz-tools", | |
| "files": [ | |
| "https://github.com/denyazzolin/comfyui-daz-tools" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A collection of ComfyUI utility nodes. The Workflow Config nodes (WAN2.2 and LTX2.3) let you store multiple named presets — models, LoRA stacks, prompts, dimensions, and sampling parameters — and switch between them from a single dropdown, making it easy to test variations, manage scene setups, and iterate across versions without rebuilding your workflow or creating and maintaining multiple copies of it. Additional nodes: Lora Inspector (scans and displays safetensors metadata for any LoRA in your library), Check Null (detects null, None, NaN, or empty values), Null Audio Checker (detects silent/missing audio tracks from video inputs), and Abs Int (absolute value for integers)." | |
| }, | |
| { | |
| "author": "ShankHub-Org", | |
| "title": "ComfyUI Artist Helper", | |
| "reference": "https://github.com/ShankHub-Org/ComfyUI-Artist-Helper", | |
| "files": [ | |
| "https://github.com/ShankHub-Org/ComfyUI-Artist-Helper" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Artist autocomplete, artist wildcards, @random/@fav shortcuts, favorites, blacklist, and filename-safe artist outputs." | |
| }, | |
| { | |
| "author": "yusrmuttaqien", | |
| "title": "ComfyUI-LoadImageEnhanced", | |
| "reference": "https://github.com/yusrmuttaqien/ComfyUI-LoadImageEnhanced", | |
| "files": [ | |
| "https://github.com/yusrmuttaqien/ComfyUI-LoadImageEnhanced" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for image loading with sub-directory support and original filename tracking." | |
| }, | |
| { | |
| "author": "INuBq8", | |
| "title": "ComfyUI Text Preset Loader", | |
| "reference": "https://github.com/INuBq8/ComfyUI-text-preset-loader", | |
| "files": [ | |
| "https://github.com/INuBq8/ComfyUI-text-preset-loader" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node to save, organize and reuse text presets with optional preview images." | |
| }, | |
| { | |
| "author": "sorryhyun", | |
| "title": "SpectrumKSampler", | |
| "reference": "https://github.com/sorryhyun/ComfyUI-Spectrum-KSampler", | |
| "files": [ | |
| "https://github.com/sorryhyun/ComfyUI-Spectrum-KSampler" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Spectrum: training-free diffusion sampling acceleration via Chebyshev polynomial feature forecasting. Drop-in KSampler replacement that skips transformer blocks on predicted steps for ~2-3x speedup." | |
| }, | |
| { | |
| "author": "MajoorWaldi", | |
| "title": "Majoor Project Settings", | |
| "id": "majoor-projectsettings", | |
| "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings", | |
| "files": [ | |
| "https://github.com/MajoorWaldi/ComfyUI-Majoor-ProjectSettings" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A custom node extension that adds project management functionality to ComfyUI." | |
| }, | |
| { | |
| "author": "lynclee", | |
| "title": "Multi Reference Latent", | |
| "reference": "https://github.com/lynclee/comfyui_multi_referencelatent", | |
| "files": [ | |
| "https://github.com/lynclee/comfyui_multi_referencelatent" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Inject up to 6 reference images into conditioning for FLUX.2 (and other edit models) in a single node, each with its own strength (0 = skip). Built-in VAE encode." | |
| }, | |
| { | |
| "author": "btitkin", | |
| "title": "ComfyUI-KSampler-Matrix-Lab", | |
| "reference": "https://github.com/btitkin/ComfyUI-KSampler-Matrix-Lab", | |
| "files": [ | |
| "https://github.com/btitkin/ComfyUI-KSampler-Matrix-Lab" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI KSampler Matrix Lab is a custom node for comparing multiple sampler and scheduler combinations in one labeled image grid." | |
| }, | |
| { | |
| "author": "Oratorian", | |
| "title": "ComfyUI-Switchboard", | |
| "reference": "https://github.com/Oratorian/ComfyUI-Switchboard", | |
| "files": [ | |
| "https://github.com/Oratorian/ComfyUI-Switchboard" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Client-side nodes for enabling/disabling parts of your graph - by hand or from a wired boolean. A more flexible take on rgthree's Fast Group Bypasser. Two nodes, identical behaviour, different target." | |
| }, | |
| { | |
| "author": "gluttony10", | |
| "title": "ComfyUI-RH-Bernini", | |
| "reference": "https://github.com/RH-RunningHub/ComfyUI-RH-Bernini", | |
| "files": [ | |
| "https://github.com/RH-RunningHub/ComfyUI-RH-Bernini" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI-native Bernini in-context conditioning for Wan 2.2 with external LLM prompt-enhancement helpers." | |
| }, | |
| { | |
| "author": "EnragedAntelope", | |
| "title": "ComfyUI-LoraSlider-LM", | |
| "reference": "https://github.com/EnragedAntelope/ComfyUI-LoraSlider-LM", | |
| "files": [ | |
| "https://github.com/EnragedAntelope/ComfyUI-LoraSlider-LM" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A self-contained LoRA Slider node for ComfyUI designed to work alongside ComfyUI-Lora-Manager with bipolar strength sliders and batch LoRA loading." | |
| }, | |
| { | |
| "author": "1756141021", | |
| "title": "comfyui-character-picker", | |
| "reference": "https://github.com/1756141021/comfyui-character-picker", | |
| "files": [ | |
| "https://github.com/1756141021/comfyui-character-picker" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Random anime/game character picker with franchise pool management for ComfyUI." | |
| }, | |
| { | |
| "author": "Yang Li", | |
| "title": "comfyui-audio-silence-trim", | |
| "reference": "https://github.com/gaoqi125/comfyui-audio-silence-trim", | |
| "files": [ | |
| "https://github.com/gaoqi125/comfyui-audio-silence-trim" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A small ComfyUI custom node for shortening long silent sections in AUDIO inputs." | |
| }, | |
| { | |
| "author": "akashzeno", | |
| "title": "ComfyUI-ColoredNoiseDiffusionSampling", | |
| "reference": "https://github.com/akashzeno/ComfyUI-ColoredNoiseDiffusionSampling", | |
| "files": [ | |
| "https://github.com/akashzeno/ComfyUI-ColoredNoiseDiffusionSampling" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Colored (frequency-shaped) noise diffusion sampling for ComfyUI: parametric + faithful gamma-matrix modes." | |
| }, | |
| { | |
| "author": "millerlight", | |
| "title": "Key-Value KV-Tools for ComfyUI", | |
| "reference": "https://github.com/millerlight/ComfyUI-KVTools", | |
| "files": [ | |
| "https://github.com/millerlight/ComfyUI-KVTools" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Nodes for JSON Key/Value (KV) storage with on-the-fly UI preview, dynamic drop-downs, random selection, and inline edit mode." | |
| }, | |
| { | |
| "author": "robomello", | |
| "title": "ComfyUI-NVML-Monitor", | |
| "reference": "https://github.com/robomello/ComfyUI-NVML-Monitor", | |
| "files": [ | |
| "https://github.com/robomello/ComfyUI-NVML-Monitor" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "NVIDIA-first hardware telemetry chip + popup for ComfyUI. Linux/Docker-friendly with explicit accounting for VRAM used by other containers/host." | |
| }, | |
| { | |
| "author": "m0rtus59", | |
| "title": "ComfyUI-MoonNodes", | |
| "reference": "https://github.com/m0rtus59/ComfyUI-MoonNodes", | |
| "files": [ | |
| "https://github.com/m0rtus59/ComfyUI-MoonNodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Multi-area regional prompting nodes featuring a layered canvas mask GUI, greedy text encoder, and Gemini API persistent chat utilities." | |
| }, | |
| { | |
| "author": "qazwsxedc121", | |
| "title": "Qaz Tools", | |
| "reference": "https://github.com/qazwsxedc121/comfyui-qaz-tools", | |
| "files": [ | |
| "https://github.com/qazwsxedc121/comfyui-qaz-tools" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Personal ComfyUI custom node toolkit — dynamic prompts, utilities, and more." | |
| }, | |
| { | |
| "author": "lookuters22", | |
| "title": "ComfyUI-SEEDS3Sampler", | |
| "reference": "https://github.com/lookuters22/ComfyUI-SEEDS3Sampler", | |
| "files": [ | |
| "https://github.com/lookuters22/ComfyUI-SEEDS3Sampler" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Exposes eta/s_noise/r_1/r_2 controls for ComfyUI's built-in seeds_3 solver. eta=0 gives a clean deterministic 3rd-order exponential sampler that preserves structure/text at high denoise without grain." | |
| }, | |
| { | |
| "author": "emberframe", | |
| "title": "EmberFrame Nodes", | |
| "reference": "https://github.com/emberframe/emberframe-nodes", | |
| "files": [ | |
| "https://github.com/emberframe/emberframe-nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A growing collection of EmberFrame utility nodes for Comfy, including advanced PiD sampling, Z-Image/Flux latent normalization, wildcard prompt helpers, and resolution tools." | |
| }, | |
| { | |
| "author": "toriumi", | |
| "title": "ComfyUI_GaussianSplatToMesh", | |
| "reference": "https://github.com/toriumi/ComfyUI_GaussianSplatToMesh", | |
| "files": [ | |
| "https://github.com/toriumi/ComfyUI_GaussianSplatToMesh" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Converts Gaussian Splat point cloud data (PLY_DATA) to 3D meshes (TRIMESH) for export in GLB/OBJ/PLY/STL formats. (Description by CC)" | |
| }, | |
| { | |
| "author": "Herony82", | |
| "title": "WanAnimatePreprocess Track", | |
| "reference": "https://github.com/Herony82/ComfyUI-WanAnimatePreprocess-track", | |
| "files": [ | |
| "https://github.com/Herony82/ComfyUI-WanAnimatePreprocess-track" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "TrackedPoseAndFaceDetection - PoseAndFaceDetection con selezione manuale dei punti di tracking e optical flow (Lucas-Kanade). Richiede ComfyUI-WanAnimatePreprocess." | |
| }, | |
| { | |
| "author": "JamesDanielDoss", | |
| "title": "Doss-Node-Suite", | |
| "reference": "https://github.com/JamesDanielDoss/Doss-Node-Suite", | |
| "files": [ | |
| "https://github.com/JamesDanielDoss/Doss-Node-Suite" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A beginner-friendly custom node suite for ComfyUI focused on prompt helpers, workflow organization, and creator tools." | |
| }, | |
| { | |
| "author": "quinteroac", | |
| "title": "ComfyUI-AnimaFastTrain", | |
| "reference": "https://github.com/quinteroac/ComfyUI-AnimaFastTrain", | |
| "files": [ | |
| "https://github.com/quinteroac/ComfyUI-AnimaFastTrain" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Experimental ComfyUI nodes for training in-memory Anima reference context tokens." | |
| }, | |
| { | |
| "author": "lux", | |
| "title": "ComfyUI-42lux-Hildegard-Refiner", | |
| "reference": "https://github.com/42lux/ComfyUI-42lux-Hildegard-Refiner", | |
| "files": [ | |
| "https://github.com/42lux/ComfyUI-42lux-Hildegard-Refiner" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Tile-based refinement nodes for ComfyUI, built around the Hildegard-Refiner reference-latent scheme. Designed for FLUX.2 Klein." | |
| }, | |
| { | |
| "author": "boobkake22", | |
| "title": "Template Vars", | |
| "reference": "https://github.com/boobkake22/ComfyUI-TemplateVars", | |
| "files": [ | |
| "https://github.com/boobkake22/ComfyUI-TemplateVars" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for scoped, graph-based string template variables." | |
| }, | |
| { | |
| "author": "Shiba-2-shiba", | |
| "title": "Anima-coceptattention-survey-for-comfyui", | |
| "reference": "https://github.com/Shiba-2-shiba/Anima-coceptattention-survey-for-comfyui", | |
| "files": [ | |
| "https://github.com/Shiba-2-shiba/Anima-coceptattention-survey-for-comfyui" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI experimental node for observing cross-attention in Anima/Cosmos models during image generation, outputting analysis to JSONL/CSV/Markdown formats. (Description by CC)" | |
| }, | |
| { | |
| "author": "boobkake22", | |
| "title": "ComfyUI-ColorCorrectGPU", | |
| "reference": "https://github.com/boobkake22/ComfyUI-ColorCorrectGPU", | |
| "files": [ | |
| "https://github.com/boobkake22/ComfyUI-ColorCorrectGPU" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A small ComfyUI custom node that mirrors the controls and processing order from Art Venture's node while doing the image math with vectorized PyTorch ops." | |
| }, | |
| { | |
| "author": "hobi2k", | |
| "title": "ComfyUI-PromptMaker-PNGTuber", | |
| "reference": "https://github.com/hobi2k/ComfyUI-PromptMaker-PNGTuber", | |
| "files": [ | |
| "https://github.com/hobi2k/ComfyUI-PromptMaker-PNGTuber" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Generic ComfyUI custom node for turning a character video into a video-mouth PNGTuber asset bundle." | |
| }, | |
| { | |
| "author": "cornman", | |
| "title": "Cornman Utils Nodes", | |
| "reference": "https://github.com/MainamSuwan48/ComfyUI-Cornman-Utils-nodes", | |
| "files": [ | |
| "https://github.com/MainamSuwan48/ComfyUI-Cornman-Utils-nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Utility nodes for ComfyUI by Cornman" | |
| }, | |
| { | |
| "author": "idealweek", | |
| "title": "ComfyUI-MMS-Aligner", | |
| "reference": "https://github.com/hnvcam/ComfyUI-MMS-Aligner", | |
| "files": [ | |
| "https://github.com/hnvcam/ComfyUI-MMS-Aligner" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node that force-aligns audio with text into an SRT file using Meta's MMS models." | |
| }, | |
| { | |
| "author": "leob03", | |
| "title": "ComfyUI RGB-X", | |
| "reference": "https://github.com/leob03/ComfyUI-rgbx", | |
| "files": [ | |
| "https://github.com/leob03/ComfyUI-rgbx" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI nodes for RGB-X: Image decomposition and generation using intrinsic channels (albedo, normal, roughness, metallic, irradiance)" | |
| }, | |
| { | |
| "author": "kingmaniya", | |
| "title": "LLM Text Processor", | |
| "reference": "https://github.com/KingManiya/ComfyUI-LLM-text-processor", | |
| "files": [ | |
| "https://github.com/KingManiya/ComfyUI-LLM-text-processor" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Process text and images with GGUF LLMs in ComfyUI using llama.cpp, including Qwen3-VL, Qwen3.5, Qwen3.6, Gemma 4, and gpt-oss." | |
| }, | |
| { | |
| "author": "BlackSnowSkill", | |
| "title": "ComfyUI-BSS_FLSampler", | |
| "reference": "https://github.com/BlackSnowSkill/ComfyUI-BSS_FLSampler", | |
| "files": [ | |
| "https://github.com/BlackSnowSkill/ComfyUI-BSS_FLSampler" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "High-performance foveated sampler (FLSampler) for ComfyUI inspired by human vision; selective latent modification delivers cinematic clarity and micro-textures without generation overhead." | |
| }, | |
| { | |
| "author": "Yahweasel", | |
| "title": "ComfyUI-YALlama", | |
| "reference": "https://github.com/Yahweasel/ComfyUI-YALlama", | |
| "files": [ | |
| "https://github.com/Yahweasel/ComfyUI-YALlama" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Unopinionated llama.cpp bindings for ComfyUI with generic parameters and multi-stage chat support for LLM integration." | |
| }, | |
| { | |
| "author": "majidfida", | |
| "title": "SAM3_SmartInpainter", | |
| "reference": "https://github.com/majidfida/SAM3_SmartInpainter", | |
| "files": [ | |
| "https://github.com/majidfida/SAM3_SmartInpainter" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Auto face detection + inpainting node using SAM3" | |
| }, | |
| { | |
| "author": "Niutonian", | |
| "title": "Niutonian_Comfyui_Philips_Hue", | |
| "reference": "https://github.com/Niutonian/Niutonian_Comfyui_Philips_Hue", | |
| "files": [ | |
| "https://github.com/Niutonian/Niutonian_Comfyui_Philips_Hue" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes that sample the edge colors of generated images and send matching colors to Philips Hue lights or Hue light strips." | |
| }, | |
| { | |
| "author": "andrea-spoldi", | |
| "title": "ComfyUI-AudioMoodAnalyzer", | |
| "reference": "https://github.com/andrea-spoldi/ComfyUI-AudioMoodAnalyzer", | |
| "files": [ | |
| "https://github.com/andrea-spoldi/ComfyUI-AudioMoodAnalyzer" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node project that extracts sonic features from audio and uses a local Ollama LLM to generate painterly, emotionally-driven image-generation prompts." | |
| }, | |
| { | |
| "author": "er1cw00", | |
| "title": "ComfyUI-RIFE", | |
| "reference": "https://github.com/er1cw00/ComfyUI-RIFE", | |
| "files": [ | |
| "https://github.com/er1cw00/ComfyUI-RIFE" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "RIFE video frame interpolation node for ComfyUI using real-time intermediate flow estimation to generate smooth intermediate frames between video frames with automatic model download and multiple precision support." | |
| }, | |
| { | |
| "author": "denyazzolin", | |
| "title": "comfyui-abs-int", | |
| "reference": "https://github.com/denyazzolin/comfyui-abs-int", | |
| "files": [ | |
| "https://github.com/denyazzolin/comfyui-abs-int" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "This node receives an int and returns the positive version of it in any case." | |
| }, | |
| { | |
| "author": "jideka", | |
| "title": "ComfyUI-WanPromptBuilder", | |
| "reference": "https://github.com/jideka/ComfyUI-WanPromptBuilder", | |
| "files": [ | |
| "https://github.com/jideka/ComfyUI-WanPromptBuilder" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Three ComfyUI nodes for generating structured WAN 2.2 video prompts, built specifically for chained multi-segment video pipelines." | |
| }, | |
| { | |
| "author": "l2dnjsrud", | |
| "title": "ComfyUI-BlueMangaPanelSplitter", | |
| "reference": "https://github.com/l2dnjsrud/ComfyUI-BlueMangaPanelSplitter", | |
| "files": [ | |
| "https://github.com/l2dnjsrud/ComfyUI-BlueMangaPanelSplitter" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node for splitting blue-pencil manga manuscript pages into story panels." | |
| }, | |
| { | |
| "author": "wrt122311", | |
| "title": "comfyui-note", | |
| "reference": "https://github.com/wrt122311/comfyui-note", | |
| "files": [ | |
| "https://github.com/wrt122311/comfyui-note" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Simple custom node for ComfyUI that escapes parentheses in strings to treat them as literal characters instead of syntax." | |
| }, | |
| { | |
| "author": "zisonMyu", | |
| "title": "ComfyUI-Prompt-Format-Converter", | |
| "reference": "https://github.com/zisonMyu/ComfyUI-Prompt-Format-Converter", | |
| "files": [ | |
| "https://github.com/zisonMyu/ComfyUI-Prompt-Format-Converter" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for converting prompt text between common anime image-generation formats." | |
| }, | |
| { | |
| "author": "yitao2020", | |
| "title": "ComfyUI-MultiAngle-Camera", | |
| "reference": "https://github.com/yitao2020/ComfyUI-MultiAngle-Camera", | |
| "files": [ | |
| "https://github.com/yitao2020/ComfyUI-MultiAngle-Camera" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "3D camera controller for ComfyUI bringing cinematic camera language to AI image generation. Features 3D orbit control, preset angles, intelligent prompt generation, and multi-angle workflow support. (Description by CC)" | |
| }, | |
| { | |
| "author": "zuco1111", | |
| "title": "comfyui_zuco_image2", | |
| "reference": "https://github.com/zuco1111/comfyui_zuco_image2", | |
| "files": [ | |
| "https://github.com/zuco1111/comfyui_zuco_image2" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for calling OpenAI's DALL-E 3 image model through a Zuco-compatible base URL with text-to-image and image-to-image support." | |
| }, | |
| { | |
| "author": "Localsmile", | |
| "title": "comfyui_anima_artist_cross_attn_mix", | |
| "reference": "https://github.com/Localsmile/comfyui_anima_artist_cross_attn_mix", | |
| "files": [ | |
| "https://github.com/Localsmile/comfyui_anima_artist_cross_attn_mix" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "NODES: AnimaArtistCrossAttnMix" | |
| }, | |
| { | |
| "author": "yogurt7771", | |
| "title": "ComfyUI-YogurtSa2VA", | |
| "reference": "https://github.com/yogurt7771/ComfyUI-YogurtSa2VA", | |
| "files": [ | |
| "https://github.com/yogurt7771/ComfyUI-YogurtSa2VA" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI plugin for Sa2VA segmentation with independent model loaders, ComfyUI memory management, and VITMatte edge refinement. (Description by CC)" | |
| }, | |
| { | |
| "author": "yic03685", | |
| "title": "ComfyUI-LTXShotRenderer", | |
| "reference": "https://github.com/yic03685/ComfyUI-LTXShotRenderer", | |
| "files": [ | |
| "https://github.com/yic03685/ComfyUI-LTXShotRenderer" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Simplified all-in-one nodes for LTX Video generation with Director workflow." | |
| }, | |
| { | |
| "author": "Bigornh2o", | |
| "title": "ComfyUI-KleinCarousel", | |
| "reference": "https://github.com/Bigornh2o/ComfyUI-KleinCarousel", | |
| "files": [ | |
| "https://github.com/Bigornh2o/ComfyUI-KleinCarousel" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A highly advanced custom node for ComfyUI designed for creating consistent multi-image carousels using advanced Cross-Batch Identity Anchoring." | |
| }, | |
| { | |
| "author": "ColKernel0x8E", | |
| "title": "comfyui-prompt-matrix", | |
| "reference": "https://github.com/ColKernel0x8E/comfyui-prompt-matrix", | |
| "files": [ | |
| "https://github.com/ColKernel0x8E/comfyui-prompt-matrix" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that runs N×M prompt-variation grids through the full sampling pipeline in a single node with labeled output, flexible axes, and optional node batching." | |
| }, | |
| { | |
| "author": "DanrisiUA", | |
| "title": "ComfyUI-AnimaDynamicCFG", | |
| "reference": "https://github.com/DanrisiUA/ComfyUI-AnimaDynamicCFG", | |
| "files": [ | |
| "https://github.com/DanrisiUA/ComfyUI-AnimaDynamicCFG" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Custom ComfyUI nodes for dynamic CFG control and realism enhancement, originally designed for Anima realism finetunes but works with any diffusion model." | |
| }, | |
| { | |
| "author": "hndr", | |
| "title": "Comfyui-SceneDetect", | |
| "reference": "https://github.com/zhinangubei/Comfyui-ZNGB-SceneDetect", | |
| "files": [ | |
| "https://github.com/zhinangubei/Comfyui-ZNGB-SceneDetect" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Comfyui-SceneDetect is a ComfyUI custom node that uses PySceneDetect to locate scene boundaries in a video and emit one representative frame per scene as an `IMAGE` batch. It also returns per-scene metadata as JSON (`STRING`) and the total number of detected scenes (`INT`)." | |
| }, | |
| { | |
| "author": "ruwwww", | |
| "title": "ComfyUI-SPEED", | |
| "reference": "https://github.com/ruwwww/ComfyUI-SPEED", | |
| "files": [ | |
| "https://github.com/ruwwww/ComfyUI-SPEED" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node integrating SPEED (Spectral Progressive Diffusion) for faster sampling with progressive resolution growth during diffusion denoising." | |
| }, | |
| { | |
| "author": "Damkohler", | |
| "title": "CaptionForge", | |
| "reference": "https://github.com/Damkohler/CaptionForge", | |
| "files": [ | |
| "https://github.com/Damkohler/CaptionForge" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A model-agnostic captioning framework for ComfyUI designed to generate cleaner, more consistent, auditable captions for LoRA dataset preparation through structured comparison, repeated observation, and consensus-based refinement." | |
| }, | |
| { | |
| "author": "MPC2026", | |
| "title": "comfyui-mpc-heartmula", | |
| "reference": "https://github.com/MPC2026/ComfyUI-MPC-HeartMuLa", | |
| "files": [ | |
| "https://github.com/MPC2026/ComfyUI-MPC-HeartMuLa" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for HeartMuLa music generation" | |
| }, | |
| { | |
| "author": "blackmeat1225", | |
| "title": "ComfyUI-Qwen2.5-VL-7B-OPENVINO", | |
| "reference": "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO", | |
| "files": [ | |
| "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A custom ComfyUI node that unleashes Intel CPU + iGPU power via OpenVINO." | |
| }, | |
| { | |
| "author": "CalaKuad1", | |
| "title": "ComfyUI-PixelArt-Unfaker", | |
| "reference": "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker", | |
| "files": [ | |
| "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A powerful custom node for ComfyUI that transforms fake or blurry AI-generated pixel art into true, crisp, mathematically perfect pixel art." | |
| }, | |
| { | |
| "author": "DEMOUSL", | |
| "title": "comfyui_merge_video", | |
| "reference": "https://github.com/DEMOUSL/comfyui_merge_video", | |
| "files": [ | |
| "https://github.com/DEMOUSL/comfyui_merge_video" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output." | |
| }, | |
| { | |
| "author": "adbrasi", | |
| "title": "prompta_generita_lite", | |
| "reference": "https://github.com/adbrasi/prompta_generita_lite", | |
| "files": [ | |
| "https://github.com/adbrasi/prompta_generita_lite" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Custom ComfyUI node for generating prompts by combining manual character descriptions, outfit sections, and .txt file lines. (Description by CC)" | |
| }, | |
| { | |
| "author": "kevinkessler", | |
| "title": "Mask Batch Union", | |
| "reference": "https://github.com/kevinkessler/comfyui-mask-batch-union", | |
| "files": [ | |
| "https://github.com/kevinkessler/comfyui-mask-batch-union" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node to merge a batch of masks into a single mask via max or sum_clamp" | |
| }, | |
| { | |
| "author": "l2dnjsrud", | |
| "title": "comfyui-opentoonz-line-tools", | |
| "reference": "https://github.com/l2dnjsrud/ComfyUI-OpenToonzLineTools", | |
| "files": [ | |
| "https://github.com/l2dnjsrud/ComfyUI-OpenToonzLineTools" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "OpenToonz-inspired cleanup, gap closing, and palette-region ComfyUI nodes for rough blue manga manuscripts." | |
| }, | |
| { | |
| "author": "bigstationw", | |
| "title": "ComfyUi-Untwisting-RoPE", | |
| "reference": "https://github.com/BigStationW/ComfyUi-Untwisting-RoPE", | |
| "files": [ | |
| "https://github.com/BigStationW/ComfyUi-Untwisting-RoPE" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node for Untwisting RoPE." | |
| }, | |
| { | |
| "author": "id-fa", | |
| "title": "Lenient Switch", | |
| "reference": "https://github.com/id-fa/ComfyUI-Lenient-Switch", | |
| "files": [ | |
| "https://github.com/id-fa/ComfyUI-Lenient-Switch" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A switcher that allows specify conditions and inputs/outputs individually" | |
| }, | |
| { | |
| "author": "xmarre", | |
| "title": "ComfyUI Flux2 Untwisting RoPE", | |
| "reference": "https://github.com/xmarre/ComfyUI-Flux.2-Untwisting-RoPE", | |
| "files": [ | |
| "https://github.com/xmarre/ComfyUI-Flux.2-Untwisting-RoPE" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Frequency-aware RoPE reference-attention modulation for Flux/Flux.2 models in ComfyUI." | |
| }, | |
| { | |
| "author": "ruminar", | |
| "title": "Ephemeral Preview Tap", | |
| "reference": "https://github.com/ruminar/ComfyUI-EphemeralPreviewTap", | |
| "files": [ | |
| "https://github.com/ruminar/ComfyUI-EphemeralPreviewTap" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A lightweight IMAGE preview tap node that sends an in-memory JPEG contact sheet without writing temporary preview files." | |
| }, | |
| { | |
| "author": "merserk", | |
| "title": "ComfyUI-PiD", | |
| "reference": "https://github.com/Merserk/ComfyUI-PiD", | |
| "files": [ | |
| "https://github.com/Merserk/ComfyUI-PiD" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for NVIDIA PiD pixel diffusion decoding with VRAM offload support." | |
| }, | |
| { | |
| "author": "Yuan-ManX", | |
| "title": "ComfyUI-Qwen-Image", | |
| "reference": "https://github.com/Yuan-ManX/ComfyUI-Qwen-Image", | |
| "files": [ | |
| "https://github.com/Yuan-ManX/ComfyUI-Qwen-Image" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI-Qwen-Image is now available in ComfyUI, Qwen-Image is a powerful image generation foundation model capable of complex text rendering and precise image editing." | |
| }, | |
| { | |
| "author": "MatthewCHarrison", | |
| "title": "Metadata manager for various generation services", | |
| "id": "MetaMan", | |
| "reference": "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan", | |
| "files": [ | |
| "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "MetaMan bridges the metadata gap between AI image generation services, enabling seamless workflow sharing and model dependency tracking across platforms." | |
| }, | |
| { | |
| "author": "magicwang1111", | |
| "title": "ComfyUI-GPT-image (OpenAI/Relay)", | |
| "id": "comfyui-gpt-image-openai-relay", | |
| "reference": "https://github.com/magicwang1111/ComfyUI-GPT-image", | |
| "files": [ | |
| "https://github.com/magicwang1111/ComfyUI-GPT-image" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Generate and edit images in ComfyUI with OpenAI GPT Image models. Includes dedicated Generate and Edit nodes, multi-image reference input, size presets, and support for both the official OpenAI API and OpenAI-compatible relay endpoints." | |
| }, | |
| { | |
| "author": "ketle-man", | |
| "title": "ComfyUI Particle Renderer (PixiJS)", | |
| "id": "comfyui-particle-pixijs", | |
| "reference": "https://github.com/ketle-man/comfyUI-particle-pixijs", | |
| "files": [ | |
| "https://github.com/ketle-man/comfyUI-particle-pixijs" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Real-time particle animation node for ComfyUI. Renders smoke, sparks, light rays, and star-warp effects using PixiJS v7, with 13 post-effect filters, blend modes, custom textures, character-shape particles, and scatter mode. Captures any frame as an image output." | |
| }, | |
| { | |
| "author": "Excidos", | |
| "title": "ComfyUI-Lumina-mGPT-Wrapper", | |
| "reference": "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper", | |
| "files": [ | |
| "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper" | |
| ], | |
| "install_type": "git-clone", | |
| "pip": [ | |
| "pandas", | |
| "tensorboard", | |
| "fairscale", | |
| "sentencepiece", | |
| "gradio==4.19.0", | |
| "packaging", | |
| "transformers>=4.43.3", | |
| "pyyaml", | |
| "pathlib", | |
| "Ninja", | |
| "bitsandbytes", | |
| "httpx[socks]", | |
| "einops", | |
| "regex", | |
| "h5py", | |
| "accelerate", | |
| "pre-commit" | |
| ], | |
| "description": "ComfyUI-Lumina-mGPT-Wrapper is a custom node for ComfyUI that integrates the advanced Lumina-mGPT model. It offers high-quality image generation with support for multiple model sizes and advanced features." | |
| }, | |
| { | |
| "author": "electricty00", | |
| "title": "ComfyUI-Toggle-Pass", | |
| "reference": "https://github.com/electricty00/ComfyUI-Toggle-Pass", | |
| "files": [ | |
| "https://github.com/electricty00/ComfyUI-Toggle-Pass" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Toggle-Pass: Privacy toggle, dynamic LoRA slots, and other quality-of-life nodes for ComfyUI" | |
| }, | |
| { | |
| "author": "Ganaraj", | |
| "title": "comfyui-turbodiffusion", | |
| "reference": "https://github.com/anveshane/Comfyui_turbodiffusion", | |
| "files": [ | |
| "https://github.com/anveshane/Comfyui_turbodiffusion" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node for TurboDiffusion I2V (Image-to-Video) generation with dual-expert sampling and SLA attention optimization." | |
| }, | |
| { | |
| "author": "gavr728", | |
| "title": "Klein Tiled Upscaler", | |
| "reference": "https://github.com/Gavr728/ComfyUI_KleinTiledUpscaler", | |
| "files": [ | |
| "https://github.com/Gavr728/ComfyUI_KleinTiledUpscaler" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "High-fidelity, zero-OOM tiled upscaler with adaptive processing for Flux." | |
| }, | |
| { | |
| "author": "ankomochi", | |
| "title": "CCIP Judge", | |
| "reference": "https://github.com/o-ankomochi-o/comfyui-ccip-judge", | |
| "files": [ | |
| "https://github.com/o-ankomochi-o/comfyui-ccip-judge" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Anime character image evaluation nodes (CCIP + OKS + Angle) for ComfyUI" | |
| }, | |
| { | |
| "author": "lajjadred", | |
| "title": "comfyui-lrw-nodes", | |
| "reference": "https://github.com/lajjadred/comfyui-lrw-nodes", | |
| "files": [ | |
| "https://github.com/lajjadred/comfyui-lrw-nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for Riemannian geometry and Bayesian latent space manipulation" | |
| }, | |
| { | |
| "author": "dewberryants", | |
| "title": "Textify", | |
| "reference": "https://github.com/dewberryants/comfyui-textify", | |
| "files": [ | |
| "https://github.com/dewberryants/comfyui-textify" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Turn pixel data into ascii art" | |
| }, | |
| { | |
| "author": "Hua", | |
| "title": "comfyui-english-annotator", | |
| "reference": "https://github.com/aadebuger/ComfyUI-EnglishAnnotator", | |
| "files": [ | |
| "https://github.com/aadebuger/ComfyUI-EnglishAnnotator" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node that draws bounding boxes + English word labels for vocabulary learning cards" | |
| }, | |
| { | |
| "author": "xmarre", | |
| "title": "ComfyUI-Safe-Chunked-Image-Blend", | |
| "reference": "https://github.com/xmarre/ComfyUI-Safe-Chunked-Image-Blend", | |
| "files": [ | |
| "https://github.com/xmarre/ComfyUI-Safe-Chunked-Image-Blend" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node for safely blending large IMAGE tensors in chunks with explicit resize and compute-device controls." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_CompressedSensingAugmentation", | |
| "reference": "https://github.com/bemoregt/ComfyUI_CompressedSensingAugmentation", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_CompressedSensingAugmentation" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A custom ComfyUI node that reconstructs an image from only 10% randomly sampled k-space (Fourier) coefficients using rigorous Compressed Sensing theory." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_EigenQFT_SRSM", | |
| "reference": "https://github.com/bemoregt/ComfyUI_EigenQFT_SRSM", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_EigenQFT_SRSM" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node computing visual saliency map using eigenvalues of local Quaternion cross-spectral matrix from Quaternion Fourier Transform. (Description by CC)" | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_FrFT", | |
| "reference": "https://github.com/bemoregt/ComfyUI_FrFT", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_FrFT" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that computes the Fractional Fourier Transform (FrFT) of an image and outputs its magnitude spectrum." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_MaskSmoothing", | |
| "reference": "https://github.com/bemoregt/ComfyUI_MaskSmoothing", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_MaskSmoothing" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that smooths mask contours using the Fourier Descriptor algorithm." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_PhaseCongruencyCorner", | |
| "reference": "https://github.com/bemoregt/ComfyUI_PhaseCongruencyCorner", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_PhaseCongruencyCorner" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that detects corners using Phase Congruency, an illumination-invariant feature detector." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_PhaseCongruencyEdge", | |
| "reference": "https://github.com/bemoregt/ComfyUI_PhaseCongruencyEdge", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_PhaseCongruencyEdge" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that detects edges and features using Phase Congruency, an illumination-invariant feature detector based on Fourier components." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_QFT_SRSM", | |
| "reference": "https://github.com/bemoregt/ComfyUI_QFT_SRSM", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_QFT_SRSM" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that computes visual saliency maps from color images using the Quaternion Fourier Transform combined with Spectral Residual method." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_RadialAverageAmplitudeSpectrum", | |
| "reference": "https://github.com/bemoregt/ComfyUI_RadialAverageAmplitudeSpectrum", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_RadialAverageAmplitudeSpectrum" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that computes and visualizes the Radial Average Amplitude Spectrum for frequency-domain image analysis." | |
| }, | |
| { | |
| "author": "siraxe", | |
| "title": "ComfyUI-LTX-FDG", | |
| "reference": "https://github.com/siraxe/ComfyUI-LTX-FDG", | |
| "files": [ | |
| "https://github.com/siraxe/ComfyUI-LTX-FDG" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Frequency-Decoupled Guidance (FDG) for ComfyUI and ComfyUI-LTXVideo that improves upon standard Classifier-Free Guidance by applying separate guidance scales to different frequency components." | |
| }, | |
| { | |
| "author": "lrzjason", | |
| "title": "Comfyui-LTXCondReplace", | |
| "reference": "https://github.com/lrzjason/Comfyui-LTXCondReplace", | |
| "files": [ | |
| "https://github.com/lrzjason/Comfyui-LTXCondReplace" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node for combining LTXV conditioning latents from different sources." | |
| }, | |
| { | |
| "author": "kijai", | |
| "title": "ComfyUI-PromptRelay", | |
| "reference": "https://github.com/kijai/ComfyUI-PromptRelay", | |
| "files": [ | |
| "https://github.com/kijai/ComfyUI-PromptRelay" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node for distributing video latent frames across prompt segments with flexible inline and block syntax for timing control. (Description by CC)" | |
| }, | |
| { | |
| "author": "lex-drl", | |
| "title": "🗂️ Dict Tools", | |
| "reference": "https://github.com/Lex-DRL/ComfyUI-DictTools", | |
| "files": [ | |
| "https://github.com/Lex-DRL/ComfyUI-DictTools" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Essential nodes to use dictionaries in ComfyUI: for smart prompt-formatting, general organization (passing a single connection instead of spaghetti), or anything else." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "FUDA – Fourier Domain Adaptation", | |
| "reference": "https://github.com/bemoregt/ComfyUI_FUDA", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_FUDA" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "FUDA: Fourier-based Unsupervised Domain Adaptation nodes for ComfyUI" | |
| }, | |
| { | |
| "author": "mingyu4537-creator", | |
| "title": "Skin Highlight Remover", | |
| "reference": "https://github.com/mingyu4537-creator/ComfyUI-SkinHighlightRemover", | |
| "files": [ | |
| "https://github.com/mingyu4537-creator/ComfyUI-SkinHighlightRemover" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node that removes skin highlights (specular shine) from anime/realistic character images using blur-brush style processing with AI face exclusion and lineart protection." | |
| }, | |
| { | |
| "author": "mingyu4537-creator", | |
| "title": "Pink Blush Overlay", | |
| "reference": "https://github.com/mingyu4537-creator/ComfyUI-PinkBlushOverlay", | |
| "files": [ | |
| "https://github.com/mingyu4537-creator/ComfyUI-PinkBlushOverlay" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Webtoon-style pink airbrush overlay on skin areas. Simulates overlay-layer pink airbrush post-processing." | |
| }, | |
| { | |
| "author": "gearmachine", | |
| "title": "ComfyUI-Rhythm-Tracks", | |
| "reference": "https://github.com/grmchn/ComfyUI-Rhythm-Tracks", | |
| "files": [ | |
| "https://github.com/grmchn/ComfyUI-Rhythm-Tracks" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "BPM-synced sparse track point generator and BPM detector for ComfyUI" | |
| }, | |
| { | |
| "author": "local", | |
| "title": "Audio to Spectrogram", | |
| "reference": "https://github.com/bemoregt/ComfyUI_Spectrogram", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_Spectrogram" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node: Audio → Spectrogram image" | |
| }, | |
| { | |
| "author": "killertofu86", | |
| "title": "ComfyUI-DukeStereo", | |
| "reference": "https://github.com/killertofu86/ComfyUI-DukeStereo", | |
| "files": [ | |
| "https://github.com/killertofu86/ComfyUI-DukeStereo" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that converts video frames to side-by-side (SBS) stereo format for VR viewing." | |
| }, | |
| { | |
| "author": "kpucha", | |
| "title": "comfyui-kpu-utils", | |
| "reference": "https://github.com/kpucha/comfyui-kpu-utils", | |
| "files": [ | |
| "https://github.com/kpucha/comfyui-kpu-utils" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Modular collection of utilities and custom nodes designed to enhance ComfyUI, including tools for workflow automation and pipeline creation." | |
| }, | |
| { | |
| "author": "stevanisya", | |
| "title": "comfyui_txt_mixer", | |
| "reference": "https://github.com/stevanisya/comfyui_txt_mixer", | |
| "files": [ | |
| "https://github.com/stevanisya/comfyui_txt_mixer" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Concatenate multiple text inputs into a single output with auto-expanding inputs and configurable separators." | |
| }, | |
| { | |
| "author": "ruwwww", | |
| "title": "ComfyUI-Spectrum-sdxl", | |
| "reference": "https://github.com/ruwwww/ComfyUI-Spectrum-sdxl", | |
| "files": [ | |
| "https://github.com/ruwwww/ComfyUI-Spectrum-sdxl" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Spectrum sampling acceleration technique for SDXL models using Chebyshev polynomials to forecast spectral features and skip redundant UNet computations." | |
| }, | |
| { | |
| "author": "danipisca07", | |
| "title": "ComfyUI-SimpleLogics", | |
| "reference": "https://github.com/danipisca07/ComfyUI-SimpleLogics", | |
| "files": [ | |
| "https://github.com/danipisca07/ComfyUI-SimpleLogics" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A lightweight ComfyUI node library providing logic operators, type conversions, math utilities, and switch nodes." | |
| }, | |
| { | |
| "author": "belgiangurista-art", | |
| "title": "ComfyUI-SMC-CFG", | |
| "reference": "https://github.com/belgiangurista-art/ComfyUI-SMC-CFG", | |
| "files": [ | |
| "https://github.com/belgiangurista-art/ComfyUI-SMC-CFG" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI wrapper for SMC-CFG (Sliding Mode Control) classifier-free diffusion guidance from CVPR 2026 research." | |
| }, | |
| { | |
| "author": "comfyui", | |
| "title": "ComfyUI_NVIDIA_RTX_Nodes", | |
| "reference": "https://github.com/Comfy-Org/Nvidia_RTX_Nodes_ComfyUI", | |
| "files": [ | |
| "https://github.com/Comfy-Org/Nvidia_RTX_Nodes_ComfyUI" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "NVIDIA RTX Nodes for ComfyUI\\nThis extension provides GPU-accelerated nodes powered by NVIDIA RTX technology, including RTX Video Super Resolution." | |
| }, | |
| { | |
| "author": "pipelet-ai", | |
| "title": "ComfyUI-PredefinedResolution", | |
| "reference": "https://github.com/pipelet-ai/ComfyUI-PredefinedResolution", | |
| "files": [ | |
| "https://github.com/pipelet-ai/ComfyUI-PredefinedResolution" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that automatically snaps input dimensions to predefined resolutions and aspect ratios." | |
| }, | |
| { | |
| "author": "supermansundies", | |
| "title": "comfyui-klein-edit-composite", | |
| "reference": "https://github.com/supermansundies/comfyui-klein-edit-composite", | |
| "files": [ | |
| "https://github.com/supermansundies/comfyui-klein-edit-composite" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI node that intelligently composites a generated (AI-edited) image back onto an original image by detecting only what actually changed between the two images and blending the generated content in cleanly." | |
| }, | |
| { | |
| "author": "programmerbit01", | |
| "title": "ComfyUI-SmartResolutionmixed", | |
| "reference": "https://github.com/programmerbit01/ComfyUI-SmartResolutionmixed", | |
| "files": [ | |
| "https://github.com/programmerbit01/ComfyUI-SmartResolutionmixed" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Smart resolution scaling and mixing capabilities for ComfyUI. (Description by CC)" | |
| }, | |
| { | |
| "author": "ftfftft", | |
| "title": "ib video slicer", | |
| "reference": "https://github.com/youngfulu/ComfyUI-VideoSlice", | |
| "files": [ | |
| "https://github.com/youngfulu/ComfyUI-VideoSlice" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "MP4/MOV to a single IMAGE frame — loop, random, skip-every-nth, frame counters (ib video slicer)." | |
| }, | |
| { | |
| "author": "automatasz", | |
| "title": "comfyui-floating-preview", | |
| "reference": "https://github.com/automatasz/comfyui-floating-preview", | |
| "files": [ | |
| "https://github.com/automatasz/comfyui-floating-preview" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI extension that displays the preview full-size in a floating window while any node is running." | |
| }, | |
| { | |
| "author": "Scottcjn", | |
| "title": "ComfyUI-TurboQuant", | |
| "reference": "https://github.com/Scottcjn/ComfyUI-TurboQuant", | |
| "files": [ | |
| "https://github.com/Scottcjn/ComfyUI-TurboQuant" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "TQ3 KV cache compression for ComfyUI reducing attention KV cache VRAM by ~4.5x using 3-bit Lloyd-Max quantization with Fast Walsh-Hadamard Transform decorrelation." | |
| }, | |
| { | |
| "author": "Tessiiiz", | |
| "title": "ComfyUI-Tessiiiz-WanVideoToolkit", | |
| "reference": "https://github.com/Tessiiiz/ComfyUI-Tessiiiz-WanVideoToolkit", | |
| "files": [ | |
| "https://github.com/Tessiiiz/ComfyUI-Tessiiiz-WanVideoToolkit" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI Wan 2.1 toolkit with visual multi-ref node, positioned reference gallery, and VACE multi-ref to video nodes." | |
| }, | |
| { | |
| "author": "Jasonzzt", | |
| "title": "ComfyUI-OmniXPU", | |
| "reference": "https://github.com/Jasonzzt/ComfyUI-OmniXPU", | |
| "files": [ | |
| "https://github.com/Jasonzzt/ComfyUI-OmniXPU" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Intel XPU acceleration for upstream ComfyUI via omni_xpu_kernel with transparent optimizations applied at startup." | |
| }, | |
| { | |
| "author": "lRemixl", | |
| "title": "ComfyUI-sdxl-micro-conditioning", | |
| "reference": "https://github.com/lRemixl/ComfyUI-sdxl-micro-conditioning", | |
| "files": [ | |
| "https://github.com/lRemixl/ComfyUI-sdxl-micro-conditioning" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Custom nodes to modify the size and crop conditioning for SDXL." | |
| }, | |
| { | |
| "author": "DEMOUSL", | |
| "title": "comfyui_uvr_mdx", | |
| "reference": "https://github.com/DEMOUSL/comfyui_uvr_mdx", | |
| "files": [ | |
| "https://github.com/DEMOUSL/comfyui_uvr_mdx" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node for separating instrumental and vocal stems using the bundled MDX model without external UVR dependencies." | |
| }, | |
| { | |
| "author": "cvlases", | |
| "title": "creative-code", | |
| "reference": "https://github.com/cvlases/creative-code-comfyui", | |
| "files": [ | |
| "https://github.com/cvlases/creative-code-comfyui" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "explainable AI for comfy" | |
| }, | |
| { | |
| "author": "Open Pose Rotator Contributors", | |
| "title": "open-pose-rotator", | |
| "reference": "https://github.com/emausb/ComfyUI-Openpose-Rotator", | |
| "files": [ | |
| "https://github.com/emausb/ComfyUI-Openpose-Rotator" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom node to rotate OpenPose figures around their torso" | |
| }, | |
| { | |
| "author": "evanscho", | |
| "title": "Advanced Mask Nodes", | |
| "reference": "https://github.com/evanscho/ComfyUI-advanced-mask-nodes", | |
| "files": [ | |
| "https://github.com/evanscho/ComfyUI-advanced-mask-nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A collection of custom nodes for ComfyUI" | |
| }, | |
| { | |
| "author": "initialb-util", | |
| "title": "InitialB Util", | |
| "reference": "https://github.com/benjiyaya/Comfyui_InitialB_Util", | |
| "files": [ | |
| "https://github.com/benjiyaya/Comfyui_InitialB_Util" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI Custom Node Package with Logic Nodes, Sigma Utilities, Text Tools, and Image Collage" | |
| }, | |
| { | |
| "author": "dumbdemon", | |
| "title": "DD-LogicNodes", | |
| "reference": "https://github.com/dumbdemon/DD_LogicNodes", | |
| "files": [ | |
| "https://github.com/dumbdemon/DD_LogicNodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A collection of Logic Nodes that I think are missing in core ComfyUI." | |
| }, | |
| { | |
| "author": "ding-lie", | |
| "title": "ComfyUI_Spectrum4LTXV_DL", | |
| "reference": "https://github.com/lieding/ComfyUI_Spectrum4LTXV_DL", | |
| "files": [ | |
| "https://github.com/lieding/ComfyUI_Spectrum4LTXV_DL" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "customized comfyui integration of Spectrum for LTXV by DL" | |
| }, | |
| { | |
| "author": "masteroleary", | |
| "title": "Native Looper", | |
| "reference": "https://github.com/masteroleary/ComfyUI-LooperNode", | |
| "files": [ | |
| "https://github.com/masteroleary/ComfyUI-LooperNode" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Multi-loop video generation with sharp output and character consistency" | |
| }, | |
| { | |
| "author": "saluzafa", | |
| "title": "Multi-Angle Camera Selector", | |
| "reference": "https://github.com/saluzafa/comfyui-klein9b-multi-angle", | |
| "files": [ | |
| "https://github.com/saluzafa/comfyui-klein9b-multi-angle" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node to pick a camera angle and emit a 'Change camera angle to ...' prompt string." | |
| }, | |
| { | |
| "author": "CHANGEME", | |
| "title": "Text Gen Nodes", | |
| "reference": "https://github.com/cora-clanker/comfyui-textgen-nodes", | |
| "files": [ | |
| "https://github.com/cora-clanker/comfyui-textgen-nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI node that sends text + a system prompt to an OpenAI-compatible endpoint and returns the reply with <think> blocks stripped." | |
| }, | |
| { | |
| "author": "YOUR_NAME", | |
| "title": "ComfyUI-NeuTTS", | |
| "reference": "https://github.com/AsifOnWeb3/ComfyUI-Neutts", | |
| "files": [ | |
| "https://github.com/AsifOnWeb3/ComfyUI-Neutts" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom nodes for NeuTTS on-device TTS with voice cloning" | |
| }, | |
| { | |
| "author": "dewittethomas", | |
| "title": "ComfyUI-Base64-Nodes", | |
| "reference": "https://github.com/dewittethomas/ComfyUI-Base64-Nodes", | |
| "files": [ | |
| "https://github.com/dewittethomas/ComfyUI-Base64-Nodes" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Nodes to convert data such as images and audio from Base64 format into comprehensible format for use with other ComfyUI nodes." | |
| }, | |
| { | |
| "author": "redstonewhite", | |
| "title": "ComfyUI-OneShotOutputs", | |
| "reference": "https://github.com/redstonewhite/ComfyUI-OneShotOutputs", | |
| "files": [ | |
| "https://github.com/redstonewhite/ComfyUI-OneShotOutputs" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A minimal ComfyUI extension that lets you mark any node to discard its output from cache immediately after all downstream nodes have consumed it." | |
| }, | |
| { | |
| "author": "Alvidi", | |
| "title": "timeline_viewer_AV_comfyUI", | |
| "reference": "https://github.com/Alvidi/timeline_viewer_AV_comfyUI", | |
| "files": [ | |
| "https://github.com/Alvidi/timeline_viewer_AV_comfyUI" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A custom ComfyUI node that provides an interactive video player with timeline scrubbing and audio waveform display." | |
| }, | |
| { | |
| "author": "Anzhc", | |
| "title": "Euler_A2_Sampler-ComfyUI", | |
| "reference": "https://github.com/Anzhc/Euler_A2_Sampler-ComfyUI", | |
| "files": [ | |
| "https://github.com/Anzhc/Euler_A2_Sampler-ComfyUI" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "ComfyUI custom sampler node implementing Euler A2 sampling algorithm. (Description by CC)" | |
| }, | |
| { | |
| "author": "zhoul1", | |
| "title": "resize_fill_background", | |
| "reference": "https://github.com/zhoul1/resize_fill_background", | |
| "files": [ | |
| "https://github.com/zhoul1/resize_fill_background" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that scales images proportionally and fills to specified dimensions with a solid color background, supporting size reduction and centered placement. (Description by CC)" | |
| }, | |
| { | |
| "author": "222222222l", | |
| "title": "ComfyUI-Falcon-Perception", | |
| "reference": "https://github.com/222222222l/ComfyUI-Falcon-Perception", | |
| "files": [ | |
| "https://github.com/222222222l/ComfyUI-Falcon-Perception" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "An elegant, robust, and highly-optimized ComfyUI custom node package for the tiiuae/Falcon-Perception vision-language model for open-vocabulary grounding and instance segmentation." | |
| }, | |
| { | |
| "author": "cyanideoverdose", | |
| "title": "JStudio_Wildcards", | |
| "reference": "https://github.com/cyanideoverdose/JStudio_Wildcards", | |
| "files": [ | |
| "https://github.com/cyanideoverdose/JStudio_Wildcards" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A wildcard prompt node for ComfyUI with Jinja2 templating, YAML wildcard support, negative prompt resolution, and hot-reload — no server restart needed when you update your wildcard files." | |
| }, | |
| { | |
| "author": "bemoregt", | |
| "title": "ComfyUI_StripesConv", | |
| "reference": "https://github.com/bemoregt/ComfyUI_StripesConv", | |
| "files": [ | |
| "https://github.com/bemoregt/ComfyUI_StripesConv" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "A ComfyUI custom node that blends a natural image with a stripe pattern image using pixel-wise multiplication, producing a geometric composite output." | |
| }, | |
| { | |
| "author": "allegiancerecords0-afk", | |
| "title": "Comfyui-LatentOR", | |
| "reference": "https://github.com/allegiancerecords0-afk/Comfyui-LatentOR", | |
| "files": [ | |
| "https://github.com/allegiancerecords0-afk/Comfyui-LatentOR" | |
| ], | |
| "install_type": "git-clone", | |
| "description": "Latent detection logic node" | |
| } | |
| ] | |
| } | |