MidnightRunner commited on
Commit
6791f38
·
verified ·
1 Parent(s): b1cc59e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -117,7 +117,10 @@ Follow the setup instructions in the [WebUI repository](https://github.com/AUTOM
117
  ```
118
  🔄 **Restart WebUI after updating to apply changes.**"
119
 
 
 
120
  ### Method IV: Diffusers
 
121
  ```bash
122
  import torch
123
  from diffusers import StableDiffusionXLPipeline
@@ -149,8 +152,6 @@ image = pipe(
149
 
150
  image.save("output.png")
151
  ```
152
-
153
- 6. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
154
 
155
  ## Acknowledgments
156
 
 
117
  ```
118
  🔄 **Restart WebUI after updating to apply changes.**"
119
 
120
+ 5. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
121
+
122
  ### Method IV: Diffusers
123
+
124
  ```bash
125
  import torch
126
  from diffusers import StableDiffusionXLPipeline
 
152
 
153
  image.save("output.png")
154
  ```
 
 
155
 
156
  ## Acknowledgments
157