BorelTHU commited on
Commit
9c067ce
·
verified ·
1 Parent(s): f9f6816

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. config.json +40 -0
  2. 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:6e6daabad2e4aa787187c068ed8c12f5ecb4cf66bc4e64ecc35d7f637fce057d
3
  size 365860232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae739331dc6c6aad1b94e501608024df479c1e0ebbb641f817b62bee5c1d734
3
  size 365860232