xvjiarui commited on
Commit
f61ca36
1 Parent(s): 8848816

upload model

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": "VQModel",
3
+ "_diffusers_version": "0.14.0.dev0",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 128,
8
+ 256,
9
+ 256,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "AttnDownEncoderBlock2D"
18
+ ],
19
+ "in_channels": 3,
20
+ "latent_channels": 256,
21
+ "layers_per_block": 2,
22
+ "norm_num_groups": 32,
23
+ "num_vq_embeddings": 1024,
24
+ "out_channels": 3,
25
+ "sample_size": 256,
26
+ "scaling_factor": 0.18215,
27
+ "up_block_types": [
28
+ "AttnUpDecoderBlock2D",
29
+ "UpDecoderBlock2D",
30
+ "UpDecoderBlock2D",
31
+ "UpDecoderBlock2D",
32
+ "UpDecoderBlock2D"
33
+ ],
34
+ "vq_embed_dim": null
35
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61b0b3c9df957d6d65acd876d09843009923195d5274ec104354a8a4dccd1b1
3
+ size 288700067