From f868362ca8261cf9d8abbf7061cac407b5798f2c Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 18 Oct 2022 02:21:43 +0200 Subject: [PATCH] fix prompt in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e952e72648..f00871ed9f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ errors like 'expected type Float but found Half' or 'not implemented for Half' you can try starting `invoke.py` with the `--precision=float32` flag: ```bash -(invokeai) ~/stable-diffusion$ python scripts/invoke.py --precision=float32 +(invokeai) ~/InvokeAI$ python scripts/invoke.py --precision=float32 ``` ### Features