Posts: 6
Threads: 2
Joined: Oct 2023
Not sure if you had added these models to the dev version. It looks promising. If it isn't implimented I would love to test these out with the hybrid pipeline.
https://github.com/xpixelgroup/hat
Here is where I learned about it:
https://paperswithcode.com/task/image-su...testPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
Posts: 124
Threads: 26
Joined: May 2023
this:
is stunning!
Posts: 736
Threads: 70
Joined: Feb 2020
Not sure what models were used to obtain these results.
I tried to replicate the test using the resizers available in Hybrid: BasicVSR++, RealESRGAN (x4plus), RealESRGAN (realesr-general)
Then I added improved version by using: CASglis, FastLineDark, CAS (after resize) and weighted resize with weight = 0.65
I was surprised by the behavior of RealESRGAN (x4plus) on the dog image, because the resized image was too smooth, this effect was mitigated using the weighted resize with weight = 0.65.
In general RealESRGAN with realesr-general seems to provide better results.
Posts: 10.984
Threads: 57
Joined: May 2017
Did you test these through VSGAN or vs-mlrt?
Posts: 10.984
Threads: 57
Joined: May 2017
Did a quick test.
Those models require additional parameters, so your whishes needs to go to https://github.com/rlaphoenix/VSGAN and/or https://github.com/AmusementClub/vs-mlrt/ to support these models.
Cu Selur
Posts: 736
Threads: 70
Joined: Feb 2020
(17.12.2023, 19:37)Selur Wrote: Did you test these through VSGAN or vs-mlrt?
None of them, I used "Frame->Resizer->RealESRGAN" and "Frame->Resizer->BasicVSR++"
My startup log is the following
-> skipped 'Intel(R) UHD Graphics 630' since it's no NVIDIA card
Detected NVIDIA PureVideo compatible cards: NVIDIA GeForce RTX 3060
Detected vfwDecoders with 32bit: VIDC.FFDS VIDC.LAGS VIDC.X264 VIDC.XVID vidc.cvid vidc.i420 vidc.iyuv vidc.mrle vidc.msvc vidc.uyvy vidc.yuy2 vidc.yvu9 vidc.yvyu
Detected vfw64BitDecoders: VIDC.FFDS VIDC.LAGS VIDC.X264 VIDC.XVID vidc.cvid vidc.i420 vidc.iyuv vidc.mrle vidc.msvc vidc.uyvy vidc.yuy2 vidc.yvu9 vidc.yvyu
Avisynth+ is available,..
DGDecNV available,..
Vapoursynth is available,..
DGDecNV available,..
VSGAN available,..
vsDPIR available,..
vsRIFE (torch) available,..
vsGMFSS fortuna available,..
vsBasicVSR++ available,..
vsRealESRGAN available,..
vsSwinIR available,..
vsHINet available,..
vsAnimeSR available,..
vsFeMaSR available,..
vsSCUNet available,..
vsCodeFormer available,..
vsGRLIR available,..
VSMLRT available,..
vsRIFE (mlrt) available,..
vsDPIR (mlrt) available,..
vsSAFA (mlrt) available,..
Dan
(17.12.2023, 20:28)Selur Wrote: Did a quick test.
Those models require additional parameters, so your whishes needs to go to https://github.com/rlaphoenix/VSGAN and/or https://github.com/AmusementClub/vs-mlrt/ to support these models.
Cu Selur
I noted that VSGAN added the support to HAT, I found the models in GoogleDrive, which parameters have to be passed ?
Posts: 10.984
Threads: 57
Joined: May 2017
18.12.2023, 19:52
(This post was last modified: 18.12.2023, 19:59 by Selur.)
If those models can be used through VSGAN or VSMLRT (both listed as resizers, first uses .pth the second .onnx models) adding them is easy, by simply loading the model.
If those models can not be used through these, either they need a whole wrapper filter (like BasicVSR++) or would need adjustments to VSGAN or VSMLRT.
Cu Selur
Ps.: just checked, the latest VSGAN version available through pip is still 1.6.4 which is from ~2years ago, so unless a new version is released, I doubt that those models will work.
Posts: 736
Threads: 70
Joined: Feb 2020
(18.12.2023, 19:52)Selur Wrote: Ps.: just checked, the latest VSGAN version available through pip is still 1.6.4 which is from ~2years ago, so unless a new version is released, I doubt that those models will work.
The support to HAT was added 7 month ago. Any way to apply the latest github version ?
Posts: 10.984
Threads: 57
Joined: May 2017
18.12.2023, 20:05
(This post was last modified: 18.12.2023, 20:07 by Selur.)
Don't know for sure, I never tried, but in theory, updating the files in
F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsgan
and removing the existing __pycache__-folders should work.
Cu Selur
Ps.: I created an issue entry https://github.com/rlaphoenix/VSGAN/issues/43
Posts: 736
Threads: 70
Joined: Feb 2020
(18.12.2023, 20:05)Selur Wrote: Ps.: I created an issue entry https://github.com/rlaphoenix/VSGAN/issues/43
Good question
|