Awesome
Awesome-AI-Generated-Image-Tasks
A collection of AI-generated images papers and corresponding source code/demo program, including text-to-image, image translation (e.g., text-, image, or other multimodality-guided), image inpainting, image colorization, and image editing.
Feel free to create a PR or an issue. (Pull Request is preferred)
Outline
1. Text-to-Image
2. Image Translation
3. Image Inpainting
Paper | Source | Code/Project Link |
---|---|---|
RePaint: Inpainting using Denoising Diffusion Probabilistic Models | CVPR 2022 | [code] |
MAT: Mask-Aware Transformer for Large Hole Image Inpainting | CVPR 2022 | [code] |
Imagen Editor and EditBench: Advancing and Evaluating Text-Guided Image Inpainting | CVPR 2023 | [project] |
SmartBrush: Text and Shape Guided Object Inpainting with Diffusion Model | CVPR 2023 | Not open-sourced |
4. Image Colorization
Paper | Source | Code/Project Link |
---|---|---|
Disentangled Image Colorization via Global Anchors | SIGGRAPH Asia/TOG 2022 | [project] [code] [demo] |
BigColor:Colorization using a Generative Color Prior for Natural Images | ECCV 2022 | [code] |
Unsupervised Deep Exemplar Colorization via Pyramid Dual Non-local Attention | TIP 2023 | [code] |
DDColor: Towards Photo-Realistic Image Colorization via Dual Decoders | ICCV 2023 | [code] [demo] |