remove --no_interactive from preload_scripts.py example (#1378)

This commit is contained in:
Lincoln Stein 2022-11-04 22:23:56 -07:00 committed by GitHub
parent e71655237a
commit d318968abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ will do our best to help.
```bash
# This will take some time, depending on the speed of your internet connection
# and will consume about 10GB of space
python scripts/preload_models.py --no-interactive
python scripts/preload_models.py
```
!!! todo "Run InvokeAI!"