Updated The beta channel (markdown)

cmdr2 2023-03-23 19:38:00 +05:30
parent 626aaf75c2
commit f84299c71b

@ -4,22 +4,30 @@ There might still be some bugs in the version. If you find some, please report t
on discord.
# Joining
To join the beta program, switch to the beta chanel in the system settings:
To join the beta program, please follow these steps:
1. Open the `Settings` tab, at the top of the UI.
![image](https://user-images.githubusercontent.com/5852422/201432828-3d777a81-8ce0-4303-aaac-1ebd5b277deb.png)
![image](https://user-images.githubusercontent.com/844287/227228217-c38e29cc-852c-4a94-91e4-392e9b067720.png)
You can return to the stable version by unchecking the checkbox.
2. Scroll to the bottom, and enable the `Beta Channel` setting.
You must restart the application to switch between the beta version and the stable version. When you
are using the beta version, the version number at the top left of the web page will include `(beta)`.
![image](https://user-images.githubusercontent.com/844287/227228319-16f323ab-2b71-4497-93ef-e81168315b14.png)
3. Press the `Save` button, and restart the program. Please close the command prompt window (or terminal on Linux/Mac), and start Easy Diffusion again.
![image](https://user-images.githubusercontent.com/844287/227228576-45a9a3f8-80c6-4a37-9084-e11dcb934a61.png)
After you restart, you should see a `(beta)` label next to the version number, in the top-left corner of the UI. For e.g.
![image](https://user-images.githubusercontent.com/844287/227228821-f361fb8f-8ff2-4174-9aad-33353a8a4af5.png)
# Leaving the beta program
You can return to the stable version by unchecking the beta-channel checkbox in the system settings.
You can return to the stable version by unchecking the beta-channel checkbox in the Settings tab.
If this is not possible (sometimes the beta version breaks and doesn't start any more), you can leave
the beta program by editing the configuration manually:
1. In your installation directory (e.g. `C:\stable-diffusion-ui`), there's a subdirectory `scripts`.
1. In your installation directory (e.g. `C:\EasyDiffusion`), there's a subdirectory `scripts`.
Navigate to this directory.
2. In this directory, edit the two files `config.json` and `config.bat` (`config.sh` if you're on Linux).
Replace the word `beta` in both files by `main`.
3. Restart the Stable Diffusion UI application.
3. Restart the Easy Diffusion application.