valhalla commited on
Commit
2c4b487
1 Parent(s): b241f14
Files changed (3) hide show
  1. config.json +30 -0
  2. preprocessor_config.json +9 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VQGANModel"
4
+ ],
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
+ "embed_dim": 256,
19
+ "give_pre_end": false,
20
+ "in_channels": 3,
21
+ "n_embed": 1024,
22
+ "num_res_blocks": 2,
23
+ "num_resolutions": 5,
24
+ "out_ch": 3,
25
+ "resamp_with_conv": true,
26
+ "resolution": 256,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.21.0.dev0",
29
+ "z_channels": 256
30
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 256,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "VQGANFeatureExtractor",
7
+ "resample": 1,
8
+ "size": 256
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bffc2fb06424edc06226783fed634cf3ba40af34e9edb499c8ff828eee7a1f9d
3
+ size 288677011