Closed truedat101 closed 6 months ago
Verified: https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main/text_encoder
seems to not download properly on my linux ubuntu 22.04. File sizes are wrong. Short investigation indicates HeaderTooLarge error is likely a problem with git-lfs missing or the actual large blobs not downloading.
This is due to a system misconfiguration in my case. git lfs install command by itself doesn't seem to work. Further investigation yields some questions about the correct way to actually install git lfs. Will attempt to just install via package manager.
Resolved with proper git-lfs installation before running clone.
Header to large error when running example. I suspect this is a problem with how I downloaded the models when running prep scripts. Will retry from scratch.