Skip to content

Commit

Permalink
Use face position slider
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 4, 2023
1 parent fe99e48 commit cf8b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roop/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

PREDICTOR = None
THREAD_LOCK = threading.Lock()
MAX_PROBABILITY = 2
MAX_PROBABILITY = 0.85


def get_predictor() -> Model:
Expand Down

0 comments on commit cf8b52a

Please sign in to comment.