Torch Addon ... - 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: Torch Addon ... (/thread-3510.html) |
Torch Addon ... - ToiletDuck - 20.12.2023 Howdy, Today, i want to try out the torch for the first time now that i own a 40xx serie nvidia card xD . So, i dumped all folders in the x64 folder..right.. My question , is the filesize (unpacked) → 30+ GB sound about right If so, my poor 256GB os system ... cheers, TD RE: Torch Addon ... - Selur - 20.12.2023 Yes, extracting all the add-ons requires ~39GB of free space.
Cu Selur RE: Torch Addon ... - ToiletDuck - 20.12.2023 (20.12.2023, 20:56)Selur Wrote: Yes, extracting all the add-ons requires ~39GB of free space. DamN 0^0 .. thanks for the confirmation.. In addition, which green gpu do you have selur .. and what's your fps speed using x4 ESRGAN on a 720x576 SD res upscaled to 1080p ? My 4060ti barely can hold it together thanks, td ....Must say... realy impresive results.. without the need of denoise/sharpening filters ^^ .. duck like very much hmm.. ° ^ ° Odd 2x looks much better than 4x.. and it's way less gpu intensive too 0_o .. Cpu utilization is like non-existing LoL.. Iam curious to see what the performance will be on the new 40xx Super cards or even 50xx Nvidia series ... indeed.. RE: Torch Addon ... - Selur - 20.12.2023 In my system, I got:
No clue about the speed,... Did a quick test, resizing 720x576 (PAR 16x15) to 1920x1440(PAR 1x1) through: # Imports VSPipe.exe c:\Users\Selur\Desktop\Testing.vpy --progress -c y4m NUL Script evaluation done in 3.88 seconds Cu Selur RE: Torch Addon ... - ToiletDuck - 20.12.2023 (20.12.2023, 21:26)Selur Wrote: In my system, I got: First of → 9850x !? are you still on an AM3 Amd PHENOM Quad-core system mayhap ? I asume you meant to write R9 5950x , right? Just one step higher than mine → 5900x Also, are you using Intel Arc gpu in conjuction with ur nvidia in Sli config ? That even possible, using mixed brands in one system (20.12.2023, 21:26)Selur Wrote: No clue about the speed,... I guess you did, and you do know.. haven't you done ↓ an 53xx ish pal clip inlike 25x seconds at a 20fps average speed ? Wich is very impressive speeds if that's true ! (20.12.2023, 21:26)Selur Wrote: Script evaluation done in 3.88 seconds Also, i can see you used ESRGAN.. but wich model have you used ? i.e: 2xPlus, 4xPlus.. realsr ? BIG ↑ difference, quality / speed wise !! cheers, RE: Torch Addon ... - Selur - 20.12.2023 Sorry, meant: AMD Ryzen 9 7950X for the cpu. No, I use the Intel card separately, mainly for AV1 encoding. I used https://github.com/HolyWu/vs-realesrgan clip = RealESRGAN(clip=clip, model=5, device_index=0, trt=True, trt_cache_path=r"J:\tmp", num_streams=3) 0 = ESRGAN_SRx4_DF2KOST_official-ff704c30 (official ESRGAN x4 model) RE: Torch Addon ... - ToiletDuck - 20.12.2023 (20.12.2023, 21:49)Selur Wrote: Sorry, meant: AMD Ryzen 9 7950X for the cpu. There you go..→ model=5 Check so and again, in a nutshel... you have upscaled dvd/SD content of about 3min give or take to 1080p using Realesr-general (wich is quite faster than 4x btw) inllike realtime more or less (25x secs) that's about like 20 ish frames per second if your source is 25fps uhuh.. If that info is about right.. damn ... Me using the same settings , my poor gpu ( 4060-Ti) achieves like 3fps in hybrid .. means 4080 is like 700% faster ... realy? LOL! and it's not like my cpu is the bottleneck... it has hardly anything to do... since its mostly gpu intensive !! I think i'll go for an Nvidia super card next year.. for sure.. cheers, ...but erm... is it possible i have such slow speeds... cause i have to use sRestore on 50fps content !?? but then again, that's more of a cpu task if you ask me ...? chees, TD RE: Torch Addon ... - Selur - 20.12.2023 Note that I uses TensorRT, which takes quite a while to create a .engine file (will be created for each resolution), but then is quite a bit faster than when using ncnn. But yes, after building the .engine file, processing ran at ~21fps and for a 3:34.68 clip it took 258.18 seconds (20.79 fps). Seeint the CUDA and Tensor RT core counts (4060ti vs 4080): Cores 4352 9728 => I suspect you didn't use TensorRT, which could explain the speed difference. Quote:...but erm... is it possible i have such slow speeds... cause i have to use sRestore on 50fps content !??what speeds do you get if you use for example spline64 as resizer? (instead of RealESRGAN; I still suspect it's mainly due to not using TensorRT) Cu Selur RE: Torch Addon ... - ToiletDuck - 20.12.2023 (20.12.2023, 22:05)Selur Wrote: Note that I uses TensorRT, which takes quite a while to create a .engine file (will be created for each resolution), but then is quite a bit faster than when using ncnn. First of indeed Twice as much cores , but 3x times the price (minimum..) the same applies to power consumption LoL Very true... you've guessed it right.. And i did checked Tensor first then both Tensor + fp16 (for faster .. so it claims but..) ... Indeed it took SOO LONG for the preview, that i thought it would be much slower using Tensor... But like you said, if it's doing an prep and we users don't know that because we just don't see all the ongoing processes in hybrid you know.. If you put it like that, it might be faster in totality... but is it now ? Have you add up the time it took to prepare before the actuall encode started ? Btw... my poor 4060ti encreased to speed 3.04 in the meanwhile cheers, TD RE: Torch Addon ... - Selur - 20.12.2023 Quote:but is it now ? Have you add up the time it took to prepare before the actuall encode started ?The .engine file is build for different settings, so you can reuse them for different files as long as the settings stay the same,... In my case it was named: realesr-general-x4v3.pth_NVIDIA GeForce RTX 4080_trt-8.6.1_720x576_fp16_workspace-1073741824_denoise-0.5.pt Using TensorRT doesn't make sense if you use short clip, but it does make sense for stuff that is longer. Cu Selur |