wq.chu 4e027f81e6 init
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00
2021-11-15 22:21:01 +08:00

Lama-cleaner: Image inpainting tool powered by LaMa

This project is mainly used for selfhosting LaMa model, some interaction improvements may be added later.

Quick Start

  • Install requirements: pip3 install -r requirements.txt
  • Start server: python3 main.py --device=cuda --port=8080

Development

Fronted

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 dev
  • Build: yarn build
Description
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.
Readme Apache-2.0 24 MiB
Languages
Python 87.7%
TypeScript 11.9%