Extension update description
All your data, including API keys, history records, and favorite data, are stored in the
storage
directory of the extension.Using the built-in updater in WebUI or updating via git will not cause your data to be lost.
Overwriting the extension installation with a compressed file or deleting the extension and reinstalling it will result in data loss.
If you want to backup your data, you can copy the
storage
directory to another location and then copy it back when needed.
Update Methods
Method 1 (Updating with git):
This method requires Git to be installed on your computer. If it is not installed, please refer to the official Git documentation for installation instructions.
Open the terminal and navigate to your extension directory.
cd path to your WebUI/extensions/sd-webui-prompt-all-in-one
Update using git.
git pull
Restart the Stable Diffusion WebUI.
Method 2 (Updating within the WebUI):
Open the WebUI webpage.
Click on
Extensions
-Installed
-Check for Updates
.Click on
Apply and Restart UI
.
Method 3 (Updating within the Qiuye Launcher):
If you are using the Qiuye Launcher, you can update the extension within the launcher.
Open the Qiuye Launcher.
Click on
Version Management
-Extensions
-Refresh List
.Click on the
Update
button next tosd-webui-prompt-all-in-one
.Restart the Stable Diffusion WebUI.