HexGameMaker / web-ui.bat
Surn's picture
Revisions V3 - Favicons and minor HTML updates
33e124f
raw
history blame
341 Bytes
set NVIDIA_VISIBLE_DEVICES=0
set CUDA_VISIBLE_DEVICES=0
set CUDA_MODULE_LOADING=LAZY
set PYTORCH_CUDA_ALLOC_CONF= max_split_size_mb:256
set XFORMERS_FORCE_DISABLE_TRITON=1
set TF_ENABLE_ONEDNN_OPTS=0
set USE_FLASH_ATTENTION=1
set GIT_LFS_ENABLED=true
set TEMP = e:\\TMP
set TMPDIR = e:\\TMP
set XDG_CACHE_HOME = E:\\cache
python -m app
pause