Zarxrax

Results 10 issues of Zarxrax

Using real-esrgan to train a model using the compact architecture results in a .pth model file that loads perfectly fine into VSGAN. There is an application called chaiNNer which can...

bug

When I finetune my own model, the resulting filesize is double that of the models that are distributed on the Model Zoo page, when I train with similar settings to...

If you can display your subtitles along the top, then this could enable people to view 2 languages at once. For instance, English subs from the native Netflix player along...

Hi, I see that many of the image matting models require a trimap for the input images. Do you know of any code or projects related to helping generate these...

Can this model be used together with user input, for example where a user makes some clicks on an image to define what part of the image should be masked?...

Hi, it looks like your code is optimized to train a model that works best for 1024x1024 resolution images. I am wondering if its fine to use other resolutions? Does...

Hi, your project caught my eye because I am interested in generating animated autostereogram videos. I have not been able to find any software for creating these animations like yours....

Hi, is it possible to add the pretrained model .pt files into a release? This will make it easier to download them reliably through python code for projects which use...

I was doing some thinking about the possibility of AnimeJaNaiConverterGUI being able to do PTH to ONNX conversion itself. A problem is that pytorch is a huge dependency, and would...

I'm really excited to see this work, it looks really impressive! I had been trying to work on something similar, but only got as far as building a dataset, but...