Instructions to use k2styles/krea-2-luminous-crystalline-bokeh-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use k2styles/krea-2-luminous-crystalline-bokeh-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("k2styles/krea-2-luminous-crystalline-bokeh-lora") prompt = "a child flying a kite. luminous crystalline bokeh style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
9e2e0b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e8a687226a40e501de24514e708cfa84b1002db7b95d6143385c650174e5bb9c
size 469288536
|