AiAF
commited on
Commit
•
67cf0bd
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +76 -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,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Lauren Aspyn \(Person\), @laurenaspyn, A woman with black hair, wearing a
|
10 |
+
blue and white striped shirt, smiling at the camera. She is standing in the
|
11 |
+
middle of the image, with a bright blue sky and a few people in the
|
12 |
+
background. The building behind her has arches and intricate carvings, and
|
13 |
+
the image is taken from a low angle, giving a clear view of her upper body.
|
14 |
+
The lighting is bright and natural, highlighting her curly hair and the blue
|
15 |
+
sky. The image is high quality ad has a professional feel
|
16 |
+
output:
|
17 |
+
url: images/3322bdc6-e778-42ef-9fe5-41321409478d.jpg
|
18 |
+
- text: >-
|
19 |
+
Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with brown hair,
|
20 |
+
wearing a pink ribbed crop top and blue jeans, standing in a modern living
|
21 |
+
room with a beige carpet, white walls, and shelves with various items. She
|
22 |
+
is smiling at the camera, looking directly at the viewer. The lighting is
|
23 |
+
bright and natural, coming from the left side of the image. The woman has
|
24 |
+
fair skin and a slender physique. The image has a high-quality, professional
|
25 |
+
feel.
|
26 |
+
output:
|
27 |
+
url: images/99571caa-e1dc-42a4-a9b7-7d47d28773ca.jpg
|
28 |
+
- text: >-
|
29 |
+
Lauren Aspyn \(Person\), @laurenaspyn, Photo of a young woman with fair skin
|
30 |
+
and dark hair styled in two buns with pink ribbons, wearing a black
|
31 |
+
turtleneck sweater and a gold necklace with a large pendant. She is sitting
|
32 |
+
in the passenger seat of a car, smiling at the camera with her right hand
|
33 |
+
resting on her ear. The background shows a clear blue sky and some greenery
|
34 |
+
outside the car window. The lighting is bright and natural, highlighting her
|
35 |
+
features. The image is high quality and has a professional feel.
|
36 |
+
output:
|
37 |
+
url: images/b43c28c0-879d-4bdc-b8fa-5db3df533aab.jpg
|
38 |
+
- text: >-
|
39 |
+
Lauren Aspyn \(Person\), @laurenaspyn, cPhoto of a woman with black hair,
|
40 |
+
wearing a beige and black Starfleet uniform with a gold star emblem on the
|
41 |
+
chest. She is standing in a dimly lit room with a blurred background. The
|
42 |
+
lighting is soft and natural, casting gentle shadows on her face and body.
|
43 |
+
The woman has a serious expression and is looking directly at the camera.
|
44 |
+
medium breasts, The image has a high-quality, professional feel.
|
45 |
+
output:
|
46 |
+
url: images/cc5005b0-01c6-477c-bd4e-9532bd74d314.jpg
|
47 |
+
- text: >-
|
48 |
+
Lauren Aspyn \(Person\), @laurenaspyn, Photo of a woman with black
|
49 |
+
hair,wearing a blue t-shirt with white polka dots, standing in a snowy
|
50 |
+
forest with tall pine trees in the background. She has a neutral expression
|
51 |
+
and is looking directly at the camera. The lighting is soft and natural,
|
52 |
+
creating a serene atmosphere. The image is high quality and has a
|
53 |
+
professional feel.
|
54 |
+
output:
|
55 |
+
url: images/1364a808-ca6e-409d-a808-1e5b47540f56.jpg
|
56 |
+
base_model: black-forest-labs/FLUX.1-dev
|
57 |
+
instance_prompt: Lauren Aspyn \(Person\), @laurenaspyn
|
58 |
+
license: cc0-1.0
|
59 |
+
---
|
60 |
+
# Lauren Aspyn [Flux1]
|
61 |
+
|
62 |
+
<Gallery />
|
63 |
+
|
64 |
+
|
65 |
+
## Trigger words
|
66 |
+
|
67 |
+
You should use `Lauren Aspyn \(Person\)` to trigger the image generation.
|
68 |
+
|
69 |
+
You should use `@laurenaspyn` to trigger the image generation.
|
70 |
+
|
71 |
+
|
72 |
+
## Download model
|
73 |
+
|
74 |
+
Weights for this model are available in Safetensors format.
|
75 |
+
|
76 |
+
[Download](/AiAF/Lauren-Aspyn_LoRA_Flux1/tree/main) them in the Files & versions tab.
|