Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#122 | Link |
|
Registered User
Join Date: Feb 2021
Posts: 137
|
Yes. When fp16=true also appears errors.
I also noticed when the models are converted in the chaiNNer program with the selection fp32 everything works fine (for ESRGAN architecture models), and appears errors for the same model with the selection fp16. |
|
|
|
|
|
#123 | Link |
|
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,481
|
FWIW, mlrt_ort using CUDA is faster than mlrt_ncnn to run an ONNX model (Dotzilla) on a RTX 3070Ti using a DVD source. I think it was 24fps vs. 18fps.
Last edited by Stereodude; 17th February 2025 at 18:22. |
|
|
|
|
|
#124 | Link |
|
Registered User
Join Date: May 2018
Posts: 237
|
Posting this example script here, so I don't forget to set colorspace stuff again...
Also, Cuda is waay slower for me, barely reaching 1/3 of the speed I get with DML. This has also been shown by other to be the case. With Hardware-accelerated GPU scheduling enabled, GPU usage often gets stuck at 80%. If you run into this issue, you can disable it under Windows settings "System > Display > Graphics >> Advanced graphic settings" Edit: Someone else ran into the same issue. Code:
LWLibavVideoSource("C:\Users\ULTRA\Downloads\ffmpeg\INPUT.mkv").Prefetch(0)
z_ConvertFormat(pixel_type="RGBPS", colorspace_op="709:709:709:limited=>rgb:709:709:full", dither_type="error_diffusion", cpu_type="avx2", use_props=0).Prefetch(0)
mlrt_ort(network_path="C:\Program Files (x86)\AviSynth+\plugins64+\mlrt_ort_rt\models\2x_Ani4Kv2_G6i2_Compact_107500_fp32.onnx", builtin=False, provider="DML", fp16=True, num_streams=1).Prefetch(2)
z_ConvertFormat(pixel_type="YUV420P8", colorspace_op="rgb:709:709:full=>709:709:709:limited", dither_type="error_diffusion", cpu_type="avx2", use_props=0).Prefetch(0)
Last edited by takla; 26th September 2025 at 15:43. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|