Marigold Depth
Marigold Depth is an image upscaler built by ETH Zurich. Strongest at ControlNet depth conditioning, parallax / 2.5D effects, AR/VR scene reconstruction, displacement maps.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (1,000 tokens per image). Released under OpenRAIL++-M — 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":"marigold-depth","prompt":"your prompt here"}'
API Documentation
Get API Key