DiegoJR1973
commited on
Commit
·
17373af
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +95 -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,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Extraordinary masterpiece, hyperrealistic full-body photography of Paola, a
|
10 |
+
female porn actress. Female: Paola is a woman of Italian descent of stunning
|
11 |
+
beauty. She is 40 years old. Her hair is very long and extremely straight,
|
12 |
+
black and very shiny, cascading over her shoulders. Her body is exceptional,
|
13 |
+
a statuesque and voluptuous porn deity. She has large breasts. Her skin is
|
14 |
+
medium to tanned, with a smooth texture and no visible imperfections. Thick
|
15 |
+
and naturally arched eyebrows, large and expressive brown eyes with a slight
|
16 |
+
crease in the upper eyelid, medium-sized nose and full lips slightly curved
|
17 |
+
in a slight smile. Her cheeks display a soft and natural blush, which
|
18 |
+
complements her rounded facial features. The makeup is minimalist,
|
19 |
+
emphasizing her natural beauty. Her body is identical to the body of actress
|
20 |
+
Keisha Grey.
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
images/workspace_trainsamples_818980238334856241_07d02827-ac3a-4c5c-9732-b56ca315d909.png
|
24 |
+
- text: >-
|
25 |
+
Extraordinary masterpiece, hyperrealistic full-body photography of Paola, a
|
26 |
+
female porn actress. Female: Paola is a woman of Italian descent of stunning
|
27 |
+
beauty. She is 40 years old. Her hair is very long and extremely straight,
|
28 |
+
black and very shiny, cascading over her shoulders. Her body is exceptional,
|
29 |
+
a statuesque and voluptuous porn deity. She has large breasts. Her skin is
|
30 |
+
medium to tanned, with a smooth texture and no visible imperfections. Thick
|
31 |
+
and naturally arched eyebrows, large and expressive brown eyes with a slight
|
32 |
+
crease in the upper eyelid, medium-sized nose and full lips slightly curved
|
33 |
+
in a slight smile. Her cheeks display a soft and natural blush, which
|
34 |
+
complements her rounded facial features. The makeup is minimalist,
|
35 |
+
emphasizing her natural beauty. Her body is identical to the body of actress
|
36 |
+
Keisha Grey.
|
37 |
+
output:
|
38 |
+
url: >-
|
39 |
+
images/workspace_trainsamples_818980238334856241_228ba0c4-5fa2-4594-b883-2f82461194ed.png
|
40 |
+
- text: >-
|
41 |
+
Extraordinary masterpiece, hyperrealistic full-body photography of Paola, a
|
42 |
+
female porn actress. Female: Paola is a woman of Italian descent of stunning
|
43 |
+
beauty. She is 40 years old. Her hair is very long and extremely straight,
|
44 |
+
black and very shiny, cascading over her shoulders. Her body is exceptional,
|
45 |
+
a statuesque and voluptuous porn deity. She has large breasts. Her skin is
|
46 |
+
medium to tanned, with a smooth texture and no visible imperfections. Thick
|
47 |
+
and naturally arched eyebrows, large and expressive brown eyes with a slight
|
48 |
+
crease in the upper eyelid, medium-sized nose and full lips slightly curved
|
49 |
+
in a slight smile. Her cheeks display a soft and natural blush, which
|
50 |
+
complements her rounded facial features. The makeup is minimalist,
|
51 |
+
emphasizing her natural beauty. Her body is identical to the body of actress
|
52 |
+
Keisha Grey.
|
53 |
+
output:
|
54 |
+
url: >-
|
55 |
+
images/workspace_trainsamples_818980238334856241_de75049a-7191-4d6b-8013-d8ba3283ff7b.png
|
56 |
+
- text: >-
|
57 |
+
Extraordinary masterpiece, hyperrealistic full-body photography of Paola, a
|
58 |
+
female porn actress. Female: Paola is a woman of Italian descent of stunning
|
59 |
+
beauty. She is 40 years old. Her hair is very long and extremely straight,
|
60 |
+
black and very shiny, cascading over her shoulders. Her body is exceptional,
|
61 |
+
a statuesque and voluptuous porn deity. She has large breasts. Her skin is
|
62 |
+
medium to tanned, with a smooth texture and no visible imperfections. Thick
|
63 |
+
and naturally arched eyebrows, large and expressive brown eyes with a slight
|
64 |
+
crease in the upper eyelid, medium-sized nose and full lips slightly curved
|
65 |
+
in a slight smile. Her cheeks display a soft and natural blush, which
|
66 |
+
complements her rounded facial features. The makeup is minimalist,
|
67 |
+
emphasizing her natural beauty. Her body is identical to the body of actress
|
68 |
+
Keisha Grey.
|
69 |
+
output:
|
70 |
+
url: >-
|
71 |
+
images/workspace_trainsamples_818980238334856241_f7a37579-1f4e-47f4-a363-2ea374f3eb64.png
|
72 |
+
base_model: black-forest-labs/FLUX.1-dev
|
73 |
+
instance_prompt: Paola
|
74 |
+
|
75 |
+
---
|
76 |
+
# PaoMegaHard
|
77 |
+
|
78 |
+
<Gallery />
|
79 |
+
|
80 |
+
## Model description
|
81 |
+
|
82 |
+
Modelo mujer dataset grande.
|
83 |
+
![workspace_trainsamples_818980238334856241_f7a37579-1f4e-47f4-a363-2ea374f3eb64.png](https://cdn-uploads.huggingface.co/production/uploads/66eedf18a67d89bbe4d86bea/EeLPbwqrpzaCqLRhXV66Y.png)
|
84 |
+
|
85 |
+
|
86 |
+
## Trigger words
|
87 |
+
|
88 |
+
You should use `Paola` to trigger the image generation.
|
89 |
+
|
90 |
+
|
91 |
+
## Download model
|
92 |
+
|
93 |
+
Weights for this model are available in Safetensors format.
|
94 |
+
|
95 |
+
[Download](/DiegoJR1973/PaoMegaHard/tree/main) them in the Files & versions tab.
|