mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-23 23:00:54 +01:00
Additional batch scripts
Can't hurt to have these, it allows users to more easily access both the runtime and the remote play functionality. (I also frequently create these myself for developing).
This commit is contained in:
parent
cde965209b
commit
41ec01f654
16
commandline.bat
Normal file
16
commandline.bat
Normal file
@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
TITLE CMD for KoboldAI Runtime
|
||||
SET /P M=<loader.settings
|
||||
IF %M%==1 GOTO drivemap
|
||||
IF %M%==2 GOTO subfolder
|
||||
|
||||
:subfolder
|
||||
umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge cython pip
|
||||
call miniconda3\condabin\activate
|
||||
cmd /k
|
||||
|
||||
:drivemap
|
||||
subst K: miniconda3 >nul
|
||||
call K:\python\condabin\activate
|
||||
cmd /k
|
1
remote-play.bat
Normal file
1
remote-play.bat
Normal file
@ -0,0 +1 @@
|
||||
play --remote %*
|
Loading…
Reference in New Issue
Block a user