![]() |
How Use VSMLRT? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: How Use VSMLRT? (/thread-3969.html) Pages:
1
2
|
How Use VSMLRT? - dsiomnainc - 13.01.2025 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. RE: How Use VSMLRT? - Selur - 13.01.2025 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 RE: How Use VSMLRT? - Selur - 13.01.2025 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 RE: How Use VSMLRT? - dsiomnainc - 13.01.2025 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 ![]() RE: How Use VSMLRT? - dsiomnainc - 14.01.2025 I tried to install Hybrid on a friend's computer and my notebook, same problem =( RE: How Use VSMLRT? - Selur - 14.01.2025 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 crashedWhat button? I don't see any button. What process? You could try using the latest dev and the latest,... Cu Selur RE: How Use VSMLRT? - dsiomnainc - 15.01.2025 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. ![]() RE: How Use VSMLRT? - Selur - 15.01.2025 Ah, okay, the 'select'-button is there. (last screenshot didn't show it) Does resetting your defaults change anything? Cu Selur RE: How Use VSMLRT? - dsiomnainc - 15.01.2025 No, don't change RE: How Use VSMLRT? - Selur - 15.01.2025 If you switch to the Log-tag after starting Hybrid, it does mention: Quote: VSMLRT 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 |