Create Task Prunaai/Vace 14B

official文档:https://replicate.com/prunaai/vace-14b

Endpoint

POST http://v98store.com/replicate/v1/models/prunaai/vace-14b/predictions

cURL Command

curl -X POST 'http://v98store.com/replicate/v1/models/prunaai/vace-14b/predictions' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "version": "51299232dc3d0946d5f5ed74935d85243e172698f747d291460db1e6ef3669fb", "input": { "seed": -1, "size": "1280*720", "prompt": "The video shows a man riding a horse on a vast grassland. He has long lavender hair and wears a traditional dress of a white top and black pants. The animation style makes him look like he is doing some kind of outdoor activity or performing. The background is a spectacular mountain range and cloud sky, giving a sense of tranquility and vastness. The entire video is shot from a fixed angle, focusing on the rider and his horse.", "src_mask": "https://replicate.delivery/pbxt/N323tegI7AuoZmg0U5CuTKa7VBFC4gymhe0kT8Jk3o2sjUUj/src_mask.mp4", "frame_num": 81, "src_video": "https://replicate.delivery/pbxt/N323u1ljtNYyyaLrgw0ZLmXgepvWlBvxbJWi3sAa2VDPuNus/src_video.mp4", "speed_mode": "Extra Juiced 🚀 (even more speed)", "sample_shift": 16, "sample_steps": 50, "sample_solver": "unipc", "src_ref_images": [ "https://replicate.delivery/pbxt/N323t5X69JB1MPD4w4cDIxK4rm0BG0W2JOWBrDrR4O9HTcyp/src_ref_image_1.png" ], "sample_guide_scale": 5 } }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "version": "51299232dc3d0946d5f5ed74935d85243e172698f747d291460db1e6ef3669fb",
  "input": {
    "seed": -1,
    "size": "1280*720",
    "prompt": "The video shows a man riding a horse on a vast grassland. He has long lavender hair and wears a traditional dress of a white top and black pants. The animation style makes him look like he is doing some kind of outdoor activity or performing. The background is a spectacular mountain range and cloud sky, giving a sense of tranquility and vastness. The entire video is shot from a fixed angle, focusing on the rider and his horse.",
    "src_mask": "https://replicate.delivery/pbxt/N323tegI7AuoZmg0U5CuTKa7VBFC4gymhe0kT8Jk3o2sjUUj/src_mask.mp4",
    "frame_num": 81,
    "src_video": "https://replicate.delivery/pbxt/N323u1ljtNYyyaLrgw0ZLmXgepvWlBvxbJWi3sAa2VDPuNus/src_video.mp4",
    "speed_mode": "Extra Juiced 🚀 (even more speed)",
    "sample_shift": 16,
    "sample_steps": 50,
    "sample_solver": "unipc",
    "src_ref_images": [
      "https://replicate.delivery/pbxt/N323t5X69JB1MPD4w4cDIxK4rm0BG0W2JOWBrDrR4O9HTcyp/src_ref_image_1.png"
    ],
    "sample_guide_scale": 5
  }
}

Responses

200 -

Example

undefined