Skip to content

Commit ae4e385

Browse files
committed
merge changes to mac installation instructions
2 parents e301cd3 + 275dca8 commit ae4e385

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/installation/INSTALL_MAC.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ First you need to download a large checkpoint file.
2424
3. Accept the terms and click Access Repository
2525
4. Download [sd-v1-4.ckpt (4.27 GB)](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/blob/main/sd-v1-4.ckpt) and note where you have saved it (probably the Downloads folder). You may want to move it somewhere else for longer term storage - SD needs this file to run.
2626

27-
While that is downloading, open Terminal and run the following
28-
commands one at a time, reading the comments and taking care to run
29-
the appropriate command for your Mac's architecture (Intel or M1).
27+
While that is downloading, open Terminal and run the following commands one at a time, reading the comments and taking care to run the appropriate command for your Mac's architecture (Intel or M1).
3028

3129
Do not just copy and paste the whole thing into your terminal!
3230

@@ -42,6 +40,7 @@ Do not just copy and paste the whole thing into your terminal!
4240
#
4341
# If you are familiar with python environments, you'll know there are other options
4442
# for setting up the environment - you are on your own if you go one of those routes.
43+
4544
##### BEGIN TWO DIFFERENT OPTIONS #####
4645

4746
### BEGIN OPTION 1: Installing alongside pyenv ###
@@ -74,10 +73,7 @@ curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o M
7473
git clone https://github.com/invoke-ai/InvokeAI.git
7574
cd InvokeAI
7675

77-
# Download the checkpoint file, and then proceed
78-
79-
# Make the directory in the repo for the symlink
80-
mkdir -p models/ldm/stable-diffusion-v1/
76+
### WAIT FOR THE CHECKPOINT FILE TO DOWNLOAD, THEN PROCEED ###
8177

8278
# We will leave the big checkpoint wherever you stashed it for long-term storage,
8379
# and make a link to it from the repo's folder. This allows you to use it for

0 commit comments

Comments
 (0)