wip, add nsfw option due to perf, still some mypy warnings

This commit is contained in:
Tran Xen
2023-08-16 01:11:02 +02:00
parent f9fc0bbff1
commit afcfc7d255
20 changed files with 123 additions and 89 deletions
@@ -77,4 +77,5 @@ def get_current_swap_model() -> str:
raise FileNotFoundError(
"No faceswap model found. Please add it to the faceswaplab directory."
)
assert model is not None
return model