mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-05-01 03:31:31 +00:00
launcher upgrades
+added editor for text generation webui +added sillytavern and custom launcher icon +when installing sillytavern it will now ask if user wants to create icon for launcher and sillytavern
This commit is contained in:
@@ -698,13 +698,16 @@ install_xtts() {
|
||||
# Check if activation was successful
|
||||
if [ $? -eq 0 ]; then
|
||||
log_message "INFO" "Successfully activated Conda environment: xtts"
|
||||
install_xtts_successful
|
||||
else
|
||||
log_message "ERROR" "${red_fg_strong}Failed to activate Conda environment: xtts${reset}"
|
||||
log_message "INFO" "Press Enter to try again otherwise close the installer and restart."
|
||||
read -p "Press Enter to try again..."
|
||||
install_xtts
|
||||
fi
|
||||
}
|
||||
|
||||
install_xtts_successful() {
|
||||
# Create folders for xtts
|
||||
log_message "INFO" "Creating xtts folders..."
|
||||
mkdir "$PWD/xtts"
|
||||
|
||||
Reference in New Issue
Block a user