Michael Schmidt
Michael Schmidt
We need to add special support for rembg ONNX models. `isnet-anime.onnx` happens to be one of the models we don't support, so it shows up as "generic". We support [all...
The header is already quite full, so placing another icon there (specially when minimized) will be difficult.
I think Joey's guess is that wrong, and that what happened was simply PyTorch trying to load the model at the same time you were trying to remove it. The...
Fixed bx #2717
It kinda sounds like what you want is this: 
I think I understand what you want to do now. Essentially, you have an LR image `L`, an HR image `H`, and an LR image with an overlay `o`. So...
Actually, I think I'm gonna implement custom "blurred" images for High Pass quickly myself. It's a feature I wanted before anyway.
> The main reason I combined them into one node was that I wasn't sure if there was any practical use for a diff image besides adding it to another...
Please provide more information. Right now, I have no idea what it is that you are doing. I only know 1) that you are using some iterator (but not which...
Ah, video frame iterator. Yeah, that iterator is *really* slow right now. Basically, we currently 1) load one frame, 2) process it (upscaling in your case) and 3) write the...