All Projects → Sanster → lama-cleaner

Sanster / lama-cleaner

Licence: Apache-2.0 license
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to lama-cleaner

awesome-generative-deep-art
A curated list of generative deep learning tools, works, models, etc. for artistic uses
Stars: ✭ 172 (-98.11%)
Mutual labels:  inpainting, stable-diffusion
Video Object Removal
Just draw a bounding box and you can remove the object you want to remove.
Stars: ✭ 2,283 (-74.91%)
Mutual labels:  inpainting
Mmediting
OpenMMLab Image and Video Editing Toolbox
Stars: ✭ 2,618 (-71.23%)
Mutual labels:  inpainting
MATLAB-Python-inpainting-codes
This is the companion software for the book "Partial Differential Equation Methods for Image Inpainting" (C.-B. Schönlieb, Cambridge University Press, 2015)
Stars: ✭ 23 (-99.75%)
Mutual labels:  inpainting
Diverse-Structure-Inpainting
CVPR 2021: "Generating Diverse Structure for Image Inpainting With Hierarchical VQ-VAE"
Stars: ✭ 131 (-98.56%)
Mutual labels:  inpainting
face inpainting
No description or website provided.
Stars: ✭ 27 (-99.7%)
Mutual labels:  inpainting
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (-99.16%)
Mutual labels:  inpainting
Fast-Digital-Image-Inpainting
"Fast Digital Image Inpainting" using OpenCV (C++)
Stars: ✭ 34 (-99.63%)
Mutual labels:  inpainting
dictlearn
Dictionary Learning for image processing
Stars: ✭ 23 (-99.75%)
Mutual labels:  inpainting
Automated-objects-removal-inpainter
Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Stars: ✭ 88 (-99.03%)
Mutual labels:  inpainting
external-internal-inpainting
[CVPR 2021] EII: Image Inpainting with External-Internal Learning and Monochromic Bottleneck
Stars: ✭ 95 (-98.96%)
Mutual labels:  inpainting
CSA pytorch
Pytorch implementation of Coherent Semantic Attention Image Inpainting
Stars: ✭ 25 (-99.73%)
Mutual labels:  inpainting
glcic.pytorch
This is a implement of the Siggraph2017 paper: "Globally and Locally Consistent Image Completion"
Stars: ✭ 15 (-99.84%)
Mutual labels:  inpainting
inpainting FRRN
Progressive Image Inpainting (Kolmogorov Team solution for Huawei Hackathon 2019 summer)
Stars: ✭ 30 (-99.67%)
Mutual labels:  inpainting
DeepECG
Using deep learning to detect Atrial fibrillation
Stars: ✭ 25 (-99.73%)
Mutual labels:  mat
matio-cpp
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
Stars: ✭ 24 (-99.74%)
Mutual labels:  mat

Lama Cleaner

A free and open-source inpainting tool powered by SOTA AI model.

total download version Open in Colab Hugging Face Spaces python version version

Sponsor

❤️ Your logo

Features

Quick Start

Lama Cleaner make it easy to use SOTA AI model in just two commands:

# In order to use the GPU, install cuda version of pytorch first.
# pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
pip install lama-cleaner
lama-cleaner --model=lama --device=cpu --port=8080

That's it, Lama Cleaner is now running at http://localhost:8080

See all command line arguments at lama-cleaner-docs

Development

Only needed if you plan to modify the frontend and recompile yourself.

Frontend

Frontend code are modified from cleanup.pictures, You can experience their great online services here.

  • Install dependencies:cd lama_cleaner/app/ && pnpm install
  • Start development server: pnpm start
  • Build: pnpm build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].