axodox / unpaint

A simple Windows / Xbox app for generating AI images with Stable Diffusion.
Other
263 stars 11 forks source link

Workaround for 'Error downloading Unpaint/Assets' #26

Closed Eoinocal closed 1 year ago

Eoinocal commented 1 year ago

The Assets won't download, the error Git gives is

Downloading Unpaint/Assets/LockScreenLogo.scale-200.png (4.1 KB)
Error downloading object: Unpaint/Assets/LockScreenLogo.scale-200.png (7fd70ec): Smudge error: Error downloading Unpaint/Assets/LockScreenLogo.scale-200.png (7fd70ec6e4e2854c4e67c15b939b21a04c90e4a4712a20eb530866499792a9b8): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to 'C:\Cpp\unpaint\.git\lfs\logs\20230609T123116.492325.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: Unpaint/Assets/LockScreenLogo.scale-200.png: smudge filter lfs failed

They aren't in the source zips either, including the one with the latest release.

The solutionn I found for the time being was to grab the MSIX and extract the Assets from it with 7zip. Maybe this will be helpful to others.

axodox commented 1 year ago

Yes, I did not know free GitHub would be so stringent with this, I think I will just disable LFS for now.

axodox commented 1 year ago

Fixed it