![]() |
VSGAN - RealESRGAN Compact model crash - 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: VSGAN - RealESRGAN Compact model crash (/thread-2981.html) |
VSGAN - RealESRGAN Compact model crash - TheLastApostle - 12.12.2022 Hello, I am currently trying to use Sudo's Ultracompact model: <https://www.mediafire.com/folder/7e7752gf42eky/sudo_UltraCompact_2x_1.121.175> in order to upscale some anime footage. Sadly, the moment I try to upscale anything I am prompted with an immediate crash. Is there a fix for this? Another question. My input is 1920x1080, is there a way to resize it before the upscaling pass to 1280x720 in order to speed the process up? Crop/Resize only works on the output. Thank you RE: VSGAN - RealESRGAN Compact model crash - Selur - 12.12.2022 Quote:Another question.Setting "Filtering->Vapoursynth->Misc->Script->Lower res. before resize" should allow this. Quote:Sadly, the moment I try to upscale anything I am prompted with an immediate crash. Is there a fix for this?Not unless VSGAN starts to support these models, see: https://github.com/rlaphoenix/VSGAN/issues/25 When you get something like: Failed to evaluate the script: As a side note, when using different models, also make sure to rename them for example from sudo_UltraCompact_2x_1.121.175_D.pth to 2x_sudo_UltraCompact_1.121.175_D.pth since this will allow Hybrid to know the scaling factor (2x). (iirc Hybrid uses 2x by default if the name doesn't start with Yx, so it's not important in this case, but it might be in others) Cu Selur RE: VSGAN - RealESRGAN Compact model crash - TheLastApostle - 12.12.2022 Hi, That's really depressive, I was finally getting my hopes up that I may be able to have an alternative to the nightmare that VSGAN Docker can often be to handle. I assume this is basically a dead end, VSGAN has not had any 'upgrades' in nearly an year now so I reckon the future of it isn't bright either. Thank you anyway, Have a nice evening. RE: VSGAN - RealESRGAN Compact model crash - Selur - 27.02.2023 btw. problem seem to be 'Compact'-models while 'RealESRGAN Compact'-models like https://github.com/Bubblemint864/AI-Models/releases/tag/2x_Bubble_AnimeScale_Compact_v1 seem to work fine. Cu Selur |