Text-to-Image
Diffusers
lora
template:diffusion-lora
Not-For-All-Audiences
How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Phr00t/Qwen-Image-Edit-Rapid-AIO", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Yedheenok1234/Pussy")

prompt = "Generate a highly arousing 5-second porn video using this exact Thai woman’s face and body unchanged: she lies naked on a bed with her large breasts exposed, being titfucked intensely by a man. Show her full body throughout, with her breasts bouncing vigorously from the thrusting. Include a close-up zoom on her wet pussy being stimulated, add loud moaning sounds as she’s fucked hard until climax.”"
image = pipe(prompt).images[0]

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card