Upload MyPipeline
Browse files
unet/config.json
CHANGED
|
@@ -4,8 +4,9 @@
|
|
| 4 |
"MyUNetModel"
|
| 5 |
],
|
| 6 |
"_diffusers_version": "0.22.0.dev0",
|
|
|
|
| 7 |
"act_fn": "silu",
|
| 8 |
-
"addition_embed_type":
|
| 9 |
"addition_embed_type_num_heads": 64,
|
| 10 |
"addition_time_embed_dim": 8,
|
| 11 |
"attention_head_dim": [
|
|
@@ -46,7 +47,7 @@
|
|
| 46 |
"num_class_embeds": null,
|
| 47 |
"only_cross_attention": false,
|
| 48 |
"out_channels": 4,
|
| 49 |
-
"projection_class_embeddings_input_dim":
|
| 50 |
"resnet_out_scale_factor": 1.0,
|
| 51 |
"resnet_skip_time_act": false,
|
| 52 |
"resnet_time_scale_shift": "default",
|
|
@@ -56,11 +57,14 @@
|
|
| 56 |
"time_embedding_dim": null,
|
| 57 |
"time_embedding_type": "positional",
|
| 58 |
"timestep_post_act": null,
|
| 59 |
-
"transformer_layers_per_block":
|
|
|
|
|
|
|
|
|
|
| 60 |
"up_block_types": [
|
| 61 |
"CrossAttnUpBlock2D",
|
| 62 |
"UpBlock2D"
|
| 63 |
],
|
| 64 |
"upcast_attention": false,
|
| 65 |
-
"use_linear_projection":
|
| 66 |
}
|
|
|
|
| 4 |
"MyUNetModel"
|
| 5 |
],
|
| 6 |
"_diffusers_version": "0.22.0.dev0",
|
| 7 |
+
"_name_or_path": "hf-internal-testing/tiny-sdxl-custom-all",
|
| 8 |
"act_fn": "silu",
|
| 9 |
+
"addition_embed_type": "text_time",
|
| 10 |
"addition_embed_type_num_heads": 64,
|
| 11 |
"addition_time_embed_dim": 8,
|
| 12 |
"attention_head_dim": [
|
|
|
|
| 47 |
"num_class_embeds": null,
|
| 48 |
"only_cross_attention": false,
|
| 49 |
"out_channels": 4,
|
| 50 |
+
"projection_class_embeddings_input_dim": 80,
|
| 51 |
"resnet_out_scale_factor": 1.0,
|
| 52 |
"resnet_skip_time_act": false,
|
| 53 |
"resnet_time_scale_shift": "default",
|
|
|
|
| 57 |
"time_embedding_dim": null,
|
| 58 |
"time_embedding_type": "positional",
|
| 59 |
"timestep_post_act": null,
|
| 60 |
+
"transformer_layers_per_block": [
|
| 61 |
+
1,
|
| 62 |
+
2
|
| 63 |
+
],
|
| 64 |
"up_block_types": [
|
| 65 |
"CrossAttnUpBlock2D",
|
| 66 |
"UpBlock2D"
|
| 67 |
],
|
| 68 |
"upcast_attention": false,
|
| 69 |
+
"use_linear_projection": true
|
| 70 |
}
|
unet/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:3a9feaa2012255f46026e05938e1c5fa301bf86ce1d3ba7c9054a316290dedac
|
| 3 |
+
size 7956000
|