Add HuggingFace format support for OmniLottie

This commit is contained in:
OmniLottie
2026-03-20 17:43:42 +08:00
parent 8e8fdb6d3a
commit 41c58b9da8
6 changed files with 1828 additions and 14 deletions
+40 -10
View File
@@ -4,22 +4,52 @@ __pycache__/
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
# PyCharm
.idea/
# Temporary files
*.sh
=*
GITHUB_ISSUE_RESPONSE.md
# VSCode
.vscode/
# Distribution / packaging
build/
dist/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints
# Model weights
*.bin
*.safetensors
*.ckpt
*.pth
# Output files
output/
output_*/
*.json.tmp
temp_*/
# OS
.DS_Store
Thumbs.db