Commit Graph

18 Commits

Author SHA1 Message Date
208d390779 almost all type mismatches fixed 2023-09-29 19:23:08 -04:00
d2cdbe5c4e configure script now working 2023-09-22 22:15:42 -04:00
ed91f48a92 TUI installer more or less working 2023-09-20 17:07:11 -07:00
dc683475d4 loading and conversions of checkpoints working 2023-09-16 16:27:57 -04:00
b9a90fbd28 blackify and isort 2023-09-15 22:19:29 -04:00
caea6d11c6 isort wip 2 2023-09-12 13:01:58 -04:00
a12fbc7406 chore: black fix 2023-09-02 10:51:53 +12:00
b567d65032 blackify and rerun frontend build 2023-08-31 10:35:17 -04:00
537ae2f901 Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
218b6d0546 Apply black 2023-07-27 10:54:01 -04:00
160b5d7992 add support for an autoimport models directory scanned at startup time 2023-06-25 18:50:15 -04:00
1390b65a9c new TUI is fully functional; needs some polishing 2023-06-02 17:20:50 -04:00
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
8db20e0d95 rename log to logger throughout 2023-04-29 09:43:40 -04:00
0b0e6fe448 convert remainder of print() to log.info() 2023-04-14 15:15:14 -04:00
fb30b7d17a feat(backend): add image_to_dataURL util 2023-03-16 20:03:08 +11:00
60a98cacef all vestiges of ldm.invoke removed 2023-03-03 01:02:00 -05:00
6a990565ff all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00