LTX-Video-0.9.1-HFIE / example.sh
jbilcke-hf's picture
jbilcke-hf HF staff
Create example.sh
8917e98 verified
raw
history blame
320 Bytes
curl "https://<your own inference endpoint>.endpoints.huggingface.cloud" \
-X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer hf_<your own token>" \
-H "Content-Type: application/json" \
-d '{
"inputs": "underwater footage, clownfishes swimming around coral",
"parameters": {}
}' > output.json