lama_cleaner/custom-demo/back-end
Admin 65228239ea create custom-demo 2025-07-29 15:28:15 +07:00
..
file_manager create custom-demo 2025-07-29 15:28:15 +07:00
model create custom-demo 2025-07-29 15:28:15 +07:00
plugins create custom-demo 2025-07-29 15:28:15 +07:00
tests create custom-demo 2025-07-29 15:28:15 +07:00
web_app create custom-demo 2025-07-29 15:28:15 +07:00
.gitignore create custom-demo 2025-07-29 15:28:15 +07:00
README.md create custom-demo 2025-07-29 15:28:15 +07:00
__init__.py create custom-demo 2025-07-29 15:28:15 +07:00
__main__.py create custom-demo 2025-07-29 15:28:15 +07:00
api.py create custom-demo 2025-07-29 15:28:15 +07:00
batch_processing.py create custom-demo 2025-07-29 15:28:15 +07:00
benchmark.py create custom-demo 2025-07-29 15:28:15 +07:00
cli.py create custom-demo 2025-07-29 15:28:15 +07:00
const.py create custom-demo 2025-07-29 15:28:15 +07:00
download.py create custom-demo 2025-07-29 15:28:15 +07:00
helper.py create custom-demo 2025-07-29 15:28:15 +07:00
installer.py create custom-demo 2025-07-29 15:28:15 +07:00
main.py create custom-demo 2025-07-29 15:28:15 +07:00
model_manager.py create custom-demo 2025-07-29 15:28:15 +07:00
nohup.out create custom-demo 2025-07-29 15:28:15 +07:00
requirements.txt create custom-demo 2025-07-29 15:28:15 +07:00
runtime.py create custom-demo 2025-07-29 15:28:15 +07:00
schema.py create custom-demo 2025-07-29 15:28:15 +07:00
web_config.py create custom-demo 2025-07-29 15:28:15 +07: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 &