Update README.md
Browse files
README.md
CHANGED
@@ -84,13 +84,13 @@ git switch dev
|
|
84 |
|
85 |
Follow the setup instructions in the [WebUI repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui)."
|
86 |
|
87 |
-
|
88 |
command: |
|
89 |
```bash
|
90 |
cd stable-diffusion-webui
|
91 |
```
|
92 |
|
93 |
-
|
94 |
command: |
|
95 |
```bash
|
96 |
git switch dev
|
@@ -98,14 +98,14 @@ Follow the setup instructions in the [WebUI repository](https://github.com/AUTOM
|
|
98 |
```
|
99 |
⚠️ **Note:** The `dev` branch may contain bugs. If stability is your priority, it's best to stay on the `main` branch.
|
100 |
|
101 |
-
|
102 |
command: |
|
103 |
```bash
|
104 |
git pull
|
105 |
```
|
106 |
🔄 **Restart WebUI after updating to apply changes.**"
|
107 |
|
108 |
-
|
109 |
|
110 |
## Acknowledgments
|
111 |
|
|
|
84 |
|
85 |
Follow the setup instructions in the [WebUI repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui)."
|
86 |
|
87 |
+
2. **Navigate to the WebUI Directory:** Before updating or switching branches, ensure you're inside the `stable-diffusion-webui` folder
|
88 |
command: |
|
89 |
```bash
|
90 |
cd stable-diffusion-webui
|
91 |
```
|
92 |
|
93 |
+
3. **Switch to the Development Branch (Optional, for testing new features):** If you want to use the latest features from the development branch, run:
|
94 |
command: |
|
95 |
```bash
|
96 |
git switch dev
|
|
|
98 |
```
|
99 |
⚠️ **Note:** The `dev` branch may contain bugs. If stability is your priority, it's best to stay on the `main` branch.
|
100 |
|
101 |
+
4. **Update WebUI (Main or Dev Branch):** To pull the latest updates while on either branch, run:
|
102 |
command: |
|
103 |
```bash
|
104 |
git pull
|
105 |
```
|
106 |
🔄 **Restart WebUI after updating to apply changes.**"
|
107 |
|
108 |
+
5. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
|
109 |
|
110 |
## Acknowledgments
|
111 |
|