Upload 2 files
Browse filesAdd time_cond_proj_dim to the U-Net for the guidance scale embedding.
unet/config.json
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
"resnet_time_scale_shift": "default",
|
47 |
"reverse_transformer_layers_per_block": null,
|
48 |
"sample_size": 32,
|
49 |
-
"time_cond_proj_dim":
|
50 |
"time_embedding_act_fn": null,
|
51 |
"time_embedding_dim": null,
|
52 |
"time_embedding_type": "positional",
|
|
|
46 |
"resnet_time_scale_shift": "default",
|
47 |
"reverse_transformer_layers_per_block": null,
|
48 |
"sample_size": 32,
|
49 |
+
"time_cond_proj_dim": 32,
|
50 |
"time_embedding_act_fn": null,
|
51 |
"time_embedding_dim": null,
|
52 |
"time_embedding_type": "positional",
|
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:673e65bc368c3e781f88c2464f0f34ea3da79a3ccc1640a9d71c569997cf5926
|
3 |
+
size 96608
|