From d7945026d8d85008aca1d1e6db5717a1069f5c84 Mon Sep 17 00:00:00 2001 From: lawrence-cj Date: Wed, 4 Dec 2024 17:47:15 +0800 Subject: [PATCH] fix the bug of 600M online ckpt path; Signed-off-by: lawrence-cj --- tests/bash/test_inference.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bash/test_inference.sh b/tests/bash/test_inference.sh index a94b190..429c4d1 100644 --- a/tests/bash/test_inference.sh +++ b/tests/bash/test_inference.sh @@ -3,7 +3,7 @@ set -e python scripts/inference.py \ --config=configs/sana_config/1024ms/Sana_600M_img1024.yaml \ - --model_path=hf://Efficient-Large-Model/Sana_600M_1024px/checkpoints/Sana_600M_1024px.pth + --model_path=hf://Efficient-Large-Model/Sana_600M_1024px/checkpoints/Sana_600M_1024px_MultiLing.pth python scripts/inference.py \