lauluCas commited on
Commit
4d5f664
·
verified ·
1 Parent(s): b86329a

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "sample_size": 32,
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "layers_per_block": 2,
7
+ "block_out_channels": [
8
+ 64,
9
+ 128,
10
+ 128,
11
+ 256
12
+ ],
13
+ "down_block_types": [
14
+ "DownBlock2D",
15
+ "DownBlock2D",
16
+ "AttnDownBlock2D",
17
+ "AttnDownBlock2D"
18
+ ],
19
+ "up_block_types": [
20
+ "AttnUpBlock2D",
21
+ "AttnUpBlock2D",
22
+ "UpBlock2D",
23
+ "UpBlock2D"
24
+ ],
25
+ "act_fn": "silu",
26
+ "attention_head_dim": 8,
27
+ "norm_num_groups": 32
28
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01afd177240e2f4ef874c338cb6db8f6a5999fe4885894955ef874342435415
3
+ size 74293050
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9ce0cd1b49b7e06d0128649c68e219a459233a87ee32354458cb7301de68ee
3
+ size 74185252