#Images look paler after postprocessing

18 messages · Page 1 of 1 (latest)

still citrus
#

We need some help.

The attached image is
left: original, middle: processed with GFPGAN directely, right: invokeAI with GFPGAN

All are using GFPGAN 1.4

However the right image is much paler. Any ideas ?

karmic wraith
still citrus
#

We are running with -G 1

karmic wraith
#

Ok, and the version of InvokeAI? If you have manually installed by cloning the git repo, the output of git show is useful e.g.

❯ git show
commit 17cfd74e48a20ce42006d3b14f09c34e52818e95 (HEAD -> web-ui-2.2-rebase)
Author: psychedelicious <[email protected]>
Date:   Thu Nov 24 07:21:06 2022 +1100
still citrus
#

Thank you very much - checking now.

#

The problem also happens if run the colab directely

#

The only thing we changed is -> requirements. txt:  pytorch-lightning==1.7.7

#

since otherwise it doesnt start

#

Do you suggest upgrading to a newer version ?

karmic wraith
#

Ah, ok. We had a problem in our implementation which was fixed after that point (commits 410112701101a2910e264d18cf9dd3e7b0afa2e5, 87469a5fdd1739745b671dd77576ef6b1e5bc770 and 3e0a7b62290fc7a80a1154e83bc01980d0709458)

#

So yes, upgrading should fix the issue 🙂 it also affected CodeFormer face correction and ESRGAN upscaling.

still citrus
#

Thanks a lot for your help !

karmic wraith
#

No worries, once you upgrade, please come back to confirm it is fixed for you

#

I'll mention that we have v2.2 releasing very soon, we plan to release the release candidate today-ish

#

It has a ton of improvements

still citrus
still citrus
#

After updating to latest release 2.1.3 the problem is fixed. @karmic wraith thanks for your help