You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/INSTALL_MAC.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,7 @@ First you need to download a large checkpoint file.
24
24
3. Accept the terms and click Access Repository
25
25
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.
26
26
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).
30
28
31
29
Do not just copy and paste the whole thing into your terminal!
32
30
@@ -42,6 +40,7 @@ Do not just copy and paste the whole thing into your terminal!
42
40
#
43
41
# If you are familiar with python environments, you'll know there are other options
44
42
# for setting up the environment - you are on your own if you go one of those routes.
43
+
45
44
##### BEGIN TWO DIFFERENT OPTIONS #####
46
45
47
46
### BEGIN OPTION 1: Installing alongside pyenv ###
@@ -74,10 +73,7 @@ curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o M
0 commit comments