mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
improve initial model configuration
This commit is contained in:
parent
7b2c0d12a3
commit
e79f89b619
@ -52,8 +52,6 @@ manager, please follow these steps:
|
|||||||
3. From within the InvokeAI top-level directory, create and activate a virtual
|
3. From within the InvokeAI top-level directory, create and activate a virtual
|
||||||
environment named `invokeai`:
|
environment named `invokeai`:
|
||||||
|
|
||||||
** WOULDN'T WE WANT TO PUT THE VENV INSIDE THE ROOTDIR RATHER THAN THE REPO? **
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m venv invokeai
|
python -m venv invokeai
|
||||||
source invokeai/bin/activate
|
source invokeai/bin/activate
|
||||||
@ -121,8 +119,6 @@ manager, please follow these steps:
|
|||||||
|
|
||||||
6. Run PIP
|
6. Run PIP
|
||||||
|
|
||||||
THIS IS WRONG?... should be pip install invokeai --use-pep517 .
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip --python invokeai install --use-pep517 .
|
pip --python invokeai install --use-pep517 .
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user