Commit
·
da820c4
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +56 -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,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A visually striking close up photograph of Margot Robbie standing in the
|
11 |
+
middle of a city street at night, surrounded by the vibrant glow of neon
|
12 |
+
signs. The atmosphere is electric, with neon pink and blue lighting casting
|
13 |
+
colorful reflections across the scene, giving the environment a dynamic and
|
14 |
+
almost futuristic feel. The lights bounce off the wet pavement, creating a
|
15 |
+
vibrant backdrop that enhances the urban night setting. She is wearing a
|
16 |
+
tight fitted white short sleeve t-shirt that emphasizes her figure, adding a
|
17 |
+
casual yet stylish touch to her outfit. The shirt features the word "Flux"
|
18 |
+
written across the chest in medium black font, The simplicity of the t-shirt
|
19 |
+
contrasts with the complexity of the neon-lit surroundings, drawing
|
20 |
+
attention to both Margot and the message on her shirt. Her hair is styled
|
21 |
+
naturally, perhaps in loose waves or a sleek style, allowing the neon lights
|
22 |
+
to highlight subtle tones in her hair. Her makeup is minimal but effective,
|
23 |
+
with perhaps a soft glow on her skin and a hint of color that stands out
|
24 |
+
under the neon lights. Her expression is calm and self-assured, with a
|
25 |
+
slight hint of curiosity or determination as she gazes into the distance or
|
26 |
+
directly at the camera. The background is filled with urban elements like
|
27 |
+
neon signs, shop fronts, and perhaps distant silhouettes of people, adding
|
28 |
+
depth and context to the scene. The neon lights in pink and blue provide a
|
29 |
+
striking contrast against the dark night, making the colors pop and adding
|
30 |
+
an almost cinematic quality to the photograph. her pose is relaxed yet
|
31 |
+
confident, perhaps with one hand casually resting at her side or in a
|
32 |
+
pocket, and her stance slightly angled to show off the shirt. The overall
|
33 |
+
composition focuses on her within the vibrant city setting, making her stand
|
34 |
+
out while also integrating her into the lively atmosphere of the street.
|
35 |
+
The overall mood of the photograph is modern, edgy, and vibrant, capturing
|
36 |
+
Margot Robbie in a moment that blends casual fashion with the dynamic energy
|
37 |
+
of the neon-lit city night. The combination of her outfit, the bold "FLUX"
|
38 |
+
text, and the colorful urban environment creates a visually captivating and
|
39 |
+
memorable image.
|
40 |
+
output:
|
41 |
+
url: images/0237432f-b50c-40f9-9228-00e7a264c143.jpg
|
42 |
+
base_model: black-forest-labs/FLUX.1-dev
|
43 |
+
instance_prompt: null
|
44 |
+
|
45 |
+
---
|
46 |
+
# Margot Robbie Flux
|
47 |
+
|
48 |
+
<Gallery />
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
## Download model
|
53 |
+
|
54 |
+
Weights for this model are available in Safetensors format.
|
55 |
+
|
56 |
+
[Download](/playboy40k/flux-MargotRobbieLora/tree/main) them in the Files & versions tab.
|