Leo Mozoloa

Results 79 comments of Leo Mozoloa

I can't make much sense of the code yet as it's gigantic and don't know the libraries nor the coding style, but for pnginfo at least, it looks like this...

the way i've worked around this was to always use a square ratio when inpainting, it's not going to resize your image

> There's a slight issue, not sure if it's just me. While doing inpainting with mask, unmasked area is always processed, with 1 sampling step, what it seems. It's obvious...

I though this was a glitch, it also does the same from png info, already opened an issue here #2783

Check out the log in the console when that happens and send it here !

Looks like your inpainting is still only sending the 4 original inputs and not sending the 5 new ones associated with the inpainting model, I haven't tested myself but if...

Oh I see that the system used is similar, but not for the same reasons and not with the same effect. This is to force people to use the new...

In the meantime, there's actually a commandline arg doing this: 1. At the root of the stable diffusion webui folder you've got a webui-user.bat that you've probably heard about, it...

Just got this as well but not sure the source is the same ``` Traceback (most recent call last): File "main.py", line 670, in model = load_model_from_config(config, opt.actual_resume) File "main.py",...

I've always had it since I'm using the same environment since the beginning, that wasn't the glitch. Apparently, shutting down the kernel and turning it back on was the solution...