stxtA commited on
Commit
f89832c
·
verified ·
1 Parent(s): c8691ce

Update blowjob to Round 11 (best) + Round 9 (2nd best)

Browse files
video_gen/wan2.2/blowjob-final/round9.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Round 9: Blowjob Stacked LoRAs (Round 7 + K3NK)
2
+
3
+ > Machine: NVIDIA H200 (143GB VRAM) | Backbone: Wan 2.2 WanVideoWrapper
4
+ > Date: 2026-03-25
5
+ > Results: `round9_bj_stacked_10s.json`
6
+ > Output: `/workspace/ComfyUI/output/round9_bj_stacked_10s/`
7
+
8
+ ---
9
+
10
+ ## Goal
11
+
12
+ Stack ultimate deepthroat k3nk on top of the round 7 BJ stack (deepthroat02 paired H+L + general NSFW). Tests whether adding a second blowjob-specific LoRA improves motion quality.
13
+
14
+ ## LoRA Stack
15
+
16
+ ### HIGH noise UNET LoRAs
17
+
18
+ | # | Key | File | Size | Strength | Purpose |
19
+ |---|-----|------|------|----------|---------|
20
+ | 02H | deepthroat02 | 02_deepthroat_blowjob_i2v_high.safetensors | 220MB | 1.0 | Primary blowjob/deepthroat motion |
21
+ | 08H | general_nsfw | 08_wan_general_nsfw_high.safetensors | 614MB | 0.5 | Base NSFW quality enhancement |
22
+ | 06H | k3nk | 06_ultimate_deepthroat_k3nk_i2v_high.safetensors | 307MB | 0.7 | Additional deepthroat motion (NEW) |
23
+
24
+ ### LOW noise UNET LoRAs
25
+
26
+ | # | Key | File | Size | Strength | Purpose |
27
+ |---|-----|------|------|----------|---------|
28
+ | 02L | deepthroat02_low | 02_deepthroat_blowjob_i2v_low.safetensors | 585MB | 1.0 | Paired LOW for dt02 (denoising stage 2) |
29
+
30
+ ## Backbone & Settings
31
+
32
+ - **HIGH UNET:** wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors
33
+ - **LOW UNET:** wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors
34
+ - **Text Encoder:** umt5_xxl_fp16.safetensors (loaded as bf16)
35
+ - **VAE:** wan_2.1_vae.safetensors
36
+ - **CLIP Vision:** clip_vision_h.safetensors
37
+ - **Steps:** 8 | **CFG:** 1.0 | **Shift:** 8.0 | **Split step:** 4 | **Scheduler:** dpm++_sde
38
+ - **Resolution:** 480x832 | **Machine:** H200
39
+
40
+ ## Prompt
41
+
42
+ ```
43
+ blowjob, deepthroat, nsfwsks, a beautiful woman giving a deepthroat blowjob, her head bobbing up and down rhythmically, hard, close-up, realistic, smooth motion, cook in mouth
44
+ ```
45
+
46
+ **Negative:** blurry, low quality, distorted, deformed, ugly, static, frozen, text, watermark
47
+
48
+ ## Experiments
49
+
50
+ ### 10s (161 frames @ 16fps) — 6/6 SUCCESS
51
+
52
+ | Test | Image | Status | Video | Time |
53
+ |------|-------|--------|-------|------|
54
+ | bj_paired+dt02+nsfw+k3nk/char5 | blowjob/char5_resized.png | success | char5_00001.mp4 | 155s |
55
+ | bj_paired+dt02+nsfw+k3nk/char6 | blowjob/char6_resized.png | success | char6_00001.mp4 | 260s |
56
+ | bj_paired+dt02+nsfw+k3nk/char7 | blowjob/char7_resized.png | success | char7_00001.mp4 | 260s |
57
+ | bj_paired+dt02+nsfw+k3nk/char8 | blowjob/char8_resized.png | success | char8_00001.mp4 | 270s |
58
+ | bj_paired+dt02+nsfw+k3nk/char9 | blowjob/char9_resized.png | success | char9_00001.mp4 | 280s |
59
+ | bj_paired+dt02+nsfw+k3nk/char10 | blowjob/char10_resized.png | success | char10_00001.mp4 | 285s |
60
+
61
+ Output: `/workspace/ComfyUI/output/round9_bj_stacked_10s/bj_paired+dt02+nsfw+k3nk/`
62
+
63
+ ## Script
64
+
65
+ ```bash
66
+ # 10s versions (161 frames)
67
+ python3 /workspace/run_round9_bj_stacked.py --duration 10
68
+ ```
69
+
70
+ ## Comparison
71
+
72
+ | Stack | Round | HIGH LoRAs | LOW LoRAs |
73
+ |-------|-------|-----------|-----------|
74
+ | Base | R7 | dt02@1.0 + nsfw@0.5 | dt02_low@1.0 |
75
+ | +K3NK | R9 | dt02@1.0 + nsfw@0.5 + k3nk@0.7 | dt02_low@1.0 |