InvokeAI/ldm
Lincoln Stein 0381a853b5 add interactive configuration to the model loader
- Loader is renamed `configure_invokeai.py`, but `preload_models.py` is retained
  (as a shell) for backward compatibility

- At startup, if no runtime root directory exists and no `.invokeai` startup file is
  present, user will be prompted to select the runtime and outputs directories.

- Also expanded the number of initial models offered to the user to include the
  most "liked" ones from HuggingFace, including the two trinart models, the
  PaperCut model, and the VoxelArt model.

- Created a configuration file for initial models to be offered to the user, at
  configs/INITIAL_MODELS.yaml
2022-11-19 19:20:28 +00:00
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke add interactive configuration to the model loader 2022-11-19 19:20:28 +00:00
models fix clipseg model loading 2022-11-15 19:17:14 +00:00
modules address all review comments; needs testing 2022-11-18 15:25:23 -05:00
__init__.py fix clipseg model loading 2022-11-15 19:17:14 +00:00
generate.py fix typo in error message 2022-11-18 20:53:49 +00:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py Add Model Scanning 2022-11-16 23:02:35 -05:00