Skip to content

Commit bfb2781

Browse files
authored
fix(readme): add note about updating env via conda (#475)
1 parent 5c43988 commit bfb2781

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,12 @@ This will create stable-diffusion folder where you will follow the rest of the s
516516

517517
After these steps, your command prompt will be prefixed by "(ldm)" as shown above.
518518

519+
Note: If necessary, you can update the environment via this command:
520+
521+
```sh
522+
(ldm) ~/stable-diffusion$ conda env update --file environment.yaml
523+
```
524+
519525
6. Load a couple of small machine-learning models required by stable diffusion:
520526

521527
```

0 commit comments

Comments
 (0)