InvokeAI/invokeai/backend
Lincoln Stein d2dc1ed26f make InvokeAI package installable
This commit makes InvokeAI 3.0 to be installable via PyPi.org and the
installer script.

Main changes.

1. Move static web pages into `invokeai/frontend/web` and modify the
API to look for them there. This allows pip to copy the files into the
distribution directory so that user no longer has to be in repo root
to launch.

2. Update invoke.sh and invoke.bat to launch the new web application
properly. This also changes the wording for launching the CLI from
"generate images" to "explore the InvokeAI node system," since I would
not recommend using the CLI to generate images routinely.

3. Fix a bug in the checkpoint converter script that was identified
during testing.

4. Better error reporting when checkpoint converter fails.

5. Rebuild front end.
2023-05-22 17:51:47 -04:00
..
config make InvokeAI package installable 2023-05-22 17:51:47 -04:00
generator Add DPMPP Single, Euler Karras and DPMPP2 Multi Karras Schedulers 2023-05-12 02:23:33 +12:00
image_util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
model_management make InvokeAI package installable 2023-05-22 17:51:47 -04:00
prompting fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
restoration fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
stable_diffusion fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
training fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
util make InvokeAI package installable 2023-05-22 17:51:47 -04:00
web Add Heun Karras Scheduler 2023-05-14 11:45:08 +10:00
__init__.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
safety_checker.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00