CoolFace
Apppublic

georgefen/Face-Landmark-ControlNet

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
116likes
.gitignore142 linesDownload Raw Back to root
1.idea/2 3training/4lightning_logs/5image_log/6 7gradio_pose2image_private.py8gradio_canny2image_private.py9 10# Byte-compiled / optimized / DLL files11__pycache__/12*.py[cod]13*$py.class14 15# C extensions16*.so17 18# Distribution / packaging19.Python20build/21develop-eggs/22dist/23downloads/24eggs/25.eggs/26lib/27lib64/28parts/29sdist/30var/31wheels/32pip-wheel-metadata/33share/python-wheels/34*.egg-info/35.installed.cfg36*.egg37MANIFEST38 39# PyInstaller40#  Usually these files are written by a python script from a template41#  before PyInstaller builds the exe, so as to inject date/other infos into it.42*.manifest43*.spec44 45# Installer logs46pip-log.txt47pip-delete-this-directory.txt48 49# Unit test / coverage reports50htmlcov/51.tox/52.nox/53.coverage54.coverage.*55.cache56nosetests.xml57coverage.xml58*.cover59*.py,cover60.hypothesis/61.pytest_cache/62 63# Translations64*.mo65*.pot66 67# Django stuff:68*.log69local_settings.py70db.sqlite371db.sqlite3-journal72 73# Flask stuff:74instance/75.webassets-cache76 77# Scrapy stuff:78.scrapy79 80# Sphinx documentation81docs/_build/82 83# PyBuilder84target/85 86# Jupyter Notebook87.ipynb_checkpoints88 89# IPython90profile_default/91ipython_config.py92 93# pyenv94.python-version95 96# pipenv97#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.98#   However, in case of collaboration, if having platform-specific dependencies or dependencies99#   having no cross-platform support, pipenv may install dependencies that don't work, or not100#   install all needed dependencies.101#Pipfile.lock102 103# PEP 582; used by e.g. github.com/David-OConnor/pyflow104__pypackages__/105 106# Celery stuff107celerybeat-schedule108celerybeat.pid109 110# SageMath parsed files111*.sage.py112 113# Environments114.env115.venv116env/117venv/118ENV/119env.bak/120venv.bak/121 122# Spyder project settings123.spyderproject124.spyproject125 126# Rope project settings127.ropeproject128 129# mkdocs documentation130/site131 132# mypy133.mypy_cache/134.dmypy.json135dmypy.json136 137# Pyre type checker138.pyre/139 140# dlib141**/*.dat142