image-transformation / tool_config.json
m-ric's picture
m-ric HF staff
Update tool_config.json
29d7a26 verified
raw
history blame
No virus
525 Bytes
{
"description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image.",
"name": "image_transformer",
"tool_class": "image_transformation.ImageTransformationTool",
"inputs": {"image": "image", "prompt": "str"},
"output_type": "image"
}