Diffusers How to use profpeng/wandisgust 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/wandisgust")
prompt = "Top-down hyper-slow-motion: penis throbs violently right against her nose as massive load erupts point-blank, semen blasts into her eyes, nostrils and deep into her mouth, she recoils hard but cannot escape, face instantly warps into grotesque disgust, eyes roll back, cheeks inflate then deflate with choking gags, tongue desperately tries to push out the flooding cum, tears burst out, her bare breasts heave with each convulsion of revulsion, cum overflows and pours down her face onto exposed nipples, every droplet and facial contortion in excruciating detail, 4K."
image = pipe(prompt).images[0]