InvokeAI/invokeai/app
2023-06-25 12:38:17 -07:00
..
api feat(models): update model manager service & route to return list of models 2023-06-22 17:34:12 +10:00
cli use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
invocations Fixed problem with with non-reproducible results from ControlNet SegmentAnything preprocessor. Cause was controlnet_aux randomization of segmentation coloring, which seems to lead to some randomization of resulting images using ControlNet seg model. Switched to using deterministic ADE20K color palette instead, which solved the problem. 2023-06-25 12:38:17 -07:00
models feat(nodes): remove image_origin from most places 2023-06-14 23:08:27 +10:00
services feat(models): update model manager service & route to return list of models 2023-06-22 17:34:12 +10: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 resolve conflicts 2023-06-10 10:13:54 -04:00