mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 05:40:15 +08:00
Create comfyui-n.bat
This commit is contained in:
parent
8d52202411
commit
f4c6c60333
16
comfyui-n.bat
Normal file
16
comfyui-n.bat
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
SET MIOPEN_FIND_MODE=2
|
||||||
|
set PYTHON="%~dp0/venv/Scripts/python.exe"
|
||||||
|
set GIT=
|
||||||
|
set VENV_DIR=./venv
|
||||||
|
|
||||||
|
set COMMANDLINE_ARGS=--auto-launch --use-pytorch-cross-attention --reserve-vram 0.9
|
||||||
|
|
||||||
|
set ZLUDA_COMGR_LOG_LEVEL=1
|
||||||
|
|
||||||
|
echo *** Checking and updating to new version if possible
|
||||||
|
git pull
|
||||||
|
echo.
|
||||||
|
.\zluda\zluda.exe -- %PYTHON% main.py %COMMANDLINE_ARGS%
|
||||||
|
pause
|
||||||
Loading…
Reference in New Issue
Block a user