nabdan commited on
Commit
142935e
1 Parent(s): 1b49ba9

Upload with huggingface_hub

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": "UNet2DModel",
3
+ "_diffusers_version": "0.11.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 32,
9
+ 64,
10
+ 64
11
+ ],
12
+ "center_input_sample": false,
13
+ "down_block_types": [
14
+ "DownBlock2D",
15
+ "AttnDownBlock2D",
16
+ "AttnDownBlock2D"
17
+ ],
18
+ "downsample_padding": 1,
19
+ "flip_sin_to_cos": true,
20
+ "freq_shift": 0,
21
+ "in_channels": 1,
22
+ "layers_per_block": 2,
23
+ "mid_block_scale_factor": 1,
24
+ "norm_eps": 1e-05,
25
+ "norm_num_groups": 32,
26
+ "out_channels": 1,
27
+ "resnet_time_scale_shift": "default",
28
+ "sample_size": 28,
29
+ "time_embedding_type": "positional",
30
+ "up_block_types": [
31
+ "AttnUpBlock2D",
32
+ "AttnUpBlock2D",
33
+ "UpBlock2D"
34
+ ]
35
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e876a84c5229cc82167bfcce049f8be1a54b99115eafcf50731730c77a2580
3
+ size 6949573