UNPKG

@huggingface/tasks

Version:
13 lines (12 loc) 347 B
{ "$id": "/inference/schemas/image-to-image/output.json", "$schema": "http://json-schema.org/draft-06/schema#", "description": "Outputs of inference for the Image To Image task", "title": "ImageToImageOutput", "type": "object", "properties": { "image": { "description": "The output image returned as raw bytes in the payload." } } }