创建任务 lucataco/animate-diff

POST /replicate/v1/predictions

MethodPOST
Path/replicate/v1/predictions
Typehttp
Status1
Module2102810
Folder62419371

说明

概览

MethodPOST
Path/replicate/v1/predictions
Typehttp
Status1
Module2102810
Folder62419371

参数

{
  "query": [],
  "path": [],
  "cookie": [],
  "header": [
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "GTujCrB2It",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "Bearer {{YOUR_API_KEY}}"
    }
  ]
}

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "version": {
        "type": "string"
      },
      "input": {
        "type": "object",
        "properties": {
          "path": {
            "type": "string",
            "description": "选择一个模块。默认值:“toonyou_beta3.safetensors”。"
          },
          "seed": {
            "type": "integer",
            "description": "0 = 随机,最大值:2147483647。"
          },
          "steps": {
            "type": "integer",
            "description": "推理步骤数。默认值:25。最小值:1,最大值:100。"
          },
          "prompt": {
            "type": "string",
            "description": "输入提示词。"
          },
          "n_prompt": {
            "type": "string",
            "description": "负面提示。默认:””。"
          },
          "motion_module": {
            "type": "string",
            "description": "选择运动模型。默认值:“mm_sd_v14”。"
          },
          "guidance_scale": {
            "type": "number",
            "description": "引导强度。默认值:7.5。最小值:1,最大值:10。"
          }
        },
        "x-apifox-orders": [
          "path",
          "seed",
          "steps",
          "prompt",
          "n_prompt",
          "motion_module",
          "guidance_scale"
        ]
      }
    },
    "x-apifox-orders": [
      "version",
      "input"
    ]
  },
  "mediaType": "",
  "examples": [
    {
      "value": "{\n    \"version\": \"lucataco/animate-diff:beecf59c4aee8d81bf04f0381033dfa10dc16e845b4ae00d281e2fa377e48a9f\",\n    \"input\": {\n      \"path\": \"toonyou_beta3.safetensors\",\n      \"seed\": 255224557,\n      \"steps\": 25,\n      \"prompt\": \"masterpiece, best quality, 1girl, solo, cherry blossoms, hanami, pink flower, white flower, spring season, wisteria, petals, flower, plum blossoms, outdoors, falling petals, white hair, black eyes\",\n      \"n_prompt\": \"badhandv4, easynegative, ng_deepnegative_v1_75t, verybadimagenegative_v1.3, bad-artist, bad_prompt_version2-neg, teeth\",\n      \"motion_module\": \"mm_sd_v14\",\n      \"guidance_scale\": 7.5\n    }\n  }",
      "mediaType": "application/json",
      "description": ""
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 728712388,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {
        "created": {
          "type": "integer"
        },
        "data": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "url": {
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "x-apifox-orders": [
              "url"
            ]
          }
        }
      },
      "required": [
        "created",
        "data"
      ],
      "x-apifox-orders": [
        "created",
        "data"
      ]
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": [],
    "oasExtensions": ""
  }
]

响应示例

[
  {
    "name": "成功示例",
    "responseId": 728712388,
    "data": "{\n    \"id\": \"jywwf9nkfnrj20crap0as52zeg\",\n    \"model\": \"lucataco/animate-diff\",\n    \"version\": \"beecf59c4aee8d81bf04f0381033dfa10dc16e845b4ae00d281e2fa377e48a9f\",\n    \"input\": {\n        \"guidance_scale\": 7.5,\n        \"motion_module\": \"mm_sd_v14\",\n        \"n_prompt\": \"badhandv4, easynegative, ng_deepnegative_v1_75t, verybadimagenegative_v1.3, bad-artist, bad_prompt_version2-neg, teeth\",\n        \"path\": \"toonyou_beta3.safetensors\",\n        \"prompt\": \"masterpiece, best quality, 1girl, solo, cherry blossoms, hanami, pink flower, white flower, spring season, wisteria, petals, flower, plum blossoms, outdoors, falling petals, white hair, black eyes\",\n        \"seed\": 255224557,\n        \"steps\": 25\n    },\n    \"logs\": \"\",\n    \"output\": null,\n    \"data_removed\": false,\n    \"error\": null,\n    \"status\": \"starting\",\n    \"created_at\": \"2025-07-29T09:25:54.685Z\",\n    \"urls\": {\n        \"cancel\": \"https://api.replicate.com/v1/predictions/jywwf9nkfnrj20crap0as52zeg/cancel\",\n        \"get\": \"https://api.replicate.com/v1/predictions/jywwf9nkfnrj20crap0as52zeg\",\n        \"stream\": \"https://stream.replicate.com/v1/files/qoxq-rtwpkbal3tte26cwukk5qz4jari7vrzuxx747qitukq6pqukjhxq\",\n        \"web\": \"https://replicate.com/p/jywwf9nkfnrj20crap0as52zeg\"\n    }\n}",
    "description": "",
    "oasKey": "",
    "oasExtensions": "",
    "id": 648888699
  }
]