This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Weighted Resize CRASH
#11
Send you links to my current version.
Do these work for you?
Do you still get the non-printable character error?

Cu Selur

Ps.: removing all the whitespace does not fix the crash here when I enable trt.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#12
Found a fix, adding:
os.environ["CUDA_MODULE_LOADING"] = "LAZY"
to the script seems to fix my issue.
-> will compile and upload a new dev and send you a link.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#13
Hello Selur,

  the dev version Hybrid_dev_2023.01.30-201642.exe that you sent, is working for me.

Thanks,
Dan
Reply
#14
Happy that, that version works for you.
Okay, strange that I need the lazy loading thing.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#15
Hello Selur,

   I simple way to check if there are strange issues in the script is to call:

vspipe --info "script.vpy"


   If the output starts with "Width:" it's all Ok, otherwise it is probable that there are issues not allowing vspipe.exe to work.
   I guess that vsViewer is not using vspipe and its implementation is working better.

Dan

Hello Selur,

   I'm already using 'CUDA_MODULE_LOADING=LAZY'
   see my post: https://forum.selur.net/thread-2989-post...l#pid17521

Dan
Reply
#16
Dear Selur.
I have the same problem. Can you send a link to
new dev version. Thanks.
Reply
#17
send you a link.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#18
Hello Selur,

  I noted that in the last dev version was added the support to FeMaSR. I'd like to try it, but I noted that the Streams box is locked to "1", so that I can't increase the number of Streams. It is possible to enable this box ?

Thanks,
Dan
Reply
#19
Ah, atm. you need to enable CUDA Graph to increase the stream count. Smile
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#20
It is strange, usually the streams are supported with RT.
In any case even if I enable CUDA graph and increase the number of streams, this number is not passed in input to the function.
The generated code is the following

clip = FeMaSR(clip=clip, model=0, device_index=0, trt=False, nvfuser=False, cuda_graphs=True)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)