LoRa
Collection
LoRas I can't post on CivitAI • 4 items • Updated
How to use GlurpRain/SarahBock with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("GlurpRain/SarahBock")
prompt = "Beautiful Sarah Bock, long straight dark brown hair, warm brown eyes, fair skin, slim athletic build, wearing a fitted white tank top and short denim shorts, standing in a casual mirror selfie, soft natural lighting, highly detailed face and skin"
image = pipe(prompt).images[0]

Sarah Bock Known for her role in Severance as Miss Huang. All training data was 18+
Download them in the Files & versions tab.