victorca25
victorca25
Hello! First I want to thank you for the great work and code, I was recently trying to understand what self-attention blocks did in SISR tasks, and it's very interesting...
Use
How can I test with my own images? It's not clear to me how it's useful without the matlab files
@AUTOMATIC1111 @d8ahazard This is the PR for https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/1805, which updates the ESRGAN architecture and model to support all ESRGAN models in the database (https://upscale.wiki/wiki/Model_Database), the models from the original repo,...
This is a small PR is to add a few requests regarding the "extra" models available. Most of the changes are relatively trivial and don't impact the application logic. These...
Proposed actual fix for https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4168 and https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4211. I can't find the logic why there is a loop upscaling images 3 times. This PR removes the loop and just runs the...
Comments
Hello! Thanks for the great paper and code for AdaTarget, it is very interesting. I've integrated in a model training framework here: https://github.com/victorca25/traiNNer/tree/master/codes/models/modules/adatarget , because I was interested in evaluating...
Hello! I'm trying to use BLIP to caption images on a Mac with M1 processor, using the MPS torch backend. It is running (as in it executes, processes the images...
SD1.5
How complicated would it be to add support for SD1.5 models?
Python
I've implemented a couple of different smoothing filters, including WLS, TV, and RTV in Python and I just added the EAP with human mask to RTV and I think it...
Testing
I'm testing the colored/sketch files today. I'm using a python script to download using PixivUtil2.exe and made another script to locate the pairs in the downloaded images, I will later...