InvokeAI/ldm/dream
Lincoln Stein 6197f81ba0 improve behavior and fix bugs in CLI history handling and completion
-if readline.set_auto_history() is not implemented, as in pyreadline3, will fall
back gracefully to automatic history saving. The only issue with this is that
-!history commands will be recorded in the history.
-!fetch on missing file no longer crashes script
-!history is now one of the autocomplete commands
-.dream_history now stored in output directory rather than ~user directory.

An important limitation of the last feature is that the history is
loaded and saved to the .dream_history file in the --outdir directory
specified at script launch time. It is not swapped around when the
--outdir is changed during the session.
2022-09-30 16:09:38 -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 make CLI help text shorter to improve readability 2022-09-28 14:56:52 -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 remove dangling debugging statement 2022-09-21 00:06:16 -04:00
readline.py improve behavior and fix bugs in CLI history handling and completion 2022-09-30 16:09:38 -04:00
server.py Web stub for first_seed argument per b93f04e 2022-09-23 09:38:32 +02:00