@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
14 lines (13 loc) • 371 B
JSON
{
"$id": "/inference/schemas/text-to-image/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs of inference for the Text To Image task",
"title": "TextToImageOutput",
"type": "object",
"properties": {
"image": {
"description": "The generated image returned as raw bytes in the payload."
}
},
"required": ["image"]
}