InvokeAI/invokeai/backend/generator
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
..
__init__.py remove factory pattern 2023-03-10 19:33:04 -05:00
base.py Add DPMPP Single, Euler Karras and DPMPP2 Multi Karras Schedulers 2023-05-12 02:23:33 +12:00
embiggen.py rename log to logger throughout 2023-04-29 09:43:40 -04:00
img2img.py Fix bug #2931 2023-03-13 08:11:09 -05:00
inpaint.py fix(nodes): fix seam painting 2023-05-25 00:58:03 +10:00
txt2img2img.py rename log to logger throughout 2023-04-29 09:43:40 -04:00
txt2img.py Fix bug #2931 2023-03-13 08:11:09 -05:00