kedartatwawadi commited on
Commit
40f4122
1 Parent(s): c2e8cc4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +42 -0
  2. diffusion_pytorch_model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.20.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
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "AttnDownBlock2D",
19
+ "AttnDownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "downsample_type": "conv",
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 3,
26
+ "layers_per_block": 2,
27
+ "mid_block_scale_factor": 1,
28
+ "norm_eps": 1e-05,
29
+ "norm_num_groups": 32,
30
+ "num_class_embeds": null,
31
+ "out_channels": 3,
32
+ "resnet_time_scale_shift": "default",
33
+ "sample_size": 32,
34
+ "time_embedding_type": "positional",
35
+ "up_block_types": [
36
+ "AttnUpBlock2D",
37
+ "AttnUpBlock2D",
38
+ "UpBlock2D",
39
+ "UpBlock2D"
40
+ ],
41
+ "upsample_type": "conv"
42
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c2ae3e9619207a584e181392c7b51921b8c1f4ad3821bec8507952cbdef24f
3
+ size 74185252