From e294d2cd862ddb4288a993716d747c0e1ddd48b7 Mon Sep 17 00:00:00 2001 From: FaceZhao Date: Mon, 21 Aug 2023 11:42:39 +0000 Subject: [PATCH] update model --- configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.json b/configuration.json index 7e4c01c..7a94945 100644 --- a/configuration.json +++ b/configuration.json @@ -5,7 +5,7 @@ "type": "image-to-video-model", "model_args": { "ckpt_clip": "open_clip_pytorch_model.bin", - "ckpt_unet": "img2video_ldm_0779000.pth", + "ckpt_unet": "base_03_alldata_fps_v_80g_0789000.pth", "ckpt_autoencoder": "v2-1_512-ema-pruned.ckpt", "seed": 666 },