File size: 290 Bytes
6853258 7bf0206 29d7a26 6853258 |
1 2 3 4 5 6 7 8 |
{
"description": "This is a tool that transforms an image according to a prompt and returns the modified image.",
"name": "image_transformation",
"tool_class": "image_transformation.ImageTransformationTool",
"inputs": {"image": "image", "prompt": "str"},
"output_type": "image"
}
|