InvokeAI/invokeai/backend
psychedelicious fb0b63c580 fix(nodes): fix seam painting
The problem was the same seed was getting used for the seam painting pass, causing the fried look.

Same issue as if you do img2img on a txt2img with the same seed/prompt.

Thanks to @hipsterusername for teaming up to debug this. We got pretty deep into the weeds.
2023-05-25 00:58:03 +10:00
..
config fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
generator fix(nodes): fix seam painting 2023-05-25 00:58:03 +10:00
image_util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
model_management fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
prompting fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
restoration fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
stable_diffusion fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
training fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
web Add Heun Karras Scheduler 2023-05-14 11:45:08 +10:00
__init__.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
safety_checker.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00