Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #734

Merged
merged 39 commits into from
Jul 19, 2023
Merged

Next #734

Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c6a1387
Fix video frames lower than threads
henryruhs Jun 28, 2023
eca4f0f
Skip target audio (#656)
henryruhs Jun 29, 2023
b104741
Improve return typing
henryruhs Jun 30, 2023
b710cc8
Use face enhancer device according to execution provider
henryruhs Jul 1, 2023
a81e172
Lock face by reference (#679)
henryruhs Jul 2, 2023
542f119
Use sys.exit() over quit()
henryruhs Jul 4, 2023
fb26fbb
Split frame processor error to reduce confusion
henryruhs Jul 4, 2023
89ee0bc
Improve face reference by introducing more CLI args
henryruhs Jul 8, 2023
fb31af0
Prevent AttributeError if face is None
henryruhs Jul 9, 2023
d59c55d
Update dependencies
henryruhs Jul 9, 2023
7529ba6
Move reference creation to process_video
henryruhs Jul 9, 2023
0b178d5
Allow to initialize UI with source path and target path
henryruhs Jul 12, 2023
5d6d438
Allow to initialize UI with source path and target path
henryruhs Jul 12, 2023
a722c3f
Allow to initialize UI with source path and target path
henryruhs Jul 12, 2023
868ea7a
Use onnxruntime-coreml for old MacOS
henryruhs Jul 15, 2023
25b4b6e
Fix typing
henryruhs Jul 15, 2023
98c2869
Fix typing
henryruhs Jul 15, 2023
9869b96
Fix typing
henryruhs Jul 15, 2023
ead12e3
Temp fix for enhancer
henryruhs Jul 15, 2023
a01dd98
Temp fix for enhancer
henryruhs Jul 15, 2023
671a5c8
Keyboard bindings to change reference face via Up/Down
henryruhs Jul 15, 2023
f38239e
Fix slow preview
henryruhs Jul 15, 2023
9aa5023
ignore
henryruhs Jul 15, 2023
0bb4f7f
Update README and ISSUE TEMPLATES
henryruhs Jul 16, 2023
855b8e2
Right/Left to update frames by +10/-10
henryruhs Jul 16, 2023
e1d7f00
Fix fps mismatch
henryruhs Jul 16, 2023
77cd226
Add fps parameter to extract_frames()
henryruhs Jul 16, 2023
14208e8
Minor wording cosmetics
henryruhs Jul 16, 2023
56dbf66
Improve enhancer performance by using cropped face
henryruhs Jul 17, 2023
663439f
Fix suggested threads and memory
henryruhs Jul 17, 2023
61b5090
Extract frames with FPS output
henryruhs Jul 18, 2023
a93af16
Remove default max-memory
henryruhs Jul 18, 2023
fffdef9
Remove release_resources() as it does not work
henryruhs Jul 18, 2023
b343214
Ignore torch import
henryruhs Jul 18, 2023
5cfa5a1
Add drag and drop for source and target
henryruhs Jul 19, 2023
c3d922f
Fix typing
henryruhs Jul 19, 2023
7c63281
Bump version
henryruhs Jul 19, 2023
2117292
Limit Left/Right binding to videos
henryruhs Jul 19, 2023
0822848
Add key binding hits to preview
henryruhs Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore torch import
  • Loading branch information
henryruhs committed Jul 18, 2023
commit b34321416cb6ecebd3e4c165186cf14cda1ec970
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
select = E3, E4, F
per-file-ignores = roop/core.py:E402
per-file-ignores = roop/core.py:E402,F401
Loading