ottoverse
Collection
Original characters "created" by me for use in a future project • 6 items • Updated
How to use ottopilot/WhitneyDelgadoXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("ottopilot/WhitneyDelgadoXL")
prompt = "Photorealism, 1girl, medium-wide shot, WhitDel <lora:WhitneyDelgadoXL_v1-000050:1>, bimbo, dyed hair, breast implants, purple eyeshadow, purple lips, slutty makeup, bodycon dress, latex fetish, cleavage, smile, nail polish, pussy peek, art by Milo Manara, indoors, donut shop, purple pastel tones, soft lighting, ditzy, sexy, fun"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("ottopilot/WhitneyDelgadoXL")
prompt = "Photorealism, 1girl, medium-wide shot, WhitDel <lora:WhitneyDelgadoXL_v1-000050:1>, bimbo, dyed hair, breast implants, purple eyeshadow, purple lips, slutty makeup, bodycon dress, latex fetish, cleavage, smile, nail polish, pussy peek, art by Milo Manara, indoors, donut shop, purple pastel tones, soft lighting, ditzy, sexy, fun"
image = pipe(prompt).images[0]



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
stabilityai/stable-diffusion-xl-base-1.0