TITLE = "Inst-Inpaint: Instructing to Remove Objects with Diffusion Models" DESCRIPTION = """

Project Page | Paper | GitHub Repo |

This demo demonstrates the Inst-Inpaint's abilities for instruction-based image inpainting.

""" EXAMPLES = [ ["examples/kite-boy.png", "Remove the colorful kite", True], ["examples/cat-car.jpg", "Remove the car", True], ["examples/bus-tree.jpg", "Remove the red bus", True], ["examples/cups.webp", "Remove the cup at the left", True], ["examples/woman-fantasy.jpg", "Remove the woman", True], ["examples/clock.png", "Remove the round clock at the center", True], ["examples/woman.png", "Remove the woman at the left", True], ["examples/men.png", "Remove the man at the right", True], ["examples/tree.png", "Remove the tree", True], ["examples/birds.png", "Remove the bird at the right of the bird", True] ]