ComfyUI-LaVi-Bridge-Wrapper

ComfyUI-LaVi-Bridge-Wrapper
★ 22

接口封装LaVi-BridgeDiffusers集成模型自动下载
在ComfyUI中封装LaVi-Bridge,通过Diffusers运行与测试模型,自动下载依赖,简化集成与验证。
💡 在ComfyUI里快速用Diffusers测试LaVi-Bridge模型
🍴 5 Forks💻 Python🔄 2024-05-21
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/b45acaa3411d
📦 requirements.txt
diffusers>=0.26.0
sentencepiece
peft>=0.8.2
image
📄 README

ComfyUI wrapper node to test LaVi-Bridge using Diffusers

Installing

Either use the Manager and it’s install from git -feature, or clone this repo to custom_nodes and run:

pip install -r requirements.txt

or if you use portable (run this in ComfyUI_windows_portable -folder):

python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Lavi-Bridge-Wrapper\requirements.txt

The following is autodownloaded:

https://huggingface.co/Kijai/t5-large-encoder-only-bf16/ to ComfyUI/models/t5_model/

https://huggingface.co/shihaozhao/LaVi-Bridge/ to ComfyUI/models/lavibridge

I couldn’t get anything useful out of the llama2 version, it’s included as separate node. Maybe I made mistake, maybe it just isn’t that good, I don’t know currently.