Commit ·
1cdb479
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +209 -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,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
widget:
|
| 9 |
+
- text: >-
|
| 10 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 11 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 12 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 13 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 14 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 15 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 16 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 17 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 18 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 19 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 20 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 21 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 22 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 23 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 24 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 25 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 26 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 27 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 28 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 29 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 30 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 31 |
+
erotica), (cuerpo completo:1).
|
| 32 |
+
output:
|
| 33 |
+
url: images/273878f896fde368f3c6b910d354b2b4ee84a90e.png
|
| 34 |
+
- text: >-
|
| 35 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 36 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 37 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 38 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 39 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 40 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 41 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 42 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 43 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 44 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 45 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 46 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 47 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 48 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 49 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 50 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 51 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 52 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 53 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 54 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 55 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 56 |
+
erotica), (cuerpo completo:1).
|
| 57 |
+
output:
|
| 58 |
+
url: images/761f63bfba158e68e792dda2b6b6bf36f662dd60.png
|
| 59 |
+
- text: >-
|
| 60 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 61 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 62 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 63 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 64 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 65 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 66 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 67 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 68 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 69 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 70 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 71 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 72 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 73 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 74 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 75 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 76 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 77 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 78 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 79 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 80 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 81 |
+
erotica), (cuerpo completo:1).
|
| 82 |
+
output:
|
| 83 |
+
url: images/912afc9dc33fd140284c2a2fcfca581f426166ad.png
|
| 84 |
+
- text: >-
|
| 85 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 86 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 87 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 88 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 89 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 90 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 91 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 92 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 93 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 94 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 95 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 96 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 97 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 98 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 99 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 100 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 101 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 102 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 103 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 104 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 105 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 106 |
+
erotica), (cuerpo completo:1).
|
| 107 |
+
output:
|
| 108 |
+
url: images/3866a5ac66f011dc4bff95e22bf459abfc9d5af2.png
|
| 109 |
+
- text: >-
|
| 110 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 111 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 112 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 113 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 114 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 115 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 116 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 117 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 118 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 119 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 120 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 121 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 122 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 123 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 124 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 125 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 126 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 127 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 128 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 129 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 130 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 131 |
+
erotica), (cuerpo completo:1).
|
| 132 |
+
output:
|
| 133 |
+
url: images/9315d2c30696aa64d23875e1fd107d57907f06f0.png
|
| 134 |
+
- text: >-
|
| 135 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 136 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 137 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 138 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 139 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 140 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 141 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 142 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 143 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 144 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 145 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 146 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 147 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 148 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 149 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 150 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 151 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 152 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 153 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 154 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 155 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 156 |
+
erotica), (cuerpo completo:1).
|
| 157 |
+
output:
|
| 158 |
+
url: images/d436a8829f6ba3081fff0383ec331d6b1547b48d.png
|
| 159 |
+
- text: >-
|
| 160 |
+
La mejor calidad, 4k, 8k, Altas Resoluciones, Obra maestra:1.2, Ultra
|
| 161 |
+
detallado, realista:1.37, (Cinematographer, cuerpo completo), (Hermosa cara
|
| 162 |
+
detallada, hermosos ojos detallados, hermosos labios detallados), (Modelo
|
| 163 |
+
Latina, Milf), (Glamuroso, seductor), (posando en un estudio con luz de
|
| 164 |
+
estudio), (colores vibrantes, alto contraste), (Soft natural lighting),
|
| 165 |
+
(Sensual, seductor), (Vestimenta provocativa), (Cabello largo y suelto),
|
| 166 |
+
(Piel impecable), (photo studio shoot), (mirada caliente), (Postura sexual),
|
| 167 |
+
(Maquillaje llamativo), (Joyas exquisitas), (Accesorios elegantes), (intense
|
| 168 |
+
expression), (Belleza cautivadora), (Meticulous Attention to Detail),
|
| 169 |
+
(Professional Photography), (Striking Composition), (encanto femenino),
|
| 170 |
+
(Figura de reloj de arena), (Perfectly manicured nails), (Pose erotica),
|
| 171 |
+
(ojos expresivos), (Curvas deseables), (Ambiente estudio neutro con fondo
|
| 172 |
+
rosa), (Shadows Dramatic), (Sculpted features), (tez radiante), (Presencia
|
| 173 |
+
inolvidable), (enigmatic aura), (Sonrisa deslumbrante), (Estilo
|
| 174 |
+
sofisticado), (fondo neutral limpio), (Confianza sin remordimientos),
|
| 175 |
+
(Encanto cautivador), (stunning images), (artistic rendition), (Foto de
|
| 176 |
+
glamour), (attention-grabbing), (Impacto inolvidable), (Hypnotic magnetism),
|
| 177 |
+
(Belleza poco convencional), (Elegancia atemporal), (Glamour inolvidable),
|
| 178 |
+
(Vestuario stripper), (estiletto shoes:1), (Carisma irresistible),
|
| 179 |
+
(Expresiones provocativas), (Sensual appeal), (Fascinating composition),
|
| 180 |
+
(Retrato inolvidable), (poses sugestivas), (posando sexualmente), (pose
|
| 181 |
+
erotica), (cuerpo completo:1).
|
| 182 |
+
output:
|
| 183 |
+
url: images/9ea9ea9fcd1c2802e44e503d58e221811b01a5cf_high.webp
|
| 184 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 185 |
+
instance_prompt: NickyFerrari, MILF, Nicky Ferrari
|
| 186 |
+
license: artistic-2.0
|
| 187 |
+
---
|
| 188 |
+
# Nicky Ferrari
|
| 189 |
+
|
| 190 |
+
<Gallery />
|
| 191 |
+
|
| 192 |
+
## Model description
|
| 193 |
+
|
| 194 |
+
Modelo de Nicky Ferrari
|
| 195 |
+
|
| 196 |
+
## Trigger words
|
| 197 |
+
|
| 198 |
+
You should use `NickyFerrari` to trigger the image generation.
|
| 199 |
+
|
| 200 |
+
You should use `MILF` to trigger the image generation.
|
| 201 |
+
|
| 202 |
+
You should use `Nicky Ferrari` to trigger the image generation.
|
| 203 |
+
|
| 204 |
+
|
| 205 |
+
## Download model
|
| 206 |
+
|
| 207 |
+
Weights for this model are available in Safetensors format.
|
| 208 |
+
|
| 209 |
+
[Download](/HankMoody1980/NickyFerrari/tree/main) them in the Files & versions tab.
|