marchcat69
marchcat69
> Show your generation params (png info) I found the cause of this issue. Occurred because the "Inpainting conditioning mask strength" parameter was set to zero. Apparently I accidentally set...
> You can either revert the change to upscaler.py, or do something like the following and it will fix 1x scale models, while partially retaining the intentions of the commit...
Same issue after upgrading to 1.6. All submit buttons don't work.
I have same problem
> Works for me, see if it's enabled here > >  Thank you. I used version 1.0.2 from the Debian repository. There is no this option.
I have the same problem
scripts/postprocessing_gfpgan.py in line 29: change this: res = Image.blend(pp.image, res, gfpgan_visibility) to this: res = Image.blend(pp.image.convert("RGB"), res, gfpgan_visibility) scripts/postprocessing_codeformer.py in line 32: change this: res = Image.blend(pp.image, res, codeformer_visibility) to...
> Thanks, this helped! > > Is this a bug on my system, or will there be a fix in the new updates? > > Now updated to the latest...
> in trainlog SADA path is not given properly IDK but just use --model train_log without renaming to train_log_SAFA folder I put the downloaded model in the "train_log" folder. Unfortunately,...