Commit
·
d969a53
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +82 -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,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
10 |
+
stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut
|
11 |
+
hairstyle, blue eyes, and a dimple on his chin. There are some faint facial
|
12 |
+
scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina
|
13 |
+
is wearing a deep green velvet dress with intricate lace detailing on the
|
14 |
+
sleeves, and Sasha sports a tailored navy blue suit with a crisp white
|
15 |
+
shirt. The background features a softly blurred cityscape at dusk, where the
|
16 |
+
cinematic lighting casts gentle shadows, highlighting their features with a
|
17 |
+
photorealistic touch. documentary film still, backlit, lifestyle
|
18 |
+
photography, candid, realistic, epic realism
|
19 |
+
output:
|
20 |
+
url: images/IMG_1171.png
|
21 |
+
- text: >-
|
22 |
+
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
23 |
+
stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut
|
24 |
+
hairstyle, blue eyes, and a dimple on his chin. There are some faint facial
|
25 |
+
scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina
|
26 |
+
is wearing a deep green velvet dress with intricate lace detailing on the
|
27 |
+
sleeves, and Sasha sports a tailored navy blue suit with a crisp white
|
28 |
+
shirt. The background features a softly blurred cityscape at dusk, where the
|
29 |
+
cinematic lighting casts gentle shadows, highlighting their features with a
|
30 |
+
photorealistic touch. documentary film still
|
31 |
+
output:
|
32 |
+
url: images/IMG_1169.png
|
33 |
+
- text: >-
|
34 |
+
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
35 |
+
stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut
|
36 |
+
hairstyle, blue eyes, and a dimple on his chin. There are some faint facial
|
37 |
+
scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina
|
38 |
+
is wearing a deep green velvet dress with intricate lace detailing on the
|
39 |
+
sleeves, and Sasha sports a tailored navy blue suit with a crisp white
|
40 |
+
shirt. The background features a softly blurred cityscape at dusk, where the
|
41 |
+
cinematic lighting casts gentle shadows, highlighting their features with a
|
42 |
+
photorealistic touch. documentary film still
|
43 |
+
output:
|
44 |
+
url: images/IMG_1170.png
|
45 |
+
- text: >-
|
46 |
+
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
47 |
+
stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut
|
48 |
+
hairstyle, blue eyes, and a dimple on his chin. There are some faint facial
|
49 |
+
scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina
|
50 |
+
is wearing a deep green velvet dress with intricate lace detailing on the
|
51 |
+
sleeves, and Sasha sports a tailored navy blue suit with a crisp white
|
52 |
+
shirt. The background features a softly blurred cityscape at dusk, where the
|
53 |
+
cinematic lighting casts gentle shadows, highlighting their features with a
|
54 |
+
photorealistic touch. documentary film still, backlit
|
55 |
+
output:
|
56 |
+
url: images/IMG_1172.png
|
57 |
+
- text: >-
|
58 |
+
<Tina_ti>. Tina, a 45-year-old woman with short stature and blonde hair,
|
59 |
+
stands beside <ai_Phone>. Sasha, a 40-year-old man with a buzz cut
|
60 |
+
hairstyle, blue eyes, and a dimple on his chin. There are some faint facial
|
61 |
+
scars adding a rugged appeal to his visage. Both are dressed elegantly; Tina
|
62 |
+
is wearing a deep green velvet dress with intricate lace detailing on the
|
63 |
+
sleeves, and Sasha sports a tailored navy blue suit with a crisp white
|
64 |
+
shirt. The background features a softly blurred cityscape at dusk, where the
|
65 |
+
cinematic lighting casts gentle shadows, highlighting their features with a
|
66 |
+
photorealistic touch.
|
67 |
+
output:
|
68 |
+
url: images/IMG_1173.png
|
69 |
+
base_model: black-forest-labs/FLUX.1-dev
|
70 |
+
instance_prompt: null
|
71 |
+
|
72 |
+
---
|
73 |
+
# Tiai3
|
74 |
+
|
75 |
+
<Gallery />
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
## Download model
|
80 |
+
|
81 |
+
|
82 |
+
[Download](/aiPhone13/Tinati3/tree/main) them in the Files & versions tab.
|