MCPcopy Create free account
hub / github.com/AmusementClub/vs-mlrt

github.com/AmusementClub/vs-mlrt @v16.1.test1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v16.1.test1 ↗ · + Follow
259 symbols 545 edges 22 files 27 documented · 10% updated 10d agov16.1.test1 · 2026-06-25★ 46042 open issues

Browse by type

Functions 209 Types & classes 50
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

vs-mlrt

This project provides VapourSynth ML filter runtimes for a variety of platforms: - x86 CPUs: vsov-cpu, vsort-cpu - Intel GPU (both integrated & discrete): vsov-gpu, vsncnn-vk - NVidia GPU: vsort-cuda, vstrt & vstrt_rtx, vsncnn-vk - AMD GPU: vsncnn-vk, vsmigx - Apple SoC: vsort-coreml

To simplify usage, we also provide a Python wrapper vsmlrt.py for all bundled models and a unified interface to select different backends.

Please refer to the wiki for supported models & usage information.

vsov: OpenVINO-based Pure CPU & Intel GPU Runtime

OpenVINO is an AI inference runtime developed by Intel, mainly targeting x86 CPUs and Intel GPUs.

The vs-openvino plugin provides optimized pure CPU & Intel GPU runtime for some popular AI filters. Intel GPU supports Gen 8+ on Broadwell+ and the Arc series GPUs.

To install, download the latest release and extract them into your VS plugins directory.

Please visit the vsov directory for details.

vsort: ONNX Runtime-based CPU/GPU Runtime

ONNX Runtime is an AI inference runtime with many backends.

The vs-onnxruntime plugin provides optimized CPU and CUDA GPU runtime for some popular AI filters.

To install, download the latest release and extract them into your VS plugins directory.

Please visit the vsort directory for details.

vstrt: TensorRT-based GPU Runtime

TensorRT is a highly optimized AI inference runtime for NVidia GPUs. It uses benchmarking to find the optimal kernel to use for your specific GPU, and so there is an extra step to build an engine from ONNX network on the machine you are going to use the vstrt filter, and this extra step makes deploying models a little harder than the other runtimes. However, the resulting performance is also typically much much better than the CUDA backend of vsort.

TensorRT-RTX is a specialization of TensorRT for NVIDIA RTX GPUs, which compiles engines faster with comparable performance with TensorRT.

To install, download the latest release and extract them into your VS plugins directory.

Please visit the vstrt directory for details.

vsmigx: MIGraphX-based GPU Runtime

MIGraphX is a highly optimized AI inference runtime for AMD GPUs. It also uses benchmarking to find the optimal kernel, similar to vstrt.

To install, download the latest release and extract them into your VS plugins directory.

Please visit the vsmigx directory for details.

vsncnn: NCNN-based GPU (Vulkan) Runtime

ncnn is a popular AI inference runtime. vsncnn provides a vulkan based runtime for some AI filters. It includes support for on-the-fly ONNX to ncnn native format conversion so as to provide a unified interface across all runtimes provided by this project. As it uses the device-independent Vulkan interface for GPU accelerated inference, this plugin supports all GPUs that provides Vulkan interface (NVidia, AMD, Intel integrated & discrete GPUs all provide this interface.) Another benefit is that it has a significant smaller footprint than other GPU runtimes (both vsort and vstrt CUDA backends require >1GB CUDA libraries.) The main drawback is that it's slower.

To install, download the latest release and extract them into your VS plugins directory.

Please visit the vsncnn directory for details.

Core symbols most depended-on inside this repo

Shape

Function 165
Class 49
Method 44
Enum 1

Languages

C++73%
Python27%

Modules by API surface

scripts/vsmlrt.py70 symbols
vsncnn/onnx2ncnn.cpp33 symbols
vsmigx/vs_migraphx.cpp25 symbols
vsort/vs_onnxruntime.cpp23 symbols
vstrt/trt_utils.h15 symbols
vsov/vs_openvino.cpp14 symbols
vsncnn/vs_ncnn.cpp14 symbols
vstrt/vs_tensorrt.cpp13 symbols
common/convert_float_to_float16.cpp11 symbols
vstrt/utils.h7 symbols
vstrt/trtexec/logfile.cpp6 symbols
vsort/win32.cpp6 symbols

For agents

$ claude mcp add vs-mlrt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page