Update README.md
Browse files
README.md
CHANGED
@@ -79,6 +79,27 @@ These lists provide recognized tags for various artists and characters, facilita
|
|
79 |
### Method III: WebUI
|
80 |
|
81 |
1. **Installation:** Follow the instructions in the [WebUI repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui) to set up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
2. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
|
83 |
|
84 |
## Acknowledgments
|
|
|
79 |
### Method III: WebUI
|
80 |
|
81 |
1. **Installation:** Follow the instructions in the [WebUI repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui) to set up.
|
82 |
+
Switch to dev branch:
|
83 |
+
git switch dev
|
84 |
+
|
85 |
+
webui_installation:
|
86 |
+
- step: "Follow the installation guide from the WebUI repository."
|
87 |
+
link: "https://github.com/AUTOMATIC1111/stable-diffusion-webui"
|
88 |
+
|
89 |
+
- step: "Navigate to the WebUI directory before making any updates."
|
90 |
+
command: "cd stable-diffusion-webui"
|
91 |
+
|
92 |
+
- step: "Switch to the development branch (Optional, for testing new features)."
|
93 |
+
command: |
|
94 |
+
git switch dev
|
95 |
+
git pull
|
96 |
+
note: "⚠️ The 'dev' branch may contain bugs. For a stable experience, stay on the main branch."
|
97 |
+
|
98 |
+
- step: "Update WebUI (Main or Dev Branch)."
|
99 |
+
command: "git pull"
|
100 |
+
note: "Restart WebUI after updating to apply changes."
|
101 |
+
|
102 |
+
|
103 |
2. **Configuration:** Ensure you're using a stable branch, as the dev branch may contain bugs.
|
104 |
|
105 |
## Acknowledgments
|