The ultimate ComfyUI node pack for AI video, image, audio and enhancement — powered by muapi.ai. Run 100+ state-of-the-art AI models inside ComfyUI with a single API key.
MuAPI is a generative media API aggregator giving you access to 100+ cutting-edge models: Seedance 2.0, Kling, Veo3, Flux, HiDream, GPT-image-1.5, Imagen4, and many more — all through one unified API key.
Via ComfyUI Manager:
- Manager → Install via Git URL
- Paste:
https://github.com/SamurAIGPT/muapi-comfyui - Restart ComfyUI
Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/SamurAIGPT/muapi-comfyui
pip install -r muapi-comfyui/requirements.txt- Get API key at muapi.ai → Dashboard → API Keys
- Right-click canvas → Add Node → 🔑 MuAPI API Key, paste your key
- Wire the
api_keyoutput to any generation node and queue the prompt
Tip: If you use the MuAPI CLI, run
muapi auth configure --api-key YOUR_KEYonce and all nodes pick it up automatically — no need to paste the key anywhere.
Call any muapi endpoint with raw JSON. Use __file_1__ … __file_4__ placeholders for auto-uploaded images:
{
"prompt": "The character in @image1 runs through a forest",
"images_list": ["__file_1__"],
"aspect_ratio": "16:9",
"quality": "basic",
"duration": 5
}T2V: seedance-v2.0-t2v · kling-v2.6-pro-t2v · veo3.1-text-to-video · wan2.5-text-to-video · hunyuan-text-to-video · minimax-hailuo-02-pro-t2v · grok-imagine-text-to-video
I2V: seedance-v2.0-i2v · seedance-2.0-new-omni · kling-v2.6-pro-i2v · veo3.1-image-to-video · wan2.5-image-to-video · hunyuan-image-to-video
T2I: flux-dev-image · flux-2-pro · flux-kontext-max-t2i · hidream_i1_full_image · gpt4o-text-to-image · google-imagen4-ultra · seedream-5.0 · hunyuan-image-3.0
Enhance: ai-image-upscale · topaz-image-upscale · ai-background-remover · ai-ghibli-style · ai-color-photo · ai-object-eraser
See the full API docs for 100+ endpoints.
MIT © 2026
