text-to-image / tool_config.json
m-ric's picture
m-ric HF staff
Upload tool
da3004e verified
raw
history blame contribute delete
No virus
412 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 generator prompt. Don't hesitate to add details in the prompt to make the image look better, like 'high-res, photorealistic', etc.\"}}",
"name": "image_generator",
"output_type": "image",
"tool_class": "tool.TextToImageTool"
}