mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
3c1a866b6b
* feat: support template making, audio, etc, WIP * chore: remove video2template.py * feat: WIP * feat: support auto cropping, template making, audio * feat: ready for pr * chore: format code * chore: upload pkl * doc: update readme * doc: update readme * doc: update readme * doc: update readme * doc: update readme --------- Co-authored-by: zzzweakman <1819489045@qq.com>
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
**/*.py[cod]
|
|
*$py.class
|
|
|
|
# Model weights
|
|
**/*.pth
|
|
**/*.onnx
|
|
|
|
pretrained_weights/*.md
|
|
pretrained_weights/docs
|
|
|
|
# Ipython notebook
|
|
*.ipynb
|
|
|
|
# Temporary files or benchmark resources
|
|
animations/*
|
|
tmp/*
|
|
.vscode/launch.json
|