File size: 130 Bytes
5cc9b5a |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
git lfs install
git lfs track "*.safetensors"
git lfs track "*.png"
git add -A
git commit --amend --no-edit
git push
|
5cc9b5a |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
git lfs install
git lfs track "*.safetensors"
git lfs track "*.png"
git add -A
git commit --amend --no-edit
git push
|