pyfeat-generator
================

The pyfeat-generator source code is licensed under the MIT License (see LICENSE).

Dependencies
------------
This package builds on py-feat (https://github.com/cosanlab/py-feat), which is
MIT-licensed. py-feat fetches its own face-detection / landmark / identity model
weights at runtime; those weights carry their own licenses (some are
non-commercial-research only — e.g. the ArcFace/InsightFace identity weights).
See py-feat's LICENSE/NOTICE for the authoritative list before any commercial use.

Model weights
-------------
The generation model weights used by this package (the generator, inpaint, PLS,
and rig models) are distributed separately from this source repository, via the
py-feat HuggingFace organization:

  - https://huggingface.co/py-feat/pyfeat-generator
  - https://huggingface.co/py-feat/pyfeat-generator-inpaint
  - https://huggingface.co/py-feat/pyfeat-generator-pls
  - https://huggingface.co/py-feat/pyfeat-generator-rig

Each weight is subject to the license stated on its HuggingFace model card. The
MIT license of this source code does not grant any rights to the model weights;
consult the relevant model card for their terms.
