Go to file
Qing b35cffadbd update dockerfile 2023-01-20 09:50:14 +08:00
.github remove docker image workflow 2022-10-07 08:47:49 +08:00
assets update README 2022-11-21 14:02:44 +08:00
docker update dockerfile 2023-01-20 09:50:14 +08:00
lama_cleaner optimize sd/paint_by_example modle VRAM usage 2023-01-18 18:34:10 +08:00
scripts Update tasks.py 2023-01-19 14:49:56 +08:00
.gitignore update 2022-04-18 22:18:48 +08:00
LICENSE init 2021-11-15 22:21:01 +08:00
README.md update README 2023-01-17 21:21:54 +08:00
build_docker.sh update dockerfile 2023-01-20 09:50:14 +08:00
main.py add setup.py 2022-04-18 15:15:51 +08:00
publish.sh update 2022-04-18 22:18:48 +08:00
requirements-dev.txt add setup.py 2022-04-18 15:15:51 +08:00
requirements.txt fix flask file manager cache 2023-01-08 20:53:55 +08:00
setup.py 0.33.0 2023-01-18 18:34:50 +08:00

README.md

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

https://user-images.githubusercontent.com/3998421/196976498-ba1ad3ab-fa18-4c55-965f-5c6683141375.mp4

Features

Quick Start

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

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/ && yarn
  • Start development server: yarn start
  • Build: yarn build