Follow their convention

This commit is contained in:
henryruhs
2025-06-30 18:53:55 +02:00
parent d42770207a
commit fe4e66edc8
+2 -2
View File
@@ -16,7 +16,7 @@ from .types import FaceSwapperModel, NodeInputTypes
class SwapFaceImage:
@classmethod
def INPUT_TYPES(cls) -> NodeInputTypes:
def INPUT_TYPES(s) -> NodeInputTypes:
return\
{
'required':
@@ -83,7 +83,7 @@ class SwapFaceImage:
class SwapFaceVideo:
@classmethod
def INPUT_TYPES(cls) -> NodeInputTypes:
def INPUT_TYPES(s) -> NodeInputTypes:
return\
{
'required':