mindbytes commited on
Commit
1cc3327
·
1 Parent(s): 9e75f45

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +39 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.10.2",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": 8,
6
+ "block_out_channels": [
7
+ 64,
8
+ 64,
9
+ 128,
10
+ 128,
11
+ 256
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "flip_sin_to_cos": true,
23
+ "freq_shift": 0,
24
+ "in_channels": 3,
25
+ "layers_per_block": 3,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "out_channels": 3,
30
+ "sample_size": 64,
31
+ "time_embedding_type": "positional",
32
+ "up_block_types": [
33
+ "AttnUpBlock2D",
34
+ "AttnUpBlock2D",
35
+ "UpBlock2D",
36
+ "UpBlock2D",
37
+ "UpBlock2D"
38
+ ]
39
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75a17276da97cf8b2557b33590b91a404f0919db0e4817152f2cc670f5a57df
3
+ size 101037093