mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
Merge pull request #493 from pozitronik/readme_fix_cli_mode_doc
readme update: old keys fixed
This commit is contained in:
commit
74db8113d2
@ -58,7 +58,7 @@ options:
|
||||
number of execution threads
|
||||
```
|
||||
|
||||
Looking for a CLI mode? Using the -f/--face argument will make the program in cli mode.
|
||||
Looking for a CLI mode? Using the -s/--source argument will make the program in cli mode.
|
||||
|
||||
## Future plans
|
||||
- [ ] Improve the quality of faces in results
|
||||
|
||||
@ -3,7 +3,7 @@ import customtkinter as ctk
|
||||
from typing import Callable, Tuple
|
||||
|
||||
import cv2
|
||||
from PIL import Image, ImageTk, ImageOps
|
||||
from PIL import Image, ImageOps
|
||||
|
||||
import roop.globals
|
||||
from roop.face_analyser import get_one_face
|
||||
|
||||
Loading…
Reference in New Issue
Block a user