diff --git a/packages/tasks/src/tasks/image-to-image/data.ts b/packages/tasks/src/tasks/image-to-image/data.ts index 99e91557a..a66465a3b 100644 --- a/packages/tasks/src/tasks/image-to-image/data.ts +++ b/packages/tasks/src/tasks/image-to-image/data.ts @@ -93,7 +93,7 @@ const taskData: TaskDataCustom = { }, ], summary: - "Image-to-image is the task of transforming a source image to match the characteristics of a target image or a target image domain. Any image manipulation and enhancement is possible with image to image models.", + "Image-to-image is the task of transforming the visual characteristics and attributes of an input image through a variety of possible manipulations and enhancements, such as - super resolution, style transfer, colorization and more.", widgetModels: ["lllyasviel/sd-controlnet-canny"], youtubeId: "", };