You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-28Lines changed: 16 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,32 +297,6 @@ See the [2024 Changelog](./documentation/changelog-2024.md) for a detailed list
297
297
See the [2023 Changelog](./documentation/changelog-2023.md) for a detailed list of changes in 2023.
298
298
</details>
299
299
300
-
## Upgrading (For old installations)
301
-
*In case of issues, feel free to contact the developers*.
302
-
303
-
<details>
304
-
<summary>Click to expand</summary>
305
-
306
-
### Upgrading from v6 to new installer
307
-
308
-
#### Recommended: Fresh install
309
-
* Download the [new version](https://github.com/rsxdalv/tts-webui/archive/refs/heads/main.zip) and run the start_tts_webui.bat (Windows) or start_tts_webui.sh (MacOS, Linux)
310
-
* Once it is finished, close the server.
311
-
* Recommended: Copy the old generations to the new directory, such as favorites/ outputs/ outputs-rvc/ models/ collections/ config.json
312
-
* With caution: you can copy the whole new tts-webui directory over the old one, but there might be some old files that are lost.
313
-
314
-
#### In-place upgrade, can delete some files, tweaks
315
-
* Update the existing installation using the update_*platform* script
316
-
* After the update run the new start_tts_webui.bat (Windows) or start_tts_webui.sh (MacOS, Linux) inside of the tts-webui directory
317
-
* Once the server starts, check if it works.
318
-
* With caution: if the new server works, within the one-click-installers directory, delete the old installer_files.
319
-
320
-
#### *Is there any more optimal way to do this?*
321
-
322
-
Not exactly, the dependencies clash, especially between conda and python (and dependencies are already in a critical state, moving them to conda is ways off). Therefore, while it might be possible to just replace the old installer with the new one and running the update, the problems are unpredictable and **unfixable**. Making an update to installer requires a lot of testing so it's not done lightly.
323
-
324
-
</details>
325
-
326
300
## Extensions
327
301
328
302
Extensions are available to install from the webui itself, or using React UI. They can also be installed using the extension manager. Internally, extensions are just python packages that are installed using pip. Multiple extensions can be installed at the same time, but there might be compatibility issues between them. After installing or updating an extension, you need to restart the app to load it.
@@ -336,8 +310,7 @@ Updates need to be done manually by using the mini-control panel:
0 commit comments