Gluttony10
commited on
Commit
•
9cf8530
1
Parent(s):
6f10fd8
Upload config.yaml
Browse files- config.yaml +21 -0
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
base:
|
2 |
+
url: "https://drive.google.com/file/d/13oBl5MTVcWER3YU4fSxW3ATlVfueFQPY/view?usp=share_link"
|
3 |
+
md5: "d692e3dd5fa1b9658949d452bebf1cda"
|
4 |
+
ckpt_name: "ckpt_base.pth"
|
5 |
+
http_proxy: NULL
|
6 |
+
base_size: [1024, 1024]
|
7 |
+
|
8 |
+
|
9 |
+
fast:
|
10 |
+
url: "https://drive.google.com/file/d/1iRX-0MVbUjvAVns5MtVdng6CQlGOIo3m/view?usp=share_link"
|
11 |
+
md5: "9efdbfbcc49b79ef0f7891c83d2fd52f"
|
12 |
+
ckpt_name: "ckpt_fast.pth"
|
13 |
+
http_proxy: NULL
|
14 |
+
base_size: [384, 384]
|
15 |
+
|
16 |
+
base-nightly:
|
17 |
+
url: "https://drive.google.com/file/d/13YER0ri0RZkTdGQqWiwK795i39FrXNKL/view?usp=drive_link"
|
18 |
+
md5: NULL
|
19 |
+
ckpt_name: "ckpt_base_nightly.pth"
|
20 |
+
http_proxy: NULL
|
21 |
+
base_size: [1024, 1024]
|