LivePortrait/.gitignore
Jianzhu Guo 73ddb69d38
feat: pose editing for source portraits (#212)
* 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>
2024-07-24 22:22:43 +08:00

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/**