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("Jonjew/ErinGray")

prompt = "a woman dressed as a female monk in a monastery with long blonde hair showing her midriff by pulling her robe to the side <lora:erin-grey-flux:1.1>"
image = pipe(prompt).images[0]

Erin Gray

Prompt
a woman dressed as a female monk in a monastery with long blonde hair showing her midriff by pulling her robe to the side <lora:erin-grey-flux:1.1>

Model description

FROM https://civitai.com/models/1141007/erin-gray-colonel-wilma-deering-in-buck-rogers-in-the-25th-century-1979-flux?modelVersionId=1283208

This gorgeous lady was, yet again, the motivating factor for me to watch TV, in this case Buck Rogers. I was a little horn-dog I guess, but she was so beautiful...

If you wanna combine this with style LoRAs, you may have to bump the strength a bit, but otherwise it's a great LoRA

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
15
Inference Providers NEW
Examples

Model tree for Jonjew/ErinGray

Adapter
(42609)
this model