latent-upscaler-tool / tool_config.json
patrickvonplaten's picture
Update tool_config.json
6899ad2
{
"description": "This is a tool that upscales an image. It takes one input: `image`, which should be the image to upscale. It returns the upscaled image.",
"name": "image_upscaler",
"tool_class": "image_upscaling.ImageUpscalingTool"
}