Instructions to use fofr/flux-80s-cyberpunk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fofr/flux-80s-cyberpunk 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("fofr/flux-80s-cyberpunk") prompt = "style of 80s cyberpunk, a portrait photo" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
flux-80s-cyberpunk

- Prompt
- style of 80s cyberpunk, a portrait photo

- Prompt
- style of 80s cyberpunk, a living room interior

- Prompt
- style of 80s cyberpunk, a car
Trained on Replicate using:
https://replicate.com/ostris/flux-dev-lora-trainer/train
Run on Replicate:
https://replicate.com/fofr/flux-80s-cyberpunk
Trigger words
Use 80s cyberpunk
- Downloads last month
- 234
Model tree for fofr/flux-80s-cyberpunk
Base model
black-forest-labs/FLUX.1-dev