Sentinel7 commited on
Commit
3d3fb7a
·
verified ·
1 Parent(s): a731be1

Upload 2514206/2825999/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. 2514206/2825999/README.md +101 -3
2514206/2825999/README.md CHANGED
@@ -1,10 +1,108 @@
1
  ---
2
  license: other
3
  tags:
4
- - civitai
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  Author: [daring_l](https://civitai.com/user/daring_l)
7
 
8
- Model: [https://civitai.com/models/2514206?modelVersionId=2825999](https://civitai.com/models/2514206?modelVersionId=2825999)
 
 
9
 
10
- Mirror: [https://civarchive.com/models/2514206?modelVersionId=2825999](https://civarchive.com/models/2514206?modelVersionId=2825999)
 
1
  ---
2
  license: other
3
  tags:
4
+ - style
5
  ---
6
+
7
+ # LTXV-2.3 - Audio only - Clapping Cheeks - v0.0.1-alpha - 2825999
8
+
9
+ **Model Type**: LORA
10
+
11
+ **Base Model**: LTXV 2.3
12
+
13
+ **Trigger Words**: skin slapping against skin
14
+
15
+ **Tags**: style
16
+
17
+ ## Gallery
18
+
19
+ <table>
20
+ <tr>
21
+ <td><video src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/80994d6d-5386-4d25-897f-3ef9b5b669e0/original=true/126238397.mp4" width="200" controls muted autoplay loop></video></td>
22
+ <td><video src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0db9b2ac-f40e-4c06-b966-c9ebcf747158/original=true/126238400.mp4" width="200" controls muted autoplay loop></video></td>
23
+ <td><video src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6e42db28-0ce3-429b-b43c-50a7ecde7ae1/original=true/126238261.mp4" width="200" controls muted autoplay loop></video></td>
24
+ </tr>
25
+ </table>
26
+
27
+ ## Description
28
+
29
+ 🛑Work in progress🛑
30
+ ==================
31
+
32
+ ### (Alpha release) I'm not sure this will be interesting to anyone.
33
+
34
+ * WORKFLOW: <https://civitai.com/models/2516563/wan-with-ltxv-23-audio>
35
+ * Not designed for oral sex
36
+
37
+ + I tried nothing more confusing or disturbing than hearing "gawk gawk" or gagging in an anal video.
38
+ + Check out my deepthroat lora it may work for adding audio, confirmed to work.
39
+ + If a 1GB lora is to much I may spend sometime to create a lightweight BJ audio lora.
40
+
41
+ Create sex audio for previously created videos or in addition to LoRAs that lack audio. Three main additions to the base model: clapping cheeks, improved moaning/heavy breathing, and wetness sounds.
42
+
43
+ This is a purely experimental LoRa addressing a common gap in many videos. It uses video-to-audio cross-attention to generate audio, meaning text prompts aren't critical but can still provide influence.
44
+
45
+ Tags used
46
+ ---------
47
+
48
+ ```
49
+ - skin slapping against skin
50
+ - clapping cheeks
51
+ - wet vagina
52
+ - The woman moans
53
+ - The woman is breathing heavy
54
+ ```
55
+
56
+ Extra Information
57
+ -----------------
58
+
59
+ I've tested with dev and distill the best results are from Dev.
60
+
61
+ * Best Samplers I've found - res\_2s, er\_sde
62
+ * Audio will sync to visual movement naturally
63
+
64
+ LoRa Creator info
65
+ -----------------
66
+
67
+ Stand out info
68
+
69
+ * Rank 16 (might be a little to small)
70
+ * `--lora_target_preset full` for cross-attention
71
+ * `-ltx2_mode av`
72
+ * Separate audio learn rate
73
+
74
+ ```
75
+ accelerate launch --num_cpu_threads_per_process 8 --mixed_precision bf16 \
76
+ ltx2_train_network.py --sdpa \
77
+ --ltx2_checkpoint /ai/comfyui/models/checkpoints/ltx-2.3-22b-dev.safetensors \
78
+ --dataset_config ~/datasets/sex-audio/ltx_dataset_config.toml \
79
+ --mixed_precision bf16 \
80
+ --optimizer_type adamw8bit \
81
+ --learning_rate 5e-5 \
82
+ --gradient_checkpointing \
83
+ --max_data_loader_n_workers 8 \
84
+ --persistent_data_loader_workers \
85
+ --network_module networks.lora_ltx2 \
86
+ --network_dim 16 --network_alpha 16 \
87
+ --timestep_sampling shifted_logit_normal \
88
+ --discrete_flow_shift 1.0 \
89
+ --max_train_steps 5000 --lr_scheduler constant --audio_lr 2.5e-5 \
90
+ --max_grad_norm 1.0 \
91
+ --save_every_n_steps 250 \
92
+ --seed 42 \
93
+ --logging_dir /ai/datasets/sex-audio/logs \
94
+ --output_dir /ai/comfyui/models/loras/LTX2.3/sex-audio \
95
+ --output_name sex-audio \
96
+ --ltx2_first_frame_conditioning_p 1.0 \
97
+ --caption_dropout_rate 0.1 --lora_target_preset full --ltx2_mode av
98
+ ```
99
+
100
+ ---
101
+
102
  Author: [daring_l](https://civitai.com/user/daring_l)
103
 
104
+ Model: [CivitAI Model Page](https://civitai.com/models/2514206?modelVersionId=2825999)
105
+
106
+ Archive: [CivArchive Page](https://civarchive.com/models/2514206?modelVersionId=2825999)
107
 
108
+ <!-- Version: 20260424_all_update -->