AiAF
commited on
Commit
•
d54b060
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +101 -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,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, Photo of
|
10 |
+
a woman with brown | black hair, smiling at the camera. She is wearing a red
|
11 |
+
bikini top that accentuates her large breasts and cleavage. The background
|
12 |
+
is a serene beach scene with gentle waves crashing onto the shore. The
|
13 |
+
lighting is soft and natural, casting gentle shadows on her face and body.
|
14 |
+
The overall mood is cheerful and inviting.
|
15 |
+
output:
|
16 |
+
url: images/1733855940954__000002000_0.jpg
|
17 |
+
- text: >-
|
18 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, A woman
|
19 |
+
with black hair, wearing a blue and white striped shirt, smiling at the
|
20 |
+
camera. She is standing in the middle of the image, with a bright blue sky
|
21 |
+
and a few people in the background. The building behind her has arches and
|
22 |
+
intricate carvings, and the image is taken from a low angle, giving a clear
|
23 |
+
view of her upper body. The lighting is bright and natural, highlighting her
|
24 |
+
curly hair and the blue sky.
|
25 |
+
output:
|
26 |
+
url: images/1733855959531__000002000_1.jpg
|
27 |
+
- text: >-
|
28 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, Photo of
|
29 |
+
a woman with brown hair, wearing a pink ribbed crop top and blue jeans,
|
30 |
+
standing in a modern living room with a beige carpet, white walls, and
|
31 |
+
shelves with various items. She is smiling at the camera, looking directly
|
32 |
+
at the viewer. The lighting is bright and natural, coming from the left side
|
33 |
+
of the image. The woman has fair skin and a slender physique. The image has
|
34 |
+
a high-quality, professional feel.
|
35 |
+
output:
|
36 |
+
url: images/1733855978107__000002000_2.jpg
|
37 |
+
- text: >-
|
38 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, Photo of
|
39 |
+
a woman with black hair, wearing a yellow raincoat over a grey t-shirt,
|
40 |
+
standing on a rainy street in a city. She has a neutral expression and is
|
41 |
+
looking directly at the camera. She is holding a sign that says "Bunny". The
|
42 |
+
background features tall buildings and a cloudy sky. The image is taken from
|
43 |
+
a low angle, focusing on the woman's face and upper body. The lighting is
|
44 |
+
soft and natural, highlighting her features. The overall mood is moody and
|
45 |
+
rainy.
|
46 |
+
output:
|
47 |
+
url: images/1733856033840__000002000_5.jpg
|
48 |
+
- text: >-
|
49 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, Photo of
|
50 |
+
a woman with black hair, wearing a green dress with white daisies, sitting
|
51 |
+
on a grassy field at sunset. She has a fair complexion and is looking
|
52 |
+
directly at the camera with a slight smile. The background features a row of
|
53 |
+
houses and a tree. The lighting is warm and golden, casting gentle shadows
|
54 |
+
on her face and body. The overall mood is peaceful and serene.
|
55 |
+
output:
|
56 |
+
url: images/1733855996678__000002000_3.jpg
|
57 |
+
- text: >-
|
58 |
+
bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi, Photo of
|
59 |
+
a woman with brown hair, wearing a blue sweater vest over a white shirt and
|
60 |
+
a red plaid skirt, standing in a classroom setting with a desk and chair in
|
61 |
+
the background. She has a neutral expression and is looking directly at the
|
62 |
+
camera. The lighting is soft and natural, casting gentle shadows on her
|
63 |
+
face. The image has a high-quality, professional feel.
|
64 |
+
output:
|
65 |
+
url: images/1733856015255__000002000_4.jpg
|
66 |
+
base_model: black-forest-labs/FLUX.1-dev
|
67 |
+
instance_prompt: bunnyayumi \(Person\), BunnyAyu \(Person\), @BunnyAyu, @bunnyayumi
|
68 |
+
license: cc0-1.0
|
69 |
+
---
|
70 |
+
# BunnyAyumi [Flux1]
|
71 |
+
|
72 |
+
<Gallery />
|
73 |
+
|
74 |
+
## Model description
|
75 |
+
|
76 |
+
Realism Model of BunnyAyumi. Please let me know your thoughts!
|
77 |
+
|
78 |
+
Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)
|
79 |
+
|
80 |
+
TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1
|
81 |
+
|
82 |
+
Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==
|
83 |
+
|
84 |
+
Deviantart: https://www.deviantart.com/aiartfactory
|
85 |
+
|
86 |
+
## Trigger words
|
87 |
+
|
88 |
+
You should use `bunnyayumi \(Person\)` to trigger the image generation.
|
89 |
+
|
90 |
+
You should use `BunnyAyu \(Person\)` to trigger the image generation.
|
91 |
+
|
92 |
+
You should use `@BunnyAyu` to trigger the image generation.
|
93 |
+
|
94 |
+
You should use `@bunnyayumi` to trigger the image generation.
|
95 |
+
|
96 |
+
|
97 |
+
## Download model
|
98 |
+
|
99 |
+
Weights for this model are available in Safetensors format.
|
100 |
+
|
101 |
+
[Download](/AiAF/bunnyAyumi_LoRA_Flux1/tree/main) them in the Files & versions tab.
|