Diffusers How to use profpeng/bbcride with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-I2V-A14B", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("profpeng/bbcride")
prompt = "a woman, the camera quickly switches, Her hairstyle, facial features, and clothing were consistent. The background shifts to a bedroom, where she is having sex in bed. She turned to look at the camera, and her expression was comfortable. she is rides the cock of a man, looking back at the viewer and screaming and yelling with pleasure. Her fat ass jiggles and wobbles as she rapidly slides up and down, driving the penis deep into her until it disappears. "
image = pipe(prompt).images[0]