-
Notifications
You must be signed in to change notification settings - Fork 553
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
Error: HeaderTooLarge #202
Comments
JoePenna's trainer doesn't support |
but, in fact, the format i used is just 'ckpt' ! I don't kown why this program always occurs this problem. it has exhaused me for one afternoon |
I haven't used it in a very long time. are you running it locally or on vast.ai? also which model are you trying to train on top of a finetuned model or the base SD1.5? if all else fails you can try using kohya_ss or onetrainer which is actively maintained. |
i have solved this problem by re-download all pretrained models used in this program. and now the program is wording on my server! |
the pretrained stable difussion model can not be loaded sucessfully, the returned error is as below:
with safe_open(checkpoint_file, framework="pt") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
The text was updated successfully, but these errors were encountered: