Update README.md
Browse files
README.md
CHANGED
|
@@ -82,16 +82,15 @@ These lists provide recognized tags for various artists and characters, facilita
|
|
| 82 |
Switch to dev branch:
|
| 83 |
git switch dev
|
| 84 |
|
| 85 |
-
|
| 86 |
-
- step: "**1. Installation:** Follow the setup instructions in the [WebUI repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui)."
|
| 87 |
|
| 88 |
-
-
|
| 89 |
command: |
|
| 90 |
```bash
|
| 91 |
cd stable-diffusion-webui
|
| 92 |
```
|
| 93 |
|
| 94 |
-
-
|
| 95 |
command: |
|
| 96 |
```bash
|
| 97 |
git switch dev
|
|
@@ -99,12 +98,12 @@ webui_installation:
|
|
| 99 |
```
|
| 100 |
⚠️ **Note:** The `dev` branch may contain bugs. If stability is your priority, it's best to stay on the `main` branch.
|
| 101 |
|
| 102 |
-
-
|
| 103 |
command: |
|
| 104 |
```bash
|
| 105 |
git pull
|
| 106 |
```
|
| 107 |
-
|
| 108 |
|
| 109 |
2. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
|
| 110 |
|
|
|
|
| 82 |
Switch to dev branch:
|
| 83 |
git switch dev
|
| 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 |
2. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
|
| 109 |
|