fix(readme): add note about updating env via conda (#475)

This commit is contained in:
tildebyte 2022-09-10 10:15:56 -04:00 committed by GitHub
parent 5c43988862
commit bfb2781279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```