Text-to-Image
Diffusers
flux
flux-diffusers
simpletuner
safe-for-work
lora
template:sd-lora
standard
Instructions to use davidrd123/Ben-Brand-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use davidrd123/Ben-Brand-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("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("davidrd123/Ben-Brand-LoRA") prompt = "In the style of a b3nbr4nd painting, Massive green serpent, coiled around a cracked stone obelisk, golden eyes glowing, dark blue scales with iridescent shimmer, open mouth revealing sharp fangs, pink sky fading into deep purple, sand dunes stretching into the horizon, ancient ruins partially buried, red banners flapping in the wind." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#55
by davidrd123 - opened
Generated example for model davidrd123/Ben-Brand-LoRA.
Prompt: In the style of a b3nbr4nd painting, Towering red clocktower, golden clock hands frozen at midnight, gears visible through glass windows, standing in a misty valley, deep blue sky, orange and pink clouds, warm glowing lanterns on stone pathway, ivy creeping up brick walls, metal staircase leading to a rooftop observatory.
davidrd123 changed pull request status to merged