ComfyUI
Connect Voxta to a self-hosted ComfyUI installation — the most powerful open-source node-based image generation app.
ComfyUI is the most powerful open-source node-based application for generative AI. You build image generation workflows as a node graph, save them, and run them from any tool that speaks ComfyUI's API — including Voxta.
Setup
Install ComfyUI
Follow ComfyUI's install instructions at github.com/comfyanonymous/ComfyUI.
Save a workflow
Build (or download) the image-generation workflow you want Voxta to call. Save it as a .json file.
Add to Voxta
Manage Services → + Add Services → ComfyUI → Add.
- URL — the ComfyUI server URL (default
http://127.0.0.1:8188). - Workflow — point at the workflow
.jsonyou saved.
Click Save.
Why ComfyUI
If you need fine control over the image generation pipeline (multiple stages, ControlNet, LoRA stacking, custom samplers) ComfyUI gives you the most flexibility of any local image generator. For simpler use cases, Local Diffusers is faster to set up.