Commit ·
bffbbb4
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
amateur photo, a woman with long straight blonde hair, lying on side, on a
|
| 10 |
+
patterned rug in a bedroom, taking a mirror selfie, She wears a white tank
|
| 11 |
+
top and black shorts, medium breasts
|
| 12 |
+
parameters:
|
| 13 |
+
negative_prompt: '(face out of frame:1.1), black and white, '
|
| 14 |
+
output:
|
| 15 |
+
url: images/1000329194.png
|
| 16 |
+
- text: >-
|
| 17 |
+
amateur photo, sexy goth woman, (film grain:1.0), taking mirror selfie,
|
| 18 |
+
bathroom, (thin waist:1.2), wide hips, cleavage
|
| 19 |
+
parameters:
|
| 20 |
+
negative_prompt: '(face out of frame:1.1), black and white, '
|
| 21 |
+
output:
|
| 22 |
+
url: images/1000329195.png
|
| 23 |
+
- text: >-
|
| 24 |
+
amateur photo, sexy emo woman, silver hair, (film grain:1.1), licking penis,
|
| 25 |
+
cum
|
| 26 |
+
parameters:
|
| 27 |
+
negative_prompt: '(face out of frame:1.1), black and white, '
|
| 28 |
+
output:
|
| 29 |
+
url: images/1000329196.png
|
| 30 |
+
- text: >-
|
| 31 |
+
(female pov:1.1), lying, tentacles, hand on owm thigh, nipples, pov, curvy,
|
| 32 |
+
thigh grab, slime, masturbation, horde of tentacles, pussy
|
| 33 |
+
parameters:
|
| 34 |
+
negative_prompt: watermark, text,
|
| 35 |
+
output:
|
| 36 |
+
url: images/1000329197.png
|
| 37 |
+
base_model: John6666/lustify-sdxl-nsfw-checkpoint-olt-fixed-textures-sdxl
|
| 38 |
+
instance_prompt: >-
|
| 39 |
+
amateur photo, film grain, face out of frame, taking a mirror selfie, light
|
| 40 |
+
leak
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
# LEAKCORE (LEAKED NUDES STYLE, Realism, Amateur)
|
| 44 |
+
|
| 45 |
+
<Gallery />
|
| 46 |
+
|
| 47 |
+
## Model description
|
| 48 |
+
|
| 49 |
+
NO ACTUAL LEAKED PHOTOS WERE USED FOR TRAINING. I condemn photo leaks and victim-baiting. Every image used in dataset was sourced from public platforms like Reddit, Pinterest, Instagram and RedGIFs, where the girls voluntarily shared their content.
|
| 50 |
+
|
| 51 |
+
Then why did I call the lora that? Well, if you've seen "the scandalous leak" in 2014, you'll notice that this LoRA captures a similar style - but not the actual content. This, and the controversy xD
|
| 52 |
+
|
| 53 |
+
Trained on/for LUSTIFY OLT, compatibility with other checkpoints is not guaranteed. FLUX one in plans. 161 pic total, 6 repeats per image, 6 epochs.
|
| 54 |
+
|
| 55 |
+
The most important trigger word is "amateur photo" - it captures most of the intended style. For an extra touch, try adding "film grain" as well, since many of the grainy images were tagged that way.
|
| 56 |
+
|
| 57 |
+
Recommend strength: 0.8-1.1 (depends on your prompt and preferences)
|
| 58 |
+
|
| 59 |
+
Other tags:
|
| 60 |
+
1) "taking a mirror selfie" - pretty obvious.
|
| 61 |
+
2) "holding her phone in her hand" - present in most mirror selfie pictures, not required for these.
|
| 62 |
+
3) "face out of frame" - I've captioned most of the pics where the face wasn't fully visible with this.
|
| 63 |
+
4) "focus on the woman's torso and upper thighs" - pretty obvious as well.
|
| 64 |
+
5) "light leak" - doesn't work the way it should, probably needs more training, but gives a cool effect nonetheless.
|
| 65 |
+
|
| 66 |
+
TO DO:
|
| 67 |
+
1) Improve composition variety (although it's pretty decent already)
|
| 68 |
+
2) Improve face variety (I'm yet to see a serious problem with faces tho)
|
| 69 |
+
3) To stay alive
|
| 70 |
+
|
| 71 |
+
## Trigger words
|
| 72 |
+
|
| 73 |
+
You should use `amateur photo` to trigger the image generation.
|
| 74 |
+
|
| 75 |
+
You should use `film grain` to trigger the image generation.
|
| 76 |
+
|
| 77 |
+
You should use `face out of frame` to trigger the image generation.
|
| 78 |
+
|
| 79 |
+
You should use `taking a mirror selfie` to trigger the image generation.
|
| 80 |
+
|
| 81 |
+
You should use `light leak` to trigger the image generation.
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
## Download model
|
| 85 |
+
|
| 86 |
+
Weights for this model are available in Safetensors format.
|
| 87 |
+
|
| 88 |
+
[Download](/Mantisum/LEAKCORE/tree/main) them in the Files & versions tab.
|