changed variables

+changed variables so it correctly calls itself back to menu
This commit is contained in:
deffcolony
2024-07-10 16:51:09 +02:00
parent ef91ff779b
commit 403f2b6851
25 changed files with 87 additions and 140 deletions

View File

@@ -1554,6 +1554,7 @@ if "%app_installer_txt_comp_choice%"=="1" (
set "caller=app_installer_text_completion"
if exist "%app_installer_text_completion_dir%\install_ooba.bat" (
call %app_installer_text_completion_dir%\install_ooba.bat
goto :app_installer_text_completion
) else (
echo [%DATE% %TIME%] ERROR: install_ooba.bat not found in: %app_installer_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_ooba.bat not found in: %app_installer_text_completion_dir%%reset%
@@ -1568,6 +1569,7 @@ if "%app_installer_txt_comp_choice%"=="1" (
set "caller=app_installer_text_completion"
if exist "%app_installer_text_completion_dir%\install_llamacpp.bat" (
call %app_installer_text_completion_dir%\install_llamacpp.bat
goto :app_installer_text_completion
) else (
echo [%DATE% %TIME%] ERROR: install_llamacpp.bat not found in: %app_installer_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_llamacpp.bat not found in: %app_installer_text_completion_dir%%reset%
@@ -1605,6 +1607,7 @@ if "%app_installer_koboldcpp_choice%"=="1" (
set "caller=app_installer_text_completion_koboldcpp"
if exist "%app_installer_text_completion_dir%\install_koboldcpp.bat" (
call %app_installer_text_completion_dir%\install_koboldcpp.bat
goto :app_installer_text_completion
) else (
echo [%DATE% %TIME%] ERROR: install_koboldcpp.bat not found in: %app_installer_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_koboldcpp.bat not found in: %app_installer_text_completion_dir%%reset%
@@ -1615,6 +1618,7 @@ if "%app_installer_koboldcpp_choice%"=="1" (
set "caller=app_installer_text_completion_koboldcpp"
if exist "%app_installer_text_completion_dir%\install_koboldcpp_raw.bat" (
call %app_installer_text_completion_dir%\install_koboldcpp_raw.bat
goto :app_installer_text_completion
) else (
echo [%DATE% %TIME%] ERROR: install_koboldcpp_raw.bat not found in: %app_installer_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_koboldcpp_raw.bat not found in: %app_installer_text_completion_dir%%reset%
@@ -1660,6 +1664,7 @@ if "%app_installer_tabbyapi_choice%"=="1" (
set "caller=app_installer_text_completion_tabbyapi"
if exist "%app_installer_text_completion_dir%\install_tabbyapi.bat" (
call %app_installer_text_completion_dir%\install_tabbyapi.bat
goto :install_tabbyapi_menu
) else (
echo [%DATE% %TIME%] ERROR: install_tabbyapi.bat not found in: %app_installer_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_tabbyapi.bat not found in: %app_installer_text_completion_dir%%reset%
@@ -1941,6 +1946,7 @@ if "%app_installer_voice_gen_choice%"=="1" (
set "caller=app_installer_voice_generation"
if exist "%app_installer_voice_generation_dir%\install_alltalk.bat" (
call %app_installer_voice_generation_dir%\install_alltalk.bat
goto :app_installer_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: install_alltalk.bat not found in: %app_installer_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_alltalk.bat not found in: %app_installer_voice_generation_dir%%reset%
@@ -1951,6 +1957,7 @@ if "%app_installer_voice_gen_choice%"=="1" (
set "caller=app_installer_voice_generation"
if exist "%app_installer_voice_generation_dir%\install_xtts.bat" (
call %app_installer_voice_generation_dir%\install_xtts.bat
goto :app_installer_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: install_xtts.bat not found in: %app_installer_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_xtts.bat not found in: %app_installer_voice_generation_dir%%reset%
@@ -1961,6 +1968,7 @@ if "%app_installer_voice_gen_choice%"=="1" (
set "caller=app_installer_voice_generation"
if exist "%app_installer_voice_generation_dir%\install_rvc.bat" (
call %app_installer_voice_generation_dir%\install_rvc.bat
goto :app_installer_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: install_rvc.bat not found in: %app_installer_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_rvc.bat not found in: %app_installer_voice_generation_dir%%reset%
@@ -2005,6 +2013,7 @@ if "%app_installer_img_gen_choice%"=="1" (
set "caller=app_installer_image_generation"
if exist "%app_installer_image_generation_dir%\install_comfyui.bat" (
call %app_installer_image_generation_dir%\install_comfyui.bat
goto :app_installer_image_generation
) else (
echo [%DATE% %TIME%] ERROR: install_comfyui.bat not found in: %app_installer_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_comfyui.bat not found in: %app_installer_image_generation_dir%%reset%
@@ -2015,6 +2024,7 @@ if "%app_installer_img_gen_choice%"=="1" (
set "caller=app_installer_image_generation"
if exist "%app_installer_image_generation_dir%\install_fooocus.bat" (
call %app_installer_image_generation_dir%\install_fooocus.bat
goto :app_installer_image_generation
) else (
echo [%DATE% %TIME%] ERROR: install_fooocus.bat not found in: %app_installer_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_fooocus.bat not found in: %app_installer_image_generation_dir%%reset%
@@ -2061,6 +2071,7 @@ if "%app_installer_sdwebui_choice%"=="1" (
set "caller=app_installer_image_generation_sdwebui"
if exist "%app_installer_image_generation_dir%\install_sdwebui.bat" (
call %app_installer_image_generation_dir%\install_sdwebui.bat
goto :install_sdwebui_menu
) else (
echo [%DATE% %TIME%] ERROR: install_sdwebui.bat not found in: %app_installer_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_sdwebui.bat not found in: %app_installer_image_generation_dir%%reset%
@@ -2269,6 +2280,7 @@ if "%app_installer_sdwebuiforge_choice%"=="1" (
set "caller=app_installer_image_generation_sdwebuiforge"
if exist "%app_installer_image_generation_dir%\install_sdwebuiforge.bat" (
call %app_installer_image_generation_dir%\install_sdwebuiforge.bat
goto :install_sdwebuiforge_menu
) else (
echo [%DATE% %TIME%] ERROR: install_sdwebuiforge.bat not found in: %app_installer_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_sdwebuiforge.bat not found in: %app_installer_image_generation_dir%%reset%
@@ -2465,7 +2477,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_7zip.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_7zip.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2477,7 +2489,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_ffmpeg.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_ffmpeg.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2489,7 +2501,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_nodejs.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_nodejs.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2501,7 +2513,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_yq.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_yq.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2513,7 +2525,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_vsbuildtools.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_vsbuildtools.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2525,7 +2537,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_cudatoolkit.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_cudatoolkit.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2537,7 +2549,7 @@ if "%app_installer_core_util_choice%"=="1" (
echo [%DATE% %TIME%] ERROR: install_w64devkit.bat not found in: %app_installer_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] install_w64devkit.bat not found in: %app_installer_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_installer_core_utilities
)
@@ -2613,11 +2625,12 @@ if "%app_uninstaller_text_completion_choice%"=="1" (
set "caller=app_uninstaller_text_completion"
if exist "%app_uninstaller_text_completion_dir%\uninstall_ooba.bat" (
call %app_uninstaller_text_completion_dir%\uninstall_ooba.bat
goto :app_uninstaller_text_completion
) else (
echo [%DATE% %TIME%] ERROR: uninstall_ooba.bat not found in: %app_uninstaller_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_ooba.bat not found in: %app_uninstaller_text_completion_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_text_completion
)
@@ -2625,11 +2638,12 @@ if "%app_uninstaller_text_completion_choice%"=="1" (
set "caller=app_uninstaller_text_completion"
if exist "%app_uninstaller_text_completion_dir%\uninstall_koboldcpp.bat" (
call %app_uninstaller_text_completion_dir%\uninstall_koboldcpp.bat
goto :app_uninstaller_text_completion
) else (
echo [%DATE% %TIME%] ERROR: uninstall_koboldcpp.bat not found in: %app_uninstaller_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_koboldcpp.bat not found in: %app_uninstaller_text_completion_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_text_completion
)
@@ -2637,11 +2651,12 @@ if "%app_uninstaller_text_completion_choice%"=="1" (
set "caller=app_uninstaller_text_completion"
if exist "%app_uninstaller_text_completion_dir%\uninstall_tabbyapi.bat" (
call %app_uninstaller_text_completion_dir%\uninstall_tabbyapi.bat
goto :app_uninstaller_text_completion
) else (
echo [%DATE% %TIME%] ERROR: uninstall_tabbyapi.bat not found in: %app_uninstaller_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_tabbyapi.bat not found in: %app_uninstaller_text_completion_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_text_completion
)
@@ -2649,11 +2664,12 @@ if "%app_uninstaller_text_completion_choice%"=="1" (
set "caller=app_uninstaller_text_completion"
if exist "%app_uninstaller_text_completion_dir%\uninstall_llamacpp.bat" (
call %app_uninstaller_text_completion_dir%\uninstall_llamacpp.bat
goto :app_uninstaller_text_completion
) else (
echo [%DATE% %TIME%] ERROR: uninstall_llamacpp.bat not found in: %app_uninstaller_text_completion_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_llamacpp.bat not found in: %app_uninstaller_text_completion_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_text_completion
)
@@ -2690,11 +2706,12 @@ if "%app_uninstaller_voice_gen_choice%"=="1" (
set "caller=app_uninstaller_voice_generation"
if exist "%app_uninstaller_voice_generation_dir%\uninstall_alltalk.bat" (
call %app_uninstaller_voice_generation_dir%\uninstall_alltalk.bat
goto :app_uninstaller_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_alltalk.bat not found in: %app_uninstaller_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_alltalk.bat not found in: %app_uninstaller_voice_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_voice_generation
)
@@ -2702,11 +2719,12 @@ if "%app_uninstaller_voice_gen_choice%"=="1" (
set "caller=app_uninstaller_voice_generation"
if exist "%app_uninstaller_voice_generation_dir%\uninstall_xtts.bat" (
call %app_uninstaller_voice_generation_dir%\uninstall_xtts.bat
goto :app_uninstaller_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_xtts.bat not found in: %app_uninstaller_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_xtts.bat not found in: %app_uninstaller_voice_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_voice_generation
)
@@ -2714,11 +2732,12 @@ if "%app_uninstaller_voice_gen_choice%"=="1" (
set "caller=app_uninstaller_voice_generation"
if exist "%app_uninstaller_voice_generation_dir%\uninstall_rvc.bat" (
call %app_uninstaller_voice_generation_dir%\uninstall_rvc.bat
goto :app_uninstaller_voice_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_rvc.bat not found in: %app_uninstaller_voice_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_rvc.bat not found in: %app_uninstaller_voice_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_voice_generation
)
@@ -2756,11 +2775,12 @@ if "%app_uninstaller_img_gen_choice%"=="1" (
set "caller=app_uninstaller_image_generation"
if exist "%app_uninstaller_image_generation_dir%\uninstall_sdwebui.bat" (
call %app_uninstaller_image_generation_dir%\uninstall_sdwebui.bat
goto :app_uninstaller_image_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_sdwebui.bat not found in: %app_uninstaller_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_sdwebui.bat not found in: %app_uninstaller_image_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_image_generation
)
@@ -2768,11 +2788,12 @@ if "%app_uninstaller_img_gen_choice%"=="1" (
set "caller=app_uninstaller_image_generation"
if exist "%app_uninstaller_image_generation_dir%\uninstall_sdwebuiforge.bat" (
call %app_uninstaller_image_generation_dir%\uninstall_sdwebuiforge.bat
goto :app_uninstaller_image_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_sdwebuiforge.bat not found in: %app_uninstaller_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_sdwebuiforge.bat not found in: %app_uninstaller_image_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_image_generation
)
@@ -2780,11 +2801,12 @@ if "%app_uninstaller_img_gen_choice%"=="1" (
set "caller=app_uninstaller_image_generation"
if exist "%app_uninstaller_image_generation_dir%\uninstall_comfyui.bat" (
call %app_uninstaller_image_generation_dir%\uninstall_comfyui.bat
goto :app_uninstaller_image_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_comfyui.bat not found in: %app_uninstaller_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_comfyui.bat not found in: %app_uninstaller_image_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_image_generation
)
@@ -2792,11 +2814,12 @@ if "%app_uninstaller_img_gen_choice%"=="1" (
set "caller=app_uninstaller_image_generation"
if exist "%app_uninstaller_image_generation_dir%\uninstall_fooocus.bat" (
call %app_uninstaller_image_generation_dir%\uninstall_fooocus.bat
goto :app_uninstaller_image_generation
) else (
echo [%DATE% %TIME%] ERROR: uninstall_fooocus.bat not found in: %app_uninstaller_image_generation_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_fooocus.bat not found in: %app_uninstaller_image_generation_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_image_generation
)
@@ -2837,11 +2860,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_extras.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_extras.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_extras.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_extras.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2849,11 +2873,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_st.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_st.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_st.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_st.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2861,11 +2886,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_7zip.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_7zip.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_7zip.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_7zip.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2873,11 +2899,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_ffmpeg.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_ffmpeg.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_ffmpeg.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_ffmpeg.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2885,11 +2912,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_nodejs.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_nodejs.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_nodejs.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_nodejs.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2897,11 +2925,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_yq.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_yq.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_yq.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_yq.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2909,11 +2938,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_cudatoolkit.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_cudatoolkit.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_cudatoolkit.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_cudatoolkit.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2921,11 +2951,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_vsbuildtools.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_vsbuildtools.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_vsbuildtools.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_vsbuildtools.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)
@@ -2933,11 +2964,12 @@ if "%app_uninstaller_core_utilities_choice%"=="1" (
set "caller=app_uninstaller_core_utilities"
if exist "%app_uninstaller_core_utilities_dir%\uninstall_w64devkit.bat" (
call %app_uninstaller_core_utilities_dir%\uninstall_w64devkit.bat
goto :app_uninstaller_core_utilities
) else (
echo [%DATE% %TIME%] ERROR: uninstall_w64devkit.bat not found in: %app_uninstaller_core_utilities_dir% >> %logs_stl_console_path%
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] uninstall_w64devkit.bat not found in: %app_uninstaller_core_utilities_dir%%reset%
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Running Automatic Repair...
git pull %stl_root%
git pull
pause
goto :app_uninstaller_core_utilities
)

View File

@@ -64,9 +64,4 @@ curl -o 4x-UltraSharp.pth https://huggingface.co/lokCX/4x-Ultrasharp/resolve/mai
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%ComfyUI successfully installed.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_image_generation

View File

@@ -50,9 +50,4 @@ pip install -r requirements_versions.txt
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Fooocus successfully installed.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_image_generation

View File

@@ -51,9 +51,4 @@ pip install civitdl
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Stable Diffusion web UI installed Successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :install_sdwebui_menu

View File

@@ -51,9 +51,4 @@ pip install civitdl
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Stable Diffusion WebUI Forge installed Successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :install_sdwebuiforge_menu

View File

@@ -83,9 +83,4 @@ if "%GPU_CHOICE%"=="1" (
:install_koboldcpp_final
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Successfully installed koboldcpp%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_text_completion

View File

@@ -83,11 +83,7 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% successfully added n
make
PyInstaller --noconfirm --onefile --clean --console --collect-all customtkinter --icon "./niko.ico" --add-data "./winclinfo.exe;." --add-data "./OpenCL.dll;." --add-data "./klite.embd;." --add-data "./kcpp_docs.embd;." --add-data "./koboldcpp_default.dll;." --add-data "./koboldcpp_openblas.dll;." --add-data "./koboldcpp_failsafe.dll;." --add-data "./koboldcpp_noavx2.dll;." --add-data "./libopenblas.dll;." --add-data "./koboldcpp_clblast.dll;." --add-data "./koboldcpp_clblast_noavx2.dll;." --add-data "./koboldcpp_vulkan_noavx2.dll;." --add-data "./clblast.dll;." --add-data "./koboldcpp_vulkan.dll;." --add-data "./vulkan-1.dll;." --add-data "./rwkv_vocab.embd;." --add-data "./rwkv_world_vocab.embd;." "./koboldcpp.py" -n "koboldcpp.exe"
start "" "koboldcpp.exe"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Successfully installed koboldcpp%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_text_completion

View File

@@ -49,15 +49,9 @@ if %errorlevel% neq 0 (
pause
goto :app_installer_text_completion
)
cd /d "llama.cpp"
make
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Successfully installed llamacpp%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_text_completion

View File

@@ -37,12 +37,9 @@ cd /d "%ooba_install_path%"
start "" "start_windows.bat"
echo %yellow_fg_strong%[INFO]%reset% Another Command Window will open, wait for the installation to finish then
pause
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Text generation web UI oobabooga Installed Successfully.%reset%
pause
:ooba_install_exit
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_text_completion

View File

@@ -114,11 +114,7 @@ echo.
echo If you do want a config file, copy over config_sample.yml to config.yml. All the fields are commented,
echo so make sure to read the descriptions and comment out or remove fields that you don't need.
echo.
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%TabbyAPI has been installed successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :install_tabbyapi_menu

View File

@@ -108,9 +108,4 @@ pip install -r system\requirements\requirements_standalone.txt
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%AllTalk installed successfully%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_voice_generation

View File

@@ -122,7 +122,6 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Installing pip modul
pip install FreeSimpleGUI
pip install sounddevice
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%RVC successfully installed.%reset%
pause
goto :app_installer_voice_generation

View File

@@ -117,11 +117,7 @@ xcopy "%voice_generation_dir%\xtts-api-server\example\*" "%xtts_install_path%\sp
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the xtts-api-server directory...
rmdir /s /q "%voice_generation_dir%\xtts-api-server"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%XTTS installed successfully%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_installer_voice_generation

View File

@@ -6,9 +6,4 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling 7-Zip..
winget uninstall --id 7zip.7zip
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%7-Zip has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -6,9 +6,4 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling CUDA To
winget uninstall --id Nvidia.CUDA
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%CUDA Toolkit has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -21,10 +21,4 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%ffm
endlocal
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%ffmpeg has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -5,10 +5,4 @@ title STL [UNINSTALL-NODEJS]
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling Node.js...
winget uninstall --id OpenJS.NodeJS
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Node.js has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -6,9 +6,4 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling Visual
winget uninstall --id Microsoft.VisualStudio.2022.BuildTools
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Visual Studio BuildTools 2022 has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -22,9 +22,4 @@ endlocal
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%w64devkit has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -6,9 +6,4 @@ echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstalling yq...
winget uninstall --id MikeFarah.yq
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%yq has been uninstalled successfully.%reset%
pause
if "%caller%"=="home" (
exit /b 1
) else (
exit /b 0
)
goto :app_uninstaller_core_utilities

View File

@@ -20,7 +20,7 @@ if /i "%confirmation%"=="Y" (
call conda deactivate
call conda remove --name sdwebuiforge --all -y
call conda clean -a -y
REM Remove the folder stable-diffusion-webui
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the stable-diffusion-webui-forge directory...
cd /d "%~dp0"

View File

@@ -27,6 +27,7 @@ if /i "%confirmation%"=="Y" (
rmdir /s /q "%koboldcpp_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the w64devkit directory...
rmdir /s /q "%w64devkit_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%koboldcpp has been uninstalled successfully.%reset%
pause
goto :app_uninstaller_text_completion

View File

@@ -19,6 +19,7 @@ if /i "%confirmation%"=="Y" (
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the llamacpp directory...
cd /d "%~dp0"
rmdir /s /q "%llamacpp_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%llamacpp has been uninstalled successfully.%reset%
pause
goto :app_uninstaller_text_completion

View File

@@ -19,6 +19,7 @@ if /i "%confirmation%"=="Y" (
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the text-generation-webui directory...
cd /d "%~dp0"
rmdir /s /q "%ooba_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%Text generation web UI oobabooga has been uninstalled successfully.%reset%
pause
goto :app_uninstaller_text_completion

View File

@@ -25,6 +25,7 @@ if /i "%confirmation%"=="Y" (
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Removing the tabbyAPI directory...
cd /d "%~dp0"
rmdir /s /q "%tabbyapi_install_path%"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% %green_fg_strong%TabbyAPI has been uninstalled successfully.%reset%
pause
goto :app_uninstaller_text_completion