Cannot do git pull from a repo at HF: lfs fails

Yesterday and today I got this error while trying to pull from my HF repo:

$ LC_ALL=EN_US git pull
Updating 5035f4707f..60dd6f92e8
Downloading 20231104-23-lametta-7k-2400/600x1000px_50s_EulerA_lpw_528178e/diffused__2024-05-02---05-59-58_.png (554 KB)
Error downloading object: 20231104-23-lametta-7k-2400/600x1000px_50s_EulerA_lpw_528178e/diffused__2024-05-02---05-59-58_.png (bc3c9bf): Smudge error: Error downloading 20231104-23-lametta-7k-2400/600x1000px_50s_EulerA_lpw_528178e/diffused__2024-05-02---05-59-58_.png (bc3c9bf3e88271904e81b5b31fdf8e795d589cf2de2a89c7c9925abaf33b42cc): batch request: unexpected end of JSON input

Errors logged to /media/work2/git/nn/generated/Meryl_generated/.git/lfs/objects/logs/20240505T192401.594816374.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: 20231104-23-lametta-7k-2400/600x1000px_50s_EulerA_lpw_528178e/diffused__2024-05-02---05-59-58_.png: smudge filter lfs failed

(the previous successful pull was on 30 April UTC).

Additional information:

$ git remote -v
origin  git@hf.co:NickKolok/Meryl_generated (fetch)
origin  git@hf.co:NickKolok/Meryl_generated (push)
$ git --version
git version 2.20.1

Can you please help me with this issue? I’m a bit frustrated because it looks like smth is broken on HF side.