fearvel's picture
adding model
5cc9b5a verified
raw
history blame contribute delete
No virus
130 Bytes
#!/bin/bash
git lfs install
git lfs track "*.safetensors"
git lfs track "*.png"
git add -A
git commit --amend --no-edit
git push