Instructions to use shihaozhao/LaVi-Bridge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shihaozhao/LaVi-Bridge with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("shihaozhao/LaVi-Bridge", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Comfyui Workflow adaptation
#1
by yomanfx - opened
Great work! I was wondering if it might be possible to adapt this for use with ComfyUI or Google Colab, so that individuals who are not familiar with running Python code can more easily experiment with your work. This would greatly expand its accessibility to a wider audience.
Thank you for your interest in our LaVi-Bridge! Integrating LaVi-Bridge into ComfyUI or Google Colab allows more people to conveniently use it, which is crucial. Thank you for your suggestion! We will continuously strive to improve these aspects in our future updates. We also look forward to your ongoing support and interest!