This commit is contained in:
cmdr2 2024-12-12 00:27:03 +05:30
parent b302764265
commit b3136e5738
2 changed files with 12 additions and 12 deletions

View File

@ -3,11 +3,11 @@
@REM Caution, this file will make your eyes and brain bleed. It's such an unholy mess. @REM Caution, this file will make your eyes and brain bleed. It's such an unholy mess.
@REM Note to self: Please rewrite this in Python. For the sake of your own sanity. @REM Note to self: Please rewrite this in Python. For the sake of your own sanity.
@REM @copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y @copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y
@REM @copy sd-ui-files\scripts\check_modules.py scripts\ /Y @copy sd-ui-files\scripts\check_modules.py scripts\ /Y
@REM @copy sd-ui-files\scripts\get_config.py scripts\ /Y @copy sd-ui-files\scripts\get_config.py scripts\ /Y
@REM @copy sd-ui-files\scripts\config.yaml.sample scripts\ /Y @copy sd-ui-files\scripts\config.yaml.sample scripts\ /Y
@REM @copy sd-ui-files\scripts\webui_console.py scripts\ /Y @copy sd-ui-files\scripts\webui_console.py scripts\ /Y
if exist "%cd%\profile" ( if exist "%cd%\profile" (
set HF_HOME=%cd%\profile\.cache\huggingface set HF_HOME=%cd%\profile\.cache\huggingface

View File

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
# cp sd-ui-files/scripts/functions.sh scripts/ cp sd-ui-files/scripts/functions.sh scripts/
# cp sd-ui-files/scripts/on_env_start.sh scripts/ cp sd-ui-files/scripts/on_env_start.sh scripts/
# cp sd-ui-files/scripts/bootstrap.sh scripts/ cp sd-ui-files/scripts/bootstrap.sh scripts/
# cp sd-ui-files/scripts/check_modules.py scripts/ cp sd-ui-files/scripts/check_modules.py scripts/
# cp sd-ui-files/scripts/get_config.py scripts/ cp sd-ui-files/scripts/get_config.py scripts/
# cp sd-ui-files/scripts/config.yaml.sample scripts/ cp sd-ui-files/scripts/config.yaml.sample scripts/
# cp sd-ui-files/scripts/webui_console.py scripts/ cp sd-ui-files/scripts/webui_console.py scripts/
source ./scripts/functions.sh source ./scripts/functions.sh