mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-23 05:02:38 +00:00
572 B
572 B
Updates
- Portrait pose editing: You can change the
relative pitch
,relative yaw
, andrelative roll
in the Gradio interface to adjust the pose of the source portrait. - Detection threshold: We have added a
det_thresh
argument with a default value of 0.15 to increase recall, meaning more types of faces (e.g., monkeys, human-like) will be detected. You can set it 0.5 bypython app.py --det_thresh 0.5
.