ComfyUI-LBMWrapper>Overview

# 标签

打光深度图
ComfyUI-LBMWrapper
🤝共创作者:2190-fancyghost
时间:2025/08/20

ComfyUI-LBMWrapper

GitHub网址https://github.com/kijai/ComfyUI-LBMWrapper
GitHub星数228
插件作者kijai
插件最近更新时间2025/05/14
ComfyUI-LBMWrapper 由kijai开发,是对LBM(Latent Bridge Matching)模型的在comfyui上的实现。LBM模型是jasper公司开源的模型,主要用于对图片的重新打光、生成深度图等功能

关于LBM模型可以参考https://github.com/gojasper/LBM

安装方法

1.manager安装

通过manager搜索ComfyUI-LBMWrapper安装。

2.git clone安装

进入 ComfyUI 的 custom_nodes 目录,并打开cmd

使用以下命令克隆仓库:

git clone https://github.com/kijai/ComfyUI-LBMWrapper.git

使用以下命令进行依赖安装:

python_embeded> python -m pip install -r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LBMWrapper\requirements.txt

安装完成后请重启COMFYUI

模型下载

下载地址:https://huggingface.co/jasperai/LBM_relighting/blob/main/model.safetensors

存放目录:ComfyUI/models/diffusion_models

下载模型后建议修改文件名为对应功能,比如relighting的可以修改为lbm-relighting.safetensors便于以后管理

另外几个LBM的模型地址如下:

https://huggingface.co/jasperai/LBM_normals/tree/main

https://huggingface.co/jasperai/LBM_depth/tree/main

广告

可加入知识星球获取所有示例工作流

广告

微信扫码入群,加入AIGC大家庭,与大家一起交流学习