From 876138ffbbcbbc81dd69b9f918bd23e5cd936251 Mon Sep 17 00:00:00 2001 From: LarryTsai Date: Sun, 20 Oct 2024 23:37:50 +0800 Subject: [PATCH] Update config --- transformer/config.json | 1 - vae/config.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/transformer/config.json b/transformer/config.json index 0eb7784..1f6d8c2 100644 --- a/transformer/config.json +++ b/transformer/config.json @@ -1,7 +1,6 @@ { "_class_name": "AllegroTransformer3DModel", "_diffusers_version": "0.28.0", - "_name_or_path": "/cpfs/data/user/yanghuan/expr/rsora/RSoraT2V_L32AH24AD96_122_20240918_88x720x1280_fps15_t5/checkpoint-38000/model", "activation_fn": "gelu-approximate", "attention_bias": true, "attention_head_dim": 96, diff --git a/vae/config.json b/vae/config.json index c6db446..d167a7d 100644 --- a/vae/config.json +++ b/vae/config.json @@ -1,7 +1,6 @@ { "_class_name": "AllegroAutoencoderKL3D", "_diffusers_version": "0.28.0", - "_name_or_path": "/cpfs/data/user/larrytsai/Projects/Yi-VG/allegro_pipeline/vae", "act_fn": "silu", "block_out_channels": [ 128, @@ -38,4 +37,4 @@ 80 ], "up_block_num": 4 -} +} \ No newline at end of file