mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix macOS pyenv
instructions, add code block highlight (#441)
Fix: `anaconda3-latest` does not work, specify the correct virtualenv, add missing init.
This commit is contained in:
parent
aac5102cf3
commit
aba94b85e8
@ -27,7 +27,7 @@ First get the weights checkpoint download started - it's big:
|
|||||||
|
|
||||||
While that is downloading, open Terminal and run the following commands one at a time.
|
While that is downloading, open Terminal and run the following commands one at a time.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# install brew (and Xcode command line tools):
|
# install brew (and Xcode command line tools):
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
@ -42,9 +42,10 @@ While that is downloading, open Terminal and run the following commands one at a
|
|||||||
# 1. Installing alongside pyenv
|
# 1. Installing alongside pyenv
|
||||||
|
|
||||||
brew install pyenv-virtualenv # you might have this from before, no problem
|
brew install pyenv-virtualenv # you might have this from before, no problem
|
||||||
pyenv install anaconda3-latest
|
pyenv install anaconda3-2022.05
|
||||||
pyenv virtualenv anaconda3-latest lstein-stable-diffusion
|
pyenv virtualenv anaconda3-2022.05
|
||||||
pyenv activate lstein-stable-diffusion
|
eval "$(pyenv init -)"
|
||||||
|
pyenv activate anaconda3-2022.05
|
||||||
|
|
||||||
# OR,
|
# OR,
|
||||||
# 2. Installing standalone
|
# 2. Installing standalone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user