InvokeAI/ldm/dream/generator
Lincoln Stein b93f04ee38 fix normalized prompt when a variation is generated
- The seed printed needs to be the one generated prior to the
  initial noising operation. To do this, I added a new "first_seed"
  argument to the image callback in dream.py.
- Closes #641
2022-09-21 00:32:29 -04:00
..
__init__.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
base.py fix normalized prompt when a variation is generated 2022-09-21 00:32:29 -04:00
embiggen.py fix merge conflicts 2022-09-20 23:55:57 -04:00
img2img.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00
inpaint.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00
txt2img.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00