mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
73ddb69d38
* feat: edit-pose * feat: edit-pose * feat: edit pose (#207) * feat: edit-pose * chore: i2v cropper * chore: i2v cropper * chore: update gradio * chore: update gradio * chore: i2v cropper * chore: update * chore: update * doc: update readme * doc: update readme --------- Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com> Co-authored-by: ZhizhouZhong <1819489045@qq.com>
25 lines
358 B
Plaintext
25 lines
358 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
|
|
gradio_temp/**
|