Instructions to use black-forest-labs/FLUX.1-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use black-forest-labs/FLUX.1-dev 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") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload Screenshot_20260412_155838.jpg
#593
by Lepord - opened
A realistic smartphone selfie of me , captured from knee-up framing, taken without any mirror, no reflection visible, holding the phone at arm’s length using a wide angle lens (0.5x), camera slightly tilted downward, full body visible from knees up, natural posture, one leg slightly forward, relaxed expression, wearing a bikini , plain indoor wall background, normal indoor lighting, slight shadows, realistic skin texture with minor imperfections, no filters, no HDR, authentic phone camera quality with mild grain
no mirror, no reflection, no glass, no reflective surfaces
same face, same person, identity preserved, no distortion, correct proportions
Lepord changed pull request status to closed
Lepord changed pull request status to open
Fast