mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 04:12:38 +00:00
bbb2e33599
* feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * chore: refactor * chore: refactor * chore: refactor * fix: video cropping * chore: refactor * chore: remove timm * merge: animal support (#258) * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update --------- Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com> feat: update feat: update chore: stage * chore: stage * chore: refactor * chore: refactor * doc: update readme * doc: update readme * doc: update readme * chore: refactor * doc: update * doc: update * doc: update * doc: update * chore: rename * doc: update * doc: update * chore: refactor * doc: update * chore: refactor * chore: refactor * doc: update * chore: update clip feature * chore: add landmark option * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update * doc: update --------- Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com> Co-authored-by: zzzweakman <1819489045@qq.com>
35 lines
663 B
Plaintext
35 lines
663 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
|
|
pretrained_weights/liveportrait_animals
|
|
|
|
# Ipython notebook
|
|
*.ipynb
|
|
|
|
# Temporary files or benchmark resources
|
|
animations/*
|
|
tmp/*
|
|
.vscode/launch.json
|
|
**/*.DS_Store
|
|
gradio_temp/**
|
|
|
|
# Windows dependencies
|
|
ffmpeg/
|
|
LivePortrait_env/
|
|
|
|
# XPose build files
|
|
src/utils/dependencies/XPose/models/UniPose/ops/build
|
|
src/utils/dependencies/XPose/models/UniPose/ops/dist
|
|
src/utils/dependencies/XPose/models/UniPose/ops/MultiScaleDeformableAttention.egg-info
|