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.

Deoldify Vapoursynth filter
I did not update the dev version, only the test .exe only upload.
[Image: grafik.png]

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Did you test the test (Hybrid_deoldify) version?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Yes it works as expected. Smile

But in my dev version 2024.12.15.1 the RealESRGAN resizer is not working.

The generated script is the following

clip = RealESRGAN(clip=clip, model=5, device_index=0, trt=True, trt_cache_dir=r"D:\PProjects\vs-deoldify_dev\clips", trt_workspace_size=1073741824, trt_int8=False, denoise_strength=0.50, num_streams=1) # 2960x2160


And I get the following error:

2024-12-16 14:16:20.625
Failed to evaluate the script:
Python exception: realesrgan() got an unexpected keyword argument 'trt_int8'


Could you check ?

Dan
Reply
Will check.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
I missed that the option was removed in:
https://github.com/HolyWu/vs-realesrgan/...36331c5L91
=> will fix

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
=> Uploading a new dev&torch package, will be up in ~1hour.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Installed new torch packages and dev version and not it seems OK.

You should add in Hybrid the support for vs-realesrgan new parameter: num_batches.

As stated in the release of v5.1.0: Improve performance by using separate streams and non_blocking for moving tensors between CPU and GPU. Now num_streams arg has negligible influence on performance compared to num_batches arg.

So by enabling num_batches the performance of vs-realesrgan should improve significantly.

Dan
Reply
Quote:Installed new torch packages and dev version and not it seems OK.
not -> now ?
Is it okay or not?

Quote:You should add in Hybrid the support for vs-realesrgan new parameter: num_batches.
will add later, first wanted to be sure the other stuff is okay.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
(16.12.2024, 19:17)Selur Wrote:
Quote:Installed new torch packages and dev version and not it seems OK.
not -> now ?
Is it okay or not?

It's OK, but I haven't had time to test it extensively yet.

Dan
Reply
Ok, uploaded a new dev which adds num_batches support to RealESRGAN.

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


Forum Jump:


Users browsing this thread: 4 Guest(s)