This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Describe the bug
https://discord.com/channels/1107178041848909847/1279500849470509066
- Users are experiencing model loading failures due to corrupted downloads
- The error message indicates that tensor data is not within file bounds
- Currently, there's no built-in validation to catch this issue after download
- The workaround is to manually remove and re-download the model
Proposed Solution:
Short-term:
- Provide clear instructions to users on how to remove and reinstall corrupted models
- Consider adding this process to the app's troubleshooting guide
Long-term:
- Implement post-download file validation to detect corrupted or incomplete model files
- Add error handling to gracefully manage and report download issues
- Consider implementing resume functionality for interrupted downloads to prevent corruption