Update config
Browse files- transformer/config.json +0 -1
- vae/config.json +1 -2
transformer/config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AllegroTransformer3DModel",
|
3 |
"_diffusers_version": "0.28.0",
|
4 |
-
"_name_or_path": "/cpfs/data/user/yanghuan/expr/rsora/RSoraT2V_L32AH24AD96_122_20240918_88x720x1280_fps15_t5/checkpoint-38000/model",
|
5 |
"activation_fn": "gelu-approximate",
|
6 |
"attention_bias": true,
|
7 |
"attention_head_dim": 96,
|
|
|
1 |
{
|
2 |
"_class_name": "AllegroTransformer3DModel",
|
3 |
"_diffusers_version": "0.28.0",
|
|
|
4 |
"activation_fn": "gelu-approximate",
|
5 |
"attention_bias": true,
|
6 |
"attention_head_dim": 96,
|
vae/config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AllegroAutoencoderKL3D",
|
3 |
"_diffusers_version": "0.28.0",
|
4 |
-
"_name_or_path": "/cpfs/data/user/larrytsai/Projects/Yi-VG/allegro_pipeline/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
@@ -38,4 +37,4 @@
|
|
38 |
80
|
39 |
],
|
40 |
"up_block_num": 4
|
41 |
-
}
|
|
|
1 |
{
|
2 |
"_class_name": "AllegroAutoencoderKL3D",
|
3 |
"_diffusers_version": "0.28.0",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"block_out_channels": [
|
6 |
128,
|
|
|
37 |
80
|
38 |
],
|
39 |
"up_block_num": 4
|
40 |
+
}
|