fffiloni commited on
Commit
4805adb
1 Parent(s): 80ec66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def infer(portrait_in, prompt_in):
35
  portrait_in, # str (filepath or URL to image) in 'SOURCE IMAGE' Image component
36
  sdxl_result, # str (filepath or URL to image) in 'TARGET IMAGE' Image component
37
  unique_id, # str in 'parameter_12' Textbox component
38
- ["face_swapper"], # List[str] in 'FRAME PROCESSORS' Checkboxgroup component
39
  "left-right", # str (Option from: ['left-right', 'right-left', 'top-bottom', 'bottom-top', 'small-large', 'large-small']) in 'FACE ANALYSER DIRECTION' Dropdown component
40
  "none", # str (Option from: ['none', 'reference', 'many']) in 'FACE RECOGNITION' Dropdown component
41
  "none", # str (Option from: ['none', 'male', 'female']) in 'FACE ANALYSER GENDER' Dropdown component
 
35
  portrait_in, # str (filepath or URL to image) in 'SOURCE IMAGE' Image component
36
  sdxl_result, # str (filepath or URL to image) in 'TARGET IMAGE' Image component
37
  unique_id, # str in 'parameter_12' Textbox component
38
+ ["face_swapper", "face_enhancer"], # List[str] in 'FRAME PROCESSORS' Checkboxgroup component
39
  "left-right", # str (Option from: ['left-right', 'right-left', 'top-bottom', 'bottom-top', 'small-large', 'large-small']) in 'FACE ANALYSER DIRECTION' Dropdown component
40
  "none", # str (Option from: ['none', 'reference', 'many']) in 'FACE RECOGNITION' Dropdown component
41
  "none", # str (Option from: ['none', 'male', 'female']) in 'FACE ANALYSER GENDER' Dropdown component