![]() |
New models? - 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: New models? (/thread-3505.html) Pages:
1
2
|
New models? - evolutionary - 16.12.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-super-resolution/latestPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: New models? - Bartoloni - 16.12.2023 this: ![]() is stunning! RE: New models? - Dan64 - 17.12.2023 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. RE: New models? - Selur - 17.12.2023 Did you test these through VSGAN or vs-mlrt? RE: New models? - Selur - 17.12.2023 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 RE: New models? - Dan64 - 18.12.2023 (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 Dan (17.12.2023, 20:28)Selur Wrote: Did a quick test. I noted that VSGAN added the support to HAT, I found the models in GoogleDrive, which parameters have to be passed ? RE: New models? - Selur - 18.12.2023 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. RE: New models? - Dan64 - 18.12.2023 (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 ? RE: New models? - Selur - 18.12.2023 Don't know for sure, I never tried, but in theory, updating the files in F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsgan Cu Selur Ps.: I created an issue entry https://github.com/rlaphoenix/VSGAN/issues/43 RE: New models? - Dan64 - 18.12.2023 (18.12.2023, 20:05)Selur Wrote: Ps.: I created an issue entry https://github.com/rlaphoenix/VSGAN/issues/43 Good question |