Upload StableDiffusionPipeline
Browse files
unet/config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"class_embeddings_concat": false,
|
19 |
"conv_in_kernel": 3,
|
20 |
"conv_out_kernel": 3,
|
21 |
-
"cross_attention_dim":
|
22 |
"cross_attention_norm": null,
|
23 |
"down_block_types": [
|
24 |
"DownBlock2D",
|
@@ -52,7 +52,7 @@
|
|
52 |
"sample_size": 32,
|
53 |
"time_cond_proj_dim": null,
|
54 |
"time_embedding_act_fn": null,
|
55 |
-
"time_embedding_dim":
|
56 |
"time_embedding_type": "positional",
|
57 |
"timestep_post_act": null,
|
58 |
"transformer_layers_per_block": 1,
|
|
|
18 |
"class_embeddings_concat": false,
|
19 |
"conv_in_kernel": 3,
|
20 |
"conv_out_kernel": 3,
|
21 |
+
"cross_attention_dim": 768,
|
22 |
"cross_attention_norm": null,
|
23 |
"down_block_types": [
|
24 |
"DownBlock2D",
|
|
|
52 |
"sample_size": 32,
|
53 |
"time_cond_proj_dim": null,
|
54 |
"time_embedding_act_fn": null,
|
55 |
+
"time_embedding_dim": 768,
|
56 |
"time_embedding_type": "positional",
|
57 |
"timestep_post_act": null,
|
58 |
"transformer_layers_per_block": 1,
|
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:754373b0965197b80efabf313f5fc00f92a96ed552b1c08372c39d1d49d31de5
|
3 |
+
size 1344694984
|