From bf7eba1d85e0e89f1456b7d6a996b168bfc0e6a5 Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 7 Mar 2024 11:56:00 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f44862c..2611158 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,17 @@ pip3 install iopaint iopaint start --model=lama --device=cpu --port=8080 ``` -That's it, you can start using IOPaint by visiting http://localhost:8080 in your web browser. You can see more models supported by `--model` [here](https://www.iopaint.com/models). +That's it, you can start using IOPaint by visiting http://localhost:8080 in your web browser. +All models will be downloaded automatically at startup. If you want to change the download directory, you can add `--model-dir`. More documentation can be found [here](https://www.iopaint.com/install/download_model) + +You can see other supported models at [here](https://www.iopaint.com/models) and how to use local sd ckpt/safetensors file at [here](https://www.iopaint.com/models#load-ckptsafetensors). ### Plugins -You can specify which plugins to use when starting the service, and you can view the commands to enable plugins by using `iopaint start --help`. +You can specify which plugins to use when starting the service, and you can view the commands to enable plugins by using `iopaint start --help`. + +More demonstrations of the Plugin can be seen [here](https://www.iopaint.com/plugins) ```bash iopaint start --enable-interactive-seg --interactive-seg-device=cuda