Wwwwang commited on
Commit
80e2be9
1 Parent(s): e26a836

Upload folder using huggingface_hub

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