InvokeAI/ldm/dream
Lincoln Stein fe00a8c05c implement history viewing & replaying in CLI
- Enhance tab completion functionality
- Each of the switches that read a filepath (e.g. --init_img) will trigger file path completion. The
  -S switch will display a list of recently-used seeds.
- Added new !fetch command to retrieve the metadata from a previously-generated image and populate the
  readline linebuffer with the appropriate editable command to regenerate.
- Added new !history command to display previous commands and reload them for modification.
- The !fetch and !fix commands both autocomplete *and* search automatically through the current
  outdir for files.
- The completer maintains a list of recently used seeds and will try to autocomplete them.
2022-09-28 14:56:27 -04:00
..
generator tweaks to get embiggen to work with new development changes PR #553 2022-09-26 03:25:26 -04:00
restoration ESRGAN Improvements 2022-09-26 03:28:23 -04:00
args.py implement history viewing & replaying in CLI 2022-09-28 14:56:27 -04:00
conditioning.py Merge branch 'development' into fix-empty-prompt-exception 2022-09-23 09:36:15 +02: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 implement history viewing & replaying in CLI 2022-09-28 14:56:27 -04:00
server.py Web stub for first_seed argument per b93f04e 2022-09-23 09:38:32 +02:00