Instructions to use profpeng/wansquirt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use profpeng/wansquirt 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/wansquirt") prompt = "the camera zooms out revealing the woman's genitalia. she spreads her legs wide, revealing her shaved vulva and labia with visible liquid squirting upwards from her vagina, she is squirting a large amount of fluid in short bursts going upward. Her facial expression shows an open mouth, in state of arousal. She looks at the viewer. fluid is visible, indicating squirting." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K