IOPaint/scripts
2022-12-15 21:22:21 +08:00
..
user_scripts update tasks.py 2022-11-21 11:56:34 +08:00
.gitignore update one click installer 2022-10-24 22:39:09 +08:00
environment.yaml update one click installer 2022-10-24 22:39:09 +08:00
pack.bat add win installer 2022-10-25 14:41:01 +08:00
pack.sh update README 2022-11-21 14:02:44 +08:00
README.md Update README.md 2022-12-15 21:22:21 +08:00

Lama Cleaner One Click Installer

Model Description

  • lama: State of the art image inpainting AI model, useful to remove any unwanted object, defect, people from your pictures.
  • sd1.5: Stable Diffusion model, text-driven image editing. To use this model you need to accepting the terms to access, and get an access token from here huggingface access token.

Windows

  1. Download lama-cleaner-win.zip
  2. Unpack lama-cleaner-win.zip
  3. Double click win_config.bat, follow the guide in the terminal to choice model and set other configs.
  4. Double click win_start.bat to start the server.

Q&A

How to update the version?

Rerun win_config.bat will install the newest version of lama-cleaner

Where is model downloaded?

By default, model will be downloaded to user folder

  • stable diffusion model: C:\Users\your_name.cache\huggingface
  • lama model: C:\Users\your_name.cache\torch

How to change the directory of model downloaded?

Change win_start.bat file

set TORCH_HOME=your_directory
set HF_HOME=your_directory
@call invoke start