[NEXT] Pick a todo
Todos are ordered by priority:
-
[ ] Output video is either too fast or too slow (fps mismatch)
-
[ ] Migrate to tempfile using
dir=tempto keep temp directory in root -
[ ] Exit threading gracefully via
signal.SIGINTwithout tons of read/write errors -
[ ] Resolve SSL related download issue on MacOS / remove the monkey patch
-
[ ] Try to get the
TensorrtExecutionProviderrunning -
[ ] Figure out why
import torchis needed before aonnxruntimeusage in order to detect CUDA -
[ ] Submit a PR to
CustomTkinkerto support Drag and Drop - Related comment -
[x] Fix color spaces for create video
-
[x] mypy
- [x] Add a
mypi.inito ignore existing validations (certain rules per file) - [x] Integrate mypi to the CI pipeline
- [x] Add a
-
[x] Use thread pool executor
-
[x] Override fails if output file exists and output path is a directory while using deprecated
-for--face -
[x] Only one frame processor is applied
- [x] preview
- [x] image to image
-
[x] Add NSFW filter to preview
-
[x] Code of face enhancer needs cleanup as it still refers to source_path and throws error on standalone run
-
[x] Override of existing output file not working with
--keep-audio -
[x] Resolve multi-threading for the face enhancer
-
[x] Evaluate the performance of multi-processing vs. multi-threading for CPU-only - Related comment
-
[x] Fix
CTkImagebut<class 'PIL.ImageTk.PhotoImage'>in UI -
[x] Implementation check for frame processors that raise NotImplemented if method does not exist
-
[x] Model download in our own Hugging Face space