scripts/inference-providers/templates/task/image-to-image.handlebars (20 lines of code) (raw):

## Image to Image Image-to-image is the task of transforming a source image to match the characteristics of a target image or a target image domain. Example applications: * Transferring the style of an image to another image * Colorizing a black and white image * Increasing the resolution of an image {{{tips.linksToTaskPage.image-to-image}}} ### Recommended models {{#each recommendedModels.image-to-image}} - [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}} {{/each}} {{{tips.listModelsLink.image-to-image}}} ### Using the API {{{snippets.image-to-image}}} ### API specification #### Request {{{constants.specsHeaders}}} {{{specs.image-to-image.input}}} #### Response {{{specs.image-to-image.output}}}