Update globals.py

This commit is contained in:
Aaron-rpre 2025-09-25 12:04:54 +09:30 committed by GitHub
parent 662c72c42c
commit 2cd8675681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ execution_providers: List[str] = []
execution_threads = None
headless = None
log_level = "error"
fp_ui: Dict[str, bool] = {"face_enhancer": False}
fp_ui: Dict[str, bool] = {"face_enhancer": False, "face_enhancer_only": False}
camera_input_combobox = None
webcam_preview_running = False
show_fps = False