How to use profpeng/wanpenisplay with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("profpeng/wanpenisplay") prompt = "A woman performs penis worshipping, holding a large, erect penis with both hands and bringing it towards her face. She is licking the shaft, smiling. She continues to kiss and suck the penis, then rubs it on her face. Camera is focused from a low, upward angle." image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!