LTX-Video icon indicating copy to clipboard operation
LTX-Video copied to clipboard

AssertionError: Ckpt path provided (--ckpt_path) does not exist.

Open espritdautomne opened this issue 8 months ago • 1 comments

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.

espritdautomne avatar Apr 13 '25 00:04 espritdautomne

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.

espritdautomne avatar Apr 13 '25 03:04 espritdautomne