Skip to content

inference.partner.happyhorse-1-1.img2vid.v1

View markdown
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"type",
"config"
],
"properties": {
"type": {
"type": "string"
},
"config": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"image": {
"type": "string",
"format": "filename",
"example": "reference.png"
}
}
}
}
}