mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
0f839844f6
* feat: macOS support (#143) * Support for running on Apple Silicon Macs with MPS * Minor typo fix: s/provicer/provider/ * Another typo fix: s/concact/concat/ * s/cudaexecutionprovider/CUDAExecutionProvider/ * Add requirements_apple.txt * doc: macOS support * chore: refine the structure and doc * doc: update readme * doc: update readme * doc: update readme * doc: update readme --------- Co-authored-by: Jeethu Rao <jeethu@jeethurao.com> Co-authored-by: zzzweakman <1819489045@qq.com>
24 lines
343 B
Plaintext
24 lines
343 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
|
|
pretrained_weights/liveportrait
|
|
|
|
# Ipython notebook
|
|
*.ipynb
|
|
|
|
# Temporary files or benchmark resources
|
|
animations/*
|
|
tmp/*
|
|
.vscode/launch.json
|
|
**/*.DS_Store
|