AlphaAtlas
AlphaAtlas
- Scripts for decent video models. Maybe DAIN, PFNL, MMSR, FRVSR. - Direct integration of multi-frame video models into VapourSynth. - TPU support for processing large videos (?). - Updated...
AMD GPUs (and Intel IGPs) can theoretically run a variety of pretrained models with OpenCV. WolframRhodium wrote some example VapourSynth code just for that: https://github.com/WolframRhodium/muvsfunc/blob/master/Collections/examples/super_resolution_opencv.vpy Here's a slightly modified version...
Determine what CUDA modules MXNet and PyTorch need to run. Currently, the online [installer](https://github.com/AlphaAtlas/VapourSynth-Super-Resolution-Helper/blob/master/Scripts/Alpha_InstallCUDA.py) grabs quite a few unnecessary modules, and I suspect its leading to failed CUDA installations like...
- [x] Fix batch image processing. - [ ] Fix ProSR parsing. - [x] Add some premade VapourSynth scripts - [x] Get FFmpeg working. - [x] Write up a ReadMe...
More variety needs to be added VSEdit's pre-made video encoding presets if possible, or as .bat files otherwise: - [ ] Nvenc x264 - [ ] Nvenc x265 - [...
Powershell consistently gives me some kind of eof error when it tries to download VSEdit, Wobbly, and D2VWitch. Why it does, I don't really remember... but I ran into the...
Hello, I am trying to reproduce your Vulkan compilation process for the `build.py` script on linux. The steps I've taken: - Install all the base requirements (MKL, Vulkan headers, SPIRV,...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ x] I am running the latest code. Development is very rapid so there are no...
llama.cpp just implemented a feature that forces the llm to conform to arbitrary grammar, like, say, Python: https://github.com/ggerganov/llama.cpp/pull/1773 This seems relevant for this repo. Maybe the grammar could even be...