KairosArg
commited on
Commit
·
6103392
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +140 -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,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: '-'
|
9 |
+
output:
|
10 |
+
url: images/1.jpg
|
11 |
+
- text: '-'
|
12 |
+
output:
|
13 |
+
url: images/0002.jpg
|
14 |
+
- text: '-'
|
15 |
+
output:
|
16 |
+
url: images/2.png
|
17 |
+
- text: '-'
|
18 |
+
output:
|
19 |
+
url: images/3.png
|
20 |
+
- text: '-'
|
21 |
+
output:
|
22 |
+
url: images/12cb.jpg
|
23 |
+
- text: '-'
|
24 |
+
output:
|
25 |
+
url: images/39.jpg
|
26 |
+
- text: "ASCII\0\0\0{\"data\":{\"pictureId\":\"b83ee350cabe475c9946fae268f53acd\",\"appversion\":\"4.4.0\",\"stickerId\":\"\",\"filterId\":\"\",\"infoStickerId\":\"\",\"imageEffectId\":\"\",\"playId\":\"\",\"activityName\":\"\",\"os\":\"android\",\"product\":\"retouch\",\"exportType\":\"\",\"editType\":\"\",\"alias\":\"\"},\"source_type\":\"hypic\",\"tiktok_developers_3p_anchor_params\":\"{\\\"client_key\\\":\\\"awgvo7gzpeas2ho6\\\",\\\"template_id\\\":\\\"\\\",\\\"filter_id\\\":[]}\"}\0"
|
27 |
+
output:
|
28 |
+
url: images/983.jpg
|
29 |
+
- text: "ASCII\0\0\0{\"data\":{\"pictureId\":\"28b0892277414fbc8f9a45e3a493c11e\",\"appversion\":\"4.4.0\",\"stickerId\":\"\",\"filterId\":\"\",\"infoStickerId\":\"\",\"imageEffectId\":\"\",\"playId\":\"\",\"activityName\":\"\",\"os\":\"android\",\"product\":\"retouch\",\"exportType\":\"\",\"editType\":\"\",\"alias\":\"\"},\"source_type\":\"hypic\",\"tiktok_developers_3p_anchor_params\":\"{\\\"client_key\\\":\\\"awgvo7gzpeas2ho6\\\",\\\"template_id\\\":\\\"\\\",\\\"filter_id\\\":[]}\"}\0"
|
30 |
+
output:
|
31 |
+
url: images/07271.jpg
|
32 |
+
- text: "ASCII\0\0\0{\"data\":{\"pictureId\":\"080ac7ed065f4b1fadb6572781464eee\",\"appversion\":\"4.4.0\",\"stickerId\":\"\",\"filterId\":\"\",\"infoStickerId\":\"\",\"imageEffectId\":\"\",\"playId\":\"\",\"activityName\":\"\",\"os\":\"android\",\"product\":\"retouch\",\"exportType\":\"\",\"editType\":\"\",\"alias\":\"\"},\"source_type\":\"hypic\",\"tiktok_developers_3p_anchor_params\":\"{\\\"client_key\\\":\\\"awgvo7gzpeas2ho6\\\",\\\"template_id\\\":\\\"\\\",\\\"filter_id\\\":[]}\"}\0"
|
33 |
+
output:
|
34 |
+
url: images/64500.jpg
|
35 |
+
- text: "ASCII\0\0\0{\"data\":{\"pictureId\":\"080f6d2024994d7482c1633907f5c64e\",\"appversion\":\"4.4.0\",\"stickerId\":\"\",\"filterId\":\"\",\"infoStickerId\":\"\",\"imageEffectId\":\"\",\"playId\":\"\",\"activityName\":\"\",\"os\":\"android\",\"product\":\"retouch\",\"exportType\":\"\",\"editType\":\"\",\"alias\":\"\"},\"source_type\":\"hypic\",\"tiktok_developers_3p_anchor_params\":\"{\\\"client_key\\\":\\\"awgvo7gzpeas2ho6\\\",\\\"template_id\\\":\\\"\\\",\\\"filter_id\\\":[]}\"}\0"
|
36 |
+
output:
|
37 |
+
url: images/70339.jpg
|
38 |
+
- text: '-'
|
39 |
+
output:
|
40 |
+
url: images/ast_fu240who1Z.png
|
41 |
+
- text: '-'
|
42 |
+
output:
|
43 |
+
url: images/calzas.jpg
|
44 |
+
- text: '-'
|
45 |
+
output:
|
46 |
+
url: images/calzas2.jpg
|
47 |
+
- text: '-'
|
48 |
+
output:
|
49 |
+
url: images/ckub.jpg
|
50 |
+
- text: '-'
|
51 |
+
output:
|
52 |
+
url: images/decidida.jpg
|
53 |
+
- text: '-'
|
54 |
+
output:
|
55 |
+
url: images/develom.jpg
|
56 |
+
- text: '-'
|
57 |
+
output:
|
58 |
+
url: images/Divya--Dampati.jpg
|
59 |
+
- text: '-'
|
60 |
+
output:
|
61 |
+
url: images/escena.jpg
|
62 |
+
- text: '-'
|
63 |
+
output:
|
64 |
+
url: images/indian.jpg
|
65 |
+
- text: '-'
|
66 |
+
output:
|
67 |
+
url: images/indife.jpg
|
68 |
+
- text: '-'
|
69 |
+
output:
|
70 |
+
url: images/maitennova.jpg
|
71 |
+
- text: '-'
|
72 |
+
output:
|
73 |
+
url: images/net_image (1).jpg
|
74 |
+
- text: '-'
|
75 |
+
output:
|
76 |
+
url: images/nqn.jpg
|
77 |
+
- text: '-'
|
78 |
+
output:
|
79 |
+
url: images/pixelcut-export2.jpg
|
80 |
+
- text: '-'
|
81 |
+
output:
|
82 |
+
url: images/quimera.jpg
|
83 |
+
- text: "ASCII\0\0\0{\"data\":{\"pictureId\":\"b83ee350cabe475c9946fae268f53acd\",\"appversion\":\"4.4.0\",\"stickerId\":\"\",\"filterId\":\"\",\"infoStickerId\":\"\",\"imageEffectId\":\"\",\"playId\":\"\",\"activityName\":\"\",\"os\":\"android\",\"product\":\"retouch\",\"exportType\":\"\",\"editType\":\"\",\"alias\":\"\"},\"source_type\":\"hypic\",\"tiktok_developers_3p_anchor_params\":\"{\\\"client_key\\\":\\\"awgvo7gzpeas2ho6\\\",\\\"template_id\\\":\\\"\\\",\\\"filter_id\\\":[]}\"}\0"
|
84 |
+
output:
|
85 |
+
url: images/re844.jpg
|
86 |
+
- text: >-
|
87 |
+
raw photo of a female, adult. a model, wearing green sweater white shirt and
|
88 |
+
jeans, posing on an empty white room, strong bokeh effect, perfect features,
|
89 |
+
skin texture, photo by Pedro Correa Rysward Wasko, sharp focus on subject,
|
90 |
+
uhd, shot on iPhone Pro Max
|
91 |
+
parameters:
|
92 |
+
negative_prompt: >-
|
93 |
+
worst, watermark, cropped, out-of-frame, low quality, low res, weird,
|
94 |
+
ugly, cgi, nsfw, nudity
|
95 |
+
output:
|
96 |
+
url: images/reage.png
|
97 |
+
- text: '-'
|
98 |
+
output:
|
99 |
+
url: images/rende.jpg
|
100 |
+
- text: '-'
|
101 |
+
output:
|
102 |
+
url: images/rendernage.jpg
|
103 |
+
- text: '-'
|
104 |
+
output:
|
105 |
+
url: images/rendernet_image (1).jpg
|
106 |
+
- text: '-'
|
107 |
+
output:
|
108 |
+
url: images/rendernet_image (2).jpg
|
109 |
+
- text: '-'
|
110 |
+
output:
|
111 |
+
url: images/rendernet_image.jpg
|
112 |
+
- text: '-'
|
113 |
+
output:
|
114 |
+
url: images/rendernet_media_img_r994H3bEmw.jpg
|
115 |
+
- text: '-'
|
116 |
+
output:
|
117 |
+
url: images/Sin-tADtulo-2-enhanced.jpg
|
118 |
+
- text: '-'
|
119 |
+
output:
|
120 |
+
url: images/sonrie dos.jpg
|
121 |
+
- text: '-'
|
122 |
+
output:
|
123 |
+
url: images/WhatsApp Image 2024-08-08 at 00.02.35.jpg
|
124 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
125 |
+
instance_prompt: null
|
126 |
+
|
127 |
+
---
|
128 |
+
# maiten nova
|
129 |
+
|
130 |
+
<Gallery />
|
131 |
+
|
132 |
+
## Model description
|
133 |
+
|
134 |
+
maiten nova v artist
|
135 |
+
|
136 |
+
|
137 |
+
## Download model
|
138 |
+
|
139 |
+
|
140 |
+
[Download](/KairosArg/maitennova/tree/main) them in the Files & versions tab.
|