本文主要是介绍AIGC大模型智能抠图(清除背景):Sanster/IOPaint,python(2),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
AIGC大模型智能抠图(清除背景):Sanster/IOPaint,python(2)
在文章(1)的基础上,尝试用大模型扣除图中的某些主要景物。
1、首先,安装插件:
pip install rembg
2、第1步安装成功,启动webui,注意,这里要启用清除背景/抠图的插件 --enable-remove-bg :
iopaint start --model=lama --device=cpu --port=8080 --model-dir=D:/code/python/Sanster/IOPaint --enable-remove-bg
3、以上成功后,打开 127.0.0.1:8080,导入一张图片,这张原图为
导入,开始大模型抠图:
抠出图中主要景物(拿破仑):
成功后,下载结果图:
最终AIGC大模型抠出的图为:
结果还不错。
AIGC大模型智能擦除:Sanster/IOPaint,python(1)-CSDN博客文章浏览阅读521次,点赞3次,收藏9次。webui-user.bat启动stable-diffusion-webui报错:RuntimeError: Torch is not able to use GPU,AIGC,Python。webui-user.bat启动stable-diffusion-webui报错:RuntimeError: Torch is not able to use GPU,AIGC,Python-CSDN博客。2、设置 - 系统 - 可选功能 - 更多Windows功能 - 启用或关闭Windows功能。https://blog.csdn.net/zhangphil/article/details/141874543
Windows安装docker,启动ollama运行open-webui使用AIGC大模型写周杰伦歌词-CSDN博客文章浏览阅读554次,点赞9次,收藏7次。webui-user.bat启动stable-diffusion-webui报错:RuntimeError: Torch is not able to use GPU,AIGC,Python。webui-user.bat启动stable-diffusion-webui报错:RuntimeError: Torch is not able to use GPU,AIGC,Python-CSDN博客。2、设置 - 系统 - 可选功能 - 更多Windows功能 - 启用或关闭Windows功能。https://blog.csdn.net/zhangphil/article/details/141829276
这篇关于AIGC大模型智能抠图(清除背景):Sanster/IOPaint,python(2)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!