mertcobanov commited on
Commit
b125c36
1 Parent(s): 5813840

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +36 -0
  2. diffusion_pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
12
+ "center_input_sample": false,
13
+ "down_block_types": [
14
+ "DownBlock2D",
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "AttnDownBlock2D"
18
+ ],
19
+ "downsample_padding": 1,
20
+ "flip_sin_to_cos": true,
21
+ "freq_shift": 0,
22
+ "in_channels": 3,
23
+ "layers_per_block": 2,
24
+ "mid_block_scale_factor": 1,
25
+ "norm_eps": 1e-05,
26
+ "norm_num_groups": 32,
27
+ "out_channels": 3,
28
+ "sample_size": 32,
29
+ "time_embedding_type": "positional",
30
+ "up_block_types": [
31
+ "AttnUpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D",
34
+ "UpBlock2D"
35
+ ]
36
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939e958bccea5ce892a1e2186d6414c4ebd4b855cc4513af16fa20180bb8466c
3
+ size 74291433