playboy40k
commited on
Commit
•
cadbbec
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +100 -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,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
Billie Eilish is depicted in a close-up portrait with the ocean breeze
|
11 |
+
gently flowing through her long black hair. Her expression is calm and
|
12 |
+
reflective, with her bold black eyeshadow subtly enhancing her gaze. The
|
13 |
+
background features a softly blurred coastline, with hints of blue waves and
|
14 |
+
sky blending into the scene. The soft, natural lighting emphasizes the
|
15 |
+
warmth in her skin tone and the texture of her hair, creating an image that
|
16 |
+
feels both refreshing and tranquil
|
17 |
+
output:
|
18 |
+
url: images/ComfyUI_06735_.png
|
19 |
+
- text: >-
|
20 |
+
Billie Eilish stands in front of a large mirror, holding an iPhone 7, taking
|
21 |
+
a casual selfie. She’s wearing a tight high-neck shirt, with her short,
|
22 |
+
messy hair slightly covering one eye. The lighting is soft and dim, giving a
|
23 |
+
cozy, intimate vibe. Her expression is relaxed, with a hint of a smirk. The
|
24 |
+
background includes a cluttered bedroom with posters on the wall and clothes
|
25 |
+
scattered around, emphasizing a laid-back, authentic atmosphere. The iPhone
|
26 |
+
7 screen is slightly visible in the mirror reflection
|
27 |
+
output:
|
28 |
+
url: images/ComfyUI_06769_.png
|
29 |
+
- text: >-
|
30 |
+
hyperrealistic, billie eilish, medium messy wavy green hair, white skin,
|
31 |
+
inviting gaze, parted lips, tight shirt,
|
32 |
+
output:
|
33 |
+
url: images/ComfyUI_06827_.png
|
34 |
+
- text: >-
|
35 |
+
Billie Eilish is depicted in a close-up portrait outdoors on an overcast
|
36 |
+
day, wearing a grey turtleneck sweater that contrasts beautifully with the
|
37 |
+
soft, diffused light. The background shows a city street, blurred just
|
38 |
+
enough to keep the focus on her while adding depth and context. Her
|
39 |
+
expression is relaxed, with a thoughtful gaze as she looks slightly
|
40 |
+
off-camera. The cool tones and subtle lighting create a moody yet elegant
|
41 |
+
vibe
|
42 |
+
output:
|
43 |
+
url: images/ComfyUI_00937_.png
|
44 |
+
- text: >-
|
45 |
+
An amateur photo of Billie Eilish underwater, floating gracefully while
|
46 |
+
looking directly into the camera. She’s wearing a tight white high-neck
|
47 |
+
sweatshirt that gently billows in the water, paired with blue jeans. Her
|
48 |
+
hair flows freely in the water, framing her face as she maintains a calm,
|
49 |
+
almost curious expression. The image has a slightly grainy, unpolished feel,
|
50 |
+
with bubbles rising around her and soft sunlight filtering through the
|
51 |
+
water’s surface, casting ripples of light. The overall scene feels ethereal
|
52 |
+
yet grounded, capturing a quiet and introspective moment
|
53 |
+
output:
|
54 |
+
url: images/ComfyUI_01203_.png
|
55 |
+
- text: >-
|
56 |
+
volumetric lighting, face with Affectionate surface, billie eilish, blonde
|
57 |
+
hair, Abandoned, Eclectic, kodachrome, womanly
|
58 |
+
output:
|
59 |
+
url: images/ComfyUI_01268_.png
|
60 |
+
- text: >-
|
61 |
+
hyperrealistic photo of (billie eilish with long black hair) wearing a white
|
62 |
+
high-neck dress captured with a Canon EOS 90D in stunning high resolution,
|
63 |
+
by Greg Rutkowski
|
64 |
+
output:
|
65 |
+
url: images/ComfyUI_01573_.png
|
66 |
+
- text: >-
|
67 |
+
subtle grain, cinematic quality, professional portrait of billie eilish,
|
68 |
+
makeup, black hair, turtleneck, fine art photography, film still, movie
|
69 |
+
scene, outdoors, smile,
|
70 |
+
output:
|
71 |
+
url: images/ComfyUI_01728_.png
|
72 |
+
- text: >-
|
73 |
+
Billie Eilish is depicted in a close-up portrait with the ocean breeze
|
74 |
+
gently flowing through her long white hair. Her expression is calm and
|
75 |
+
reflective, with her bold black eyeshadow subtly enhancing her gaze. The
|
76 |
+
background features a softly blurred coastline, with hints of blue waves and
|
77 |
+
sky blending into the scene. The soft, natural lighting emphasizes the
|
78 |
+
warmth in her skin tone and the texture of her hair, creating an image that
|
79 |
+
feels both refreshing and tranquil
|
80 |
+
output:
|
81 |
+
url: images/ComfyUI_00926_.png
|
82 |
+
base_model: black-forest-labs/FLUX.1-dev
|
83 |
+
instance_prompt: Billie Eilish
|
84 |
+
|
85 |
+
---
|
86 |
+
# Billie Eilish Flux
|
87 |
+
|
88 |
+
<Gallery />
|
89 |
+
|
90 |
+
|
91 |
+
## Trigger words
|
92 |
+
|
93 |
+
You should use `Billie Eilish` to trigger the image generation.
|
94 |
+
|
95 |
+
|
96 |
+
## Download model
|
97 |
+
|
98 |
+
Weights for this model are available in Safetensors format.
|
99 |
+
|
100 |
+
[Download](/playboy40k/flux-BillieEilishLora/tree/main) them in the Files & versions tab.
|