mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00: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
45 lines
554 B
Markdown
45 lines
554 B
Markdown
---
|
|
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
|