From 2df4286256007d1ee16b8c9a0981910e385843f0 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Tue, 14 Feb 2023 09:05:23 +0100 Subject: [PATCH] Change SDUI to Easy Diffusion --- scripts/on_env_start.bat | 8 ++++---- scripts/on_sd_start.bat | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/on_env_start.bat b/scripts/on_env_start.bat index 13d54161..5bc1885d 100644 --- a/scripts/on_env_start.bat +++ b/scripts/on_env_start.bat @@ -1,6 +1,6 @@ @echo off -@echo. & echo "Stable Diffusion UI - v2" & echo. +@echo. & echo "Easy Diffusion - v2" & echo. set PATH=C:\Windows\System32;%PATH% @@ -28,7 +28,7 @@ if "%update_branch%"=="" ( @>nul findstr /m "sd_ui_git_cloned" scripts\install_status.txt @if "%ERRORLEVEL%" EQU "0" ( - @echo "Stable Diffusion UI's git repository was already installed. Updating from %update_branch%.." + @echo "Easy Diffusion's git repository was already installed. Updating from %update_branch%.." @cd sd-ui-files @@ -38,13 +38,13 @@ if "%update_branch%"=="" ( @cd .. ) else ( - @echo. & echo "Downloading Stable Diffusion UI.." & echo. + @echo. & echo "Downloading Easy Diffusion..." & echo. @echo "Using the %update_branch% channel" & echo. @call git clone -b "%update_branch%" https://github.com/cmdr2/stable-diffusion-ui.git sd-ui-files && ( @echo sd_ui_git_cloned >> scripts\install_status.txt ) || ( - @echo "Error downloading Stable Diffusion UI. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" + @echo "Error downloading Easy Diffusion. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" pause @exit /b ) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index ee7b9ab8..821e24aa 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -26,7 +26,7 @@ if exist "%cd%\stable-diffusion\env" ( @rem activate the installer env call conda activate @if "%ERRORLEVEL%" NEQ "0" ( - @echo. & echo "Error activating conda for Stable Diffusion. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" & echo. + @echo. & echo "Error activating conda for Easy Diffusion. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" & echo. pause exit /b ) @@ -139,15 +139,15 @@ set PATH=C:\Windows\System32;%PATH% call python ..\scripts\check_modules.py uvicorn fastapi @if "%ERRORLEVEL%" EQU "0" ( - echo "Packages necessary for Stable Diffusion UI were already installed" + echo "Packages necessary for Easy Diffusion were already installed" ) else ( - @echo. & echo "Downloading packages necessary for Stable Diffusion UI.." & echo. + @echo. & echo "Downloading packages necessary for Easy Diffusion..." & echo. set PYTHONNOUSERSITE=1 set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages @call conda install -c conda-forge -y uvicorn fastapi || ( - echo "Error installing the packages necessary for Stable Diffusion UI. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" + echo "Error installing the packages necessary for Easy Diffusion. Sorry about that, please try to:" & echo " 1. Run this installer again." & echo " 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting" & echo " 3. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB" & echo " 4. If that doesn't solve the problem, please file an issue at https://github.com/cmdr2/stable-diffusion-ui/issues" & echo "Thanks!" pause exit /b ) @@ -328,7 +328,7 @@ call WHERE uvicorn > .tmp @echo sd_install_complete >> ..\scripts\install_status.txt ) -@echo. & echo "Stable Diffusion is ready!" & echo. +@echo. & echo "Easy Diffusion installation complete! Starting the server!" & echo. @set SD_DIR=%cd%