![]() |
Weighted Resize 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: Weighted Resize CRASH (/thread-3062.html) |
RE: Weighted Resize CRASH - Dan64 - 05.02.2023 I forgot to use the last torch version. I will update torch, but lowering the size of frame to be resized allows FeMaSR to resize the video. For the same reason it is not possible to use FeMaSR_SRX4 if the ouput size is too big (1080p output size for me is not working). RE: Weighted Resize CRASH - Selur - 05.02.2023 Quote:For the same reason it is not possible to use FeMaSR_SRX4 if the ouput size is too big (1080p output size for me is not working).Input size is more important. SD content uses ~8GB VRAM and 720p uses more than 16GB. for X2 with X4 it will require way more vram. for some reason the femasr update didn't work properly, FeMaSR is still 'vsfemasr-1.0.0.dist-info'. Managed to update it properly now, but packaging and uploading will take ~50min. About the vram usage: you need to set 'trt_min_subgraph_size' to a higher value than the default 1. (I need to use 10.) trt_min_subgraph_size: Minimum node size in a subgraph after splitting. Subgraphs with smaller size will Cu Selur RE: Weighted Resize CRASH - andry62 - 06.02.2023 Dear Selur. Do you plan to include the FeMaSR update in the torchAddOn package very interesting to try it. Thank you. |