10.11.2025, 23:40
When trying to run ArtCNN models in VSMLRT, be it TRT, DML, or ONNX Cuda modes, it produces an error.
According to the github, "ArtCNN is supported by vs-mlrt".
It seems to be complaining about the type of data being fed to it, so possibly may need an override for planes to feed, or a workaround?
"vapoursynth.Error: operator (): expects 1 input planes"
The common models that people use are R16F96
Relevant github:
https://github.com/Artoriuz/ArtCNN
The R16F96 and R8F64 are commonly used in encoding tasks as of recent, so it'd be useful to have them available.
Specifically, the regular and chroma variants; a la ArtCNN_R8F64 and ArtCNN_R8F64_Chroma.
artcnn_HybridDebugOutput.zip (Size: 3,5 KB / Downloads: 30)
Edit: Just realize the files didn't have the 1x/2x at the beginning, even when renaming the files, same plane error occurs.
According to the github, "ArtCNN is supported by vs-mlrt".
It seems to be complaining about the type of data being fed to it, so possibly may need an override for planes to feed, or a workaround?
"vapoursynth.Error: operator (): expects 1 input planes"
The common models that people use are R16F96
Relevant github:
https://github.com/Artoriuz/ArtCNN
The R16F96 and R8F64 are commonly used in encoding tasks as of recent, so it'd be useful to have them available.
Specifically, the regular and chroma variants; a la ArtCNN_R8F64 and ArtCNN_R8F64_Chroma.
artcnn_HybridDebugOutput.zip (Size: 3,5 KB / Downloads: 30)
Edit: Just realize the files didn't have the 1x/2x at the beginning, even when renaming the files, same plane error occurs.

