InvokeAI/ldm/dream
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
..
generator fix normalized prompt when a variation is generated 2022-09-21 00:32:29 -04:00
restoration combine PRs #690 and #683 2022-09-20 23:38:03 -04:00
args.py combine PRs #690 and #683 2022-09-20 23:38:03 -04:00
conditioning.py Fix token display when using -t 2022-09-18 21:25:27 -04:00
devices.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00
image_util.py optionally scale initial image to fit box defined by width x height 2022-09-01 00:52:43 -04:00
log.py create ldm.dream.log 2022-09-20 16:54:50 -04:00
pngwriter.py remove dangling debugging statement 2022-09-21 00:06:16 -04:00
readline.py add ability to post-process images from the CLI 2022-09-20 23:33:20 -04:00
server.py GFPGAN and Real ESRGAN Implementation Refactor 2022-09-20 23:37:19 -04:00