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. |
![]() |
#1 | Link | |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,977
|
trying to test avs-mlrt
I can't get avs-mlrt working.
What I did:
Code:
Traceback (most recent call last): File "_ctypes/callbacks.c", line 315, in 'calling callback function' File "avsp.pyo", line 6128, in local_wnd_proc WindowsError: exception: access violation reading 0x0000000000000041 I'm running Windows 11, 64GB RAM, with an NVIDIA RTX 4080 (NVIDIA Studio-driver 528.49). I got 'Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.32.31332' installed in my system. when calling: Code:
mlrt_ncnn(list_gpu=true) Quote:
Using different device_ids gave the same error. So I guessed, that the issue might be with the new onnx models or MT, using: Code:
ClearAutoloadDirs() #SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE) LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\LSMASHSource.dll") Import("I:\Hybrid\64bit\Avisynth\avisynthPlugins\mtmodes.avsi") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\x64\Release\mlrt_ncnn.dll") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\avsresize.dll") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\fmtconv.dll") Import("I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\mlrt.avsi") # loading source: G:\TestClips&Co\files\test.avi # color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited LWLibavVideoSource("G:\TestClips&Co\files\test.avi",cache=false,dr=true,format="YUV420P8", prefer_hw=0) # current resolution: 640x352 #mlrt_ncnn(clip[] input, string "network_path", int "overlap_w", int "overlap_h", int "tilesize_w", int "tilesize_h", int "device_id", int "num_streams", bool "builtin", string "builtindir", bool "fp16", bool "path_is_serialization", bool "list_gpu") ConvertBits(32) ConvertToPlanarRGB() mlrt_W2x() #mlrt_ncnn(network_path="I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\models\onnx\1x_Dotzilla_Compact_80k_net_g.onnx", builtin=false) # mlrt_ncnn(list_gpu=true) # filtering # Converting from 8 to 10bit for encoder # setting output fps to 25.000fps AssumeFPS(25,1) #PreFetch(2) # output: color sampling YV12@10, matrix: bt601, scantyp: progressive, luminance scale: limited return last ![]() My guess atm. is that I'm missing something, but I have no clue what. ![]() => Does anyone know how I can get this working? ![]() Cu Selur |
|
![]() |
![]() |
![]() |
#2 | Link |
Registered User
Join Date: Jan 2018
Posts: 1,747
|
Vc++ now is 14.36.32502.0
https://github.com/abbodi1406/vcredist/releases |
![]() |
![]() |
![]() |
#3 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,188
|
Not all filters work for me, actually a small subset only work in my experience, not sure if an issue with mlrt or the converted models.
Among other... These work: 1x_Dotzilla_Compact_80k_net_g.onnx 2x_Waifaux-NL3-SuperLite_latest_G.onnx 2X_DigitalFilmV5_Lite.onnx These don't: scale2.0x_model.onnx 1x_NMKD-YandereInpaint_375000_G.onnx 2x_AnimeClassics_UltraLite_510K.onnx 1x_sudo_inpaint_PartialConv2D_424000_G.onnx 2x_DigitalFlim_Compact_120k_net_g.onnx 2x_DigitalFlim_SuperUltraCompact_nf24-nc8_289k_net_g.onnx I have all plugins in default plugins64+ folder and then the models folder there
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,977
|
@kedautinh12: got an official link for that too? (https://learn.microsoft.com/en-us/cp...?view=msvc-170 links to https://aka.ms/vs/17/release/vc_redist.x64.exe, which installs 14.34.31938)
@DogWay: 'scale2.0x_model.onnx' is one of the models that comes with avs-mlrt, so it might be an issue with avs-mlrt. I also get the error even with the models that work for you. |
![]() |
![]() |
![]() |
#5 | Link | |
Registered User
Join Date: Jan 2018
Posts: 1,747
|
Quote:
|
|
![]() |
![]() |
![]() |
#7 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,188
|
In case it helps this is my VCPP collection and never had a problem with any of my DCC applications, emulators and other hundreds of programs even if I don't have VCPP 2022. I don't do PC gaming though. And Win7 here.
Code:
Microsoft .NET Framework 4.8 Microsoft .NET Runtime - 5.0.1 (x64) Microsoft Windows Desktop Runtime - 5.0.1 (x64) VCPP 2005 Redistributable VCPP 2005 Redistributable (x64) VCPP 2008 Redistributable - x64 9.0.21022 VCPP 2008 Redistributable - x64 9.0.30729.17 VCPP 2008 Redistributable - x64 9.0.30729.4148 VCPP 2008 Redistributable - x64 9.0.30729.6161 VCPP 2008 Redistributable - x86 9.0.21022 VCPP 2008 Redistributable - x86 9.0.30729.17 VCPP 2008 Redistributable - x86 9.0.30729.6161 VCPP 2010 x64 Redistributable - 10.0.40219 VCPP 2010 x86 Redistributable - 10.0.40219 VCPP 2012 Redistributable (x64) - 11.0.60610 VCPP 2012 Redistributable (x64) - 11.0.61030 VCPP 2012 Redistributable (x86) - 11.0.61030 VCPP 2013 Redistributable (x64) - 12.0.30501 VCPP 2013 Redistributable (x64) - 12.0.40660 VCPP 2013 Redistributable (x86) - 12.0.30501 VCPP 2015-2019 Redistributable (x64) - 14.28.29334 VCPP 2015-2019 Redistributable (x86) - 14.23.27820
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#9 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,188
|
Installed 2022 and looks like now it loads more models (not all though), still no go for the Waifu ones...
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#11 | Link | ||
Registered User
Join Date: Jul 2018
Posts: 339
|
Quote:
Quote:
What does this mean? Is it wrong path, is it wrong output, is it crashing? Did you try "mlrt_ncnn(...., tilesize_w=Width()/2, tilesize_h=Height()/2)"? |
||
![]() |
![]() |
![]() |
#12 | Link | |
Registered User
Join Date: Nov 2009
Posts: 2,188
|
Quote:
Code:
mlrt_ncnn(network_path="C:\Program Files (x86)\AviSynth+\plugins64+\models\waifu2x-ONNX\anime_style_art\scale2.0x_model.onnx", builtin=false, tilesize_w=Width()/2, tilesize_h=Height()/2) Code:
mlrt_W2x(-1,1,1)
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
|
![]() |
![]() |
![]() |
#13 | Link | |
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,616
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#14 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,166
|
Quote:
Works for me , an a locally converted version . I downloaded from your dropbox, and it works too . For some reason there is a filesize difference in the onnx conversion . Yours was 7.79MB, mine was 7.85MB. I couldn't see any difference when testing a few frames |
|
![]() |
![]() |
![]() |
#15 | Link | |
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,616
|
Quote:
I tested the onnx model in Chainner and it works there also (albeit, much slower than the pth model). ![]() |
|
![]() |
![]() |
![]() |
#17 | Link | |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,977
|
Quote:
Code:
I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\avsresize.dll I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\fmtconv.dll I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\LICENSE I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\mlrt.avsi I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\README.md I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\x64 I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\dpir I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\RealESRGANv2 I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-conservative-up2x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-conservative-up3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-denoise3x-up2x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-denoise3x-up3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-no-denoise3x-up2x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\pro-no-denoise3x-up3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up2x-latest-conservative.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up2x-latest-denoise1x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up2x-latest-denoise2x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up2x-latest-denoise3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up2x-latest-no-denoise.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up3x-latest-conservative.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up3x-latest-denoise3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up3x-latest-no-denoise.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up4x-latest-conservative.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up4x-latest-denoise3x.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\cugan\up4x-latest-no-denoise.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\dpir\drunet_color.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\dpir\drunet_deblocking_color.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\dpir\drunet_deblocking_grayscale.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\dpir\drunet_gray.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x-Kim2091_DeJpeg.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1xBaldrickVHSFix_180000_G_V0.2.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_AnimeUndeint_Compact_130k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_BleedOut_Compact_300k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_BroadcastToStudioLite_485k.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Debandurh_FS_lite_140000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_DeBLR.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_DitherDeleterV3-Smooth-[32]_115000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Dotzilla_Compact_80k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Dotzilla_SuperUltraCompact_300k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Dotzilla_UltraCompact_182k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Fatality_DeBlur_270000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_Filmify4K_v2_325000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_GainRESV3_Aggro.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_GainRESV3_Natural.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_GainRESV3_Passive.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_HurrDeblur_SuperUltraCompact_nf24-nc8_244k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_ISO_denoise_v2.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_JPEG_00-20.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_JPEG_20-40.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_JPEG_40-60.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_JPEG_60-80.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_JPEG_80-100.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_MangaJPEGHQ.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_MangaJPEGHQPlus.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_MangaJPEGLQ.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_MangaJPEGMQ.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_mdeblur.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_NMKD-YandereInpaint_375000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_sudo_inpaint_PartialConv2D_424000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_SwatKatsLite_360000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_ThePi7on-Solidd_Deborutify_UltraLite_260k_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\1x_UnResize_V3_200000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_AnimeClassics_UltraLite_510K.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_BIGOLDIES_415000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2X_DigitalFilmV5_Lite.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_DigitalFlim_Compact_120k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_DigitalFlim_SuperUltraCompact_nf24-nc8_289k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_Futsuu_Anime_Compact_130k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_LD-Anime_Compact_330k_net_g.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_LD-Anime_Skr_v1.0.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\2x_Waifaux-NL3-SuperLite_latest_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x-UniScaleV2_Moderate.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x-UniScaleV2_Sharp.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x-UniScaleV2_Soft.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x_eula_digimanga_bw_v1_860k.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x_eula_digimanga_bw_v2_nc1_307k.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\4x_Valar_v1.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\ToonVHS-1x-300000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\onnx\VHS-Sharpen-1x_46000_G.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\RealESRGANv2\realesr-animevideov3.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\RealESRGANv2\RealESRGANv2-animevideo-xsx2.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\RealESRGANv2\RealESRGANv2-animevideo-xsx4.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\ukbench I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10 I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art\noise1_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art\noise2_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art\noise3_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb\noise0_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb\noise1_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb\noise2_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb\noise3_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\anime_style_art_rgb\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise0_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise0_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise1_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise1_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise2_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise2_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise3_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\noise3_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\cunet\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo\noise0_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo\noise1_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo\noise2_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo\noise3_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\photo\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\ukbench\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb\noise0_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb\noise1_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb\noise2_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb\noise3_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_anime_style_art_rgb\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo\noise0_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo\noise1_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo\noise2_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo\noise3_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upconv_7_photo\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10\noise0_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10\noise1_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10\noise2_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10\noise3_scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\models\waifu2x\upresnet10\scale2.0x_model.onnx I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\x64\Release I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\x64\Release\mlrt_ncnn.dll Code:
LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\mlrt_ncnn.dll") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\avsresize.dll") LoadPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\mlrt\fmtconv.dll") Import("I:\Hybrid\64bit\Avisynth\avisynthPlugins\mlrt\mlrt.avsi") Code:
Traceback (most recent call last): File "_ctypes/callbacks.c", line 315, in 'calling callback function' File "avsp.pyo", line 6128, in local_wnd_proc WindowsError: exception: access violation reading 0x0000000000000041 When using a 640x352 source I don't need to use tiling for any of them. (my card has 16gb ram, which is enought for sd content in RGBS, so tiling should not be needed.) Could this be related to my CPU ? (I'm using Ryzen 9 7950X) Does avs-mlrt only work with Intel CPUs? Cu Selur |
|
![]() |
![]() |
![]() |
#18 | Link | |||
Registered User
Join Date: Jul 2018
Posts: 339
|
Quote:
Code:
mlrt_ncnn("....\scale2.0x_model.onnx", fp16=true, builtin=false) fmtc_resample(scale=0.5, kernel="impulse", impulse=[-0.1875, 1.375, -0.1875], kovrspl=2) Quote:
Quote:
|
|||
![]() |
![]() |
![]() |
#19 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,977
|
Okay, I found the issue.
I was using the last stable Avisynth+ version from https://github.com/AviSynth/AviSynthPlus/releases (3.7.2) after updating to 3.7.3 r3958 from https://gitlab.com/uvz/AviSynthPlus-...ng/x64/plugins it seems to work. So my issue was me, stupidly overlooking that a non-stable, non-official release was a requirement for avs-mrlt. Cu Selur Ps.: personally, I'll wait after the next official release before I test this further. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|