IOPaint
IOPaint copied to clipboard
cli to clean the files automatically
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.
It's working great