mirror of
https://github.com/s0md3v/roop.git
synced 2025-09-26 20:31:16 +08:00

* Fix video frames lower than threads * Skip target audio (#656) * Improve return typing * Use face enhancer device according to execution provider * Lock face by reference (#679) * Lock face by position of a face reference * Prevent exception for get_many_faces * Finalize face reference implementation * Fix potential exception * Use sys.exit() over quit() * Split frame processor error to reduce confusion * Improve face reference by introducing more CLI args * Prevent AttributeError if face is None * Update dependencies * Move reference creation to process_video * Allow to initialize UI with source path and target path * Allow to initialize UI with source path and target path * Allow to initialize UI with source path and target path * Use onnxruntime-coreml for old MacOS * Fix typing * Fix typing * Fix typing * Temp fix for enhancer * Temp fix for enhancer * Keyboard bindings to change reference face via Up/Down * Fix slow preview * ignore * Update README and ISSUE TEMPLATES * Right/Left to update frames by +10/-10 * Fix fps mismatch * Add fps parameter to extract_frames() * Minor wording cosmetics * Improve enhancer performance by using cropped face * Fix suggested threads and memory * Extract frames with FPS output * Remove default max-memory * Remove release_resources() as it does not work * Ignore torch import * Add drag and drop for source and target * Fix typing * Bump version * Limit Left/Right binding to videos * Add key binding hits to preview
23 lines
690 B
Plaintext
23 lines
690 B
Plaintext
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
|
|
numpy==1.23.5
|
|
opencv-python==4.8.0.74
|
|
onnx==1.14.0
|
|
insightface==0.7.3
|
|
psutil==5.9.5
|
|
tk==0.1.0
|
|
customtkinter==5.2.0
|
|
tkinterdnd2==0.3.0
|
|
pillow==10.0.0
|
|
torch==2.0.1+cu118; sys_platform != 'darwin'
|
|
torch==2.0.1; sys_platform == 'darwin'
|
|
torchvision==0.15.2+cu118; sys_platform != 'darwin'
|
|
torchvision==0.15.2; sys_platform == 'darwin'
|
|
onnxruntime-coreml==1.13.1; sys_platform == 'darwin' and platform_machine != 'arm64'
|
|
onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
|
|
onnxruntime-gpu==1.15.0; sys_platform != 'darwin'
|
|
tensorflow==2.13.0
|
|
opennsfw2==0.10.2
|
|
protobuf==4.23.4
|
|
tqdm==4.65.0
|
|
gfpgan==1.3.8 |