Initial commit

This commit is contained in:
henryruhs
2023-08-19 22:42:25 +02:00
commit e58fa81ca6
50 changed files with 2403 additions and 0 deletions

3
.flake8 Normal file
View File

@@ -0,0 +1,3 @@
[flake8]
select = E3, E4, F
per-file-ignores = facefusion/core.py:E402,F401