mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update INSTALL_MAC.md
I had to use `osx-64` not `osx-x86-64` for conda to install the required packages from conda-forge
This commit is contained in:
committed by
Lincoln Stein
parent
d80fff70f2
commit
61b19d406c
@ -125,7 +125,7 @@ ln -s "$PATH_TO_CKPT/sd-v1-4.ckpt" \
|
|||||||
=== "Intel x86_64"
|
=== "Intel x86_64"
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-x86_64 \
|
PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-64 \
|
||||||
conda env create \
|
conda env create \
|
||||||
-f environment-mac.yaml \
|
-f environment-mac.yaml \
|
||||||
&& conda activate ldm
|
&& conda activate ldm
|
||||||
|
Reference in New Issue
Block a user