Fix typo with source variable names

pull/72/head
Justin Hirsch 2023-06-23 08:57:28 -07:00
parent bd5e3abea1
commit 0a6a3225fb
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class FaceSwapScript(scripts.Script):
self.upscaler_name = upscaler_name
self.swap_in_generated = swap_in_generated
self.model = model
self.source_face_index = [
self.source_faces_index = [
int(x) for x in source_faces_index.strip(",").split(",") if x.isnumeric()
]
self.faces_index = [