Update all files for BitDance-14B-16x-diffusers
Browse files- projector/config.json +7 -0
projector/config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "BitDanceProjector",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 5 |
+
"in_dim": 32,
|
| 6 |
+
"out_dim": 5120
|
| 7 |
+
}
|