Spaces:
No application file
No application file
| docker run -d -p 5000:5000 --gpus=all r8.im/tencent/hunyuan-video@sha256:6c9132aee14409cd6568d030453f1ba50f5f3412b844fe67f78a9eb62d55664f | |
| curl -s -X POST \ | |
| -H "Content-Type: application/json" \ | |
| -d $'{ | |
| "input": { | |
| "fps": 24, | |
| "width": 864, | |
| "height": 480, | |
| "prompt": "a sportscar , racing down a mountain road , ", | |
| "infer_steps": 50, | |
| "video_length": 61, | |
| "embedded_guidance_scale": 6 | |
| } | |
| }' \ | |
| http://localhost:5000/predictions |