cali72mero
commited on
Commit
•
9323fa8
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +214 -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,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: sex
|
10 |
+
output:
|
11 |
+
url: images/_~dng2_.jpg
|
12 |
+
- text: sex
|
13 |
+
output:
|
14 |
+
url: images/_1P8N9_.jpg
|
15 |
+
- text: sex
|
16 |
+
output:
|
17 |
+
url: images/_6J~1L8.jpg
|
18 |
+
- text: sex
|
19 |
+
output:
|
20 |
+
url: images/_09oawn.jpg
|
21 |
+
- text: sex
|
22 |
+
output:
|
23 |
+
url: images/_ebLVqC.jpg
|
24 |
+
- text: sex
|
25 |
+
output:
|
26 |
+
url: images/_FQPBS1.jpg
|
27 |
+
- text: sex
|
28 |
+
output:
|
29 |
+
url: images/_gCmk_- (1).jpg
|
30 |
+
- text: sex
|
31 |
+
output:
|
32 |
+
url: images/_gCmk_-.jpg
|
33 |
+
- text: '-'
|
34 |
+
output:
|
35 |
+
url: images/_gOo_uz.jpg
|
36 |
+
- text: '-'
|
37 |
+
output:
|
38 |
+
url: images/_HRigt1.jpg
|
39 |
+
- text: 'ancket nackt '
|
40 |
+
output:
|
41 |
+
url: images/_hRNMzC.jpg
|
42 |
+
- text: '-'
|
43 |
+
output:
|
44 |
+
url: images/_Hv4lWv.jpg
|
45 |
+
- text: '-'
|
46 |
+
output:
|
47 |
+
url: images/_ipZpdH (1).jpg
|
48 |
+
- text: '-'
|
49 |
+
output:
|
50 |
+
url: images/_NGlHgM.jpg
|
51 |
+
- text: '-'
|
52 |
+
output:
|
53 |
+
url: images/_ojUu0m.jpg
|
54 |
+
- text: '-'
|
55 |
+
output:
|
56 |
+
url: images/_PeZrR5.jpg
|
57 |
+
- text: '-'
|
58 |
+
output:
|
59 |
+
url: images/_pTi47J.jpg
|
60 |
+
- text: '-'
|
61 |
+
output:
|
62 |
+
url: images/_r0W0eK.jpg
|
63 |
+
- text: '-'
|
64 |
+
output:
|
65 |
+
url: images/_rgAPQZ.jpg
|
66 |
+
- text: '-'
|
67 |
+
output:
|
68 |
+
url: images/_VyJKmb.jpg
|
69 |
+
- text: '-'
|
70 |
+
output:
|
71 |
+
url: images/~1P8N9_.jpg
|
72 |
+
- text: '-'
|
73 |
+
output:
|
74 |
+
url: images/~7qs2Kg.jpg
|
75 |
+
- text: '-'
|
76 |
+
output:
|
77 |
+
url: images/~EWKhVS.jpg
|
78 |
+
- text: '-'
|
79 |
+
output:
|
80 |
+
url: images/~GoTXIN.jpg
|
81 |
+
- text: '-'
|
82 |
+
output:
|
83 |
+
url: images/~hRNMzC.jpg
|
84 |
+
- text: '-'
|
85 |
+
output:
|
86 |
+
url: images/~Hv4lWv.jpg
|
87 |
+
- text: '-'
|
88 |
+
output:
|
89 |
+
url: images/~ipZpdH.jpg
|
90 |
+
- text: '-'
|
91 |
+
output:
|
92 |
+
url: images/~rgAPQZ.jpg
|
93 |
+
- text: '-'
|
94 |
+
output:
|
95 |
+
url: images/~ss-pWw.jpg
|
96 |
+
- text: '-'
|
97 |
+
output:
|
98 |
+
url: images/~u60jCl.jpg
|
99 |
+
- text: '-'
|
100 |
+
output:
|
101 |
+
url: images/~uXcPBv.jpg
|
102 |
+
- text: '-'
|
103 |
+
output:
|
104 |
+
url: images/0a3c693c-708b-4002-8ba1-c4bb84e43c94.jpg
|
105 |
+
- text: '-'
|
106 |
+
output:
|
107 |
+
url: images/0A8woI6.jpg
|
108 |
+
- text: '-'
|
109 |
+
output:
|
110 |
+
url: images/0a728531-0e4d-426b-8b8f-ad1b22075641.jpg
|
111 |
+
- text: '-'
|
112 |
+
output:
|
113 |
+
url: images/0ad4fe86-dfdb-4af0-856d-541fe7ecf325.jpg
|
114 |
+
- text: '-'
|
115 |
+
output:
|
116 |
+
url: images/0c2bbd2f-1560-4c2f-89eb-e40efa6a0a63.jpg
|
117 |
+
- text: '-'
|
118 |
+
output:
|
119 |
+
url: images/0C89Bkv3nvEWph6POD52p2lI.jpg
|
120 |
+
- text: '-'
|
121 |
+
output:
|
122 |
+
url: images/0ceb522a-c570-4711-b809-27457b7bae3e.jpg
|
123 |
+
- text: '-'
|
124 |
+
output:
|
125 |
+
url: images/0d85d4c1-4fa2-486d-9a28-57927088453a.jpg
|
126 |
+
- text: '-'
|
127 |
+
output:
|
128 |
+
url: images/0da5963a-103c-48b5-a27c-ba8527c02b28.jpg
|
129 |
+
- text: '-'
|
130 |
+
output:
|
131 |
+
url: images/0de3912a-ba7a-4797-8bdd-bacccaf4aa15.jpg
|
132 |
+
- text: '-'
|
133 |
+
output:
|
134 |
+
url: images/0e4a829a-2125-4679-807e-e8984e39662d.jpg
|
135 |
+
- text: '-'
|
136 |
+
output:
|
137 |
+
url: images/0edf2b99-4583-427d-ba20-86129de5ab20.jpg
|
138 |
+
- text: '-'
|
139 |
+
output:
|
140 |
+
url: images/0f5e5224-9fc7-40d8-8c32-6b8373018832.jpg
|
141 |
+
- text: '-'
|
142 |
+
output:
|
143 |
+
url: images/0f8516a4-b9cd-4a25-a484-b6e71be08373.jpg
|
144 |
+
- text: '-'
|
145 |
+
output:
|
146 |
+
url: images/0fa81337-29d7-487e-b0f9-b772fe44db8c.jpg
|
147 |
+
- text: '-'
|
148 |
+
output:
|
149 |
+
url: images/0fm6Tk7.jpg
|
150 |
+
- text: '-'
|
151 |
+
output:
|
152 |
+
url: images/0FRrqpH.jpg
|
153 |
+
- text: '-'
|
154 |
+
output:
|
155 |
+
url: images/0GNIpoe.jpg
|
156 |
+
- text: '-'
|
157 |
+
output:
|
158 |
+
url: images/0JFtL-6.jpg
|
159 |
+
- text: '-'
|
160 |
+
output:
|
161 |
+
url: images/0Kf99Ma.jpg
|
162 |
+
- text: '-'
|
163 |
+
output:
|
164 |
+
url: images/0qjSwRm.jpg
|
165 |
+
- text: '-'
|
166 |
+
output:
|
167 |
+
url: images/0tn~vjw.jpg
|
168 |
+
- text: '-'
|
169 |
+
output:
|
170 |
+
url: images/0u3V1tD.jpg
|
171 |
+
- text: '-'
|
172 |
+
output:
|
173 |
+
url: images/0yFx_e-.jpg
|
174 |
+
- text: '-'
|
175 |
+
output:
|
176 |
+
url: images/01c0eadb-6226-43bb-b73e-16ba1e99a433.jpg
|
177 |
+
- text: '-'
|
178 |
+
output:
|
179 |
+
url: images/01YpF3q.jpg
|
180 |
+
- text: '-'
|
181 |
+
output:
|
182 |
+
url: images/1.jpg
|
183 |
+
- text: '-'
|
184 |
+
output:
|
185 |
+
url: images/1a36c660-8923-4fca-b28c-2fa944f92b4f.jpg
|
186 |
+
- text: '-'
|
187 |
+
output:
|
188 |
+
url: images/1a84cdcd-c667-4d5a-a18f-e16cf7384c26.jpg
|
189 |
+
- text: '-'
|
190 |
+
output:
|
191 |
+
url: images/1adsdwqsd.jpg
|
192 |
+
- text: '-'
|
193 |
+
output:
|
194 |
+
url: images/1aea11dc-6b31-4c3b-86dd-269acbc6a54d.jpg
|
195 |
+
- text: '-'
|
196 |
+
output:
|
197 |
+
url: images/1b2_bDV.jpg
|
198 |
+
- text: '-'
|
199 |
+
output:
|
200 |
+
url: images/1b9b2650-296b-4ed3-946e-5d88f997fad9.jpg
|
201 |
+
base_model: stabilityai/stable-diffusion-3-medium
|
202 |
+
instance_prompt: null
|
203 |
+
|
204 |
+
---
|
205 |
+
# ai
|
206 |
+
|
207 |
+
<Gallery />
|
208 |
+
|
209 |
+
|
210 |
+
|
211 |
+
## Download model
|
212 |
+
|
213 |
+
|
214 |
+
[Download](/cali72mero/ai/tree/main) them in the Files & versions tab.
|