lama_cleaner/iopaint
joseph cd6a8dbc07 Update iopaint/README.md 2025-07-29 11:12:07 +10:00
..
file_manager fix auto save to output_dir 2024-02-09 15:17:49 +08:00
model outpainting expand_images2 2024-03-05 22:23:53 +08:00
plugins add sam_hq 2024-02-20 09:03:11 +08:00
tests add sam_hq 2024-02-20 09:03:11 +08:00
web_app update UI 2025-05-12 13:53:15 +07:00
README.md Update iopaint/README.md 2025-07-29 11:12:07 +10:00
__init__.py optimize mem 2024-01-10 10:21:58 +08:00
__main__.py add __main__.py 2024-01-08 22:45:01 +08:00
api.py backend: fix get X-Seed 2024-02-16 10:16:05 +08:00
batch_processing.py optimize mem 2024-01-10 10:21:58 +08:00
benchmark.py rename to iopaint 2024-01-05 15:19:23 +08:00
cli.py fix auto save to output_dir 2024-02-09 15:17:49 +08:00
const.py add inbrowser 2024-02-08 22:13:37 +08:00
download.py add remove bg model selection 2024-02-08 22:13:37 +08:00
helper.py add sam_hq 2024-02-20 09:03:11 +08:00
installer.py rename to iopaint 2024-01-05 15:19:23 +08:00
model_manager.py fix lcm enable/disable bug 2024-02-27 22:42:46 +08:00
nohup.out update UI 2025-05-12 13:53:15 +07:00
requirements.txt update UI 2025-05-12 13:53:15 +07:00
runtime.py add remove bg model selection 2024-02-08 22:13:37 +08:00
schema.py add sam_hq 2024-02-20 09:03:11 +08:00
web_config.py Update web_config.py 2024-03-21 01:08:50 -05:00

README.md

Run BE

cd /home/lama-cleaner/iopaint
source .venv/bin/activate
root@aitool:/home/lama-cleaner/iopaint# nohup python3 ../main.py start --enable-remove-bg > output_nohup.log 2>&1 &