sayakpaul HF Staff commited on
Commit
f676171
·
1 Parent(s): eaddb84

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +35 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "TinyAutoencoder",
3
+ "_diffusers_version": "0.20.0.dev0",
4
+ "act_fn": "relu",
5
+ "decoder_block_out_channels": [
6
+ 64,
7
+ 64,
8
+ 64,
9
+ 64
10
+ ],
11
+ "encoder_block_out_channels": [
12
+ 64,
13
+ 64,
14
+ 64,
15
+ 64
16
+ ],
17
+ "in_channels": 3,
18
+ "latent_channels": 4,
19
+ "latent_magnitude": 3,
20
+ "latent_shift": 0.5,
21
+ "num_decoder_blocks": [
22
+ 3,
23
+ 3,
24
+ 3,
25
+ 1
26
+ ],
27
+ "num_encoder_blocks": [
28
+ 1,
29
+ 3,
30
+ 3,
31
+ 3
32
+ ],
33
+ "out_channels": 3,
34
+ "upsampling_scaling_factor": 2
35
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10edf81156f91c715abb17eb6b399d6165ee2eda0c90d37f87d12d981dccacd5
3
+ size 9832501