playboy40k
commited on
Commit
·
11d01bf
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +85 -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,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: '-'
|
10 |
+
output:
|
11 |
+
url: images/1000010017.png
|
12 |
+
- text: '-'
|
13 |
+
output:
|
14 |
+
url: images/ComfyUI_00236_.png
|
15 |
+
- text: '-'
|
16 |
+
output:
|
17 |
+
url: images/ComfyUI_Flux_webp_00170_.webp
|
18 |
+
- text: '-'
|
19 |
+
output:
|
20 |
+
url: images/ComfyUI_temp_ysgik_00067_.png
|
21 |
+
- text: >-
|
22 |
+
In this professional studio headshot, j3nnaort3ga stands with a proud yet
|
23 |
+
somber demeanor, illuminated by a hard studio light that casts sharp,
|
24 |
+
defined shadows, emphasizing the high-quality, dramatic nature of the shot.
|
25 |
+
The intense lighting brings out every detail of her elegant gothic attire,
|
26 |
+
adding a striking contrast to the scene. Her long, dark brown hair flows
|
27 |
+
down her back in soft, natural waves, slightly tousled, giving her an
|
28 |
+
intriguing mix of strength and vulnerability. The hard light accentuates her
|
29 |
+
striking features, with smokey eye makeup deepening the shadows around her
|
30 |
+
expressive brown eyes, giving her a haunting, enigmatic gaze. She is
|
31 |
+
dressed in a tight black corset top that cinches at her waist, accentuating
|
32 |
+
her petite frame and standing out sharply against her pale skin. The
|
33 |
+
intricate lace detailing on the corset is highlighted by the studio light,
|
34 |
+
adding texture and sophistication to her gothic ensemble. Her skirt is long
|
35 |
+
and flowing, composed of layered black fabric that drapes down to the floor,
|
36 |
+
with the light capturing the depth and texture of the dark material. Around
|
37 |
+
her neck, she wears a black choker necklace, intricately designed with red
|
38 |
+
gemstones that glint under the studio light, adding a subtle yet vibrant
|
39 |
+
touch to her otherwise dark attire. Her expression is serious and
|
40 |
+
introspective, her eyes cast downward in a contemplative gaze, as if lost in
|
41 |
+
thought. In her hands, she holds a single, velvety red rose, its delicate
|
42 |
+
petals starkly contrasting with her gothic outfit. The rose, captured in the
|
43 |
+
bright studio light, stands out as a vivid symbol of both beauty and
|
44 |
+
fragility. The backdrop is a dark, richly textured stone wall, its surface
|
45 |
+
sharply defined by the studio lighting. The hard light highlights the
|
46 |
+
contours of the stone, creating pronounced shadows that add depth and
|
47 |
+
intensity to the scene. The overall ambiance is dramatic and high-contrast,
|
48 |
+
with the woman embodying a sense of haunting elegance and introspection
|
49 |
+
output:
|
50 |
+
url: images/ComfyUI_temp_zpgix_00004_.png
|
51 |
+
- text: >-
|
52 |
+
portrait of j3nnaort3ga smoking a cigarette. She is sitting on a stool. she
|
53 |
+
is wearing a black patterned blouse and has long black hair. The smoke from
|
54 |
+
the cigarette is coming out of her mouth, creating a cloud-like effect. The
|
55 |
+
background is black, making the woman and the smoke stand out. The overall
|
56 |
+
mood of the image is somber and contemplative <lora:flux_j3nnaort3ga:1.3>
|
57 |
+
output:
|
58 |
+
url: images/25602052.jpeg
|
59 |
+
- text: >-
|
60 |
+
cinematic still, A gothic-portrait, skinny j3nnaort3ga in a surreal dark
|
61 |
+
gothic scenery. she holds a ripe and glossy red apple in her hands,
|
62 |
+
extending her arm slightly towards the camera. she is dressed in black
|
63 |
+
velvet gown with intricate lace details, mysterious, long dark brown hair,
|
64 |
+
smokey eye makeup. grotesque, unsettling <lora:flux_j3nnaort3ga:1>
|
65 |
+
output:
|
66 |
+
url: images/25601982.jpeg
|
67 |
+
base_model: black-forest-labs/FLUX.1-dev
|
68 |
+
instance_prompt: j3nnaort3ga
|
69 |
+
|
70 |
+
---
|
71 |
+
# Jenna Ortega Flux
|
72 |
+
|
73 |
+
<Gallery />
|
74 |
+
|
75 |
+
|
76 |
+
## Trigger words
|
77 |
+
|
78 |
+
You should use `j3nnaort3ga` to trigger the image generation.
|
79 |
+
|
80 |
+
|
81 |
+
## Download model
|
82 |
+
|
83 |
+
Weights for this model are available in Safetensors format.
|
84 |
+
|
85 |
+
[Download](/playboy40k/flux-JennaOrtegaLora/tree/main) them in the Files & versions tab.
|