InvokeAI/ldm/invoke
Lincoln Stein 6e98b5535d
add --version to invoke.py arguments (#2038)
* add --version to invoke.py arguments

This commit allows invoke.py to print out its name and version
number when given the --version argument. I had to move some
status messages around in order to make the output clean.

There is still an early message about initializing patchmatch
that interferes with a clean print of the version, and in fact the
--no-patchmatch argument is not doing anything. This will be the
subject of a subsequent PR.

* export APP_ID and APP_VERSION

Needed to support the web backend.
2022-12-20 15:14:28 +00:00
..
generator Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
restoration Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
__init__.py add --version to invoke.py arguments (#2038) 2022-12-20 15:14:28 +00:00
args.py add --version to invoke.py arguments (#2038) 2022-12-20 15:14:28 +00:00
CLI.py add --version to invoke.py arguments (#2038) 2022-12-20 15:14:28 +00:00
concepts_lib.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
conditioning.py restrict to 75 tokens and correctly handle blends 2022-12-14 16:54:27 -05:00
devices.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
globals.py Possible fix for crash introduced in #1948 (#1963) 2022-12-13 01:14:46 -05:00
image_util.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_cache.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
pngwriter.py correct bug when trying to enhance JPG images (#1928) 2022-12-11 13:48:47 -05:00
prompt_parser.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00
readline.py Save and display per-token attention maps (#1866) 2022-12-10 15:57:41 +01:00
seamless.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
server_legacy.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
server.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00
txt2mask.py Global replace [ \t]+$, add "GB" (#1751) 2022-12-19 16:36:39 +00:00