InvokeAI/ldm/dream
Lincoln Stein 98fe044dee rebrand CLI from "dream" to "invoke"
- rename dream.py to invoke.py
- create a compatibility script named dream.py that execs() invoke.py
- redo documentation
- change help message in args
- this does **not** rename the libraries, which are still ldm.dream.util, etc
2022-10-08 09:32:06 -04:00
..
generator restore ability of ksamplers to process -v variation options 2022-10-07 16:25:58 -04:00
restoration fix crash in generate._transparency_check_and_warning() 2022-10-06 21:00:27 -04:00
args.py rebrand CLI from "dream" to "invoke" 2022-10-08 09:32:06 -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 remove unecessary import of pyreadline3 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