Support HuggingFace format for OmniLottie.

This commit is contained in:
Yiying Yang
2026-03-20 18:02:47 +08:00
committed by GitHub
parent 59fbbf9dc5
commit 26131278e7
+1 -1
View File
@@ -326,7 +326,7 @@ def main():
# Model arguments # Model arguments
parser.add_argument('--model_path', type=str, required=True, parser.add_argument('--model_path', type=str, required=True,
help='Model path (local path or HF Hub ID, e.g. OmniLottie/OmniLottie)') help='Model path (local path or HF Hub ID, e.g. OmniLottie/OmniLottie)')
parser.add_argument('--processor_path', type=str, default='/mnt/jfs-test/Qwen2.5-VL-3B-Instruct', parser.add_argument('--processor_path', type=str, default='Qwen/Qwen2.5-VL-3B-Instruct',
help='Processor path (local path or HF Hub ID)') help='Processor path (local path or HF Hub ID)')
# Input arguments (choose one) # Input arguments (choose one)