Skip to content

Commit 2cac469

Browse files
authored
Correct some verbiage in Mac readme.
1 parent 9156597 commit 2cac469

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-Mac-MPS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ issue](https://github.com/CompVis/stable-diffusion/issues/25), and generally on
1212

1313
You have to have macOS 12.3 Monterey or later. Anything earlier than that won't work.
1414

15-
Tested on a 2022 Macbook M2 Air with 10-core gpu 24 GB unified memory.
15+
Tested on a 2022 Macbook M2 Air with 10-core GPU and 24 GB unified memory.
1616

1717
How to:
1818

@@ -31,13 +31,13 @@ python scripts/preload_models.py
3131
python scripts/dream.py --full_precision # half-precision requires autocast and won't work
3232
```
3333

34-
After you follow all the instructions and run txt2img.py you might get several errors. Here's the errors I've seen and found solutions for.
34+
After you follow all the instructions and run dream.py you might get several errors. Here's the errors I've seen and found solutions for.
3535

3636
### Is it slow?
3737

3838
Be sure to specify 1 sample and 1 iteration.
3939

40-
python ./scripts/txt2img.py --prompt "ocean" --ddim_steps 5 --n_samples 1 --n_iter 1
40+
python ./scripts/orig_scripts/txt2img.py --prompt "ocean" --ddim_steps 5 --n_samples 1 --n_iter 1
4141

4242
### Doesn't work anymore?
4343

@@ -215,4 +215,4 @@ This is due to the Intel `mkl` package getting picked up when you try to install
215215
something that depends on it-- Rosetta can translate some Intel instructions but
216216
not the specialized ones here. To avoid this, make sure to use the environment
217217
variable `CONDA_SUBDIR=osx-arm64`, which restricts the Conda environment to only
218-
use ARM packages, and use `nomkl` as described above.
218+
use ARM packages, and use `nomkl` as described above.

0 commit comments

Comments
 (0)