#Images look paler after postprocessing
18 messages · Page 1 of 1 (latest)
Can you please try with the GFPGAN strength parameter maxed out? Also, what versino of invokeAI are you running (or when did you last git pull)
We are running with -G 1
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
Thank you very much - checking now.
We have installed https://github.com/invoke-ai/InvokeAI/releases/tag/v2.0.0
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 ?
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.
Thanks a lot for your help !
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
Better wait with the update https://twitter.com/stabilityai/status/1595590319566819328?s=46&t=2DMx6ZegiDzXMGwNnQ8Crw
We are excited to announce the release of Stable Diffusion Version 2!
Stable Diffusion V1 changed the nature of open source AI & spawned hundreds of other innovations all over the world. We hope V2 also provides many new possibilities!
Link → https://t.co/QOSSmSRKpG
4300
1105
After updating to latest release 2.1.3 the problem is fixed. @karmic wraith thanks for your help