xvjiarui commited on
Commit
bd90e23
·
1 Parent(s): d353854

upload model

Browse files
Files changed (2) hide show
  1. config.json +29 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "VQModel",
3
+ "_diffusers_version": "0.14.0.dev0",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 512
9
+ ],
10
+ "down_block_types": [
11
+ "DownEncoderBlock2D",
12
+ "DownEncoderBlock2D",
13
+ "DownEncoderBlock2D"
14
+ ],
15
+ "in_channels": 3,
16
+ "latent_channels": 3,
17
+ "layers_per_block": 2,
18
+ "norm_num_groups": 32,
19
+ "num_vq_embeddings": 8192,
20
+ "out_channels": 3,
21
+ "sample_size": 256,
22
+ "scaling_factor": 0.18215,
23
+ "up_block_types": [
24
+ "UpDecoderBlock2D",
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D"
27
+ ],
28
+ "vq_embed_dim": null
29
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63cf678a5c261d4e97d6cbe059d0ffececa1667229122dcfea954cf195ce618e
3
+ size 221370455