InvokeAI/ldm/dream
Lincoln Stein d16f0c8a8f add enhancements to CLI command-line completion and history
- Added support for pyreadline3 so that Window users can benefit.
- Added the !search command to search the history for a matching string:
~~~
!search puppies
[20] puppies at the food bowl -Ak_lms
[54] house overrun by hungry puppies -C20 -s100
~~~
- Added the !clear command to clear the in-memory and on-disk
  command history.
2022-10-04 22:53:07 -04:00
..
generator fix miscellaneous regressions: 2022-10-04 22:48:19 -04:00
restoration refactor how postprocessors work 2022-10-04 22:37:25 -04:00
args.py fix miscellaneous regressions: 2022-10-04 22:48:19 -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 fix crash that occurs in write_log when user interrupts generation with ^C 2022-09-28 14:56:52 -04:00
pngwriter.py add outcrop postprocessor 2022-10-04 22:37:25 -04:00
readline.py add enhancements to CLI command-line completion and history 2022-10-04 22:53:07 -04:00
server.py Web stub for first_seed argument per b93f04e 2022-09-23 09:38:32 +02:00