michaelpiro1 commited on
Commit
2181dc3
1 Parent(s): 3496547

Upload 2 files

Browse files
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e0c6c7c34e459c19500cc15cf538e6331db14969ea15917caa9b0966e44fd4
3
+ size 221530308
vae/vae_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.25.1",
4
+ "_name_or_path": "/Users/mac/.cache/huggingface/hub/models--ucsd-reach--musicldm/snapshots/b8135e32e6b85e752c513d2e2ad44269e46024f7/vae",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512
10
+ ],
11
+ "down_block_types": [
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D"
15
+ ],
16
+ "force_upcast": true,
17
+ "in_channels": 1,
18
+ "latent_channels": 8,
19
+ "layers_per_block": 2,
20
+ "norm_num_groups": 32,
21
+ "out_channels": 1,
22
+ "sample_size": 1024,
23
+ "scaling_factor": 1.075324296951294,
24
+ "up_block_types": [
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D"
28
+ ]
29
+ }