本文主要是介绍本地部署 lama-cleaner,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
本地部署 lama-cleaner
- 什么是 lama-cleaner
- Github 地址
- 部署 lama-cleaner
- 启动 lama-cleaner
什么是 lama-cleaner
lama-cleaner 是一款由 SOTA AI 模型提供支持的免费开源修复工具。
从照片中删除任何不需要的物体、缺陷、人物,或擦除并替换(由稳定扩散驱动)照片上的任何东西。
Github 地址
https://github.com/Sanster/lama-cleaner
部署 lama-cleaner
克隆代码,
git clone https://github.com/Sanster/lama-cleaner.git; cd lama-cleaner
安装 pytorch,
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
conda install -y -c "nvidia/label/cuda-12.1.0" cuda-runtime
这篇关于本地部署 lama-cleaner的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!