ControlNet-Union SDXL ProMax
ControlNet-Union SDXL ProMax is an image upscaler built by xinsir. Strongest at Image generation with strict structural control: pose copying, sketch-to-render, depth-preserving restyles, lineart fills, architectural straight-line preservation, tile refinement.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (1,000 tokens per image). Released under Apache 2.0 — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/enhance/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"controlnet-union-sdxl-promax","prompt":"your prompt here"}'
API Documentation
Get API Key