topazlabs/topazlabs-bloom-2-image

Topaz Bloom 2

Generative image upscaling with facial detail

Commercial use
Image
Usage-based
Usage$0.08 / credit

Ready to build with Topaz Bloom 2?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "topazlabs-bloom-2-image",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "creativity": 3,
  "autoprompt": true
}'