Instructions to use profpeng/deepthroat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use profpeng/deepthroat 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/deepthroat") prompt = "a woman is kneeling in front of a man, he is grabbing her head and holding it in place, he is face fucking her, he rapidly thrusts his hips back and forth moving the entire penis inside her mouth, her nose is touching his midsection in between thrusts, there is a sticky translucent saliva string going from his testicles to her chin, then she starts giving him a deepthroat blowjob, he thrusts his hips forward moving the entire penis into her mouth, she is struggling, he is grabbing her head forcefully and shakes her head back and forth with the entire penis in her mouth, he is grabbing her head forcefully and pulling her head towards his midsection as she tries to move away, then she gags on the penis and some saliva blasts out of her mouth around the penis, three-quarter shot, ultra close-up" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
1013aec
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +61 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/IMG_112353_0.PNG
|
| 10 |
+
text: >-
|
| 11 |
+
a woman is kneeling in front of a man, he is grabbing her head and holding
|
| 12 |
+
it in place, he is face fucking her, he rapidly thrusts his hips back and
|
| 13 |
+
forth moving the entire penis inside her mouth, her nose is touching his
|
| 14 |
+
midsection in between thrusts, there is a sticky translucent saliva string
|
| 15 |
+
going from his testicles to her chin, then she starts giving him a
|
| 16 |
+
deepthroat blowjob, he thrusts his hips forward moving the entire penis into
|
| 17 |
+
her mouth, she is struggling, he is grabbing her head forcefully and shakes
|
| 18 |
+
her head back and forth with the entire penis in her mouth, he is grabbing
|
| 19 |
+
her head forcefully and pulling her head towards his midsection as she tries
|
| 20 |
+
to move away, then she gags on the penis and some saliva blasts out of her
|
| 21 |
+
mouth around the penis, three-quarter shot, ultra close-up
|
| 22 |
+
base_model: Wan-AI/Wan2.2-I2V-A14B
|
| 23 |
+
instance_prompt: >-
|
| 24 |
+
a woman is kneeling in front of a man, she is giving him a deepthroat blowjob,
|
| 25 |
+
almost the entire penis is in her mouth, he is grabbing her head and holding
|
| 26 |
+
it in place, then he sharply pulls her head back until the penis is no longer
|
| 27 |
+
in her mouth, she is gasping for air, then he quickly grabs her head and pulls
|
| 28 |
+
her head towards his penis, she starts giving him a deepthroat blowjob, the
|
| 29 |
+
view is from the side
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
# deepthroat
|
| 33 |
+
|
| 34 |
+
<Gallery />
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Trigger words
|
| 38 |
+
|
| 39 |
+
You should use `a woman is kneeling in front of a man` to trigger the image generation.
|
| 40 |
+
|
| 41 |
+
You should use `she is giving him a deepthroat blowjob` to trigger the image generation.
|
| 42 |
+
|
| 43 |
+
You should use `almost the entire penis is in her mouth` to trigger the image generation.
|
| 44 |
+
|
| 45 |
+
You should use `he is grabbing her head and holding it in place` to trigger the image generation.
|
| 46 |
+
|
| 47 |
+
You should use `then he sharply pulls her head back until the penis is no longer in her mouth` to trigger the image generation.
|
| 48 |
+
|
| 49 |
+
You should use `she is gasping for air` to trigger the image generation.
|
| 50 |
+
|
| 51 |
+
You should use `then he quickly grabs her head and pulls her head towards his penis` to trigger the image generation.
|
| 52 |
+
|
| 53 |
+
You should use `she starts giving him a deepthroat blowjob` to trigger the image generation.
|
| 54 |
+
|
| 55 |
+
You should use `the view is from the side` to trigger the image generation.
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
## Download model
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
[Download](/profpeng/deepthroat/tree/main) them in the Files & versions tab.
|