InvokeAI/invokeai/app
Lincoln Stein 9f58ed35cf improve user migration experience
- No longer fail root directory probing if invokeai.yaml is missing
  (test is now whether a `models/core` directory exists).
- Migrate script does not overwrite previously-installed models.
- Can run migrate script on an existing 2.3 version directory
  with --from and --to pointing to same 2.3 root.
2023-07-07 08:18:46 -04:00
..
api add merge api 2023-07-06 15:12:34 -04:00
cli restore 3.9 compatibility by replacing | with Union[] 2023-07-03 10:57:40 -04:00
invocations merge latest changes from main 2023-07-05 19:15:53 -04:00
models feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
services improve user migration experience 2023-07-07 08:18:46 -04:00
util feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
api_app.py Set model type to const value in openapi schema, add model format enums to model schema(as they not not referenced in case of Literal definition) 2023-06-22 16:51:53 +10:00
cli_app.py Union[foo, None]=>Optional[foo] 2023-07-03 12:17:45 -04:00