Instructions to use heye0507/LucidFusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use heye0507/LucidFusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("heye0507/LucidFusion", 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
Commit History
Update README.md fb4999b verified
Upload 20 files 1748adb verified
remove original loading file 1bd2792
hheat commited on
push hg format model weights 66e1ab3
hheat commited on
add random bg ckpt e2414c3
hheat commited on
add model ckpt 81b3949
hheat commited on
fix links 1dee3e2
hheat commited on
fix link 138f073
hheat commited on
fix Readme 95c62fe
hheat commited on
init lucid a714244
hheat commited on