Skip to content

Commit

Permalink
change image-to-image task description
Browse files Browse the repository at this point in the history
  • Loading branch information
linoytsaban committed Aug 26, 2024
1 parent 207340f commit 0e803b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/image-to-image/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
};
Expand Down

0 comments on commit 0e803b4

Please sign in to comment.