Update README.md
Browse files
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 |
|