mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-08 11:57:36 +08:00
fix(readme): add note about updating env via conda (#475)
This commit is contained in:
parent
5c43988862
commit
bfb2781279
@ -516,6 +516,12 @@ This will create stable-diffusion folder where you will follow the rest of the s
|
||||
|
||||
After these steps, your command prompt will be prefixed by "(ldm)" as shown above.
|
||||
|
||||
Note: If necessary, you can update the environment via this command:
|
||||
|
||||
```sh
|
||||
(ldm) ~/stable-diffusion$ conda env update --file environment.yaml
|
||||
```
|
||||
|
||||
6. Load a couple of small machine-learning models required by stable diffusion:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user