ottoverse
Collection
Original characters "created" by me for use in a future project • 6 items • Updated
How to use ottopilot/WhitneyDelgado with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/v1-5-pruned-v6", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("ottopilot/WhitneyDelgado")
prompt = "RAW photo, candid, medium shot, front view, WhitDel, clothes pull, open blouse, exposed breasts, pencil skirt, thighhighs, office, glasses ,secretary, seductive, sexual <lora:WhitDel:1> <lora:XenoDetailer_v2:0.7>"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/v1-5-pruned-v6", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("ottopilot/WhitneyDelgado")
prompt = "RAW photo, candid, medium shot, front view, WhitDel, clothes pull, open blouse, exposed breasts, pencil skirt, thighhighs, office, glasses ,secretary, seductive, sexual <lora:WhitDel:1> <lora:XenoDetailer_v2:0.7>"
image = pipe(prompt).images[0]






From her actor bio: "Whitney is a rising star in the world of entertainment, whose journey to stardom is as inspiring as it is remarkable. Although she has no prior acting experience, Whitney's natural charisma, raw talent, and fierce determination quickly captured the hearts of our casting agents, and we believe will do the same for audiences alike."
You should use WhitDel to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stablediffusionapi/v1-5-pruned-v6