face_enhancer
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def swap_face(source_file, target_file,doFaceEnhancer):
|
|
| 36 |
if doFaceEnhancer == True:
|
| 37 |
roop.globals.frame_processors = ["face_swapper","face_enhancer"]
|
| 38 |
else:
|
| 39 |
-
roop.globals.frame_processors = ["
|
| 40 |
roop.globals.headless = True
|
| 41 |
roop.globals.keep_fps = True
|
| 42 |
roop.globals.keep_audio = True
|
|
|
|
| 36 |
if doFaceEnhancer == True:
|
| 37 |
roop.globals.frame_processors = ["face_swapper","face_enhancer"]
|
| 38 |
else:
|
| 39 |
+
roop.globals.frame_processors = ["face_enhancer"]
|
| 40 |
roop.globals.headless = True
|
| 41 |
roop.globals.keep_fps = True
|
| 42 |
roop.globals.keep_audio = True
|