tuan2308 commited on
Commit
baffc9e
1 Parent(s): a39ec9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -50,6 +50,10 @@ def swap_face(source_file, target_file, doFaceEnhancer):
50
  roop.globals.execution_providers = decode_execution_providers(["cuda"])
51
  roop.globals.execution_threads = 4 # Sử dụng giá trị mặc định
52
 
 
 
 
 
53
  print(
54
  "start process",
55
  roop.globals.source_path,
 
50
  roop.globals.execution_providers = decode_execution_providers(["cuda"])
51
  roop.globals.execution_threads = 4 # Sử dụng giá trị mặc định
52
 
53
+ # Đảm bảo reference_face_position không phải là None
54
+ if roop.globals.reference_face_position is None:
55
+ roop.globals.reference_face_position = 0 # Hoặc một giá trị mặc định khác
56
+
57
  print(
58
  "start process",
59
  roop.globals.source_path,