change "python3" to "python" in instructions

This commit is contained in:
Lincoln Stein 2022-11-03 19:22:05 -04:00 committed by GitHub
parent 8aa4a258f4
commit 6b89adfa7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ in the wiki
7. Load the big stable diffusion weights files and a couple of smaller machine-learning models:
```bash
(invokeai) ~/InvokeAI$ python3 scripts/preload_models.py
(invokeai) ~/InvokeAI$ python scripts\preload_models.py
```
!!! note