ComfyUI-LaVi-Bridge-Wrapper
ComfyUI wrapper node to test LaVi-Bridge using Diffusers
Nodes (4)
The experimental sibling even the author gave up on
The middleman that turns your SD1.5 checkpoint into a bridge
The entire KSampler pipeline, boxed into one node
Let T5-large read your prompt instead of CLIP
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.