mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 01:34:38 +01:00
11 lines
235 B
Batchfile
11 lines
235 B
Batchfile
@echo off
|
|
|
|
set SD_BASE_DIR=%cd%
|
|
set MAMBA_ROOT_PREFIX=%SD_BASE_DIR%\env\mamba
|
|
set INSTALL_ENV_DIR=%SD_BASE_DIR%\env\installer_env
|
|
|
|
call "%MAMBA_ROOT_PREFIX%\condabin\mamba_hook.bat"
|
|
|
|
call micromamba activate "%INSTALL_ENV_DIR%"
|
|
|
|
cmd /k |