fix conda env in codeblock

This commit is contained in:
mauwii 2022-10-11 00:59:44 +02:00 committed by tildebyte
parent 5f9f9a266e
commit a1b0b91bb3

View File

@ -96,7 +96,7 @@ You wil need one of the following:
To run in full-precision mode, start `invoke.py` with the `--full_precision` flag:
```bash
(ldm) ~/InvokeAI$ python scripts/invoke.py --full_precision
(invokeai) ~/InvokeAI$ python scripts/invoke.py --full_precision
```
## :octicons-log-16: Latest Changes