Can't load model_path
AnhTalent opened this issue · 2 comments
AnhTalent commented
with safe_open(ref_path, framework="pt", device="cpu") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
I'm getting the above issue while loading the ref_path in garment_diffusion.py line 28
ShineChen1024 commented
maybe #5
AnhTalent commented
Thanks there's the answer.