playboy40k
commited on
Commit
•
474b5c1
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +124 -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,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A vogue magazine cover of a young blonde woman looking away from the camera
|
11 |
+
with black streaks in her hair with tattoos of a butterfly on her shoulder,
|
12 |
+
wearing a halter neck dress and a wide brimmed straw hat, leaning against a
|
13 |
+
wall, non - nude portrait, style of a fashion model, detailed jewellery
|
14 |
+
<lora:sydneySweeneyFlux:1>
|
15 |
+
output:
|
16 |
+
url: images/53cfa915-1b6d-4f0b-be17-b875009afc66.jpeg
|
17 |
+
- text: >-
|
18 |
+
Generate a high-resolution, professionally-lit, close-up portrait photograph
|
19 |
+
of sw33ny, standing in a minimalist bedroom with a soft, creamy white
|
20 |
+
background. Sydney is wearing a pair of oversized, fluffy white bunny ears,
|
21 |
+
perched atop her head at a playful angle. Her hair is styled in loose,
|
22 |
+
effortless waves, with a few strands framing her face. She is dressed in a
|
23 |
+
flowy, off-the-shoulder white dress that drapes elegantly across her
|
24 |
+
shoulders and chest. The dress is made of a lightweight, silky material that
|
25 |
+
catches the soft light of the room, accentuating her curves. The overall
|
26 |
+
effect is whimsical, feminine, and subtly seductive. her gaze is directed
|
27 |
+
directly at the viewer, her bright blue eyes sparkling with a flirtatious
|
28 |
+
intensity. Her eyebrows are subtly raised, and her full lips are curved into
|
29 |
+
a sly, enigmatic smile that hints at a secret only she knows. Her skin is
|
30 |
+
smooth and luminous, with a subtle glow that suggests a warm, golden light.
|
31 |
+
The overall mood of the image is one of playful sophistication, as if she is
|
32 |
+
inviting the viewer into her intimate, dreamlike world. The minimalist
|
33 |
+
bedroom surroundings - a simple, low-profile bed, a few scattered throw
|
34 |
+
pillows, and a minimalist dresser in the background - serve to heighten the
|
35 |
+
sense of her presence, making her the sole focus of the image. The lighting
|
36 |
+
is soft and creamy, with a subtle warmth that suggests a lazy afternoon
|
37 |
+
spent lounging in bed. The shadows are gentle and subtle, adding depth and
|
38 |
+
dimension to the image without overpowering Sydney's radiant presence. The
|
39 |
+
image should be shot in a high-contrast, film-inspired aesthetic, with a
|
40 |
+
shallow depth of field that blurs the background and emphasizes her
|
41 |
+
features. The overall effect should be dreamy, romantic, and utterly
|
42 |
+
captivating."
|
43 |
+
output:
|
44 |
+
url: images/bce80da1-5316-4def-b12a-8648a896b807.jpeg
|
45 |
+
- text: >-
|
46 |
+
A close-up portrait of a blonde sw33ny at a red carpet event, wearing an
|
47 |
+
elegant black dress. The dress features intricate silk detailing along the
|
48 |
+
neckline and a subtle shimmer that catches the light. Her makeup is
|
49 |
+
flawlessly applied, with a classic red lip and a smoky eye, enhancing her
|
50 |
+
natural beauty. Her hair is styled in a sleek updo, with a few loose strands
|
51 |
+
framing her face. She is wearing elegant diamond earrings that sparkle
|
52 |
+
against her skin. The background is softly blurred, with hints of flashing
|
53 |
+
cameras and glamorous lighting, drawing all attention to her poised and
|
54 |
+
radiant expression. The overall mood of the portrait is one of
|
55 |
+
sophistication and timeless elegance
|
56 |
+
output:
|
57 |
+
url: images/f2d87588-c799-4d52-a0a9-ca1e8804ce78.jpeg
|
58 |
+
- text: >-
|
59 |
+
A nostalgic 90s-style photograph, photo of a woman, amateur photo 1990, in
|
60 |
+
natural light, in a white dress. <lora:sydneySweeneyFlux:1>
|
61 |
+
output:
|
62 |
+
url: images/cfe9c222-c656-4d48-b21a-70b1d1ef786d.jpeg
|
63 |
+
- text: >-
|
64 |
+
sw33ny standing on a red carpet at a prestigious event, surrounded by
|
65 |
+
flashing cameras and an elegant backdrop. She is wearing an exquisite,
|
66 |
+
floor-length black dress with a form-fitting silhouette and delicate lace
|
67 |
+
details. The dress features an off-the-shoulder design, with a slight train
|
68 |
+
flowing behind her. Her hair is styled in soft waves, cascading over her
|
69 |
+
shoulders, and she wears elegant jewelry, including sparkling earrings and a
|
70 |
+
matching bracelet. The actress poses confidently, her hand resting on her
|
71 |
+
hip, with a warm smile on her face as she gazes at the cameras. The
|
72 |
+
background includes a branded step-and-repeat banner, velvet ropes, and the
|
73 |
+
soft glow of evening lights, creating an atmosphere of sophistication and
|
74 |
+
star-studded glamour
|
75 |
+
output:
|
76 |
+
url: images/ComfyUI_temp_hkiyx_00004_.png
|
77 |
+
- text: >-
|
78 |
+
A close-up photograph of sw33ny standing in a cold, snowy forest, capturing
|
79 |
+
the serene and wintery atmosphere. She is dressed warmly, wearing a tight,
|
80 |
+
form-fitting sweater that hugs her figure, providing both warmth and style.
|
81 |
+
The sweater could be a soft, knitted material in a neutral or earthy color,
|
82 |
+
complementing the natural winter surroundings. She is also wearing a cozy
|
83 |
+
bobble hat that adds a touch of playfulness and warmth to her outfit. The
|
84 |
+
hat is snug, with a fluffy pom-pom on top, and is possibly knitted in a
|
85 |
+
complementary color to her sweater. Her hair peeks out from under the hat,
|
86 |
+
either in soft waves or neatly tucked inside. The background features a
|
87 |
+
dense forest blanketed in snow, with tall trees standing silent and still,
|
88 |
+
their branches heavy with fresh snow. The cold air is visible, adding a
|
89 |
+
crisp, frosty texture to the scene. The soft, diffused light of a cloudy
|
90 |
+
winter day illuminates the scene, creating a gentle, even glow that
|
91 |
+
highlights her features. Her expression is calm and peaceful, with a
|
92 |
+
slight smile or a serene look, reflecting the tranquility of the snowy
|
93 |
+
environment. The close-up composition focuses on her face and upper body,
|
94 |
+
allowing the details of her cozy winter outfit and the snowy backdrop to be
|
95 |
+
clearly visible. The overall mood of the photograph is serene, cozy, and
|
96 |
+
wintery, capturing sw33ny in a moment of quiet beauty amidst a snowy forest.
|
97 |
+
The combination of her warm, stylish outfit and the cold, crisp setting
|
98 |
+
creates a visually pleasing and atmospheric image.
|
99 |
+
output:
|
100 |
+
url: images/87ffbc03-fde1-40e0-8407-2c38bbe8666c.jpeg
|
101 |
+
- text: >-
|
102 |
+
A nostalgic 90s-style photograph, photo of a woman, amateur photo 1990, in
|
103 |
+
natural light, <lora:sydneySweeneyFlux:1>
|
104 |
+
output:
|
105 |
+
url: images/895cce33-2177-47bf-ab67-d8b508a2fa30.jpeg
|
106 |
+
base_model: black-forest-labs/FLUX.1-dev
|
107 |
+
instance_prompt: sw33ny
|
108 |
+
|
109 |
+
---
|
110 |
+
# Sydney Sweeney Flux
|
111 |
+
|
112 |
+
<Gallery />
|
113 |
+
|
114 |
+
|
115 |
+
## Trigger words
|
116 |
+
|
117 |
+
You should use `sw33ny` to trigger the image generation.
|
118 |
+
|
119 |
+
|
120 |
+
## Download model
|
121 |
+
|
122 |
+
Weights for this model are available in Safetensors format.
|
123 |
+
|
124 |
+
[Download](/playboy40k/flux-SydneySweeneyLora/tree/main) them in the Files & versions tab.
|