How to use from the
Use from the
Diffusers library
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]

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
295
Inference Providers NEW
Examples

Model tree for fofr/flux-80s-cyberpunk

Adapter
(42628)
this model

Spaces using fofr/flux-80s-cyberpunk 80