madebyollin commited on
Commit
5463ee6
1 Parent(s): 6b63d15

Upload 3 files

Browse files
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderTiny",
3
+ "_diffusers_version": "0.30.0",
4
+ "act_fn": "relu",
5
+ "block_out_channels": [
6
+ 64,
7
+ 64,
8
+ 64,
9
+ 64
10
+ ],
11
+ "decoder_block_out_channels": [
12
+ 64,
13
+ 64,
14
+ 64,
15
+ 64
16
+ ],
17
+ "encoder_block_out_channels": [
18
+ 64,
19
+ 64,
20
+ 64,
21
+ 64
22
+ ],
23
+ "force_upcast": false,
24
+ "in_channels": 3,
25
+ "latent_channels": 16,
26
+ "latent_magnitude": 3,
27
+ "latent_shift": 0.5,
28
+ "num_decoder_blocks": [
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 1
33
+ ],
34
+ "num_encoder_blocks": [
35
+ 1,
36
+ 3,
37
+ 3,
38
+ 3
39
+ ],
40
+ "out_channels": 3,
41
+ "scaling_factor": 1.0,
42
+ "shift_factor": 0.0,
43
+ "upsample_fn": "nearest",
44
+ "upsampling_scaling_factor": 2
45
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96cfac57ad0d2314b0bd78065b97266063196ee65cfc082a85be4abb9c89915c
3
+ size 9879238
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927f7de7f11bbd3b2d5ce402e608d97a7649e0921a9601995b044e8efc81e449
3
+ size 9848636