24.06.2026, 04:35
Please, use code- not quote-blocks for code and outputs. Otherwise your post are unnecessarily hard to read.
This's a bug where I mixed up the output_format value.
[quote] clip = vsmlrt.SCUNet(clip, model=3, backend=Backend.TRT_RTX(fp16=True,device_id=0,verbose=True,use_cuda_graph=False,num_streams=1,builder_optimization_level=1,engine_folder="D:/APPD/HybridFiles/Engine0606"))[/quore]
that looks correct (no output_format for TRT_RTX).
=> Uploaded a dev which should fix the 'mlrt DPIR denoise output_format mix-up'. Maybe that helps with DPIRDenoise(mlrt) FP16.
What gpu are you using? (device_id=0)
What drivers are you using? (in case you are not using studio drivers, try those - I only use studio drivers)
Cu Selur
Ps.: Off to work maybe, back in 14hrs or so.
clip = vsmlrt.DPIR(clip, strength=5.000, model=1, backend=Backend.TRT(fp16=True,device_id=0,bf16=False,verbose=True,use_cuda_graph=False,num_streams=1,builder_optimization_level=1,engine_folder="D:/APPD/HybridFiles/Engine0606",output_format=0))[quote] clip = vsmlrt.SCUNet(clip, model=3, backend=Backend.TRT_RTX(fp16=True,device_id=0,verbose=True,use_cuda_graph=False,num_streams=1,builder_optimization_level=1,engine_folder="D:/APPD/HybridFiles/Engine0606"))[/quore]
that looks correct (no output_format for TRT_RTX).
=> Uploaded a dev which should fix the 'mlrt DPIR denoise output_format mix-up'. Maybe that helps with DPIRDenoise(mlrt) FP16.
What gpu are you using? (device_id=0)
What drivers are you using? (in case you are not using studio drivers, try those - I only use studio drivers)
Cu Selur
Ps.: Off to work maybe, back in 14hrs or so.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RockHarz Festival
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RockHarz Festival

