Skip to content

Commit

Permalink
fix the bug of 600M online ckpt path;
Browse files Browse the repository at this point in the history
Signed-off-by: lawrence-cj <[email protected]>
  • Loading branch information
lawrence-cj committed Dec 4, 2024
1 parent 747918b commit d794502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bash/test_inference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d794502

Please sign in to comment.