G-U-N / AnimateLCM

AnimateLCM: Let's Accelerate the Video Generation within 4 Steps!
https://animatelcm.github.io
MIT License
567 stars 41 forks source link

Header too large error when running app.py #27

Closed dillfrescott closed 3 months ago

dillfrescott commented 3 months ago
Traceback (most recent call last):
  File "/home/cross/Downloads/animate/animatelcm_svd/app.py", line 59, in <module>
    model_select("AnimateLCM-SVD-xt-1.1.safetensors")
  File "/home/cross/Downloads/animate/animatelcm_svd/app.py", line 33, in model_select
    with safe_open(file_path, framework="pt", device="cpu") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
G-U-N commented 3 months ago

This is probably because your safetensor file is broken. Redownloading it should fix the problem.