-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not load T5 #23
Comments
I have the same problem as you, have you solved it |
I don't have this problem. You better download this model with their download script, e.g. download_diffusion.py. This script will do some conversion to make it work |
same error |
i also get this problem,shall we dowmload t5 folder |
same problem |
Runing the 14B DiT (T2V), raise the error:
Failed to load T5 model using cache_dir 'cosmos checkpoint dir', falling back to default location: Can't load tokenizer for 'google-t5/t5-11b'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'google-t5/t5-11b' is the correct path to a directory containing all relevant files for a T5TokenizerFast tokenizer.
which T5 version should be downloaded and in which folder should these checkpoints be?
The text was updated successfully, but these errors were encountered: