We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c43988 commit bfb2781Copy full SHA for bfb2781
README.md
@@ -516,6 +516,12 @@ This will create stable-diffusion folder where you will follow the rest of the s
516
517
After these steps, your command prompt will be prefixed by "(ldm)" as shown above.
518
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
525
6. Load a couple of small machine-learning models required by stable diffusion:
526
527
```
0 commit comments