IOPaint icon indicating copy to clipboard operation
IOPaint copied to clipboard

cli to clean the files automatically

Open ruanwz opened this issue 2 years ago • 1 comments

usage: python inpaint_cli.py [-h] [--output_path OUTPUT_PATH] image_directory mask_path

Inpaint an image using a mask.

positional arguments: image_directory Path to the input image directory. mask_path Path to the mask image.

optional arguments: -h, --help show this help message and exit --output_path OUTPUT_PATH Path to save the output images.

ruanwz avatar Mar 27 '23 16:03 ruanwz

It's working great

ethanfel avatar Apr 03 '23 12:04 ethanfel