bes-dev
commited on
Commit
•
9bacd5b
1
Parent(s):
ff5f87c
initial commit
Browse files- models.json +26 -0
- text_encoder.bin +3 -0
- text_encoder.xml +0 -0
- unet.bin +3 -0
- unet.xml +0 -0
- vae.bin +3 -0
- vae.xml +0 -0
models.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_encoder.xml": {
|
3 |
+
"url": "https://drive.google.com/uc?id=1VXPpeieEkFbSkxbmga32DebTsf8E8NN4",
|
4 |
+
"md5": "d5c6dd1e3ea5b8412b4434863877dfc9"
|
5 |
+
},
|
6 |
+
"text_encoder.bin": {
|
7 |
+
"url": "https://drive.google.com/uc?id=1r09rTco5FtIP0IPzJTompAN8YAu2doGG",
|
8 |
+
"md5": "ba70816e82b49b33ca292d46a787975f"
|
9 |
+
},
|
10 |
+
"unet.xml": {
|
11 |
+
"url": "https://drive.google.com/uc?id=1md8Eur0AUWyEciWO-NCQ5gqpsHC7p_gD",
|
12 |
+
"md5": "2d9e95da71447a81e07559de8b6df6f3"
|
13 |
+
},
|
14 |
+
"unet.bin": {
|
15 |
+
"url": "https://drive.google.com/uc?id=1aCEXRLPK7vjABaD4ZC-SGtpT5kgyTcMo",
|
16 |
+
"md5": "b0ffbc118ed32532172ad60bb1cc2a71"
|
17 |
+
},
|
18 |
+
"vae.xml": {
|
19 |
+
"url": "https://drive.google.com/uc?id=1MblgqTMooC6N5jq5s_69k02G4evRlST1",
|
20 |
+
"md5": "281704d317c33b06e96bb54b2d546efe"
|
21 |
+
},
|
22 |
+
"vae.bin": {
|
23 |
+
"url": "https://drive.google.com/uc?id=1g9cFqb0qcr4nEBrLk_mlWBl5Lu_ggIfA",
|
24 |
+
"md5": "15c7db7f79059553b7d8381815347c03"
|
25 |
+
}
|
26 |
+
}
|
text_encoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3f34c33d8c272f61c6780251a503911c7e7a448cdc10f8fb7d9bc59c3462951
|
3 |
+
size 492265928
|
text_encoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
unet.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7655112cde3c5084c2709b2b89994834b24efc457f2c1b302bb3d7a056bfdb7a
|
3 |
+
size 3438085440
|
unet.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vae.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:456fd6d12ffab507af1ad6772b7b1922b35502272cd5be3708c8292252cd4c46
|
3 |
+
size 197961080
|
vae.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|