修复LFS指针问题:删除 simsun.ttc(LFS指针,代码已注释不用) 和 .gitattributes
原因:hair_service_sd 继承自旧项目,simsun.ttc 是 LFS 指针文件(133B), 但真实字体(10.5MB)未上传到LFS存储,导致clone时报404。 经查该字体在 hairstyle_model.py:3121 已被注释,不再使用,直接删除。 另一台机器clone报错: Error downloading simsun.ttc: [404] Not Found 本次删除后clone不再需要LFS。
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttc filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a368113c36d516aac1a825acc4bbbc9906c4d197f7c649e7fe0f6f31e7475dd
|
||||
size 10500792
|
||||
Reference in New Issue
Block a user