DAT-x2 for 🤗Inference endpoint deployment.

Expected payload:

Curl:

curl URL \
        -X POST \
        --data-binary @car.png \
        -H "Content-Type: image/png"

Python:

requests.post(ENDPOINT_URL, headers={"Content-Type": "image/png"}, data=open("car.png", 'rb').read()).json()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support image-to-image models for generic library.