fix: processor default pixel boost
This commit is contained in:
@@ -254,7 +254,7 @@ def _build_defaults() -> Dict[str, Any]:
|
||||
'step_index': None,
|
||||
# processor-specific defaults
|
||||
'face_swapper_model': 'hyperswap_1a_256',
|
||||
'face_swapper_pixel_boost': None,
|
||||
'face_swapper_pixel_boost': '256x256',
|
||||
'face_swapper_weight': 0.5,
|
||||
'face_enhancer_model': 'gfpgan_1.4',
|
||||
'face_enhancer_blend': 80,
|
||||
|
||||
Reference in New Issue
Block a user