AI照片马赛克与物体清除工具IOPaint

Meta公司(原Facebook)在 GitHub 开源 Segment Anything Model(SAM)以后,图像领域真正做到了「万物皆可分割」,开发者处理图像分割任务的流程进一步简化,成本大幅下降。IOPaint原项目名是Lama Cleaner,这个项目就是SOTA人工智能模型支持的图像修复工具。从图片中删除任何不需要的对象、缺陷、人物或擦除和替换任何东西。

官网:

https://www.iopaint.com/

github:

https://github.com/Sanster/IOPaint/

windows安装:

conda create -p .conda
conda activate .\.conda
pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu118
pip install iopaint
iopaint install-plugins-packages

基它依赖组件:

pip install -U rembg

先启动配置:

iopaint start-web-config --config-file %0\..\installer_config.json

然后运行:

iopaint start --config %0\..\installer_config.json

windows安装命令在此,注意几个.bat文件:

https://www.iopaint.com/install/windows_1click_installer

以下为Windows一键无痛部署包:

 
城通网盘

参考:

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享