In this repository, we provide a simple interface for editing images using the Generative AI(Grounding Dino & Glide-Diffusion). Try it in Colab:
We have several sections for an image to be modified:
In this section, we choose the object we want to edit. To do this we use Grounding Dino model. A sample:
Input Image:
Text for object selection: Hen
Output Image:
- Add Grounding Dino model
In this section, we replace the selected objects with generated images. A sample:
Text for object generation: Dead leaves
As you can see, the hen
is replaced with dead leaves
.
Output Image:
- Add GLIDE model