Posts: 34
Threads: 16
Joined: Feb 2018
13.01.2025, 09:40
Good day.
I see that ONNX models are becoming more popular than PTH.
As I understand it, to use ONNX you need to use VSMLRT.
It seems that something is wrong with it. VSGAN works without problems.
Can you help? Perhaps you need to install some additional software?
Video card RTX4080 super.
Posts: 10.759
Threads: 57
Joined: May 2017
13.01.2025, 15:38
(This post was last modified: 14.01.2025, 19:37 by Selur.)
That looks like some of the files are not present and Hybrid thus doesn't show the elements.
I suspect you are missing the onnx_models.
Does 'Hybrid\64bit\onnx_models' exist and include the onnx models from the (onnx_models_2023.12.05) download?
Side note: .onnx models come in different architectures and vs-mlrt does not support all the architectures available over at
https://openmodeldb.info/.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.759
Threads: 57
Joined: May 2017
Did some further looking into the code and I don't really see a reason why/how VLSMRT would be available as a resizer without the models.
Did you load some global config or similar?
After adding vs-mlrt you need to reset the filter order&co and re-save the default. (there should be a message about this after the startup in the log)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 34
Threads: 16
Joined: Feb 2018
I added the onnx_models folder, but nothing changed, even if I select a model via the button, there are still no fields in hybrid, and if I run the process, it ends with crashed
Posts: 34
Threads: 16
Joined: Feb 2018
I tried to install Hybrid on a friend's computer and my notebook, same problem =(
Posts: 10.759
Threads: 57
Joined: May 2017
Sadly, I can't reproduce this at all here on any of my systems.
I have no clue how to reproduce this or how you selected a model without the gui elements to do so.
(assuming you didn't load some profile, but that should be the case on the system of your friend)
Quote:, even if I select a model via the button, there are still no fields in hybrid, and if I run the process, it ends with crashed
What button? I don't see any button. What process?
You could try using the latest dev and the latest,...
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 34
Threads: 16
Joined: Feb 2018
Button 'Select'.
When I click it, nothing changes visually, but the script adds a line about the selected model.
I tried the Dev version, no changes.
Posts: 10.759
Threads: 57
Joined: May 2017
Ah, okay, the 'select'-button is there. (last screenshot didn't show it)
Does resetting your defaults change anything?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 34
Threads: 16
Joined: Feb 2018
Posts: 10.759
Threads: 57
Joined: May 2017
If you switch to the Log-tag after starting Hybrid, it does mention:
Quote: VSMLRT available,..
vsDPIR (mlrt) available,..
vsRIFE (mlrt) available,..
vsSAFA (mlrt) available,..
vsSCUNet mlrt) available,..
vsSwinIR (mlrt) available,..
correct?
On Startup, Hybrid checks that "Hybrid/64bit/vs-mlrt" exists, and only in case it does not those ui-elements should be removed.
Do you have any ui/theme influencing, translation or gpu tuning tool running?
(since I can't reproduce this here, nobody else is complaining and I haven't really changed the code for quite a while I suspect this might be something 'unique' to your system)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.