Upload folder using huggingface_hub
Browse files- config.json +5 -5
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
-
"addition_embed_type":
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
-
"addition_time_embed_dim":
|
| 9 |
"attention_head_dim": [
|
| 10 |
10,
|
| 11 |
10,
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"class_embeddings_concat": false,
|
| 25 |
"conv_in_kernel": 3,
|
| 26 |
"conv_out_kernel": 3,
|
| 27 |
-
"cross_attention_dim":
|
| 28 |
"cross_attention_norm": null,
|
| 29 |
"down_block_types": [
|
| 30 |
"CrossAttnDownBlock2D",
|
|
@@ -50,7 +50,7 @@
|
|
| 50 |
"num_class_embeds": null,
|
| 51 |
"only_cross_attention": false,
|
| 52 |
"out_channels": 32,
|
| 53 |
-
"projection_class_embeddings_input_dim":
|
| 54 |
"resnet_out_scale_factor": 1.0,
|
| 55 |
"resnet_skip_time_act": false,
|
| 56 |
"resnet_time_scale_shift": "default",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.37.0",
|
| 4 |
"_name_or_path": "unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
+
"addition_embed_type": "text_time",
|
| 7 |
"addition_embed_type_num_heads": 64,
|
| 8 |
+
"addition_time_embed_dim": 256,
|
| 9 |
"attention_head_dim": [
|
| 10 |
10,
|
| 11 |
10,
|
|
|
|
| 24 |
"class_embeddings_concat": false,
|
| 25 |
"conv_in_kernel": 3,
|
| 26 |
"conv_out_kernel": 3,
|
| 27 |
+
"cross_attention_dim": 2048,
|
| 28 |
"cross_attention_norm": null,
|
| 29 |
"down_block_types": [
|
| 30 |
"CrossAttnDownBlock2D",
|
|
|
|
| 50 |
"num_class_embeds": null,
|
| 51 |
"only_cross_attention": false,
|
| 52 |
"out_channels": 32,
|
| 53 |
+
"projection_class_embeddings_input_dim": 3584,
|
| 54 |
"resnet_out_scale_factor": 1.0,
|
| 55 |
"resnet_skip_time_act": false,
|
| 56 |
"resnet_time_scale_shift": "default",
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:747d6b037d0585d562a3d71d522c48569dbef3d61d672021b36725c72549b41e
|
| 3 |
+
size 6318956752
|