Commit Graph

71 Commits

Author SHA1 Message Date
Jianzhu Guo
3f394785fb
chore: modify arguments (#249) 2024-07-30 18:56:16 +08:00
guojianzhu
5d1d71b1e2 doc: update readme 2024-07-27 13:12:45 +08:00
guojianzhu
cf74ed3c16 doc: update contact 2024-07-25 22:24:07 +08:00
guojianzhu
ce1c1e7db9 doc: update changelog 2024-07-25 22:16:44 +08:00
guojianzhu
36b019ec9e doc: update readme and changelog 2024-07-25 21:55:42 +08:00
Jianzhu Guo
1f443b2344
feat: add scripts for one click windows (#219)
* feat: windows one-click installation

* chore: format

---------

Co-authored-by: zzzweakman <1819489045@qq.com>
2024-07-25 18:50:54 +08:00
Jianzhu Guo
172b852127
fix: v2v (#217)
* chore: fix v2v lip normalization and add smooth to non relative motion

* chore: fix v2v lip normalization and add smooth to non relative motion

* chore: fix v2v lip normalization and add smooth to non relative motion

---------

Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com>
2024-07-25 17:56:40 +08:00
guojianzhu
d654a014da doc: update changelog 2024-07-25 13:43:49 +08:00
guojianzhu
96db4a5879 doc: update readme and changelog 2024-07-25 13:42:28 +08:00
guojianzhu
1a68c82bce fix: support webp image 2024-07-25 12:59:14 +08:00
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
Jianzhu Guo
aae6e90fd6
doc: update license 2024-07-22 23:09:35 +08:00
opinsky
194ff6b4b3
fix: conda create python (#196) 2024-07-22 21:50:59 +08:00
guojianzhu
699a90aa3a doc: update license about InsightFace 2024-07-22 18:56:43 +08:00
guojianzhu
62e68abd43 chore: update tips 2024-07-22 11:38:19 +08:00
guojianzhu
085b535020 chore: change default audio, smooth, autoplay 2024-07-20 18:25:00 +08:00
guojianzhu
51543310a2 fix: v2v more than one face 2024-07-20 13:31:54 +08:00
guojianzhu
3cb20ffddb chore: update gradio description 2024-07-20 01:16:19 +08:00
guojianzhu
86f1961e5d doc: update changelog 2024-07-20 01:00:06 +08:00
guojianzhu
dc0b3c0a75 doc: update changelog 2024-07-20 00:59:23 +08:00
guojianzhu
e7bb619b22 doc: update changelog 2024-07-20 00:57:20 +08:00
Jianzhu Guo
24dcfafdc7
feat: v2v and gradio upgrade (#172)
* feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

* chore: format and package

* chore: refactor codebase

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: gradio tab auto select

* chore: log auto crop

* doc: update changelog

* doc: update changelog

---------

Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com>
2024-07-19 23:39:05 +08:00
guojianzhu
24ce67d652 doc: update readme 2024-07-17 17:58:38 +08:00
guojianzhu
d436b45b7f doc: update readme 2024-07-17 17:57:35 +08:00
guojianzhu
47a6c57fde doc: update python version 2024-07-17 17:13:54 +08:00
guojianzhu
bc4aaa44bb fix: ndarray with default_factory 2024-07-17 17:00:26 +08:00
Jianzhu Guo
0f839844f6
feat: support macOS with Apple Silicon  (#155)
* 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>
2024-07-17 16:57:33 +08:00
guojianzhu
54e50986b2 doc: update gif-lfs 2024-07-14 22:52:50 +08:00
guojianzhu
1613690d69 doc: correct retarget_eye output size 2024-07-14 22:47:33 +08:00
zzzweakman
b370d8059c fix: compile on V100 2024-07-13 15:19:48 +08:00
ZhizhouZhong
6bcbb014fb
fix: compile on v100
LGTM.
2024-07-13 14:51:32 +08:00
ZhizhouZhong
286d1fd35a
Update speed.py 2024-07-13 14:45:33 +08:00
ZhizhouZhong
d8036cffde
feat: gradio acceleration (#123)
* fix: typo

* feat: gradio acceleration

* doc: update readme.md

---------

Co-authored-by: Jianzhu Guo <guojianzhu@kuaishou.com>
2024-07-12 17:57:01 +08:00
guojianzhu
e327753042 doc: update gradio link 2024-07-12 15:43:20 +08:00
fengfusen
a96532752d fix run speed.py 2024-07-12 15:03:49 +08:00
guojianzhu
6275173411 doc: update readme and changelog 2024-07-12 14:45:24 +08:00
guojianzhu
c3f01d3f3b chore: format code 2024-07-12 14:34:28 +08:00
Tom Nijhof
89676189b9
fix: fast check for ffmpeg (#101)
* add ffmpeg to readme

* check if it installed

* formating
2024-07-12 14:25:16 +08:00
guojianzhu
fe43a21d81 chore: add fast check filepath 2024-07-11 22:58:45 +08:00
guojianzhu
cf9a5b0d4c fix: space in filename 2024-07-11 22:50:42 +08:00
guojianzhu
c7e465a1c7 doc: update changelog 2024-07-11 17:00:16 +08:00
guojianzhu
11b53f47c0 doc: update changelog 2024-07-11 16:58:55 +08:00
guojianzhu
ca83ac31a8 doc: update changelog 2024-07-11 16:53:16 +08:00
guojianzhu
3769cb8c50 doc: update changelog 2024-07-11 16:49:23 +08:00
longredzhong
470c58fe5a
feat: update crop configuration parameters for clarify (#97)
The crop configuration parameters in `crop_config.py` have been updated. The changes include:
- Updating the paths for insightface_root and landmark_ckpt_path

These changes aim to improve the cropping functionality of the application.
2024-07-11 16:30:57 +08:00
guojianzhu
1472379e77 chore: update d10.mp4 2024-07-11 16:21:42 +08:00
Jianzhu Guo
7c77e29442
fix: audio stream set false without ffmepg and ffprobe (#100) 2024-07-11 16:20:30 +08:00
guojianzhu
877295a776 doc: update changelog 2024-07-11 13:35:47 +08:00
guojianzhu
815ca54428 chore: change default server_name 2024-07-11 13:32:29 +08:00
guojianzhu
9cfb0e5ce6 doc: update resources and changelog 2024-07-11 13:24:39 +08:00