inpainting-tool / tool_config.json
sayakpaul's picture
sayakpaul HF staff
fix typo.
b854139
{
"tool_class": "text_to_image_inpainting.InpaintingTool",
"description": "This is a tool that inpaints some parts of an image StableDiffusionInpaintPipeline according to a prompt. It takes three inputs: `image`, which should be the original image which will be inpainted, `mask_image`, which should be used to determine which parts of the original image (stored in the `image` variable) should be inpainted, and `prompt`, which should be the prompt to use to guide the inpainting process. It returns the inpainted image.",
"name": "image_inpainter"
}