mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-16 23:26:26 +00:00
Support HuggingFace format for OmniLottie.
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user