alkzar90 commited on
Commit
0b64691
1 Parent(s): 2f87f7c

Upload with huggingface_hub

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