text-to-image / tool_config.json
m-ric's picture
m-ric HF staff
Upload tool
f428b3b verified
raw
history blame
No virus
291 Bytes
{
"description": "This is a tool that creates an image according to a prompt, which is a text description.",
"inputs": "{'prompt': {'type': 'text', 'description': 'the image description'}}",
"name": "image_generator",
"output_type": "image",
"tool_class": "tool.TextToImageTool"
}