From 75378ffd7cf84e20b08d20bb3c70f02e9e216509 Mon Sep 17 00:00:00 2001 From: Amine Ait-Mansour Date: Wed, 28 Feb 2024 23:12:56 +0000 Subject: [PATCH] Update README.md the param is image instead of input. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1eb906..3ace9e7 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,12 @@ You can also use IOPaint in the command line to batch process images: ```bash iopaint run --model=lama --device=cpu \ ---input=/path/to/image_folder \ +--image=/path/to/image_folder \ --mask=/path/to/mask_folder \ --output=output_dir ``` -`--input` is the folder containing input images, `--mask` is the folder containing corresponding mask images. +`--image` is the folder containing input images, `--mask` is the folder containing corresponding mask images. When `--mask` is a path to a mask file, all images will be processed using this mask. You can see more information about the available models and plugins supported by IOPaint below.