Initial commit

This commit is contained in:
henryruhs
2025-06-30 18:12:45 +02:00
commit 83d3ccdc7e
14 changed files with 245 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from .facefusion_api import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
from install import install
install()
__all__ =\
[
'NODE_CLASS_MAPPINGS',
'NODE_DISPLAY_NAME_MAPPINGS'
]