mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
36e6908266
This commit fixes the root search logic to be as follows: 1) The `--root_dir` command line argument 2) The contents of environment variable INVOKEAI_ROOT 3) The VIRTUAL_ENV environment variable, plus '..' 4) $HOME/invokeai (3) is the new feature. Since we are now recommending to install InvokeAI and its dependencies into the .venv in the root directory, this should be a reliable choice. |
||
---|---|---|
.. | ||
data | ||
invoke | ||
models | ||
modules | ||
__init__.py | ||
generate.py | ||
lr_scheduler.py | ||
simplet2i.py | ||
util.py |