Push model using huggingface_hub.
Browse files- config.json +40 -0
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,6 +1,46 @@
|
|
1 |
{
|
2 |
"ckpt_path": null,
|
3 |
"colorize_nlabels": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"ignore_keys": [],
|
5 |
"image_key": "image",
|
6 |
"loss": {
|
|
|
1 |
{
|
2 |
"ckpt_path": null,
|
3 |
"colorize_nlabels": null,
|
4 |
+
"decoder": {
|
5 |
+
"attn_resolutions": [
|
6 |
+
16
|
7 |
+
],
|
8 |
+
"ch": 128,
|
9 |
+
"ch_mult": [
|
10 |
+
1,
|
11 |
+
1,
|
12 |
+
2,
|
13 |
+
2,
|
14 |
+
4
|
15 |
+
],
|
16 |
+
"double_z": false,
|
17 |
+
"dropout": 0.0,
|
18 |
+
"in_channels": 3,
|
19 |
+
"num_res_blocks": 2,
|
20 |
+
"out_ch": 3,
|
21 |
+
"resolution": 256,
|
22 |
+
"z_channels": 256
|
23 |
+
},
|
24 |
+
"encoder": {
|
25 |
+
"attn_resolutions": [
|
26 |
+
16
|
27 |
+
],
|
28 |
+
"ch": 128,
|
29 |
+
"ch_mult": [
|
30 |
+
1,
|
31 |
+
1,
|
32 |
+
2,
|
33 |
+
2,
|
34 |
+
4
|
35 |
+
],
|
36 |
+
"double_z": false,
|
37 |
+
"dropout": 0.0,
|
38 |
+
"in_channels": 3,
|
39 |
+
"num_res_blocks": 2,
|
40 |
+
"out_ch": 3,
|
41 |
+
"resolution": 256,
|
42 |
+
"z_channels": 256
|
43 |
+
},
|
44 |
"ignore_keys": [],
|
45 |
"image_key": "image",
|
46 |
"loss": {
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 365860232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ae739331dc6c6aad1b94e501608024df479c1e0ebbb641f817b62bee5c1d734
|
3 |
size 365860232
|