dim commited on
Commit
d759928
·
verified ·
1 Parent(s): 71d86a6

Upload folder using huggingface_hub

Browse files
model_15001/unet/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.25.1",
4
+ "act_fn": "silu",
5
+ "add_attention": false,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 320,
10
+ 640,
11
+ 1280
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "down_block_types": [
16
+ "DownBlock2D",
17
+ "DownBlock2D",
18
+ "DownBlock2D"
19
+ ],
20
+ "downsample_padding": 1,
21
+ "downsample_type": "conv",
22
+ "dropout": 0.0,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 4,
26
+ "layers_per_block": 1,
27
+ "mid_block_scale_factor": 1,
28
+ "norm_eps": 1e-05,
29
+ "norm_num_groups": 32,
30
+ "num_class_embeds": null,
31
+ "num_train_timesteps": null,
32
+ "out_channels": 4,
33
+ "resnet_time_scale_shift": "default",
34
+ "sample_size": 64,
35
+ "time_embedding_type": "positional",
36
+ "up_block_types": [
37
+ "UpBlock2D",
38
+ "UpBlock2D",
39
+ "UpBlock2D"
40
+ ],
41
+ "upsample_type": "conv"
42
+ }
model_15001/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca61e56a7826d451c1e44739624400a0d3516b26a75d550ea2d2873724cc350e
3
+ size 984715584
model_15001/vae/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderTiny",
3
+ "_diffusers_version": "0.25.1",
4
+ "_name_or_path": "madebyollin/taesd",
5
+ "act_fn": "relu",
6
+ "block_out_channels": [
7
+ 64,
8
+ 64,
9
+ 64,
10
+ 64
11
+ ],
12
+ "decoder_block_out_channels": [
13
+ 64,
14
+ 64,
15
+ 64,
16
+ 64
17
+ ],
18
+ "encoder_block_out_channels": [
19
+ 64,
20
+ 64,
21
+ 64,
22
+ 64
23
+ ],
24
+ "force_upcast": false,
25
+ "in_channels": 3,
26
+ "latent_channels": 4,
27
+ "latent_magnitude": 3,
28
+ "latent_shift": 0.5,
29
+ "num_decoder_blocks": [
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 1
34
+ ],
35
+ "num_encoder_blocks": [
36
+ 1,
37
+ 3,
38
+ 3,
39
+ 3
40
+ ],
41
+ "out_channels": 3,
42
+ "scaling_factor": 1.0,
43
+ "shift_factor": 0.0,
44
+ "upsample_fn": "nearest",
45
+ "upsampling_scaling_factor": 2
46
+ }
model_15001/vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc67fd84de95cd603533167a62b7ab4d8b59ee23a95eb5725641ec7573f65ff0
3
+ size 9793292