Spaces:
Running
on
Zero
ask for help
Hi, when i run your code to train the latte , follow your guide ,run " torchrun --nnodes=1 --nproc_per_node=1 train.py --config ./configs/ffs/ffs_train.yaml" , it comes a errors that " huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/path/to/pretrained/Latte/'. Use repo_type
argument if needed". And i don't know how to deal with it. Did anyone meet this error , too?
https://github.com/Vchitect/Latte/blob/087247451f3b8da7364400f33bf5c82bfd0628f3/train.py#L94
I think you need to download the related weights of VAE from here https://huggingface.co/maxin-cn/Latte/tree/main.
https://github.com/Vchitect/Latte/blob/087247451f3b8da7364400f33bf5c82bfd0628f3/train.py#L94
I think you need to download the related weights of VAE from here https://huggingface.co/maxin-cn/Latte/tree/main.
thank you ,i will try it