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:
deffcolony
2024-04-11 21:14:50 +02:00
parent aad324d60a
commit 2ff55fbe91
3 changed files with 266 additions and 57 deletions

View File

@@ -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"