* 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
This commit is contained in:
Henry Ruhs
2023-07-19 13:32:58 +02:00
committed by GitHub
parent 68f534c35f
commit fe9b2bc8e5
22 changed files with 350 additions and 188 deletions

44
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@@ -0,0 +1,44 @@
---
name: Bug
about: Report a bug
title: '[Bug]'
labels: 'bug'
---
## Description
A concise description of the bug and how to reproduce it.
## Error
Paste the error or exception from your console:
```
```
## Details
What operating system are you using?
- [ ] Windows
- [ ] MacOS (Apple Silicon)
- [ ] MacOS (Apple Legacy)
- [ ] Linux
- [ ] Linux in WSL
What execution provider are you using?
- [ ] CPU
- [ ] CUDA
- [ ] CoreML
- [ ] DirectML
- [ ] OpenVINO
- [ ] Other
What version of Roop are you using?
- [ ] 1.0.0
- [ ] 1.1.0
- [ ] next

View File

@@ -1,39 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Details**
What OS are you using?
- [ ] Linux
- [ ] Linux in WSL
- [ ] Windows
- [ ] Mac
Are you try to use a GPU?
- [ ] No. I am not using the `---gpu` flag
- [ ] NVIDIA
- [ ] AMD
- [ ] Intel
- [ ] Mac
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Sanity Check**
- [ ] I have the latest code from the github repository
- [ ] I have followed the installation guide

12
.github/ISSUE_TEMPLATE/installation.md vendored Normal file
View File

@@ -0,0 +1,12 @@
---
name: Installation
about: Platform and installation issues
title: '[Installation]'
labels: 'installation'
---
Please **DO NOT OPEN** platform and installation issues!
- Check the [troubleshooting](https://github.com/s0md3v/roop/wiki/4.-Troubleshooting) that covers many issues.
- Join our helpful community on [Discord](https://discord.gg/Y9p4ZQ2sB9) for instant help.

View File

@@ -1,11 +0,0 @@
---
name: Suggestion
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Describe your suggestion**
A clear and concise description of what you want to happen.