介绍
由 SOTA AI 模型提供支持的图像修复工具。从照片中删除任何不需要的物体、缺陷、人物,或擦除并替换(由Stable Diffusion驱动)照片上的任何东西。
特征
1.多种SOTA AI模型
擦除模型:LaMa/LDM/ZITS/MAT/FcF/Manga
擦除和替换模型:稳定扩散/绘制示例
2.后期处理 插件
RemoveBG:删除图像背景
RealESRGAN:超分辨率
GFPGAN:面部恢复
RestoreFormer : 脸部修复
Segment Anything:准确快速的交互式对象分割
快速上手
bash
# In order to use the GPU, install cuda version of pytorch first.
# pip install torch==1.13.1+cu117 torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cu117
pip install lama-cleaner
lama-cleaner --model=lama --device=cpu --port=8080
就是这样,Lama Cleaner 现在正在http://localhost:8080上运行
查看lama-cleaner-docs中的所有命令行参数
地址
截图
lama-cleaner:基于SOTA AI 模型Stable Diffusion驱动的图像修复工具