This is an AI Image Editing and Manipulation tool for Image creation, editing and manipulation.
Tasks:
- Creation: Generate AI Image with text prompt or with a sketch
- Editing: using sketch, inpainting with diffusion mode
- Manipulation: upscale, denoise, colorize and deblur
flowchart LR
subgraph High Level Architecture
direction LR
subgraph Load_Im [Upload Image]
M[/Input Image/]
end
subgraph AI-Tool
direction TB
B(Image Generator)
C(Upscaler)
D(Denoiser)
E(Decolorizer)
F(Inpainting)
end
Z([Text/Sketch])-->B
M-->C
M-->D
M-->E
M-->F
B-->N[/Gen Image/]
C-->I[/Out Image/]
D-->J[/Out Image/]
E-->K[/Out Image/]
F-->L[/Out Image/]
end
style B stroke:#f11,stroke-width:2px
style C stroke:#1f1,stroke-width:2px
style D stroke:#11f,stroke-width:2px
style E stroke:#e82,stroke-width:2px
style F stroke:#42e,stroke-width:2px
style Load_Im fill:#ccc
style AI-Tool fill:#bdf
Name | Description | Notebook | Hugging Face Space |
---|---|---|---|
Image Generator | Generate a realistic image from Text/Sketch | ||
Upscaler | Increase image resolution | HF Space (Demo) | |
Denoiser | Remove noise | ||
Colorizer | Add color information to grayscale images | HF Space (Demo) | |
Inpainter | Reconstruct missing or damaged parts of an image |
If you want to contribute to this project, you are welcome to do so. You can either add new projects, improve existing ones, or fix bugs and errors.
Please follow these steps to contribute:
- Fork this repository and clone it to your local machine.
- Create a new branch with a descriptive name for your contribution.
- Add your code and files to the branch and commit your changes.
- Push your branch to your forked repository and create a pull request to the main repository.
- Wait for your pull request to be reviewed and merged.
- Rethinking Image Editing Detection in the Era of Generative AI Revolution - 2023
- LEDITS: Real Image Editing with DDPM Inversion and Semantic Guidance
- Image-Editing Basics and a Tutorial for Automation With AI - Cloudinary
- Revolutionizing Image Editing: How AI is Transforming Photo Retouching
- Build Free AI Sketch2Picture Tool using Stable Diffusion & Gradio
Benchmark projects: