ApacheOne commited on
Commit
51c9edc
Β·
verified Β·
1 Parent(s): d2c53da

Upload 8 files

Browse files
C/Cock_smelling_-_Nosejob_-_Hunyuan/c0cksm3lling_v1.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cock smelling / Nosejob - Hunyuan (Version: v1.0)
2
+
3
+ **Creator**: [sparkfun](https://civitai.com/user/sparkfun)
4
+ **Type**: LORA
5
+ **Base Model**: Hunyuan Video
6
+ **Version Uploaded**: 2025-05-21
7
+ **Trigger Words**: `c0cksm3lling`
8
+
9
+ **Civitai Model ID**: 1604604
10
+ **Civitai Version ID**: 1815808
11
+
12
+ **Stats (at time of fetch for this version)**:
13
+ * Downloads: 268
14
+ * Rating: 0 (0 ratings)
15
+ * Favorites: N/A
16
+
17
+ ---
18
+
19
+ ## πŸ“„ Description (Parent Model)
20
+
21
+ The Hunyuan version of my SDXL lora which can be found here . Again, this fetish depicts a motion which can be quite strange so consider it very experimental. Trained it locally so the dataset is of course limited. Still, I'm quite happy with the results and considering it's "one of its kind" you should be too ;) In any case, I will probably iterate over this so follow if you are interested in getting notified when a new version drops.
22
+
23
+ ---
24
+
25
+ ## Civitai Links
26
+
27
+ * **[πŸ”— View This Version on Civitai β†’](https://civitai.com/models/1604604?modelVersionId=1815808)**
28
+ * [View Full Model Page β†’](https://civitai.com/models/1604604)
29
+ * [View Creator Profile β†’](https://civitai.com/user/sparkfun)
30
+
31
+ ---
32
+
33
+ ## File Information
34
+
35
+ * **Filename (Saved Locally)**: `c0cksm3lling_v1.safetensors`
36
+ * **Filename (Civitai)**: `c0cksm3lling_v1.safetensors`
37
+ * **Size**: 178.83 MB
38
+ * **Hash (AutoV2)**: `014F4EF377`
39
+
40
+ ---
41
+ *Downloaded locally using CivitaiLocalDownloader/1.4-SpecificVersions-NoCreatorFolder.*
C/Cock_smelling_-_Nosejob_-_Hunyuan/c0cksm3lling_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014f4ef377ae99276d7c4308e524e7c30220dab421a940fb1b189ed70d31aa1c
3
+ size 187515766
C/Cock_smelling_-_Nosejob_-_Hunyuan/c0cksm3lling_v1_200_epochs.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cock smelling / Nosejob - Hunyuan (Version: v1.5)
2
+
3
+ **Creator**: [sparkfun](https://civitai.com/user/sparkfun)
4
+ **Type**: LORA
5
+ **Base Model**: Hunyuan Video
6
+ **Version Uploaded**: 2025-05-23
7
+ **Trigger Words**: `c0cksm3lling`
8
+
9
+ **Civitai Model ID**: 1604604
10
+ **Civitai Version ID**: 1823577
11
+
12
+ **Stats (at time of fetch for this version)**:
13
+ * Downloads: 212
14
+ * Rating: 0 (0 ratings)
15
+ * Favorites: N/A
16
+
17
+ ---
18
+
19
+ ## πŸ“„ Description (Parent Model)
20
+
21
+ The Hunyuan version of my SDXL lora which can be found here . Again, this fetish depicts a motion which can be quite strange so consider it very experimental. Trained it locally so the dataset is of course limited. Still, I'm quite happy with the results and considering it's "one of its kind" you should be too ;) In any case, I will probably iterate over this so follow if you are interested in getting notified when a new version drops.
22
+
23
+ ## Version Notes (v1.5)
24
+
25
+ This is version 1.0 with 100 more training steps, same dataset. The results are much better overall and you should expect more consistency over generations, way better eye contact and nose action. A more stable version in general that doesn't waste generations. Still, the variety of motion is quite limited and you get pretty much what you see in the gallery. I'm planning two additional experiments to wrap up the cock sniffing journey: A potential version with this same dataset that describes the motions with different equivalent wording for each image description. This should give less coupling over the sentences I repeat over and over in my example videos. A version with video data as part of the training set. My initial experiments are promising, so again, follow to get notified when new version drops. Note: I'm looking for a way to convert the OneTrainer Hunyuan lora to ComfyUI. If someone has guidelines on how to do that please drop a message. In the meantime, for those having trouble using it in Comfy do this to fix it (basically rename some lora keys): In the lora.py file, search for the line if isinstance(model, comfy.model_base.HunyuanVideo): and inside that conditional block paste: diffusers_keys = comfy.utils.flux_to_diffusers(model.model_config.unet_config, output_prefix="diffusion_model.")
26
+ for j in diffusers_keys:
27
+ if j.endswith(".weight"):
28
+ to = diffusers_keys[j]
29
+ key_map["transformer.{}".format(j[:-len(".weight")])] = to #simpletrainer and probably regular diffusers flux lora format
30
+ key_map["lycoris_{}".format(j[:-len(".weight")].replace(".", "_"))] = to #simpletrainer lycoris
31
+ key_map["lora_transformer_{}".format(j[:-len(".weight")].replace(".", "_"))] = to #onetrainer
32
+
33
+ ---
34
+
35
+ ## Civitai Links
36
+
37
+ * **[πŸ”— View This Version on Civitai β†’](https://civitai.com/models/1604604?modelVersionId=1823577)**
38
+ * [View Full Model Page β†’](https://civitai.com/models/1604604)
39
+ * [View Creator Profile β†’](https://civitai.com/user/sparkfun)
40
+
41
+ ---
42
+
43
+ ## File Information
44
+
45
+ * **Filename (Saved Locally)**: `c0cksm3lling_v1_200_epochs.safetensors`
46
+ * **Filename (Civitai)**: `c0cksm3lling_v1_200_epochs.safetensors`
47
+ * **Size**: 178.83 MB
48
+ * **Hash (AutoV2)**: `272CC8DB5F`
49
+
50
+ ---
51
+ *Downloaded locally using CivitaiLocalDownloader/1.4-SpecificVersions-NoCreatorFolder.*
C/Cock_smelling_-_Nosejob_-_Hunyuan/c0cksm3lling_v1_200_epochs.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272cc8db5f47d18e6bd5d33b6a70a57dfb822a5eecb6d76868b83b001e873415
3
+ size 187515766
C/Cum_in_Mouth_-_Portrait_Enhancer/cuminmouth_epoch500.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cum in Mouth / Portrait Enhancer (Version: v1.0)
2
+
3
+ **Creator**: [_Species8472_](https://civitai.com/user/_Species8472_)
4
+ **Type**: LORA
5
+ **Base Model**: Hunyuan Video
6
+ **Version Uploaded**: 2025-05-07
7
+ **Trigger Words**: `Extreme closeup on a woman's face. {From above|From the side}. A hand strokes a partially visible penis, then white viscous cum comes out of the penis and into the woman's mouth. She gets cum on her tongue. Cum in mouth.`
8
+
9
+ **Civitai Model ID**: 1552203
10
+ **Civitai Version ID**: 1756411
11
+
12
+ **Stats (at time of fetch for this version)**:
13
+ * Downloads: 1142
14
+ * Rating: 0 (0 ratings)
15
+ * Favorites: N/A
16
+
17
+ ---
18
+
19
+ ## πŸ“„ Description (Parent Model)
20
+
21
+ Trained on videos that feature high-resolution closeup shots of female faces. Enables X-rated interactions, but also works great as a general resolution and portrait enhancer when used without any X-rated keywords. Works well with other LoRAs if you test and calibrate their relative strength a bit. Recommended settings: Guidance: 6 , Flow Shift: 6 , Steps: Equal to frame count (minimum 50 ). All showcase videos are straight generations in ComfyUI - no upscaling. Showcase video prompts: Real video of a {fierce|seductive|smoldering|regal|dangerous|feral|unholy} demon woman. She has eerie orange eyes. Her skin is {burnished copper|coal-black|blood-red|ashen grey|obsidian with gold veins|charred umber}, with {glowing cracks|magma-like veins|fine golden sigils|sulfurous freckles|slick heat-sheen|tattoos of fire}. Her {horns|crown|antlers|bony ridges|curved tusks|obsidian spires} rise from her brow in twisted rigid arcs, framing a face of impossible beauty. Her hair is {like molten lava|a cascade of fire|sleek and black as void|braided flame|windswept and wild|crimson silk}, styled {into horns of its own|high and tight like a warrior queen|tumbling over one glowing eye|bound with chain-links|half-shaved and burning|in asymmetrical fire-locks}. Her eyes are {burning coals|solid gold orbs|glowing slits|black with ember pupils|vertical like a predator’s|molten with no sclera}, with a gaze that {penetrates|tempts|dominates|threatens|invokes worship|bares teeth without a smile}. Her lips are {stained like fresh blood|black and glossy|parted to show fangs|rimmed with ancient ash|soft and crimson|kissed by flame}, and her jawline is {marked by glowing glyphs|shadowed and elegant|sharp as a blade|adorned with infernal piercings|etched with runes|dusty with soot}. Tiny {hornlets|runes|chain piercings|smoke wisps|cinders|ember motes} {drift from|ring|cling to} her cheeks and temples like the breath of hell itself.
22
+ Extreme closeup on a woman's face. From the side. A hand strokes a partially visible penis, then white viscous cum comes out of the penis and into the woman's mouth. She gets cum on her tongue. Cum in mouth.
23
+
24
+ ---
25
+
26
+ ## Civitai Links
27
+
28
+ * **[πŸ”— View This Version on Civitai β†’](https://civitai.com/models/1552203?modelVersionId=1756411)**
29
+ * [View Full Model Page β†’](https://civitai.com/models/1552203)
30
+ * [View Creator Profile β†’](https://civitai.com/user/_Species8472_)
31
+
32
+ ---
33
+
34
+ ## File Information
35
+
36
+ * **Filename (Saved Locally)**: `cuminmouth_epoch500.safetensors`
37
+ * **Filename (Civitai)**: `cuminmouth_epoch500.safetensors`
38
+ * **Size**: 307.58 MB
39
+ * **Hash (AutoV2)**: `2A7776E11E`
40
+
41
+ ---
42
+ *Downloaded locally using CivitaiLocalDownloader/1.4-SpecificVersions-NoCreatorFolder.*
C/Cum_in_Mouth_-_Portrait_Enhancer/cuminmouth_epoch500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7776e11e49c5999de7be2e164566eb297ea5c63ffc58117408ea7d5dfe5492
3
+ size 322519480
C/Cumshot_HunyuanVideo_Lora/cumshot-v1-18epo-hunyuan-k3nk.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cumshot HunyuanVideo Lora (Version: v1.0)
2
+
3
+ **Creator**: [K3NK](https://civitai.com/user/K3NK)
4
+ **Type**: LORA
5
+ **Base Model**: Hunyuan Video
6
+ **Version Uploaded**: 2025-05-19
7
+ **Trigger Words**: `f4c3spl4sh., A woman receiving a facial cumshot`
8
+
9
+ **Civitai Model ID**: 1598362
10
+ **Civitai Version ID**: 1808720
11
+
12
+ **Stats (at time of fetch for this version)**:
13
+ * Downloads: 946
14
+ * Rating: 0 (0 ratings)
15
+ * Favorites: N/A
16
+
17
+ ---
18
+
19
+ ## πŸ“„ Description (Parent Model)
20
+
21
+ Cumshot LoRa for HunyuanVideo Trained on a dataset of 307 clips with 256x256 resolution, 1sec to 3sec, 5e-05 Learning Rate, Num_Repeat = 1 Several different source videos. The workflows im using are: FramePack πŸ’Ž img2vid / txt2vid with LoRa Workflow from @K3NK Hunyuan 🌻 AllInOne βœ”All Versions 𝟭.𝟱🟩🟧πŸŸͺ - Ultra1.5 from @LatentDream Example prompt: f4c3spl4sh. A woman receiving a facial cumshot. The scene is captured from a side angle, focusing on the woman's face and upper body. The woman appears to be lying down with her eyes closed, seemingly in a state of relaxation or anticipation. Her hair is dark and spread out around her head, and she has a necklace around her neck. As the male partner begins to ejaculate, a stream of semen is directed towards her mouth. The force of the ejaculation is strong, and the trajectory of the semen is aimed directly at her open mouth. The quantity of semen is substantial, covering a significant portion of her face and neck area. The semen is white and contrasts sharply against her skin tone. The woman remains still throughout the process, showing any reaction until the end when she opens her eyes and looks up, possibly reacting to the sensation or the completion of the act. There are no visible changes in camera perspective during the key moment, but the focus remains on the woman's face and the action of the ejaculation. a woman standing in the frame when a man with a huge penis with gigantic testicles slides in from the side. The penis ejaculates on the woman's face. The woman's eyes are open and she has a wide open mouth with tongue out and toothy smile. The man's penis is large, circumcised and veiny, with a very big testicles. The scene focuses on the cumshot's impact and the woman's facial expressions, highlighting the cum's consistency and spread. The cum is thick and stringy, with a significant amount landing on her lips, nose, and chin. Cum is splattered across her face, particularly on her forehead, cheeks, nose, chin, lips, and eyes. Have fun! 😜
22
+
23
+ ---
24
+
25
+ ## Civitai Links
26
+
27
+ * **[πŸ”— View This Version on Civitai β†’](https://civitai.com/models/1598362?modelVersionId=1808720)**
28
+ * [View Full Model Page β†’](https://civitai.com/models/1598362)
29
+ * [View Creator Profile β†’](https://civitai.com/user/K3NK)
30
+
31
+ ---
32
+
33
+ ## File Information
34
+
35
+ * **Filename (Saved Locally)**: `cumshot-v1-18epo-hunyuan-k3nk.safetensors`
36
+ * **Filename (Civitai)**: `cumshot-v1-18epo-hunyuan-k3nk.safetensors`
37
+ * **Size**: 307.58 MB
38
+ * **Hash (AutoV2)**: `8F22EA7B61`
39
+
40
+ ---
41
+ *Downloaded locally using CivitaiLocalDownloader/1.4-SpecificVersions-NoCreatorFolder.*
C/Cumshot_HunyuanVideo_Lora/cumshot-v1-18epo-hunyuan-k3nk.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f22ea7b61630695733a9c9df30393c91acc87e1b72ec9fb32551acb7e022fed
3
+ size 322519480