-
Notifications
You must be signed in to change notification settings - Fork 1k
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
text encoder(google/mt5-xxl) can be substituted by a smaller one? #550
Comments
You can try mt5-small |
When I test Open-Sora-Plan1.3 use mt5-small ,it will make a error for this |
I haven't succeeded yet@huipengzhang |
Hello, by default, smaller versions of mT5 cannot be used. Because their output dimensions are different from mT5-XXL, this results in a mismatch between DiT's weight dimensions and theirs. |
Hi, can DeepFloyd/t5-v1_1-xxl be used? I've found that's the default setting. |
The file size of text encoder(google/mt5-xxl) model is more than 50GB. Is it possible to replace this model with a smaller one?
Or, will there be a smaller version of this model available in the future?
The text was updated successfully, but these errors were encountered: