awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to andreas128/repaint

Open-source alternatives to RePaint

30 open-source projects similar to andreas128/repaint, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best RePaint alternative.

  • advimman/lamaadvimman avatar

    advimman/lama

    10,056View on GitHub↗

    Lama is an image restoration framework and deep learning model designed for image inpainting and object removal. It provides the tools necessary to train and evaluate neural networks that fill masked areas and repair corrupted visual data. The system utilizes a Fourier convolution neural network to maintain global image structure and reconstruct periodic patterns. This architecture allows for resolution-independent inference, enabling the processing of high-resolution images without increasing memory or computational requirements. The project includes a synthetic dataset generator that creat

    Jupyter Notebookcnncolabcolab-notebook
    View on GitHub↗10,056
  • knazeri/edge-connectknazeri avatar

    knazeri/edge-connect

    2,617View on GitHub↗

    ArXiv | BibTex We develop a new approach for image inpainting that does a better job of reproducing filled regions exhibiting fine details inspired by our understanding of how artists work: lines first, color next. We propose a two-stage adversarial model EdgeConnect that comprises of an edge…

    Python
    View on GitHub↗2,617
  • eriklindernoren/keras-ganeriklindernoren avatar

    eriklindernoren/Keras-GAN

    9,206View on GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    View on GitHub↗9,206

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • openai/glide-text2imopenai avatar

    openai/glide-text2im

    3,688View on GitHub↗

    GLIDE is a generative model designed for text-to-image synthesis, image editing, and the contextual filling of masked image regions. It uses a guided diffusion process to transform random noise into high-resolution imagery that aligns with descriptive text prompts. The system provides specialized capabilities for modifying existing visuals, including the ability to alter specific image elements and iteratively refine selected regions through text-driven guidance. It also functions as an inpainting tool, filling missing or masked sections of an image with new content that blends naturally with

    Python
    View on GitHub↗3,688
  • hybridgroup/gocvhybridgroup avatar

    hybridgroup/gocv

    7,463View on GitHub↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    Go
    View on GitHub↗7,463
  • dengyecode/hourglassattentionD

    dengyecode/hourglassattention

    0View on GitHub↗

    python - m visdom.server python train.py --noflip --norotation --noaugment --imgfile yourdata --lr 1e-4 python train.py --noflip --norotation --noaugment --imgfile yourdata --lr 1e-5 --continuetrain python test.py --batchSize 1 --masktype 3 --imgfile yourdata --maskfile yourmask

    View on GitHub↗0
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • ewrfcas/mae-farewrfcas avatar

    ewrfcas/MAE-FAR

    91View on GitHub↗

    Codes of Learning Prior Feature and Attention Enhanced Image Inpainting (ECCV2022)

    Jupyter Notebook
    View on GitHub↗91
  • fenglinglwb/matfenglinglwb avatar

    fenglinglwb/MAT

    978View on GitHub↗

    \2022.10.03\ Model for FFHQ-512 is available. (Link)

    Python
    View on GitHub↗978
  • geekyutao/rngeekyutao avatar

    geekyutao/RN

    192View on GitHub↗

    The paper can be found here. If you have any question about the paper/codes, you can contact me through Email(yutao666@mail.ustc.edu.cn).

    Python
    View on GitHub↗192
  • gouravwadhwa/hypergraphs-image-inpaintingGouravWadhwa avatar

    GouravWadhwa/Hypergraphs-Image-Inpainting

    93View on GitHub↗

    This repository contains the implmentation of Image Inpainting method proposed in the paper

    Python
    View on GitHub↗93
  • htzheng/cm-gan-inpaintinghtzheng avatar

    htzheng/CM-GAN-Inpainting

    261View on GitHub↗

    arXiv|pdf paper|appendix|Project

    Python
    View on GitHub↗261
  • hughplay/dfnethughplay avatar

    hughplay/DFNet

    218View on GitHub↗

    Official repository for "Deep Fusion Network for Image completion".

    Python
    View on GitHub↗218
  • jazzsaxmafia/inpaintingJ

    jazzsaxmafia/Inpainting

    0View on GitHub↗
    View on GitHub↗0
  • jbhuang0604/structcompletionjbhuang0604 avatar

    jbhuang0604/StructCompletion

    110View on GitHub↗

    StructCompletion

    Matlab
    View on GitHub↗110
  • joyoungjoo/sc-feganJoYoungjoo avatar

    JoYoungjoo/SC-FEGAN

    3,335View on GitHub↗

    SC-FEGAN : Face Editing Generative Adversarial Network with User's Sketch and Color (ICCV 2019)

    Python
    View on GitHub↗3,335
  • kodenii/nuwa-lipkodenii avatar

    kodenii/NUWA-LIP

    40View on GitHub↗

    This repository is for the CVPR 2023 paper: NÜWA-LIP: Language Guided Image Inpainting with Defect-free VQGAN

    Python
    View on GitHub↗40
  • kumapowerliu/csa-inpaintingKumapowerLIU avatar

    KumapowerLIU/CSA-inpainting

    280View on GitHub↗

    Arxiv |ICCV 2019 paper| BibTex

    Python
    View on GitHub↗280
  • kumapowerliu/pd-ganKumapowerLIU avatar

    KumapowerLIU/PD-GAN

    148View on GitHub↗

    PD-GAN: Probabilistic Diverse GAN for Image Inpainting Hongyu Liu, Ziyu Wan, Wei Huang, Yibing Song, Xintong Han and JIng Liao. In CVPR 2021

    Python
    View on GitHub↗148
  • kumapowerliu/rethinking-inpainting-medfeKumapowerLIU avatar

    KumapowerLIU/Rethinking-Inpainting-MEDFE

    373View on GitHub↗

    Rethinking Image Inpainting via a Mutual Encoder Decoder with Feature Equalizations .

    Python
    View on GitHub↗373
  • leehomyc/faster-high-res-neural-inpaintingleehomyc avatar

    leehomyc/Faster-High-Res-Neural-Inpainting

    1,289View on GitHub↗

    High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis

    Luadeep-learningdeep-learning-papersmachine-learning
    View on GitHub↗1,289
  • liuqk3/putliuqk3 avatar

    liuqk3/PUT

    202View on GitHub↗

    13/08/2024 The controllable image inpainting is avaliable! In addition, a demo ui is provided to support interactive image editing!

    Python
    View on GitHub↗202
  • lizhi-ntu/kgiL

    lizhi-ntu/KGI

    0View on GitHub↗

    This codes repository provides the pytorch implementation of the KGI virtual try-on method proposed in ICCV23 paper Virtual Try-On with Garment-Pose Keypoints Guided Inpainting.

    View on GitHub↗0
  • lyndonzheng/pluralistic-inpaintinglyndonzheng avatar

    lyndonzheng/Pluralistic-Inpainting

    690View on GitHub↗

    ArXiv | Project Page | Online Demo | Video(demo)

    Python
    View on GitHub↗690
  • naver/pocnaver avatar

    naver/poc

    24View on GitHub↗

    Codebase to realistically insert objects into images via diffusion inpainting models with applications to anomaly segmentation and dataset extension as presented in Placing Objects in Context via Inpainting for Out-of-distribution Segmentation.

    Jupyter Notebook
    View on GitHub↗24
  • nnn-s/catdiffusionNnn-s avatar

    Nnn-s/CATdiffusion

    63View on GitHub↗

    Official implementation of Improving Text-guided Object Inpainting with Semantic Pre-inpainting in ECCV 2024.

    Python
    View on GitHub↗63
  • open-mmlab/powerpaintopen-mmlab avatar

    open-mmlab/PowerPaint

    1,084View on GitHub↗

    ECCV 2024 PowerPaint, a versatile image inpainting model that supports text-guided object inpainting, object removal, image outpainting and shape-guided object inpainting with only a single model. 一个高质量多功能的图像修补模型,可以同时支持插入物体、移除物体、图像扩展、形状可控的物体生成,只需要一个模型

    Pythonaigcgenerationimage-editing
    View on GitHub↗1,084
  • owenzlz/pal4inpaintowenzlz avatar

    owenzlz/PAL4Inpaint

    55View on GitHub↗

    Project Page | Paper | Bibtex

    Python
    View on GitHub↗55
  • owenzlz/supercafowenzlz avatar

    owenzlz/SuperCAF

    25View on GitHub↗

    This repository contains the code and model for the curation module as well as test dataset described in our paper: Inpainting at Modern Camera Resolution by Guided PatchMatch with Auto-Curation by Lingzhi Zhang et al.

    Python
    View on GitHub↗25
  • pathak22/context-encoderpathak22 avatar

    pathak22/context-encoder

    907View on GitHub↗

    CVPR 2016 Unsupervised Feature Learning by Image Inpainting using GANs

    Luacomputer-graphicscomputer-visioncontext-encoders
    View on GitHub↗907