How to use profpeng/dildo 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/dildo") prompt = "The video begins with a close-up of a woman. The video immediately jumpcuts to the same woman now sitting at a desk in front of a penis-shaped dildo. She is giving the dildo a handjob, moving her hand up and down around the shaft. she looks directly at the camera throughout the video, a flirty look on her face." image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!