fix: processor default pixel boost
Some checks failed
Build and Push Docker Image / build-gpu (push) Failing after 10s
Build and Push Docker Image / build-cpu (push) Failing after 10s

This commit is contained in:
2026-02-16 17:53:35 +01:00
parent 3812bff509
commit 0fe96a9615

View File

@@ -254,7 +254,7 @@ def _build_defaults() -> Dict[str, Any]:
'step_index': None, 'step_index': None,
# processor-specific defaults # processor-specific defaults
'face_swapper_model': 'hyperswap_1a_256', 'face_swapper_model': 'hyperswap_1a_256',
'face_swapper_pixel_boost': None, 'face_swapper_pixel_boost': '256x256',
'face_swapper_weight': 0.5, 'face_swapper_weight': 0.5,
'face_enhancer_model': 'gfpgan_1.4', 'face_enhancer_model': 'gfpgan_1.4',
'face_enhancer_blend': 80, 'face_enhancer_blend': 80,