File size: 565 Bytes
370d4c1
b854139
370d4c1
 
 
1
2
3
4
5
{
    "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"
  }