Lincoln Stein 28612c899a add a sanity check to root directory finding algorithm
Root directory finding algorithm is:

2) use --root argument
2) use INVOKEAI_ROOT environment variable
3) use VIRTUAL_ENV environment variable
4) use ~/invokeai

Since developer's are liable to put virtual environments in their
favorite places, not necessarily in the invokeai root directory, this
PR adds a sanity check that looks for the existence of
VIRTUAL_ENV/invokeai.init, and moves to (4) if not found.
2023-02-23 10:15:01 -05:00
..
2023-02-22 15:26:35 -05:00
2023-02-22 13:18:39 +01:00
2023-02-21 14:12:57 -05:00
2022-12-20 15:32:35 -08:00
2023-02-20 07:33:19 -05:00
2023-01-15 09:22:46 -05:00
2023-02-03 17:35:35 -05:00