Live data from Hacker News

LivePortrait: A fast, controllable portrait animation model

github.com

11–20 of 30 posts

Re: LivePortrait: A fast, controllable portrait animation model

#11

For everyone wanting to use this commercially be wary of the insightface models licensing...

https://github.com/deepinsight/insightface?tab=readme-ov-fil... ---------- The code of InsightFace is released under the MIT License. There is no limitation for both academic and commercial usage.

Re: LivePortrait: A fast, controllable portrait animation model

#13

For everyone wanting to use this commercially be wary of the insightface models licensing...

https://github.com/deepinsight/insightface?tab=readme-ov-fil... ---------- The code of InsightFace is released under the MIT License. There is no limitation for both academic and commercial usage.

that is the code. the weights are non commercial

Both manual-downloading models from our github repo and auto-downloading models with our python-library follow the above license policy(which is for non-commercial research purposes only).

Re: LivePortrait: A fast, controllable portrait animation model

#15
post #14
post #3

The "generalization to animals" part seems like it opens a lot of interesting avenues!

did you mamage to make it work? the model can't find my cat face

never mind. https://github.com/KwaiVGI/LivePortrait/issues/20#issuecomme... explains it needs custom fine tuning to work

Re: LivePortrait: A fast, controllable portrait animation model

#16
post #13

Earlier quoted context omitted.

https://github.com/deepinsight/insightface?tab=readme-ov-fil... ---------- The code of InsightFace is released under the MIT License. There is no limitation for both academic and commercial usage.

that is the code. the weights are non commercial Both manual-downloading models from our github repo and auto-downloading models with our python-library follow the above license policy(which is for non-commercial research purposes only).

Understood. The core dependency of InsightFace in LivePortrait is the face detection algo. The face detection is easily to be replaced with self-developed or MIT-licensed model.

Re: LivePortrait: A fast, controllable portrait animation model

#17
post #13

Earlier quoted context omitted.

that is the code. the weights are non commercial Both manual-downloading models from our github repo and auto-downloading models with our python-library follow the above license policy(which is for non-commercial research purposes only).

Understood. The core dependency of InsightFace in LivePortrait is the face detection algo. The face detection is easily to be replaced with self-developed or MIT-licensed model.

alt models https://paperswithcode.com/task/face-detection

Re: LivePortrait: A fast, controllable portrait animation model

#18
post #13

Earlier quoted context omitted.

that is the code. the weights are non commercial Both manual-downloading models from our github repo and auto-downloading models with our python-library follow the above license policy(which is for non-commercial research purposes only).

Understood. The core dependency of InsightFace in LivePortrait is the face detection algo. The face detection is easily to be replaced with self-developed or MIT-licensed model.

Exactly just replace it with any segmentation model lol, FastSAM or a YOLO model can find the face lol. No reason to be using insight for that.
Post reply on HN