batrlatom commited on
Commit
8e5e577
1 Parent(s): 3668dc9

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
+ 128,
9
+ 128,
10
+ 256,
11
+ 512
12
+ ],
13
+ "center_input_sample": false,
14
+ "down_block_types": [
15
+ "DownBlock2D",
16
+ "DownBlock2D",
17
+ "AttnDownBlock2D",
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": 2,
26
+ "mid_block_scale_factor": 1,
27
+ "norm_eps": 1e-05,
28
+ "norm_num_groups": 32,
29
+ "out_channels": 3,
30
+ "sample_size": 32,
31
+ "time_embedding_type": "positional",
32
+ "up_block_types": [
33
+ "AttnUpBlock2D",
34
+ "AttnUpBlock2D",
35
+ "AttnUpBlock2D",
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:14ff54c0bf5eed47266903ea97b6a9d327ba2ca2c28b3c1171c4a613c9d5a115
3
+ size 264039881