Seperate Drive Disconnect

This commit is contained in:
henk717 2022-02-22 18:03:06 +01:00
parent a0518edc36
commit 306d96a8eb
3 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,7 @@
@echo off
SET /P M=<loader.settings
IF %M%==3 subst /D B:
IF %M%==1 subst /D K:
cls
echo KoboldAI Drive disconnected
pause

View File

@ -21,7 +21,6 @@ SET TEMP=K:\
SET TMP=K:\
call K:\python\condabin\activate
python aiserver.py %*
subst K: /D
cmd /k
:drivemap_B
@ -31,5 +30,4 @@ SET TEMP=B:\
SET TMP=B:\
call B:\python\condabin\activate
python aiserver.py %*
subst B: /D
cmd /k

1
remote-play-lowmem.bat Normal file
View File

@ -0,0 +1 @@
play --remote --lowmem %*