Upload folder using huggingface_hub
Browse files
sd1.5-fp16/config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet3DConditionModel",
|
3 |
+
"_diffusers_version": "0.18.2",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"attention_head_dim": 8,
|
6 |
+
"block_out_channels": [
|
7 |
+
320,
|
8 |
+
640,
|
9 |
+
1280,
|
10 |
+
1280
|
11 |
+
],
|
12 |
+
"center_input_sample": false,
|
13 |
+
"class_embed_type": null,
|
14 |
+
"cross_attention_dim": 768,
|
15 |
+
"down_block_types": [
|
16 |
+
"CrossAttnDownBlock3D",
|
17 |
+
"CrossAttnDownBlock3D",
|
18 |
+
"CrossAttnDownBlock3D",
|
19 |
+
"DownBlock3D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"dual_cross_attention": false,
|
23 |
+
"flip_sin_to_cos": true,
|
24 |
+
"freq_shift": 0,
|
25 |
+
"in_channels": 4,
|
26 |
+
"layers_per_block": 2,
|
27 |
+
"mid_block_scale_factor": 1,
|
28 |
+
"mid_block_type": "UNetMidBlock3DCrossAttn",
|
29 |
+
"motion_module_decoder_only": false,
|
30 |
+
"motion_module_kwargs": {
|
31 |
+
"attention_block_types": [
|
32 |
+
"Temporal_Self",
|
33 |
+
"Temporal_Self"
|
34 |
+
],
|
35 |
+
"num_attention_heads": 8,
|
36 |
+
"num_transformer_block": 1,
|
37 |
+
"temporal_attention_dim_div": 1,
|
38 |
+
"temporal_position_encoding": true,
|
39 |
+
"temporal_position_encoding_max_len": 24
|
40 |
+
},
|
41 |
+
"motion_module_mid_block": false,
|
42 |
+
"motion_module_resolutions": [
|
43 |
+
1,
|
44 |
+
2,
|
45 |
+
4,
|
46 |
+
8
|
47 |
+
],
|
48 |
+
"motion_module_type": "Vanilla",
|
49 |
+
"norm_eps": 1e-05,
|
50 |
+
"norm_num_groups": 32,
|
51 |
+
"num_class_embeds": null,
|
52 |
+
"only_cross_attention": false,
|
53 |
+
"out_channels": 4,
|
54 |
+
"resnet_time_scale_shift": "default",
|
55 |
+
"sample_size": 64,
|
56 |
+
"unet_use_cross_frame_attention": false,
|
57 |
+
"unet_use_temporal_attention": false,
|
58 |
+
"up_block_types": [
|
59 |
+
"UpBlock3D",
|
60 |
+
"CrossAttnUpBlock3D",
|
61 |
+
"CrossAttnUpBlock3D",
|
62 |
+
"CrossAttnUpBlock3D"
|
63 |
+
],
|
64 |
+
"upcast_attention": false,
|
65 |
+
"use_linear_projection": false,
|
66 |
+
"use_motion_module": true
|
67 |
+
}
|
sd1.5-fp16/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f00c17ec45adef8d62427c195f41f0b292fcd345c1d868c736d2053070e118d
|
3 |
+
size 2555181144
|