AssertionError: Ckpt path provided (--ckpt_path) does not exist.
When calling "call python inference.py --ckpt_path 'U:/ltxv/LTX-Video/models/' --prompt "some shit" --height 512 --width 512 --num_frames 8 --seed 12345"
i keep getting "AssertionError: Ckpt path provided (--ckpt_path) 'U:\ltxv\LTX-Video\models' does not exist"
i tried every possible way, with / , \ , U:\ltxv\LTX-Video\models, also with the checkpoint name, with or without quote... every possibilities i could think of.
Please can someone help me with this one? i am making a easy to use C++ win32 interface but i am blocked at the very beginning.
Thanks.
When calling "call python inference.py --ckpt_path 'U:/ltxv/LTX-Video/models/' --prompt "some shit" --height 512 --width 512 --num_frames 8 --seed 12345"
i keep getting "AssertionError: Ckpt path provided (--ckpt_path) 'U:\ltxv\LTX-Video\models' does not exist"
i tried every possible way, with / , \ , U:\ltxv\LTX-Video\models, also with the checkpoint name, with or without quote... every possibilities i could think of.
Please can someone help me with this one? i am making a easy to use C++ win32 interface but i am blocked at the very beginning.
Thanks.
Turns out, "U:/ltxv/LTX-Video/models/" (with quotes) seems to do the tricks, now to deal with other error following until i get it right.