InvokeAI/ldm/invoke/config
Lincoln Stein 9d8236c59d tested and working on Ubuntu
- You can now achieve several effects:

   `invokeai-configure`
   This will use console-based UI to initialize invokeai.init,
   download support models, and choose and download SD models

   `invokeai-configure --yes`
   Without activating the GUI, populate invokeai.init with default values,
   download support models and download the "recommended" SD models

   `invokeai-configure --default_only`
   As above, but only download the default SD model (currently SD-1.5)

   `invokeai-model-install`
   Select and install models. This can be used to download arbitrary
   models from the Internet, install HuggingFace models using their repo_id,
   or watch a directory for models to load at startup time

   `invokeai-model-install --yes`
   Import the recommended SD models without a GUI

   `invokeai-model-install --default_only`
   As above, but only import the default model
2023-02-19 16:08:58 -05:00
..
__init__.py (config) move configure_invokeai script to the config module for easier importing 2023-01-28 17:39:32 -05:00
invokeai_configure.py tested and working on Ubuntu 2023-02-19 16:08:58 -05:00
model_install_backend.py fix model download and autodetection bugs 2023-02-16 21:37:50 -05:00
model_install.py tested and working on Ubuntu 2023-02-19 16:08:58 -05:00
widgets.py preparation for startup option editor 2023-02-18 08:51:26 -05:00