text-to-image / tool_config.json
lysandre's picture
lysandre HF staff
Update tool_config.json
a3677bb verified
{
"description": "This is a tool that creates an image according to a prompt, which is a text description.",
"name": "image_generator",
"tool_class": "text_to_image.TextToImageTool",
"inputs": {"prompt": "str"},
"output_type": "image"
}