mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tweaks to manual install documentation
--prefer-binary is an iffy option in the requirements file. It isn't supported by some versions of pip, so I removed it from requirements-base.txt and inserted it into the manual install instructions where it seems to do what it is supposed to.
This commit is contained in:
parent
efc5a98488
commit
9ef8b944d5
@ -191,8 +191,8 @@ prompting you to download the big Stable Diffusion weights files.
|
|||||||
To install InvokeAI with only the PIP package manager, please follow
|
To install InvokeAI with only the PIP package manager, please follow
|
||||||
these steps:
|
these steps:
|
||||||
|
|
||||||
1. Make sure you are using Python 3.9 or higher. Some InvokeAI
|
1. Make sure you are using Python 3.9 or higher. The rest of the install
|
||||||
features require this:
|
procedure depends on this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -V
|
python -V
|
||||||
@ -262,7 +262,7 @@ operating system.
|
|||||||
this:
|
this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install --prefer-binary -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
--prefer-binary
|
|
||||||
|
|
||||||
# pip will resolve the version which matches torch
|
# pip will resolve the version which matches torch
|
||||||
albumentations
|
albumentations
|
||||||
dependency_injector==4.40.0
|
dependency_injector==4.40.0
|
||||||
|
Loading…
Reference in New Issue
Block a user