diff --git a/roop/predictor.py b/roop/predictor.py index b59fee93e..e1a7151ed 100644 --- a/roop/predictor.py +++ b/roop/predictor.py @@ -8,7 +8,7 @@ PREDICTOR = None THREAD_LOCK = threading.Lock() -MAX_PROBABILITY = 0.85 +MAX_PROBABILITY = 1 def get_predictor() -> Model: