Sanster / IOPaint

Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.

Home Page:https://www.iopaint.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问有纯命令行调用的模式吗?

joseph16388 opened this issue · comments

作者 @Sanster 你好,有没有不用启动服务端,纯命令行可以运行的模式呢?谢谢!
就是比如:IOPaint.exe -i input.jpg -m mask -o output.jpg这种形式CLI的支持呢?

commented

有的,pip install iopaint 后可以通过 iopaint run 在命令行支持批量处理,可以通过 iopaint run --help 查看参数

@Sanster 你好,请问怎么在命令行执行outpaint操作?需要下载哪几个模型?

有的,pip install iopaint 后可以通过 iopaint run 在命令行支持批量处理,可以通过 iopaint run --help 查看参数

好的,感谢!